Skip to content

v0.0.4

Choose a tag to compare

@ringo380 ringo380 released this 20 Jul 00:14
· 19 commits to main since this release
e093851

Documentation and shipped-instruction corrections. No engine changes.

Fixes that affect an installed plugin

  • /shard-ack no longer crashes. It instructed the shard to run check <name>, which resolves the conductor manifest from the working directory and throws no manifest at ... from inside a shard. It now uses what is already in the sandbox: contract/VERSION compared against the shard's own surface/ACKNOWLEDGED.
  • /shard-status now renders staleShards, which the skill already told the conductor it would see.
  • versionStale: false no longer reported as "already acknowledged" - verifiedAgainst falls back to the manifest baseline, so a never-acknowledged shard reads as not-stale until a bump happens.

Documentation

  • LICENSE: commercial licensing enquiries read please contact licensing@robworks.info. (matching the construction Terraform and Vault use). Terms are unchanged.
  • README: npm run cli -- ack cannot work in any form - npm run resets the working directory to the package root - so ack is documented as a direct invocation from inside the shard.
  • Project site: three JSON blocks had been hand-trimmed and no longer matched real output. All replaced with captured runs, restoring the page's claim that every output on it is real.
  • docs/design.md: corrected the convention-linter filename, a manifest field that does not exist, a hook that was never registered, the missing /shard-ack row, and the gate's condition count.

License unchanged from v0.0.2: BUSL 1.1, free for individual use, converting to MIT on 2030-07-19.