Files
claw/docs/superpowers/plans/2026-04-21-generated-scene-local-doc-pipeline-residual-closure-plan.md

77 lines
2.7 KiB
Markdown

# Generated Scene Local-Doc Pipeline Residual Closure Plan
Date: 2026-04-21
Parent status source:
- `docs/superpowers/reports/2026-04-21-generated-scene-runtime-semantics-validation-refresh-execution-report.md`
Parent design:
- `docs/superpowers/specs/2026-04-21-generated-scene-local-doc-pipeline-residual-closure-design.md`
## Intent
Close the remaining bounded `local_doc_pipeline` residual bucket that still blocks full rematerialization completeness after runtime-semantics hardening.
## Fixed Residual Bucket
Only these six scenes are in scope:
1. `sweep-025-scene`
2. `sweep-047-scene`
3. `sweep-050-scene`
4. `sweep-052-scene`
5. `sweep-062-scene`
6. `sweep-087-scene`
## Fixed Inputs
1. `tests/fixtures/generated_scene/generated_scene_runtime_semantics_rematerialization_failures_2026-04-21.json`
2. `tests/fixtures/generated_scene/generated_scene_runtime_semantics_rematerialization_manifest_2026-04-21.json`
3. `docs/superpowers/reports/2026-04-21-generated-scene-runtime-semantics-validation-refresh-execution-report.md`
4. corresponding original scene source directories under `D:/desk/智能体资料/全量业务场景/一平台场景`
## Allowed Files
1. `src/generated_scene/analyzer.rs`
2. `src/generated_scene/generator.rs`
3. `src/generated_scene/ir.rs`
4. route-local generator tests under `tests/scene_generator*.rs`
5. route-local assets under `tests/fixtures/generated_scene/`
6. route-local report under `docs/superpowers/reports/`
## Forbidden Files
1. no rematerialization rerun inside this plan
2. no validation refresh rerun inside this plan
3. no edits to already materialized skill bundles under `examples/`
4. no runtime/service-console/browser changes
5. no official board updates
6. no pseudo-production execution
## Required Work
1. inspect the six source scenes and classify the exact missing workflow-evidence shapes
2. implement only reusable `local_doc_pipeline` evidence recovery needed for this bounded bucket
3. add route-local regression coverage for the recovered evidence shapes
4. publish route-local followup JSON
5. publish route-local report
## Required Outputs
1. `tests/fixtures/generated_scene/generated_scene_local_doc_pipeline_residual_closure_followup_2026-04-21.json`
2. `docs/superpowers/reports/2026-04-21-generated-scene-local-doc-pipeline-residual-closure-report.md`
## Validation
1. prove the bounded six-scene evidence shapes are now recognized at analyzer/generator level
2. keep validation route-local to this plan
3. do not claim bundle-level closure until downstream rematerialization rerun
## Stop Statement
Stop after the bounded `local_doc_pipeline` residual closure slice and route-local assets are published.
Do not rerun rematerialization or validation refresh inside this plan.