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 Test.SmokePlugins [C:3] [TYPE Module] [SEMANTICS test,plugin,smoke,loader,integration]
|
||||
# @BRIEF Smoke tests verifying plugin discovery, instantiation, and TaskManager integration.
|
||||
# @RELATION BINDS_TO -> [PluginLoader]
|
||||
# @RELATION BINDS_TO -> [TaskManager]
|
||||
# @RELATION BINDS_TO -> [Core.PluginLoader]
|
||||
# @RELATION BINDS_TO -> [Core.Manager.TaskManager]
|
||||
# @TEST_EDGE: missing_plugin -> Missing expected plugins detected
|
||||
# @TEST_EDGE: plugin_import_error -> Plugin load fails gracefully
|
||||
# @TEST_EDGE: task_manager_init_failure -> TaskManager initialization error handled
|
||||
|
||||
Reference in New Issue
Block a user