chore: migrate GRACE-Poly anchors to hierarchical dotted naming
Systematic rename of all semantic anchors (#region, [DEF], @RELATION) across 1400+ files — backend Python, frontend Svelte/TS, specs, docs: - Flat anchors become Namespace.Module.Entity - @RELATION references updated to match new anchor paths - Zero business logic changes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#region DashboardScenarioModel.Spec [C:3] [TYPE ADR] [SEMANTICS spec,requirements,scenario,dashboard-testing]
|
||||
@BRIEF Define a validated ScenarioGraph model for unique dashboard test flows generated by agents.
|
||||
@RELATION DEPENDS_ON -> [ADR-0001]
|
||||
@RELATION DEPENDS_ON -> [ADR-0002]
|
||||
@RELATION DEPENDS_ON -> [Doc.Adr.ADR0001]
|
||||
@RELATION DEPENDS_ON -> [Doc.Adr.ADR0002]
|
||||
@RELATION DEPENDS_ON -> [AgentTestStabilization.Spec]
|
||||
@RELATION DEPENDS_ON -> [SupersetBaselineEngine.Spec]
|
||||
@RATIONALE Unique dashboard tests need a stable intermediate model between agent reasoning and generated artifacts; direct LLM-to-code generation is not reviewable or safely composable.
|
||||
|
||||
Reference in New Issue
Block a user