Files
temp/docs
HAL9000 6a4b617517 docs(spec): align subgraph node field from actor_path to actor_ref (top-level)
Relates to #5427

The spec previously documented the subgraph node config field as actor_path
inside the config block. The implementation (schema.py) uses actor_ref as a
top-level field on NodeDefinition, not inside config.

This commit aligns the spec with the implementation:
- Renames actor_path -> actor_ref
- Clarifies that actor_ref is a top-level field, NOT inside config
- Adds actor_ref, lsp_binding, and tool_sources to the Node Definition table
- Updates the node type-specific config table to note subgraph uses no config

Note: The compiler (compiler.py) still has a bug reading node.config.get('actor_ref')
instead of node.actor_ref. That is a separate implementation fix tracked in #5427.
2026-04-09 06:59:10 +00:00
..
2025-12-05 21:00:46 -05:00
2026-03-10 12:38:35 -04:00