Acceptance Criteria
--type plugin emits a Plugin package: a runes/ dir with one example rune (createContentModelSchema + createComponentRenderable) and its theme.runes config entry- Includes a fixture and the
package.json exports (plus a cli-plugin entry stub where relevant) - The example rune builds and renders under the identity transform with no hand-editing
- Inherits the ADR-023 deps + day-one build wiring (WORK-448)
Approach
Add scaffoldPlugin dispatched from WORK-447. Model the example rune on a simple existing plugin rune (e.g. a definition-style block). Wire theme.runes so the engine styles it.
Dependencies
- WORK-447 —
--type dispatch - WORK-448 — deps + build wiring
References
- SPEC-116 §2;
packages/types/src/package.ts; plugin authoring guide