You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If multiple are open, disambiguate by matching agent_type against tool_input.subagent_type.
Genuine ambiguity (same type, concurrent) resolves to an honest null, never a guess.
Surfaced while scoping a new map for live-harness verification of this rule. Tier 1 (a single subagent spawn) was scoped in as that map's destination. Tiers 2 and 3 need a real Claude Code session where the model spawns multiple subagents in overlapping time — reliably forcing that shape via prompting alone is a harder, less deterministic problem than Tier 1, and risked stalling the whole effort on prompt-engineering flakiness rather than proving the core mechanism works at all. Ruled out of scope for that map; tracked here as a deliberate follow-up once Tier 1 verification is solid.
Scope
Design a prompt/scenario that reliably gets a real Claude Code session to spawn two subagents with overlapping lifetimes (same and different agent_types, to exercise both tiers).
Context
The three-tier temporal-inference rule for
(:Action)-[:SPAWNED]->(:Agent)(Map: Harness-grounded graph model across the Context Graph family, ticket #277) has three tiers:agent_typeagainsttool_input.subagent_type.Surfaced while scoping a new map for live-harness verification of this rule. Tier 1 (a single subagent spawn) was scoped in as that map's destination. Tiers 2 and 3 need a real Claude Code session where the model spawns multiple subagents in overlapping time — reliably forcing that shape via prompting alone is a harder, less deterministic problem than Tier 1, and risked stalling the whole effort on prompt-engineering flakiness rather than proving the core mechanism works at all. Ruled out of scope for that map; tracked here as a deliberate follow-up once Tier 1 verification is solid.
Scope
agent_types, to exercise both tiers).