Applies the document contract from
docs/plans/2026-08-20_stack-docs-flatten-and-alignment.md section 3, partially:
`kind` and `status` only. `parent` is deliberately held until the flatten in
section 4 lands, so that 127 documents do not have to be re-pointed by hand
when docs/fleet/NORTH_STAR.yaml moves to docs/NORTH_STAR.yaml.
Scope, measured on origin/next at 63069149:
127 live docs = all *.md under docs/ minus docs/archive/ minus docs/_old_structure/
104 stamped here
19 held operator judgement (plan section 9), worklist in the same PR
3 held the SUPERSEDED TASKS.md stamps, which cite the moving path
1 untouched docs/fleet/FLEET-DOCTRINE.md, already stamped in W1
Kinds applied: 54 guide, 34 record, 9 spec, 6 tracking, 1 projection.
Every row carries a confidence and a one-line rationale in the worklist.
Two collisions with the existing state, both flagged rather than resolved:
1. docs/README.md:150-160 already documents a front-matter convention
(title/type/audience/status/source_of_truth) with its own allowed values.
It is applied to 4 of 127 files. Its `status` vocabulary is
current|draft|deprecated|historical; the new contract's is active|superseded-by.
The key collides. This commit lets the new contract win and rewrites
`status: current` to `status: active` on those 4 files, keeping their other
legacy keys untouched. No code reads any of them: `git grep source_of_truth`
outside docs/ returns nothing. docs/README.md still prescribes the old
convention and is an operator row, so it is not edited here.
2. Two of the plan's 20 operator rows are YAML files, not markdown
(docs/fleet/examples/roster-v2.yaml, docs/openapi-tess.yaml), and the
contract's front-matter form has no defined meaning for a .yaml document.
That gap also applies to docs/fleet/NORTH_STAR.yaml, the source of truth
itself. Raised in the worklist.
A third row from the plan, docs/fleet/north-star.md, no longer exists: W1
renamed it to docs/fleet/FLEET-DOCTRINE.md.
Verification: 104/104 parse with the expected kind and status in front matter;
the check was shown to reject a wrong kind before it was trusted. The diff
removes 4 lines total, all of them `status: current`.
7.9 KiB
7.9 KiB
kind, status
| kind | status |
|---|---|
| record | active |
FCM-M5-001 Fleet Documentation IA Closure Evidence
Issue: #758 · Task: FCM-M5-001
Artifact map
- Fleet entry point and desired/observed decision tree:
docs/fleet/README.md. - Concepts:
docs/fleet/concepts/covers authority/projections, identity separation, role authority/leases, and the generated launch chain. - Operator workflows:
docs/fleet/how-to/covers CRUD, lifecycle, interaction and validator instances, and role overrides. - Operations:
docs/fleet/operations/covers reconciliation/recovery, quarantine, systemd/tmux troubleshooting, backup/restore boundaries, and upgrade-asset holds. - References: executable schema, complete field/default/constraint reference, CLI/JSON/exit behavior, lifecycle/status/drift, role authority, and generated environment boundary under
docs/fleet/reference/. - Migration: preview field map, lifecycle preservation, backup/recovery prerequisites, aliases, and executable artifact dispositions under
docs/fleet/migration/. - Navigation:
docs/SITEMAP.mdand the fleet entry point.
Acceptance mapping
| Checklist area | Evidence |
|---|---|
| Roster authority and fail-closed legacy handling | Root PRD FCM-REQ-01/05/08; desired/observed and quarantine pages. |
| Classes and authority | Root PRD FCM-REQ-07; role authority concept/reference; configurable interaction/validator how-tos. |
| Lifecycle | Root PRD FCM-REQ-04; lifecycle transition table and operator lifecycle how-to. |
| Local-only generated launch boundary | Root PRD FCM-REQ-05/09; generated launch concept/reference. |
| Complete DAG and artifact inventory | docs/TASKS.md; M0 inventory; executable disposition tests. |
| IA pages | Every path named by the M0 checklist exists and is linked from docs/fleet/README.md. |
| Examples | docs/fleet/examples/roster-v2.yaml validates through production v2 compiler/shared resolver; shipped artifact dispositions validate through declared production readers. |
| Links | Deterministic local Markdown link test covers the entire fleet book and sitemap, including local heading-fragment resolution. |
| Sensitive/example safety | Validator scans backtick- and tilde-fenced fleet-book examples plus the canonical roster for sensitive-looking keys, common credential formats (including Anthropic, OpenAI project, and Stripe restricted keys), path-qualified privileged commands, package-manager/root commands, arbitrary command override, and hardcoded Tess/Ultron identities; findings report only file/block and violation kind, never matched values. |
| Holds | docs/reports/deferred/758-fleet-config-deferrals.md records M3-002, M4-002, M5-002, compatibility, and repository-structure boundaries. |
Documentation completion checklist
- Root PRD exists and remains the #758 requirements authority.
- The accepted project-specific fleet book is indexed, but it is not complete against
FCM-REQ-03: the required explicit programmaticmosaic fleet validateoperation is not implemented. The CLI reference and deferral report record this gap without inventing behavior. - Sitemap links the fleet entry point and operator-critical pages.
- No HTTP/API/auth contract changed; OpenAPI/endpoint rows are not applicable.
- Working evidence remains under
docs/scratchpads/; closure and deferral evidence remains underdocs/reports/. - Canonical source remains in-repository; no external publishing action is in scope.
- Independent exact-head documentation review, PR CI, and FCM-M5-002 release certificate remain post-PR gates and are not claimed here.
Live-action boundary
No migration, canary, rollback, deployment, systemd/tmux/session operation, generated projection, or product mutation was performed. roster.yaml remains the sole writable desired-state authority. mos-comms remains temporary. Parent issue #758 remains open.
Validation command results and exact commit/tree evidence are recorded in the task scratchpad and PR body after execution.