67 lines
2.2 KiB
Markdown
67 lines
2.2 KiB
Markdown
# 102 Full Coverage Follow-Up Sweep And Reconciliation Design
|
|
|
|
> Date: 2026-04-19
|
|
> Status: Draft
|
|
> Parent Framework Plan: `docs/superpowers/plans/2026-04-19-scene-skill-102-full-coverage-framework-plan.md`
|
|
> Parent Child Sequence: `docs/superpowers/plans/2026-04-19-scene-skill-102-full-coverage-child-plan-sequence-plan.md`
|
|
> Parent Layer: `Layer E`
|
|
|
|
## Intent
|
|
|
|
Run one full 102-scene follow-up sweep after Routes 2 through 6 are complete, then publish a reconciliation candidate view governed by the Route 6 promotion policy.
|
|
|
|
This design measures cumulative coverage delta. It does not directly update the official execution board.
|
|
|
|
## Inputs
|
|
|
|
1. `tests/fixtures/generated_scene/scene_execution_board_2026-04-18.json`
|
|
2. Route 2 follow-up assets
|
|
3. Route 3 follow-up assets
|
|
4. Route 4 follow-up assets
|
|
5. Route 5 boundary decisions
|
|
6. Route 6 promotion policy
|
|
|
|
## Output Assets
|
|
|
|
1. `tests/fixtures/generated_scene/full_coverage_followup_sweep_2026-04-19.json`
|
|
2. `tests/fixtures/generated_scene/full_coverage_reconciliation_candidates_2026-04-19.json`
|
|
3. `docs/superpowers/reports/2026-04-19-102-full-coverage-followup-sweep-report.md`
|
|
4. `docs/superpowers/reports/2026-04-19-102-full-coverage-reconciliation-candidates-report.md`
|
|
|
|
## Status Model
|
|
|
|
The sweep must report:
|
|
|
|
1. `auto-pass`
|
|
2. `fail-closed-known`
|
|
3. `adjudicated-valid-host-bridge`
|
|
4. `source-unreadable`
|
|
5. `missing-source`
|
|
6. `unsupported-family`
|
|
7. `misclassified-unresolved`
|
|
|
|
The reconciliation candidate view must also report:
|
|
|
|
1. `framework-auto-pass-candidate`
|
|
2. `framework-structured-fail-closed`
|
|
3. `framework-valid-host-bridge`
|
|
4. `hygiene-pass-candidate`
|
|
5. `hygiene-fail-closed-candidate`
|
|
|
|
## Guardrails
|
|
|
|
1. Do not modify `src/generated_scene/analyzer.rs`.
|
|
2. Do not modify `src/generated_scene/generator.rs`.
|
|
3. Do not update `tests/fixtures/generated_scene/scene_execution_board_2026-04-18.json`.
|
|
4. Do not promote scenes directly.
|
|
5. Do not open a new family.
|
|
6. Do not start implementation work from the sweep result.
|
|
|
|
## Completion Criteria
|
|
|
|
1. A fixed 102-scene sweep result exists.
|
|
2. A reconciliation candidate asset exists.
|
|
3. Coverage delta is reported against the previous structured follow-up baseline.
|
|
4. The report states the remaining gap to the 102-scene target.
|
|
|