Files
claw/docs/superpowers/plans/2026-04-21-generated-scene-runtime-semantics-rematerialization-execution-plan.md

64 lines
2.2 KiB
Markdown

# Generated Scene Runtime Semantics Rematerialization Execution Plan
Date: 2026-04-21
Parent dependency plan:
- `docs/superpowers/plans/2026-04-20-generated-scene-runtime-semantics-rematerialization-refresh-plan.md`
## Intent
Run the actual 102-scene rematerialization refresh required after runtime-semantics hardening routes.
## Scope
This plan may generate a new final materialization directory from source scenes using the current hardened generator.
## Fixed Inputs
1. `tests/fixtures/generated_scene/generated_scene_source_evidence_cross_scan_2026-04-20.json`
2. Current generated scene source roots under:
- `D:/desk/智能体资料/全量业务场景/一平台场景`
3. Current hardened generator code.
4. Current final human-readable index as a reference only:
- `examples/scene_skill_102_final_materialization_2026-04-19/SCENE_INDEX.md`
## Allowed Files
1. New output directory under `examples/`.
2. New fixture assets under `tests/fixtures/generated_scene/`.
3. New report under `docs/superpowers/reports/`.
## Forbidden Files
1. No `src/` code changes.
2. No manual edits to generated skills after generation.
3. No official board updates.
4. No service-console or runtime changes.
5. No validation refresh.
## Required Outputs
1. `examples/scene_skill_102_runtime_semantics_rematerialization_2026-04-21`
2. `tests/fixtures/generated_scene/generated_scene_runtime_semantics_rematerialization_manifest_2026-04-21.json`
3. `tests/fixtures/generated_scene/generated_scene_runtime_semantics_rematerialization_failures_2026-04-21.json`
4. `docs/superpowers/reports/2026-04-21-generated-scene-runtime-semantics-rematerialization-execution-report.md`
## Validation
1. Confirm 102 scenes were attempted.
2. Confirm generated skill directory count.
3. Confirm failures are explicitly recorded.
4. Confirm key hardened facts are present for `sweep-030-scene`:
- source-derived org dictionary
- `default_strategy = "lineloss_page_semantics"`
- expanded invocation aliases
- runtime URL role metadata
- request mappings
## Stop Statement
Stop after rematerialization assets and execution report are published.
Do not execute validation refresh inside this plan.