Skip to content

docs(site): document the 2.6.0 feature tracks (provenance, injection, board, farm)#148

Merged
SUaDtL merged 1 commit into
mainfrom
docs/2.6.0-feature-coverage
Jun 27, 2026
Merged

docs(site): document the 2.6.0 feature tracks (provenance, injection, board, farm)#148
SUaDtL merged 1 commit into
mainfrom
docs/2.6.0-feature-coverage

Conversation

@SUaDtL

@SUaDtL SUaDtL commented Jun 27, 2026

Copy link
Copy Markdown
Collaborator

What this does

Adds the user-facing narrative for the four feature tracks that shipped in 2.6.0 but whose documentation lagged. Implements the approved spec docs-2.6.0-feature-coverage.

Why

2.6.0 bundled four capability tracks, but three appeared only as command-catalog rows and file-scoped context injection was absent from every page. A consumer reading the docs site or README could not learn what provenance, context injection, or commit-coupled board transitions do. This closes that gap, with the docs site as the primary narrative home and the README carrying brief linking mentions.

Changes

Docs site (site/src/content/docs/):

Diagrams: four-tier-map.svg and provenance-drift-flow.svg, matching the existing diagram palette and style, added to the diagrams.test.ts AC-9 guard.

README: FARM_SAMPLES / FARM_TEMPERATURE rows and a best-of-N note in the farm preview table (#137); brief How-it-works mentions linking to the new docs-site sections. The README license sections are untouched here, so this does not conflict with the relicense PR (#147).

Test plan

  • cd site && npm run typecheck clean.
  • npm run test: vitest 129 passed (the AC-9 diagram guard now covers the two new diagrams).
  • npm run build: 81 pages built.
  • npm run link-audit: 7292 internal links resolve.
  • design-quality-reviewer: 0 CRITICAL/HIGH/MEDIUM (two LOW diagram issues fixed before merge).
  • python .github/scripts/check_badge_consistency.py: green.

Notes

  • No behavioral product code, so coverage-auditor is not applicable; the docs-site CI is the gate.
  • No version bump: site/ + README + .codearbiter/ only, no plugins/ca/** change.
  • The three stable tracks are on by default and documented as stable. Only the farm sampling extends the existing Feature Forge preview.

Ref: specs/docs-2.6.0-feature-coverage.md

2.6.0 shipped four user-facing tracks but their narrative coverage lagged. Three
appeared only as command-catalog rows, and file-scoped context injection was
absent from every page. This adds the missing narrative so a consumer can learn
what each feature does.

Docs site (site/src/content/docs/):
- concepts.md: new "Provenance & context drift" and "Just-in-time context
  injection" sections, each with a new diagram.
- enforcement.md: a "Commit-gate board transitions (ADR-0008)" section.
- hooks.md: a pre-read.py PreToolUse:Read entry.

Diagrams: four-tier-map.svg and provenance-drift-flow.svg, in the existing
diagram style, added to the diagrams.test.ts AC-9 guard.

README: FARM_SAMPLES / FARM_TEMPERATURE rows plus a best-of-N note in the farm
preview table, and brief How-it-works mentions linking to the new docs-site
sections. README license sections are untouched here; they ride the relicense PR.

Verified: docs-site typecheck, vitest (129), astro build (81 pages), and
link-audit (7292 links) all green; design-quality-reviewer clean; badge
consistency holds. No plugin-payload change, so no version bump.

Ref: specs/docs-2.6.0-feature-coverage.md

Claude-Session: https://claude.ai/code/session_01QaLw7nTrRbHwygFar2R6zu
@SUaDtL
SUaDtL merged commit c4b69ab into main Jun 27, 2026
20 checks passed
@SUaDtL
SUaDtL deleted the docs/2.6.0-feature-coverage branch June 27, 2026 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant