II.
Page JSON
Structured · livepage:docs-harness-features-backlog-gaps-session-management-gap-session-001
GAP-SESSION-001: Session-to-Run One-to-Many Relationship json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "page:docs-harness-features-backlog-gaps-session-management-gap-session-001",
"_kind": "Page",
"_file": "wiki/docs/harness-features-backlog/gaps/session-management/gap-session-001.md",
"_cluster": "wiki",
"attributes": {
"nodeKind": "Page",
"sourcePath": "docs/harness-features-backlog/gaps/session-management/GAP-SESSION-001.md",
"sourceKind": "repo-docs",
"title": "GAP-SESSION-001: Session-to-Run One-to-Many Relationship",
"displayName": "GAP-SESSION-001: Session-to-Run One-to-Many Relationship",
"slug": "docs/harness-features-backlog/gaps/session-management/gap-session-001",
"articlePath": "wiki/docs/harness-features-backlog/gaps/session-management/GAP-SESSION-001.md",
"article": "\n# GAP-SESSION-001: Session-to-Run One-to-Many Relationship\n\n| Field | Value |\n|-------|-------|\n| Category | session-management |\n| Priority | Critical |\n| Effort | L |\n| Status | Missing |\n\n## Description\nModel sessions as containers for multiple runs. A session represents a user intent; runs are individual orchestration attempts. Enable session continuity across runs.\n\n## Current State\nSession binds to single runId via YAML frontmatter. No multi-run sessions.\n\n## Target State\nSessions contain multiple runs. Session state persists across runs. Session history browsable. Runs within a session share context and accumulated knowledge.\n\n## Dependencies\n- None (foundation gap for session management)\n\n## Key Files\n| Component | Path |\n|-----------|------|\n| Session management | `packages/sdk/src/session/` |\n| Run directory | `.a5c/runs/` |\n\n## Recommendation\nPhase 1 implementation. Extend session schema to track multiple runIds. Add session:list-runs command. Preserve session context across run boundaries.\n",
"documents": []
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "page:docs-harness-features-backlog",
"to": "page:docs-harness-features-backlog-gaps-session-management-gap-session-001",
"kind": "contains_page"
}
]
}