II.
Page JSON
Structured · livepage:docs-harness-features-backlog-gaps-agent-delegation-gap-agent-006
GAP-AGENT-006: Cross-Run State Sharing json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "page:docs-harness-features-backlog-gaps-agent-delegation-gap-agent-006",
"_kind": "Page",
"_file": "wiki/docs/harness-features-backlog/gaps/agent-delegation/gap-agent-006.md",
"_cluster": "wiki",
"attributes": {
"nodeKind": "Page",
"sourcePath": "docs/harness-features-backlog/gaps/agent-delegation/GAP-AGENT-006.md",
"sourceKind": "repo-docs",
"title": "GAP-AGENT-006: Cross-Run State Sharing",
"displayName": "GAP-AGENT-006: Cross-Run State Sharing",
"slug": "docs/harness-features-backlog/gaps/agent-delegation/gap-agent-006",
"articlePath": "wiki/docs/harness-features-backlog/gaps/agent-delegation/GAP-AGENT-006.md",
"article": "\n# GAP-AGENT-006: Cross-Run State Sharing\n\n| Field | Value |\n|-------|-------|\n| Category | agent-delegation |\n| Priority | High |\n| Effort | L |\n| Status | Missing |\n\n## Description\nShared state between related runs (parent/child, coordinator/worker) for accumulated knowledge, shared context, and collaborative findings. Reframed from CC agent memory to babysitter cross-run state sharing.\n\n## Current State\nNo shared memory between invocations. State is per-run only. Each sub-harness invocation starts with a fresh context.\n\n## Target State\nShared state store accessible by related runs. Parent can seed child runs with accumulated context. Child results accumulate into shared state. Session-level state persists across runs.\n\n## Dependencies\n- [GAP-STATE-003](../state-continuity/GAP-STATE-003.md) -- session state persistence\n- [GAP-SESSION-001](../session-management/GAP-SESSION-001.md) -- session-to-run relationship\n\n## Key Files\n| Component | Path |\n|-----------|------|\n| Session management | `packages/sdk/src/session/` |\n| State cache | `packages/sdk/src/runtime/replay/stateCache.ts` |\n\n## Recommendation\nPhase 2 implementation. Define shared state store scoped to sessions. Allow parent runs to seed child context. Aggregate child results into session state.\n",
"documents": []
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "page:docs-harness-features-backlog",
"to": "page:docs-harness-features-backlog-gaps-agent-delegation-gap-agent-006",
"kind": "contains_page"
}
]
}