Skip to content

v3.1.1: doc and consistency fixes

Choose a tag to compare

@one-kash one-kash released this 22 Aug 19:14
· 4 commits to main since this release

Documentation and consistency fixes surfaced by two independent release-readiness reviews. No behavior change from 3.1.0: the loop, gates, and schemas are identical.

Fixed

  • Examples are concrete, not templates. The README described examples/<stack>/ files as YOUR_*_HERE placeholder templates; they are concrete, stack-specific instances. Reworded to "copy the closest to .devloop/ and adapt it."
  • Examples surface the directory settings. Each examples/*/config.md now shows the spec-directory / tracker-directory settings (defaults docs/specs/ and .devloop/trackers/).
  • Accurate config cross-references. quality-checklist.md cites the real config headings (§Standards to Verify, §Blindspots to Check); examples/*/domain.md attributes Domain-Specific Concerns to the Clarification Taxonomy (§9); chunk-template.md's state-holder pointer now resolves to implement SKILL.md §2.2.
  • /implement Process Overview now states a passing plan_review is PASS or PASS-WITH-WARNINGS.
  • Marketplace descriptions de-drifted to match plugin.json verbatim per harness.
  • validate.sh housekeeping: dash guard now also scans the examples/ configs; a stale evals/ comment was removed.