docs(W4): stamp kind and status front matter on 104 live documents

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`.
This commit is contained in:
2026-08-20 19:30:25 -05:00
parent 6306914965
commit f0d2dd9920
104 changed files with 508 additions and 4 deletions
+5
View File
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Administrator Guide # Administrator Guide
> **Status:** Partially migrated. Current SSO and local upgrade/recovery procedures are available; held procedures are labeled non-operative. > **Status:** Partially migrated. Current SSO and local upgrade/recovery procedures are available; held procedures are labeled non-operative.
+5
View File
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Administrator Operations # Administrator Operations
> **Status:** Partially migrated. Procedures explicitly identify whether they are current or held. > **Status:** Partially migrated. Procedures explicitly identify whether they are current or held.
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Mos Connector Lease Operations — M1 # Mos Connector Lease Operations — M1
> **Status:** Held / non-operative. > **Status:** Held / non-operative.
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Upgrade safety and recovery # Upgrade safety and recovery
> **Supported route:** an already installed `mosaic` CLI using the local PGlite > **Supported route:** an already installed `mosaic` CLI using the local PGlite
+5
View File
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Security # Security
> **Status:** Partially migrated. The SSO provider and Discord ingress security pages are current. > **Status:** Partially migrated. The SSO provider and Discord ingress security pages are current.
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Discord ingress security # Discord ingress security
> **Status:** Current Discord behavior only. Telegram shared-contract parity, Matrix channel ingress, and a gateway-wide shared adapter registry are not implemented or are not proven by the current source/tests. > **Status:** Current Discord behavior only. Telegram shared-contract parity, Matrix channel ingress, and a gateway-wide shared adapter registry are not implemented or are not proven by the current source/tests.
+2 -1
View File
@@ -1,8 +1,9 @@
--- ---
kind: guide
status: active
title: SSO Providers title: SSO Providers
type: runbook type: runbook
audience: admin audience: admin
status: current
source_of_truth: false source_of_truth: false
--- ---
+5
View File
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# API Documentation # API Documentation
> **Status:** Scaffold only. The canonical gateway contract has not yet been migrated into this directory. > **Status:** Scaffold only. The canonical gateway contract has not yet been migrated into this directory.
+5
View File
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Developer Guide # Developer Guide
> **Status:** Partially migrated. Architecture, lease-broker verification, and channel-adapter authoring pages are current; other contributor chapters remain unmigrated. > **Status:** Partially migrated. Architecture, lease-broker verification, and channel-adapter authoring pages are current; other contributor chapters remain unmigrated.
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Architecture # Architecture
> **Status:** Partially migrated. The lease-broker security-contract pages below are current references; the remaining architecture pages are still being classified. > **Status:** Partially migrated. The lease-broker security-contract pages below are current references; the remaining architecture pages are still being classified.
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Channel protocol architecture # Channel protocol architecture
> **Status:** Current shared type contract and Discord compatibility baseline. The shared gateway registry, Telegram parity, Matrix integration, identity-linking, and multi-surface multiplexing described below are draft or unimplemented. > **Status:** Current shared type contract and Discord compatibility baseline. The shared gateway registry, Telegram parity, Matrix integration, identity-linking, and multi-surface multiplexing described below are draft or unimplemented.
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Compaction observer revocation and runtime generations # Compaction observer revocation and runtime generations
> **Status:** Current contract reference. > **Status:** Current contract reference.
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Architecture Decisions # Architecture Decisions
> **Status:** Current decision index. A decision describes an implemented and accepted boundary; draft proposals belong under `rfcs/` or `docs/plans/`. > **Status:** Current decision index. A decision describes an implemented and accepted boundary; draft proposals belong under `rfcs/` or `docs/plans/`.
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# Mos Runtime Portability M1 — Logical Identity and Fencing # Mos Runtime Portability M1 — Logical Identity and Fencing
> **Decision status:** Current implemented decision (M1). > **Decision status:** Current implemented decision (M1).
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Authenticated external lease broker protocol # Authenticated external lease broker protocol
> **Status:** Current contract reference. > **Status:** Current contract reference.
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# WI-1 lease broker security notes # WI-1 lease broker security notes
> **Status:** Current contract reference. > **Status:** Current contract reference.
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Whole mutator-class lease gate # Whole mutator-class lease gate
> **Status:** Current contract reference. > **Status:** Current contract reference.
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Architecture RFCs # Architecture RFCs
> **Status:** Current proposal index. RFCs are draft design material and have no operational or implementation authority until an approved decision and implementation evidence supersede them. > **Status:** Current proposal index. RFCs are draft design material and have no operational or implementation authority until an approved decision and implementation evidence supersede them.
@@ -1,3 +1,8 @@
---
kind: spec
status: active
---
# RFC: Optional AI Egress Gateways # RFC: Optional AI Egress Gateways
> **Status:** Draft / proposed — not approved, not current, and not integrated. > **Status:** Draft / proposed — not approved, not current, and not integrated.
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Channel adapters # Channel adapters
> **Status:** Current shared channel types plus the Discord reference/compatibility implementation. A shared gateway adapter registry, Telegram parity, and Matrix channel integration remain unimplemented or unproven. > **Status:** Current shared channel types plus the Discord reference/compatibility implementation. A shared gateway adapter registry, Telegram parity, and Matrix channel integration remain unimplemented or unproven.
@@ -1,8 +1,9 @@
--- ---
kind: guide
status: active
title: Lease-broker operations title: Lease-broker operations
type: runbook type: runbook
audience: developer audience: developer
status: current
source_of_truth: false source_of_truth: false
--- ---
+5
View File
@@ -1,3 +1,8 @@
---
kind: tracking
status: active
---
# Mission Manifest — MVP # Mission Manifest — MVP
> Top-level rollup tracking Mosaic Stack MVP execution. > Top-level rollup tracking Mosaic Stack MVP execution.
+5
View File
@@ -1,3 +1,8 @@
---
kind: spec
status: active
---
# PRD: Mosaic Stack v0.1.0 # PRD: Mosaic Stack v0.1.0
## Current addendum: #1194 — Installed framework-tool drift detection ## Current addendum: #1194 — Installed framework-tool drift detection
+5
View File
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# User Guide # User Guide
> **Status:** Partially migrated. The quickstart, web-dashboard reference, and Discord conversation workflow are current. > **Status:** Partially migrated. The quickstart, web-dashboard reference, and Discord conversation workflow are current.
@@ -1,8 +1,9 @@
--- ---
kind: guide
status: active
title: Mosaic Stack Quickstart title: Mosaic Stack Quickstart
type: guide type: guide
audience: user audience: user
status: current
source_of_truth: false source_of_truth: false
--- ---
+2 -1
View File
@@ -1,8 +1,9 @@
--- ---
kind: guide
status: active
title: Mosaic web dashboard title: Mosaic web dashboard
type: guide type: guide
audience: user audience: user
status: current
source_of_truth: false source_of_truth: false
--- ---
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Discord conversations # Discord conversations
> **Status:** Current Discord workflow for an administrator-provisioned, authorized guild channel. > **Status:** Current Discord workflow for an administrator-provisioned, authorized guild channel.
+5
View File
@@ -1,3 +1,8 @@
---
kind: tracking
status: active
---
# Mission Manifest — Federation v1 # Mission Manifest — Federation v1
> Persistent document tracking full mission scope, status, and session history. > Persistent document tracking full mission scope, status, and session history.
+5
View File
@@ -1,3 +1,8 @@
---
kind: projection
status: active
---
# Mosaic Fleet — NORTH STAR # Mosaic Fleet — NORTH STAR
> **Generated file — do not edit by hand.** > **Generated file — do not edit by hand.**
+5
View File
@@ -1,3 +1,8 @@
---
kind: spec
status: active
---
# PRD — Mosaic Fleet Suite (init, configure, operate) # PRD — Mosaic Fleet Suite (init, configure, operate)
> **Workstream:** W-FLEET (Fleet) under mission `mvp-20260312` · **Phase:** 3→4 productization > **Workstream:** W-FLEET (Fleet) under mission `mvp-20260312` · **Phase:** 3→4 productization
+5
View File
@@ -1,3 +1,8 @@
---
kind: spec
status: active
---
# PRD — Fleet Phase 2: Operator Observability # PRD — Fleet Phase 2: Operator Observability
> **Workstream:** W-FLEET under `mvp-20260312` · **Phase:** 2 > **Workstream:** W-FLEET under `mvp-20260312` · **Phase:** 2
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Desired, Derived, and Observed Fleet State # Desired, Derived, and Observed Fleet State
## One writable authority ## One writable authority
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Generated Environment Launch Chain # Generated Environment Launch Chain
The launcher consumes validated data, not shell configuration. The launcher consumes validated data, not shell configuration.
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Fleet Identity, Class, and Runtime # Fleet Identity, Class, and Runtime
Each roster field has one job. Do not use names or model strings as authority shortcuts. Each roster field has one job. Do not use names or model strings as authority shortcuts.
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Fleet Role Authority and Leases # Fleet Role Authority and Leases
Role content describes behavior; protected authority is immutable code metadata derived only from the canonical class. Role content describes behavior; protected authority is immutable code metadata derived only from the canonical class.
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Configure an Interaction Instance # Configure an Interaction Instance
An interaction instance is a configurable local roster member with canonical class: interaction and matching tool_policy: interaction. “Tess” may be used as a display alias, but neither that alias nor the stable name is required or authority-bearing. An interaction instance is a configurable local roster member with canonical class: interaction and matching tool_policy: interaction. “Tess” may be used as a display alias, but neither that alias nor the stable name is required or authority-bearing.
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Configure a Validator Instance # Configure a Validator Instance
A validator instance is a configurable local roster member with canonical class: validator and matching tool_policy: validator. “Ultron” may be used as a display alias, but it is not a required identity, class alias, product name, or source of authority. A validator instance is a configurable local roster member with canonical class: validator and matching tool_policy: validator. “Ultron” may be used as a display alias, but it is not a required identity, class alias, product name, or source of authority.
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Create, Inspect, Update, and Delete a Local Fleet Agent # Create, Inspect, Update, and Delete a Local Fleet Agent
Use the local roster-v2 control plane only. These commands change desired state and derived environment projections; they never start, stop, reconcile, inspect, or otherwise act on systemd, tmux, sessions, or runtimes. Use the local roster-v2 control plane only. These commands change desired state and derived environment projections; they never start, stop, reconcile, inspect, or otherwise act on systemd, tmux, sessions, or runtimes.
+5
View File
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Customize Fleet Roles # Customize Fleet Roles
Mosaic resolves persona contracts through two layers: Mosaic resolves persona contracts through two layers:
+5
View File
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Safely Reconcile and Control a Local Fleet Agent # Safely Reconcile and Control a Local Fleet Agent
Use the canonical local roster-v2 command surface: Use the canonical local roster-v2 command surface:
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Executable Fleet Example, Profile, and Service-Preset Dispositions # Executable Fleet Example, Profile, and Service-Preset Dispositions
**Issue:** #758 · **Card:** FCM-M1-003 · **Status:** M1 executable disposition evidence **Issue:** #758 · **Card:** FCM-M1-003 · **Status:** M1 executable disposition evidence
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Legacy Fleet Class Aliases # Legacy Fleet Class Aliases
Fleet class compatibility is intentionally narrow. The shared resolver accepts exactly three legacy Fleet class compatibility is intentionally narrow. The shared resolver accepts exactly three legacy
+5
View File
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Previewing a Fleet Roster v1-to-v2 Migration # Previewing a Fleet Roster v1-to-v2 Migration
**Issue:** #758 · **Card:** FCM-M4-001 · **Effect boundary:** preview only **Issue:** #758 · **Card:** FCM-M4-001 · **Effect boundary:** preview only
+5
View File
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Fleet Configuration Backup and Restore Boundary # Fleet Configuration Backup and Restore Boundary
**Issue:** #758 · **Card:** FCM-M4-001 **Issue:** #758 · **Card:** FCM-M4-001
+5
View File
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Environment Quarantine Operations # Environment Quarantine Operations
Legacy <name>.env is input evidence, never current launch authority. Projection preparation classifies it deterministically: Legacy <name>.env is input evidence, never current launch authority. Projection preparation classifies it deterministically:
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Reconcile and Recover a Local Fleet # Reconcile and Recover a Local Fleet
## Safe sequence ## Safe sequence
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Systemd and tmux Troubleshooting # Systemd and tmux Troubleshooting
Start with read-only mosaic fleet status, `doctor`, and `verify`. Do not manually adopt, rename, terminate, or recreate sessions while ownership is ambiguous. Start with read-only mosaic fleet status, `doctor`, and `verify`. Do not manually adopt, rename, terminate, or recreate sessions while ownership is ambiguous.
+5
View File
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Upgrade and Installed-Asset Drift # Upgrade and Installed-Asset Drift
Fleet source assets and installed assets can differ after an update, but FCM-M5-001 does not add a trustworthy source-versus-installed revision detector or refresh command. Do not infer freshness from checkout presence, timestamps, generated environment files, running sessions, or a ready migration preview. Fleet source assets and installed assets can differ after an update, but FCM-M5-001 does not add a trustworthy source-versus-installed revision detector or refresh command. Do not infer freshness from checkout presence, timestamps, generated environment files, running sessions, or a ready migration preview.
+5
View File
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Local Fleet Agent Mutations # Local Fleet Agent Mutations
FCM-M2-002 provides local roster-v2 create, get, update, delete, and plan operations. They only change desired state and derived environment projections. They never start, stop, inspect, reconcile, or otherwise act on runtimes, systemd units, tmux sessions, or heartbeats. FCM-M2-002 provides local roster-v2 create, get, update, delete, and plan operations. They only change desired state and derived environment projections. They never start, stop, inspect, reconcile, or otherwise act on runtimes, systemd units, tmux sessions, or heartbeats.
+5
View File
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Fleet Control-Plane CLI # Fleet Control-Plane CLI
The local desired-state surface is mosaic fleet. It is distinct from the gateway-backed mosaic agent catalog and from legacy compatibility commands that act on roster v1. The local desired-state surface is mosaic fleet. It is distinct from the gateway-backed mosaic agent catalog and from legacy compatibility commands that act on roster v1.
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Fleet Generated Environment Boundary # Fleet Generated Environment Boundary
**Card:** FCM-M2-001 · **Issue:** #758 · **Status:** merged contract **Card:** FCM-M2-001 · **Issue:** #758 · **Status:** merged contract
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Local Fleet Lifecycle Transitions # Local Fleet Lifecycle Transitions
Roster-v2 `lifecycle.enabled` and `lifecycle.desired_state` are the only persisted lifecycle authority. Systemd, tmux, generated environment, and heartbeat state are derived or observed. Roster-v2 `lifecycle.enabled` and `lifecycle.desired_state` are the only persisted lifecycle authority. Systemd, tmux, generated environment, and heartbeat state are derived or observed.
+5
View File
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Fleet Role Classes and Authority # Fleet Role Classes and Authority
A fleet role class is a machine identity resolved from the persona library. Resolution uses the A fleet role class is a machine identity resolved from the persona library. Resolution uses the
+5
View File
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Fleet Roster v2 Structural Contract # Fleet Roster v2 Structural Contract
**Status:** FCM-M1-001 local-tmux structural compiler contract. This document describes parsing, **Status:** FCM-M1-001 local-tmux structural compiler contract. This document describes parsing,
+5
View File
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Local Fleet Status and Drift # Local Fleet Status and Drift
mosaic fleet status [<name>], `verify`, and `doctor` are observational roster-v2 commands. They emit one JSON result and do not write projections, mutate desired state, operate lifecycle, or change tmux. mosaic fleet status [<name>], `verify`, and `doctor` are observational roster-v2 commands. They emit one JSON result and do not write projections, mutate desired state, operate lifecycle, or change tmux.
+5
View File
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Deployment Guide # Deployment Guide
> **Status: non-operative for PostgreSQL, federated, and bare-metal production.** The checked-in > **Status: non-operative for PostgreSQL, federated, and bare-metal production.** The checked-in
+5
View File
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Mosaic Stack — Developer Guide # Mosaic Stack — Developer Guide
## Table of Contents ## Table of Contents
+5
View File
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Local Fleet Canary # Local Fleet Canary
The local fleet canary runs a small tmux-backed Mosaic agent fleet on an The local fleet canary runs a small tmux-backed Mosaic agent fleet on an
+5
View File
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Migrating to the Federated Tier # Migrating to the Federated Tier
> **KBN-101-07 ownership:** This active documentation is a **non-operative KBN-101 > **KBN-101-07 ownership:** This active documentation is a **non-operative KBN-101
@@ -1,3 +1,8 @@
---
kind: tracking
status: active
---
# Mission Manifest — Mosaic Native Kanban and Canonical Task SOT P0P3 # Mission Manifest — Mosaic Native Kanban and Canonical Task SOT P0P3
**Mission status:** CANON INDEPENDENTLY APPROVED; publication in progress under issue [#751](https://git.mosaicstack.dev/mosaicstack/stack/issues/751) **Mission status:** CANON INDEPENDENTLY APPROVED; publication in progress under issue [#751](https://git.mosaicstack.dev/mosaicstack/stack/issues/751)
@@ -1,3 +1,8 @@
---
kind: spec
status: active
---
# CI Queue Guard Purpose Semantics # CI Queue Guard Purpose Semantics
- **Issue:** #1146 - **Issue:** #1146
@@ -1,3 +1,8 @@
---
kind: spec
status: active
---
# CI Queue Guard Purpose Semantics Implementation Plan # CI Queue Guard Purpose Semantics Implementation Plan
> **For Claude:** REQUIRED SUB-SKILL: Use superpowers:executing-plans to implement this plan task-by-task. > **For Claude:** REQUIRED SUB-SKILL: Use superpowers:executing-plans to implement this plan task-by-task.
@@ -1,3 +1,8 @@
---
kind: spec
status: active
---
# Documentation Catalog and Truth Audit Plan # Documentation Catalog and Truth Audit Plan
**Task:** DOCS-IA-002 **Task:** DOCS-IA-002
@@ -1,3 +1,8 @@
---
kind: spec
status: active
---
# Documentation Information Architecture Design # Documentation Information Architecture Design
**Status:** Approved **Status:** Approved
@@ -1,3 +1,8 @@
---
kind: spec
status: active
---
# Documentation Structure README Implementation Plan # Documentation Structure README Implementation Plan
> **For Claude:** REQUIRED SUB-SKILL: Use superpowers:executing-plans to implement this plan task-by-task. > **For Claude:** REQUIRED SUB-SKILL: Use superpowers:executing-plans to implement this plan task-by-task.
+5
View File
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Documentation Plans # Documentation Plans
> **Status:** Current artifact index. Plans record approved intent and execution approach; they are not current product behavior or operational authority. > **Status:** Current artifact index. Plans record approved intent and execution approach; they are not current product behavior or operational authority.
+5
View File
@@ -1,3 +1,8 @@
---
kind: tracking
status: active
---
# Tasks — Release Integrity Workstream (RI-050, #1275) # Tasks — Release Integrity Workstream (RI-050, #1275)
> Single-writer: the RI-050 orchestrator (jarvis, dragon-lin) only. Workers read but never modify. > Single-writer: the RI-050 orchestrator (jarvis, dragon-lin) only. Workers read but never modify.
+5
View File
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Documentation Reports # Documentation Reports
> **Status:** Current evidence index. Reports record reviews, tests, audits, and deferred findings; they are not requirements or operational instructions by themselves. > **Status:** Current evidence index. Reports record reviews, tests, audits, and deferred findings; they are not requirements or operational instructions by themselves.
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# Independent Code Review — #756 Official Discord Channel Plugin # Independent Code Review — #756 Official Discord Channel Plugin
**Verdict: APPROVE** **Verdict: APPROVE**
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# Code Review Report — Gateway Security Hardening # Code Review Report — Gateway Security Hardening
## Scope Reviewed ## Scope Reviewed
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# #830 Documentation Completion Checklist # #830 Documentation Completion Checklist
## Required artifacts ## Required artifacts
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# FCM-M5-001 Fleet Documentation Deferrals and Holds # FCM-M5-001 Fleet Documentation Deferrals and Holds
**Issue:** #758 · **Branch:** `docs/758-fleet-config-operator-docs` **Issue:** #758 · **Branch:** `docs/758-fleet-config-operator-docs`
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# Mosaic Stack Documentation Catalog and Truth Audit # Mosaic Stack Documentation Catalog and Truth Audit
> **Status:** First-pass static audit — 2026-08-10 > **Status:** First-pass static audit — 2026-08-10
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# Documentation Completion Checklist — #756 Official Discord plugin # Documentation Completion Checklist — #756 Official Discord plugin
## Required artifacts ## Required artifacts
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# FCM-M5-001 Fleet Documentation IA Closure Evidence # FCM-M5-001 Fleet Documentation IA Closure Evidence
**Issue:** #758 · **Task:** FCM-M5-001 **Issue:** #758 · **Task:** FCM-M5-001
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# Mosaic Framework Consistency Audit # Mosaic Framework Consistency Audit
Date: 2026-02-17 Date: 2026-02-17
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
VERDICT: GO VERDICT: GO
# Native Kanban/SOT canon independent re-review 2 # Native Kanban/SOT canon independent re-review 2
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# Independent Review — Native Kanban/SOT Canon # Independent Review — Native Kanban/SOT Canon
**Reviewer:** `enhance-sol` (independent of author `planner-sol`) **Reviewer:** `enhance-sol` (independent of author `planner-sol`)
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# KBN-101 contract independent security/architecture review # KBN-101 contract independent security/architecture review
**Verdict: REQUEST CHANGES** **Verdict: REQUEST CHANGES**
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# #751 Native Kanban/SOT canonical publication — Ultron final gate # #751 Native Kanban/SOT canonical publication — Ultron final gate
**Verdict: GO** — zero BLOCKER/HIGH findings. **Verdict: GO** — zero BLOCKER/HIGH findings.
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# QA Report — Gateway Security Hardening # QA Report — Gateway Security Hardening
## Scope ## Scope
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# Performance Optimization — P8-003 # Performance Optimization — P8-003
**Branch:** `feat/p8-003-performance` **Branch:** `feat/p8-003-performance`
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# #1099 pipefail + early-exit sweep # #1099 pipefail + early-exit sweep
Baseline: `df4c591ab42aa1ae62c12935fdc0e772684864a0` Baseline: `df4c591ab42aa1ae62c12935fdc0e772684864a0`
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# Security Review — Issue #756 # Security Review — Issue #756
**Scope:** final current uncommitted Discord plugin, shared channel contract, gateway ingress, AgentService, and plugin registration delta **Scope:** final current uncommitted Discord plugin, shared channel contract, gateway ingress, AgentService, and plugin registration delta
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# #1019 — Zero-timeout queue-guard harness race # #1019 — Zero-timeout queue-guard harness race
- **Issue:** #1019 (parent status remains `believed-fixed, pending jarvis validation`; do not close) - **Issue:** #1019 (parent status remains `believed-fixed, pending jarvis validation`; do not close)
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# #1043 — Fleet pane git-identity propagation # #1043 — Fleet pane git-identity propagation
## Objective ## Objective
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# #1098 — Framework shell portability / red main # #1098 — Framework shell portability / red main
## Objective ## Objective
+5
View File
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# #1099 — pipefail + early-exit sweep # #1099 — pipefail + early-exit sweep
## Scope and decisions ## Scope and decisions
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# #1146 — CI Queue Guard Purpose Semantics # #1146 — CI Queue Guard Purpose Semantics
## Objective ## Objective
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# #1150 — Pi persistent goal extension # #1150 — Pi persistent goal extension
- **Task ID:** ISSUE-1150 (no `docs/TASKS.md` row; that file is orchestrator-only) - **Task ID:** ISSUE-1150 (no `docs/TASKS.md` row; that file is orchestrator-only)
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# #1174 — Wrapper guard rounds 1011 # #1174 — Wrapper guard rounds 1011
## Objective ## Objective
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# #1179 — Required security DI wiring # #1179 — Required security DI wiring
## Objective ## Objective
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# #1194 — Installed framework-tool drift detection and refresh analysis # #1194 — Installed framework-tool drift detection and refresh analysis
## Decision ## Decision
+5
View File
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# DOCS-IA-001 — Documentation Information Architecture # DOCS-IA-001 — Documentation Information Architecture
- **Task:** DOCS-IA-001 - **Task:** DOCS-IA-001
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# DOCS-IA-002 — Documentation Catalog and Truth Audit # DOCS-IA-002 — Documentation Catalog and Truth Audit
- **Task:** DOCS-IA-002 - **Task:** DOCS-IA-002
+5
View File
@@ -1,3 +1,8 @@
---
kind: guide
status: active
---
# Documentation Scratchpads # Documentation Scratchpads
> **Status:** Current artifact index. Scratchpads are working memory and verification records, not product requirements or command authority. > **Status:** Current artifact index. Scratchpads are working memory and verification records, not product requirements or command authority.
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# W-B — Measure Pi's real tool registry # W-B — Measure Pi's real tool registry
- **Task / internal ref:** W-B from the lease-remediation orchestrator brief (no matching `docs/TASKS.md` row; workers do not modify that file) - **Task / internal ref:** W-B from the lease-remediation orchestrator brief (no matching `docs/TASKS.md` row; workers do not modify that file)
+5
View File
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# Mission Scratchpad — MVP # Mission Scratchpad — MVP
> Append-only log. NEVER delete entries. NEVER overwrite sections. > Append-only log. NEVER delete entries. NEVER overwrite sections.
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# PR merge squash message field # PR merge squash message field
- **Charter:** `/home/hermes/agent-work/CHARTER-PRMERGE-MESSAGE-FIELD.md` - **Charter:** `/home/hermes/agent-work/CHARTER-PRMERGE-MESSAGE-FIELD.md`
+5
View File
@@ -1,3 +1,8 @@
---
kind: record
status: active
---
# Scratchpad — RI-050 orchestrator (jarvis, dragon-lin) # Scratchpad — RI-050 orchestrator (jarvis, dragon-lin)
Mission: alpha 0.0.50 release-integrity floor. Issue #1275. Base `next` @ 476db12b. Mission: alpha 0.0.50 release-integrity floor. Issue #1275. Base `next` @ 476db12b.

Some files were not shown because too many files have changed in this diff Show More