Alex Dunmow
f564d3ca32
chore: bump pluginsdk to v0.2.1
...
Picks up the render package move-in (BlockNote renderer now reads
embed-resolver/human-proof context keys from pluginsdk/blocks) and
keeps the check-safety 2c fleet version anchor satisfied.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-07 20:34:04 +08:00
Alex Dunmow
ccfc87453f
chore: pluginsdk v0.2.0 (P3 host-composed chrome)
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-07 14:56:12 +08:00
Alex Dunmow
226a2685f0
feat(sdk): migrate block/core → block/pluginsdk v0.1.0
...
Imports rewritten to the extracted plugin SDK module (P2 of the proto-first
plugin SDK program); block/core require dropped. Wasm build + check-safety
verified.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-07 11:16:05 +08:00
Alex Dunmow
0e5e704813
bump to 1.0.1
v1.0.1
2026-07-06 00:00:53 +08:00
Alex Dunmow
8d932e9d86
chore: bump block/core to v0.20.2 (fleet standard, check-safety 2c)
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-06 00:00:45 +08:00
Alex Dunmow
d8df710573
chore: register @ninja/smartblock scope and ignore pnpm-workspace.yaml
...
- plugin.mod: scope normalized to @ninja and category set to the valid
"developer" taxonomy entry (via ninja plugin init against the dev registry).
- .gitignore: ignore web/pnpm-workspace.yaml (pnpm-generated allowBuilds file).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
v1.0.0
2026-07-05 02:50:13 +08:00
Alex Dunmow
38d5fdf4b1
Extract smartblock into a standalone wasm plugin repo
...
Convert the bundled backend/internal/plugins/smartblock package into a
standalone reactor-mode wasm plugin:
- package smartblock -> package main; add wasip1 main.go with
wasmguest.Serve(Registration).
- Add go.mod (module git.dev.alexdunmow.com/block/smartblock) pinning
block/core v0.18.2; no replace directives.
- Flesh out plugin.mod (scope=ninja, kind=plugin, categories, tags,
display_name, description).
- Point web/eslint.config.js at ../../../cms/web/eslint.config.js and
switch @block-ninja/ui from workspace:* to the ^0.1.0 registry version;
rebuild web/dist.
- Add .gitignore (*.bnp, *.wasm, web/node_modules).
Behavior unchanged: registers the "smart" block; assets served from
web/dist. Builds to smartblock-1.0.0.bnp; check-safety passes.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-05 02:48:09 +08:00