51 lines
2.0 KiB
Markdown
51 lines
2.0 KiB
Markdown
# Local-Doc Official Board Reconciliation Refresh Plan
|
|
|
|
> Date: 2026-04-19
|
|
> Parent Framework: `2026-04-19-scene-skill-102-full-coverage-framework-plan.md`
|
|
> Parent Roadmap: `2026-04-19-local-doc-runtime-roadmap-plan.md`
|
|
> Status: Active
|
|
|
|
## Plan Intent
|
|
|
|
Refresh the official execution board using the five local-doc framework auto-pass candidates produced by the local-doc runtime roadmap.
|
|
|
|
## Fixed Inputs
|
|
|
|
1. `tests/fixtures/generated_scene/local_doc_runtime_reconciliation_candidates_2026-04-19.json`
|
|
2. `tests/fixtures/generated_scene/promotion_board_reconciliation_policy_2026-04-19.json`
|
|
3. `tests/fixtures/generated_scene/scene_execution_board_2026-04-18.json`
|
|
|
|
## Allowed Files
|
|
|
|
1. `tests/fixtures/generated_scene/scene_execution_board_2026-04-18.json`
|
|
2. `tests/fixtures/generated_scene/local_doc_official_board_reconciliation_refresh_2026-04-19.json`
|
|
3. `docs/superpowers/reports/2026-04-19-local-doc-official-board-reconciliation-refresh-report.md`
|
|
|
|
## Forbidden Files
|
|
|
|
1. `src/generated_scene/analyzer.rs`
|
|
2. `src/generated_scene/generator.rs`
|
|
|
|
## Tasks
|
|
|
|
1. Load the official execution board.
|
|
2. Load the local-doc reconciliation candidates.
|
|
3. Verify the candidate asset contains exactly the five fixed local-doc scene ids.
|
|
4. Match board rows by `sceneId`.
|
|
5. Update only framework-layer fields for the five matched rows.
|
|
6. Recompute board framework summary counts.
|
|
7. Publish reconciliation refresh JSON.
|
|
8. Publish reconciliation refresh report.
|
|
|
|
## Acceptance Criteria
|
|
|
|
1. Board scene count remains `102`.
|
|
2. The five fixed local-doc scene ids have `currentFrameworkStatus = framework-auto-pass`.
|
|
3. Board framework counts are `framework-auto-pass = 100` and `framework-structured-fail-closed = 2`.
|
|
4. Host-bridge and bootstrap residuals remain structured fail-closed.
|
|
5. Analyzer and generator are not modified by this plan.
|
|
|
|
## Stop Statement
|
|
|
|
Stop after the local-doc official board reconciliation refresh JSON and report are published. Do not start host-bridge runtime or bootstrap normalization under this plan.
|