{
"id": "session-semantics:copilot-cli",
"_kind": "SessionSemantics",
"_file": "lifecycle/session-semantics/copilot-cli.yaml",
"_cluster": "lifecycle",
"attributes": {
"sessionSemanticsId": "session-semantics:copilot-cli",
"agentId": "agent:copilot-cli",
"versionRange": ">=0.0.0",
"sessionDirStrategy": ".a5c/runs",
"sessionIdSources": [
"COPILOT_SESSION_ID",
"COPILOT_CLI_SESSION",
"GH_COPILOT_SESSION"
],
"resumeSemantics": "Copilot surfaces session IDs from CLI and GitHub session variables.",
"stateFilePatterns": [
".a5c/runs/**"
],
"pidMarkerPolicy": "env-or-run-dir",
"metadataFields": [
{
"key": "session_id",
"envVars": [
"COPILOT_CLI_SESSION",
"GH_COPILOT_SESSION"
]
}
]
},
"outgoingEdges": [
{
"from": "session-semantics:copilot-cli",
"to": "agent-version:copilot-cli@current",
"kind": "applies_to_version",
"attributes": {}
},
{
"from": "session-semantics:copilot-cli",
"to": "path:a5c-runs-dir",
"kind": "references_path",
"attributes": {}
}
],
"incomingEdges": []
}