Skip to content

Renma v0.37.2

Choose a tag to compare

@KazuCocoa KazuCocoa released this 03 Sep 05:23
· 10 commits to main since this release

Renma v0.37.2 includes 1 changelog entry across changed.

This release covers changes from v0.37.1 to v0.37.2.

Highlights

Changed

  • Replaced the stable renma.skill-authoring-guide.v1 JSON contract with
    renma.skill-authoring-guide.v2. V2 preserves Renma's creation-gate, evidence,
    asset-boundary, handoff, and human-review guarantees while changing interaction
    semantics from a prescribed clarification protocol to adaptive authoring
    activities. Clarification is conditional, question batching and blocker
    presentation are adaptive, prerequisite-aware questioning is required,
    human-review rules have an explicit field, and recursive external traversal has
    a compact applicability pointer. The gate may be declared passed only after
    every requirement, including the smallest justified asset structure, is
    established and no Blocking decision remains; this dependency does not
    prescribe an internal reasoning sequence. Consumers must branch on
    schemaVersion and must not apply v1 phase-order, mandatory-clarification,
    fixed-batch, or last-phase assumptions to v2.

Upgrade

npm install
npm run build
npm test

If using the published package:

npm install -g renma@0.37.2

Validation

Validated with:

npm test
npm run build
npm run verify:api
node dist/index.js scan . --fail-on high --strict
node dist/index.js catalog . --format markdown
node dist/index.js readiness . --format markdown
node dist/index.js graph . --focus skill.release-prep --format mermaid
node dist/index.js diff . --from v0.37.1 --to HEAD --format markdown
node dist/index.js ci-report . --from v0.37.1 --to HEAD --format markdown

Summary

v0.37.2 includes 1 changelog entry across changed.