@a5c-ai/agent-catalog 5.0.1-staging.b41a545e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +117 -0
- package/dist/assets.d.ts +4 -0
- package/dist/assets.d.ts.map +1 -0
- package/dist/assets.js +76 -0
- package/dist/cli.d.ts +168 -0
- package/dist/cli.d.ts.map +1 -0
- package/dist/cli.js +336 -0
- package/dist/data.d.ts +54 -0
- package/dist/data.d.ts.map +1 -0
- package/dist/data.js +636 -0
- package/dist/discovery-snapshot.json +319345 -0
- package/dist/discovery.d.ts +143 -0
- package/dist/discovery.d.ts.map +1 -0
- package/dist/discovery.js +728 -0
- package/dist/evidence-projection.d.ts +4 -0
- package/dist/evidence-projection.d.ts.map +1 -0
- package/dist/evidence-projection.js +34 -0
- package/dist/evidence.d.ts +13 -0
- package/dist/evidence.d.ts.map +1 -0
- package/dist/evidence.js +227 -0
- package/dist/graph.d.ts +20 -0
- package/dist/graph.d.ts.map +1 -0
- package/dist/graph.js +194 -0
- package/dist/index.d.ts +11 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +28 -0
- package/dist/models.d.ts +559 -0
- package/dist/models.d.ts.map +1 -0
- package/dist/models.js +2 -0
- package/dist/sdk.d.ts +48 -0
- package/dist/sdk.d.ts.map +1 -0
- package/dist/sdk.js +902 -0
- package/dist/transport-mux-cutover.d.ts +9 -0
- package/dist/transport-mux-cutover.d.ts.map +1 -0
- package/dist/transport-mux-cutover.js +158 -0
- package/dist/ui.d.ts +2 -0
- package/dist/ui.d.ts.map +1 -0
- package/dist/ui.js +8 -0
- package/docs/ontology-evidence.md +82 -0
- package/evidence/ontology-evidence/claims/catalog-processes-and-packaging.json +89 -0
- package/evidence/ontology-evidence/claims/plugins-hooks-discovery.json +136 -0
- package/evidence/ontology-evidence/claims/runtime-core.json +113 -0
- package/evidence/ontology-evidence/claims/vendor-web.json +977 -0
- package/evidence/ontology-evidence/evidence-sources/catalog-processes-and-packaging.json +48 -0
- package/evidence/ontology-evidence/evidence-sources/plugins-hooks-discovery.json +88 -0
- package/evidence/ontology-evidence/evidence-sources/runtime-core.json +78 -0
- package/evidence/ontology-evidence/evidence-sources/vendor-web.json +918 -0
- package/evidence/ontology-evidence/manifest.json +56 -0
- package/graph/agent-catalog.graph.yaml +43 -0
- package/graph/edges/relations/agent-runtime/babysitter-agent.yaml +31 -0
- package/graph/edges/relations/agent-runtime/discovery-and-paths.yaml +433 -0
- package/graph/edges/relations/agent-runtime/session-and-lifecycle.yaml +137 -0
- package/graph/edges/relations/agent-runtime/transports-and-modalities.yaml +387 -0
- package/graph/edges/relations/capabilities/babysitter-agent-links.yaml +46 -0
- package/graph/edges/relations/capabilities/capability-vocabulary-links-agents.yaml +478 -0
- package/graph/edges/relations/capabilities/capability-vocabulary-links-providers.yaml +40 -0
- package/graph/edges/relations/capabilities/capability-vocabulary-links-transports.yaml +70 -0
- package/graph/edges/relations/capabilities/support-record-links-agents.yaml +478 -0
- package/graph/edges/relations/capabilities/support-record-links-providers.yaml +40 -0
- package/graph/edges/relations/capabilities/support-record-links-transports.yaml +70 -0
- package/graph/edges/relations/evolution.yaml +16 -0
- package/graph/edges/relations/hooks-and-plugins.yaml +462 -0
- package/graph/edges/relations/identity-babysitter-agent.yaml +11 -0
- package/graph/edges/relations/identity.yaml +218 -0
- package/graph/edges/relations/processes-and-packages.yaml +71 -0
- package/graph/edges/relations/provenance/babysitter-agent-and-claude-web.yaml +102 -0
- package/graph/edges/relations/provenance/catalog-core-agents.yaml +370 -0
- package/graph/edges/relations/provenance/catalog-core-models.yaml +88 -0
- package/graph/edges/relations/provenance/catalog-core-providers.yaml +220 -0
- package/graph/edges/relations/provenance/evidence-sources.yaml +136 -0
- package/graph/edges/relations/provenance/hooks-plugins-and-discovery-discovery.yaml +124 -0
- package/graph/edges/relations/provenance/hooks-plugins-and-discovery-hooks.yaml +244 -0
- package/graph/edges/relations/provenance/hooks-plugins-and-discovery-plugins.yaml +166 -0
- package/graph/edges/relations/provenance/processes-packages-and-paths.yaml +490 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capability.yaml +202 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-claude.yaml +210 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-codex.yaml +302 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-copilot.yaml +170 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-cursor.yaml +146 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-gemini.yaml +143 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-omp.yaml +76 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-openclaw.yaml +112 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-opencode.yaml +139 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-pi.yaml +40 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-providers.yaml +112 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-transports.yaml +190 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-modality.yaml +88 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-transport.yaml +172 -0
- package/graph/nodes/agents/babysitter-agent.yaml +43 -0
- package/graph/nodes/agents/products.yaml +163 -0
- package/graph/nodes/agents/versions.yaml +282 -0
- package/graph/nodes/capabilities/capabilities.yaml +234 -0
- package/graph/nodes/capabilities/modalities.yaml +74 -0
- package/graph/nodes/capabilities/supports/agents/babysitter-agent.yaml +46 -0
- package/graph/nodes/capabilities/supports/agents/claude.yaml +166 -0
- package/graph/nodes/capabilities/supports/agents/codex.yaml +190 -0
- package/graph/nodes/capabilities/supports/agents/copilot.yaml +121 -0
- package/graph/nodes/capabilities/supports/agents/cursor.yaml +104 -0
- package/graph/nodes/capabilities/supports/agents/gemini.yaml +104 -0
- package/graph/nodes/capabilities/supports/agents/omp.yaml +74 -0
- package/graph/nodes/capabilities/supports/agents/openclaw.yaml +67 -0
- package/graph/nodes/capabilities/supports/agents/opencode.yaml +103 -0
- package/graph/nodes/capabilities/supports/agents/pi.yaml +65 -0
- package/graph/nodes/capabilities/supports/provider-versions.yaml +73 -0
- package/graph/nodes/capabilities/supports/transport-runtimes.yaml +122 -0
- package/graph/nodes/evidence/babysitter-agent-and-claude-web.yaml +83 -0
- package/graph/nodes/evidence/claims.yaml +315 -0
- package/graph/nodes/evidence/claude-code-capability-claims.yaml +170 -0
- package/graph/nodes/evidence/claude-code-docs-core.yaml +103 -0
- package/graph/nodes/evidence/claude-code-docs-extensions.yaml +114 -0
- package/graph/nodes/evidence/codex-web.yaml +155 -0
- package/graph/nodes/evidence/copilot-web.yaml +213 -0
- package/graph/nodes/evidence/cursor-web.yaml +191 -0
- package/graph/nodes/evidence/evidence-sources.yaml +206 -0
- package/graph/nodes/evidence/gemini-cli-web.yaml +177 -0
- package/graph/nodes/evidence/omp-web.yaml +129 -0
- package/graph/nodes/evidence/opencode-web.yaml +144 -0
- package/graph/nodes/hooks-and-plugins/hook-mappings.yaml +399 -0
- package/graph/nodes/hooks-and-plugins/hook-surfaces.yaml +160 -0
- package/graph/nodes/hooks-and-plugins/plugin-artifacts.yaml +229 -0
- package/graph/nodes/hooks-and-plugins/plugin-targets.yaml +330 -0
- package/graph/nodes/models.yaml +103 -0
- package/graph/nodes/processes-and-packages/ci-surfaces.yaml +45 -0
- package/graph/nodes/processes-and-packages/packages.yaml +89 -0
- package/graph/nodes/processes-and-packages/processes.yaml +44 -0
- package/graph/nodes/providers/products.yaml +102 -0
- package/graph/nodes/providers/versions.yaml +108 -0
- package/graph/nodes/runtime-semantics/discovery-signals-hooks.yaml +185 -0
- package/graph/nodes/runtime-semantics/discovery-signals-host.yaml +254 -0
- package/graph/nodes/runtime-semantics/lifecycle-semantics.yaml +151 -0
- package/graph/nodes/runtime-semantics/paths.yaml +289 -0
- package/graph/nodes/runtime-semantics/session-semantics.yaml +214 -0
- package/graph/nodes/transports.yaml +202 -0
- package/graph/schema/ontology-schema.yaml +529 -0
- package/package.json +65 -0
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
{
|
|
2
|
+
"generatedAt": "2026-04-24T00:00:00.000Z",
|
|
3
|
+
"graphId": "graph:agent-catalog",
|
|
4
|
+
"schemaVersion": "2026.04.agent-catalog-v2",
|
|
5
|
+
"exportVersion": 1,
|
|
6
|
+
"shards": [
|
|
7
|
+
{
|
|
8
|
+
"entryKind": "claims",
|
|
9
|
+
"group": "catalog-processes-and-packaging",
|
|
10
|
+
"relativePath": "claims/catalog-processes-and-packaging.json",
|
|
11
|
+
"entryCount": 5
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"entryKind": "claims",
|
|
15
|
+
"group": "plugins-hooks-discovery",
|
|
16
|
+
"relativePath": "claims/plugins-hooks-discovery.json",
|
|
17
|
+
"entryCount": 8
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"entryKind": "claims",
|
|
21
|
+
"group": "runtime-core",
|
|
22
|
+
"relativePath": "claims/runtime-core.json",
|
|
23
|
+
"entryCount": 6
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"entryKind": "claims",
|
|
27
|
+
"group": "vendor-web",
|
|
28
|
+
"relativePath": "claims/vendor-web.json",
|
|
29
|
+
"entryCount": 54
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"entryKind": "evidence-sources",
|
|
33
|
+
"group": "catalog-processes-and-packaging",
|
|
34
|
+
"relativePath": "evidence-sources/catalog-processes-and-packaging.json",
|
|
35
|
+
"entryCount": 4
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"entryKind": "evidence-sources",
|
|
39
|
+
"group": "plugins-hooks-discovery",
|
|
40
|
+
"relativePath": "evidence-sources/plugins-hooks-discovery.json",
|
|
41
|
+
"entryCount": 8
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"entryKind": "evidence-sources",
|
|
45
|
+
"group": "runtime-core",
|
|
46
|
+
"relativePath": "evidence-sources/runtime-core.json",
|
|
47
|
+
"entryCount": 7
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"entryKind": "evidence-sources",
|
|
51
|
+
"group": "vendor-web",
|
|
52
|
+
"relativePath": "evidence-sources/vendor-web.json",
|
|
53
|
+
"entryCount": 70
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
kind: GraphDocument
|
|
2
|
+
id: graph:agent-catalog
|
|
3
|
+
graphId: graph:agent-catalog
|
|
4
|
+
schemaVersion: 2026.04.agent-catalog-v2
|
|
5
|
+
catalogVersion: 2026.04.agent-catalog-v2
|
|
6
|
+
generatedAt: 2026-04-24T00:00:00.000Z
|
|
7
|
+
owners:
|
|
8
|
+
- "@a5c-ai"
|
|
9
|
+
imports:
|
|
10
|
+
- nodes/agents
|
|
11
|
+
- nodes/providers
|
|
12
|
+
- nodes/models.yaml
|
|
13
|
+
- nodes/transports.yaml
|
|
14
|
+
- nodes/capabilities
|
|
15
|
+
- nodes/hooks-and-plugins
|
|
16
|
+
- nodes/runtime-semantics
|
|
17
|
+
- nodes/processes-and-packages
|
|
18
|
+
- nodes/evidence
|
|
19
|
+
- edges/relations
|
|
20
|
+
schemaPath: schema/ontology-schema.yaml
|
|
21
|
+
defaultNamespace: a5c.agentCatalog
|
|
22
|
+
evidencePolicy:
|
|
23
|
+
summary: All graph facts should resolve to claims and evidence sources; split YAML files are the source of truth.
|
|
24
|
+
vendorBackedEvidence:
|
|
25
|
+
selector:
|
|
26
|
+
kindLabels:
|
|
27
|
+
- web
|
|
28
|
+
trustLevels:
|
|
29
|
+
- official-web
|
|
30
|
+
requiredAttributes:
|
|
31
|
+
- reviewOwner
|
|
32
|
+
- reviewedAt
|
|
33
|
+
- freshnessWindowDays
|
|
34
|
+
maxFreshnessWindowDays: 45
|
|
35
|
+
reviewOwnerPattern: "^@a5c-ai/"
|
|
36
|
+
reachability:
|
|
37
|
+
timeoutMs: 15000
|
|
38
|
+
retries: 2
|
|
39
|
+
acceptedStatusCodes:
|
|
40
|
+
- 200
|
|
41
|
+
- 401
|
|
42
|
+
- 403
|
|
43
|
+
- 405
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
kind: EdgeDocument
|
|
2
|
+
documentPath: edges/relations/agent-runtime/babysitter-agent.yaml
|
|
3
|
+
generatedAt: 2026-04-24T00:00:00.000Z
|
|
4
|
+
edges:
|
|
5
|
+
- id: edge:agentVersion:babysitter-agent:ge-5-0-0:transportRuntime:terminal-cli
|
|
6
|
+
relation: uses_transport
|
|
7
|
+
from: agentVersion:babysitter-agent:ge-5-0-0
|
|
8
|
+
to: transportRuntime:terminal-cli
|
|
9
|
+
evidenceRefs: &a1
|
|
10
|
+
- repo-babysitter-agent-package
|
|
11
|
+
- repo-babysitter-agent-cli
|
|
12
|
+
- id: edge:agentVersion:babysitter-agent:ge-5-0-0:transportProtocol:terminal-cli
|
|
13
|
+
relation: uses_transport
|
|
14
|
+
from: agentVersion:babysitter-agent:ge-5-0-0
|
|
15
|
+
to: transportProtocol:terminal-cli
|
|
16
|
+
evidenceRefs: *a1
|
|
17
|
+
- id: edge:agentVersion:babysitter-agent:ge-5-0-0:modality:text
|
|
18
|
+
relation: supports_modality
|
|
19
|
+
from: agentVersion:babysitter-agent:ge-5-0-0
|
|
20
|
+
to: modality:text
|
|
21
|
+
evidenceRefs: *a1
|
|
22
|
+
- id: edge:agentVersion:babysitter-agent:ge-5-0-0:modality:mcp
|
|
23
|
+
relation: supports_modality
|
|
24
|
+
from: agentVersion:babysitter-agent:ge-5-0-0
|
|
25
|
+
to: modality:mcp
|
|
26
|
+
evidenceRefs: *a1
|
|
27
|
+
- id: edge:agentVersion:babysitter-agent:ge-5-0-0:modality:commands
|
|
28
|
+
relation: supports_modality
|
|
29
|
+
from: agentVersion:babysitter-agent:ge-5-0-0
|
|
30
|
+
to: modality:commands
|
|
31
|
+
evidenceRefs: *a1
|
|
@@ -0,0 +1,433 @@
|
|
|
1
|
+
kind: EdgeDocument
|
|
2
|
+
documentPath: edges/relations/agent-runtime/discovery-and-paths.yaml
|
|
3
|
+
generatedAt: 2026-04-23T00:00:00.000Z
|
|
4
|
+
edges:
|
|
5
|
+
- id: edge:agentVersion:claude:ge-0-0-0:discovery:discovery:claude:host-env
|
|
6
|
+
relation: discovered_by
|
|
7
|
+
from: agentVersion:claude:ge-0-0-0
|
|
8
|
+
to: discovery:claude:host-env
|
|
9
|
+
evidenceRefs: &a1
|
|
10
|
+
- repo-sdk-fallback
|
|
11
|
+
- repo-target-claude
|
|
12
|
+
- repo-target-index
|
|
13
|
+
- web-anthropic-claude-code
|
|
14
|
+
- web-anthropic-claude-code-autonomy
|
|
15
|
+
- id: edge:agentVersion:claude:ge-0-0-0:discovery:discovery:claude:hooks-mux:1
|
|
16
|
+
relation: discovered_by
|
|
17
|
+
from: agentVersion:claude:ge-0-0-0
|
|
18
|
+
to: discovery:claude:hooks-mux:1
|
|
19
|
+
evidenceRefs: *a1
|
|
20
|
+
- id: edge:agentVersion:codex:ge-0-0-0-lt-0-119-0:discovery:discovery:codex:host-env
|
|
21
|
+
relation: discovered_by
|
|
22
|
+
from: agentVersion:codex:ge-0-0-0-lt-0-119-0
|
|
23
|
+
to: discovery:codex:host-env
|
|
24
|
+
evidenceRefs: &a2
|
|
25
|
+
- repo-sdk-fallback
|
|
26
|
+
- repo-target-codex
|
|
27
|
+
- repo-target-index
|
|
28
|
+
- repo-codex-windows-hooks
|
|
29
|
+
- web-openai-codex-skills
|
|
30
|
+
- id: edge:agentVersion:codex:ge-0-0-0-lt-0-119-0:discovery:discovery:codex:hooks-mux:2
|
|
31
|
+
relation: discovered_by
|
|
32
|
+
from: agentVersion:codex:ge-0-0-0-lt-0-119-0
|
|
33
|
+
to: discovery:codex:hooks-mux:2
|
|
34
|
+
evidenceRefs: *a2
|
|
35
|
+
- id: edge:agentVersion:codex:ge-0-0-0-lt-0-119-0:discovery:discovery:codex:hooks-mux:3
|
|
36
|
+
relation: discovered_by
|
|
37
|
+
from: agentVersion:codex:ge-0-0-0-lt-0-119-0
|
|
38
|
+
to: discovery:codex:hooks-mux:3
|
|
39
|
+
evidenceRefs: *a2
|
|
40
|
+
- id: edge:agentVersion:codex:ge-0-119-0:discovery:discovery:codex:host-env
|
|
41
|
+
relation: discovered_by
|
|
42
|
+
from: agentVersion:codex:ge-0-119-0
|
|
43
|
+
to: discovery:codex:host-env
|
|
44
|
+
evidenceRefs: &a3
|
|
45
|
+
- repo-sdk-fallback
|
|
46
|
+
- repo-target-codex
|
|
47
|
+
- repo-target-index
|
|
48
|
+
- repo-codex-windows-hooks
|
|
49
|
+
- web-openai-codex-skills
|
|
50
|
+
- id: edge:agentVersion:codex:ge-0-119-0:discovery:discovery:codex:hooks-mux:2
|
|
51
|
+
relation: discovered_by
|
|
52
|
+
from: agentVersion:codex:ge-0-119-0
|
|
53
|
+
to: discovery:codex:hooks-mux:2
|
|
54
|
+
evidenceRefs: *a3
|
|
55
|
+
- id: edge:agentVersion:codex:ge-0-119-0:discovery:discovery:codex:hooks-mux:3
|
|
56
|
+
relation: discovered_by
|
|
57
|
+
from: agentVersion:codex:ge-0-119-0
|
|
58
|
+
to: discovery:codex:hooks-mux:3
|
|
59
|
+
evidenceRefs: *a3
|
|
60
|
+
- id: edge:agentVersion:cursor:ge-0-0-0:discovery:discovery:cursor:host-env
|
|
61
|
+
relation: discovered_by
|
|
62
|
+
from: agentVersion:cursor:ge-0-0-0
|
|
63
|
+
to: discovery:cursor:host-env
|
|
64
|
+
evidenceRefs: &a4
|
|
65
|
+
- repo-sdk-fallback
|
|
66
|
+
- repo-target-cursor
|
|
67
|
+
- repo-target-index
|
|
68
|
+
- id: edge:agentVersion:cursor:ge-0-0-0:discovery:discovery:cursor:hooks-mux:6
|
|
69
|
+
relation: discovered_by
|
|
70
|
+
from: agentVersion:cursor:ge-0-0-0
|
|
71
|
+
to: discovery:cursor:hooks-mux:6
|
|
72
|
+
evidenceRefs: *a4
|
|
73
|
+
- id: edge:agentVersion:gemini:ge-0-0-0:discovery:discovery:gemini:host-env
|
|
74
|
+
relation: discovered_by
|
|
75
|
+
from: agentVersion:gemini:ge-0-0-0
|
|
76
|
+
to: discovery:gemini:host-env
|
|
77
|
+
evidenceRefs: &a5
|
|
78
|
+
- repo-sdk-fallback
|
|
79
|
+
- repo-target-gemini
|
|
80
|
+
- repo-target-index
|
|
81
|
+
- web-gemini-hooks
|
|
82
|
+
- id: edge:agentVersion:gemini:ge-0-0-0:discovery:discovery:gemini:hooks-mux:4
|
|
83
|
+
relation: discovered_by
|
|
84
|
+
from: agentVersion:gemini:ge-0-0-0
|
|
85
|
+
to: discovery:gemini:hooks-mux:4
|
|
86
|
+
evidenceRefs: *a5
|
|
87
|
+
- id: edge:agentVersion:copilot:ge-0-0-0:discovery:discovery:copilot:host-env
|
|
88
|
+
relation: discovered_by
|
|
89
|
+
from: agentVersion:copilot:ge-0-0-0
|
|
90
|
+
to: discovery:copilot:host-env
|
|
91
|
+
evidenceRefs: &a6
|
|
92
|
+
- repo-sdk-fallback
|
|
93
|
+
- repo-target-copilot
|
|
94
|
+
- repo-target-index
|
|
95
|
+
- web-github-copilot-agent
|
|
96
|
+
- id: edge:agentVersion:copilot:ge-0-0-0:discovery:discovery:copilot:hooks-mux:5
|
|
97
|
+
relation: discovered_by
|
|
98
|
+
from: agentVersion:copilot:ge-0-0-0
|
|
99
|
+
to: discovery:copilot:hooks-mux:5
|
|
100
|
+
evidenceRefs: *a6
|
|
101
|
+
- id: edge:agentVersion:pi:ge-0-0-0:discovery:discovery:pi:host-env
|
|
102
|
+
relation: discovered_by
|
|
103
|
+
from: agentVersion:pi:ge-0-0-0
|
|
104
|
+
to: discovery:pi:host-env
|
|
105
|
+
evidenceRefs: &a7
|
|
106
|
+
- repo-sdk-fallback
|
|
107
|
+
- id: edge:agentVersion:pi:ge-0-0-0:discovery:discovery:pi:hooks-mux:7
|
|
108
|
+
relation: discovered_by
|
|
109
|
+
from: agentVersion:pi:ge-0-0-0
|
|
110
|
+
to: discovery:pi:hooks-mux:7
|
|
111
|
+
evidenceRefs: *a7
|
|
112
|
+
- id: edge:agentVersion:omp:ge-0-0-0:discovery:discovery:omp:host-env
|
|
113
|
+
relation: discovered_by
|
|
114
|
+
from: agentVersion:omp:ge-0-0-0
|
|
115
|
+
to: discovery:omp:host-env
|
|
116
|
+
evidenceRefs: &a8
|
|
117
|
+
- repo-sdk-fallback
|
|
118
|
+
- id: edge:agentVersion:omp:ge-0-0-0:discovery:discovery:oh-my-pi:hooks-mux:8
|
|
119
|
+
relation: discovered_by
|
|
120
|
+
from: agentVersion:omp:ge-0-0-0
|
|
121
|
+
to: discovery:oh-my-pi:hooks-mux:8
|
|
122
|
+
evidenceRefs: *a8
|
|
123
|
+
- id: edge:agentVersion:opencode:ge-0-0-0:discovery:discovery:opencode:host-env
|
|
124
|
+
relation: discovered_by
|
|
125
|
+
from: agentVersion:opencode:ge-0-0-0
|
|
126
|
+
to: discovery:opencode:host-env
|
|
127
|
+
evidenceRefs: &a9
|
|
128
|
+
- repo-sdk-fallback
|
|
129
|
+
- repo-target-index
|
|
130
|
+
- id: edge:agentVersion:opencode:ge-0-0-0:discovery:discovery:opencode:hooks-mux:9
|
|
131
|
+
relation: discovered_by
|
|
132
|
+
from: agentVersion:opencode:ge-0-0-0
|
|
133
|
+
to: discovery:opencode:hooks-mux:9
|
|
134
|
+
evidenceRefs: *a9
|
|
135
|
+
- id: edge:agentVersion:openclaw:ge-0-0-0:discovery:discovery:openclaw:host-env
|
|
136
|
+
relation: discovered_by
|
|
137
|
+
from: agentVersion:openclaw:ge-0-0-0
|
|
138
|
+
to: discovery:openclaw:host-env
|
|
139
|
+
evidenceRefs: &a10
|
|
140
|
+
- repo-sdk-fallback
|
|
141
|
+
- repo-hooks-detector
|
|
142
|
+
- repo-target-index
|
|
143
|
+
- id: edge:agentVersion:openclaw:ge-0-0-0:discovery:discovery:openclaw:hooks-mux:10
|
|
144
|
+
relation: discovered_by
|
|
145
|
+
from: agentVersion:openclaw:ge-0-0-0
|
|
146
|
+
to: discovery:openclaw:hooks-mux:10
|
|
147
|
+
evidenceRefs: *a10
|
|
148
|
+
- id: edge:process:packages/catalog/process-library-catalog:path:path:auto:packages-catalog-process-library-catalog-js
|
|
149
|
+
relation: references_path
|
|
150
|
+
from: process:packages/catalog/process-library-catalog
|
|
151
|
+
to: path:auto:packages-catalog-process-library-catalog-js
|
|
152
|
+
evidenceRefs: &a11
|
|
153
|
+
- repo-process-catalog
|
|
154
|
+
- id: edge:process:packages/catalog/process-library-catalog:path:path:auto:packages-catalog-src-app
|
|
155
|
+
relation: references_path
|
|
156
|
+
from: process:packages/catalog/process-library-catalog
|
|
157
|
+
to: path:auto:packages-catalog-src-app
|
|
158
|
+
evidenceRefs: *a11
|
|
159
|
+
- id: edge:process:packages/catalog/process-library-catalog:path:path:auto:packages-catalog-src-lib
|
|
160
|
+
relation: references_path
|
|
161
|
+
from: process:packages/catalog/process-library-catalog
|
|
162
|
+
to: path:auto:packages-catalog-src-lib
|
|
163
|
+
evidenceRefs: *a11
|
|
164
|
+
- id: edge:process:agent-mux/model-catalog:path:path:auto:packages-agent-mux-processes-model-catalog-js
|
|
165
|
+
relation: references_path
|
|
166
|
+
from: process:agent-mux/model-catalog
|
|
167
|
+
to: path:auto:packages-agent-mux-processes-model-catalog-js
|
|
168
|
+
evidenceRefs:
|
|
169
|
+
- repo-agent-mux-model-catalog
|
|
170
|
+
- id: edge:sessionSemantics:claude:ge-0-0-0:path:runs
|
|
171
|
+
relation: references_path
|
|
172
|
+
from: sessionSemantics:claude:ge-0-0-0
|
|
173
|
+
to: path:.a5c-runs
|
|
174
|
+
evidenceRefs:
|
|
175
|
+
- repo-sdk-fallback
|
|
176
|
+
- repo-agent-mux-host
|
|
177
|
+
- id: edge:sessionSemantics:codex:ge-0-0-0:path:runs
|
|
178
|
+
relation: references_path
|
|
179
|
+
from: sessionSemantics:codex:ge-0-0-0
|
|
180
|
+
to: path:.a5c-runs
|
|
181
|
+
evidenceRefs:
|
|
182
|
+
- repo-sdk-fallback
|
|
183
|
+
- repo-hooks-detector
|
|
184
|
+
- id: edge:sessionSemantics:cursor:ge-0-0-0:path:runs
|
|
185
|
+
relation: references_path
|
|
186
|
+
from: sessionSemantics:cursor:ge-0-0-0
|
|
187
|
+
to: path:.a5c-runs
|
|
188
|
+
evidenceRefs:
|
|
189
|
+
- repo-sdk-fallback
|
|
190
|
+
- repo-hooks-detector
|
|
191
|
+
- id: edge:sessionSemantics:gemini:ge-0-0-0:path:runs
|
|
192
|
+
relation: references_path
|
|
193
|
+
from: sessionSemantics:gemini:ge-0-0-0
|
|
194
|
+
to: path:.a5c-runs
|
|
195
|
+
evidenceRefs:
|
|
196
|
+
- repo-sdk-fallback
|
|
197
|
+
- repo-hooks-detector
|
|
198
|
+
- id: edge:sessionSemantics:copilot:ge-0-0-0:path:runs
|
|
199
|
+
relation: references_path
|
|
200
|
+
from: sessionSemantics:copilot:ge-0-0-0
|
|
201
|
+
to: path:.a5c-runs
|
|
202
|
+
evidenceRefs:
|
|
203
|
+
- repo-sdk-fallback
|
|
204
|
+
- repo-agent-mux-host
|
|
205
|
+
- id: edge:sessionSemantics:pi:ge-0-0-0:path:runs
|
|
206
|
+
relation: references_path
|
|
207
|
+
from: sessionSemantics:pi:ge-0-0-0
|
|
208
|
+
to: path:.a5c-runs
|
|
209
|
+
evidenceRefs:
|
|
210
|
+
- repo-sdk-fallback
|
|
211
|
+
- repo-agent-mux-host
|
|
212
|
+
- id: edge:sessionSemantics:omp:ge-0-0-0:path:runs
|
|
213
|
+
relation: references_path
|
|
214
|
+
from: sessionSemantics:omp:ge-0-0-0
|
|
215
|
+
to: path:.a5c-runs
|
|
216
|
+
evidenceRefs:
|
|
217
|
+
- repo-sdk-fallback
|
|
218
|
+
- repo-agent-mux-host
|
|
219
|
+
- id: edge:sessionSemantics:opencode:ge-0-0-0:path:runs
|
|
220
|
+
relation: references_path
|
|
221
|
+
from: sessionSemantics:opencode:ge-0-0-0
|
|
222
|
+
to: path:.a5c-runs
|
|
223
|
+
evidenceRefs:
|
|
224
|
+
- repo-sdk-fallback
|
|
225
|
+
- repo-agent-mux-host
|
|
226
|
+
- id: edge:sessionSemantics:openclaw:ge-0-0-0:path:runs
|
|
227
|
+
relation: references_path
|
|
228
|
+
from: sessionSemantics:openclaw:ge-0-0-0
|
|
229
|
+
to: path:.a5c-runs
|
|
230
|
+
evidenceRefs:
|
|
231
|
+
- repo-sdk-fallback
|
|
232
|
+
- repo-hooks-detector
|
|
233
|
+
- repo-agent-mux-host
|
|
234
|
+
- id: edge:lifecycleSemantics:claude:ge-0-0-0:path:graph
|
|
235
|
+
relation: references_path
|
|
236
|
+
from: lifecycleSemantics:claude:ge-0-0-0
|
|
237
|
+
to: path:agent-catalog-graph
|
|
238
|
+
evidenceRefs:
|
|
239
|
+
- repo-sdk-fallback
|
|
240
|
+
- repo-target-claude
|
|
241
|
+
- web-anthropic-claude-code-autonomy
|
|
242
|
+
- id: edge:lifecycleSemantics:codex:ge-0-0-0-lt-0-119-0:path:graph
|
|
243
|
+
relation: references_path
|
|
244
|
+
from: lifecycleSemantics:codex:ge-0-0-0-lt-0-119-0
|
|
245
|
+
to: path:agent-catalog-graph
|
|
246
|
+
evidenceRefs:
|
|
247
|
+
- repo-sdk-fallback
|
|
248
|
+
- repo-target-codex
|
|
249
|
+
- repo-codex-windows-hooks
|
|
250
|
+
- id: edge:lifecycleSemantics:codex:ge-0-119-0:path:graph
|
|
251
|
+
relation: references_path
|
|
252
|
+
from: lifecycleSemantics:codex:ge-0-119-0
|
|
253
|
+
to: path:agent-catalog-graph
|
|
254
|
+
evidenceRefs:
|
|
255
|
+
- repo-sdk-fallback
|
|
256
|
+
- repo-target-codex
|
|
257
|
+
- repo-codex-windows-hooks
|
|
258
|
+
- id: edge:lifecycleSemantics:cursor:ge-0-0-0:path:graph
|
|
259
|
+
relation: references_path
|
|
260
|
+
from: lifecycleSemantics:cursor:ge-0-0-0
|
|
261
|
+
to: path:agent-catalog-graph
|
|
262
|
+
evidenceRefs:
|
|
263
|
+
- repo-sdk-fallback
|
|
264
|
+
- repo-target-cursor
|
|
265
|
+
- id: edge:lifecycleSemantics:gemini:ge-0-0-0:path:graph
|
|
266
|
+
relation: references_path
|
|
267
|
+
from: lifecycleSemantics:gemini:ge-0-0-0
|
|
268
|
+
to: path:agent-catalog-graph
|
|
269
|
+
evidenceRefs:
|
|
270
|
+
- repo-sdk-fallback
|
|
271
|
+
- repo-target-gemini
|
|
272
|
+
- web-gemini-hooks
|
|
273
|
+
- id: edge:lifecycleSemantics:copilot:ge-0-0-0:path:graph
|
|
274
|
+
relation: references_path
|
|
275
|
+
from: lifecycleSemantics:copilot:ge-0-0-0
|
|
276
|
+
to: path:agent-catalog-graph
|
|
277
|
+
evidenceRefs:
|
|
278
|
+
- repo-sdk-fallback
|
|
279
|
+
- repo-target-copilot
|
|
280
|
+
- web-github-copilot-agent
|
|
281
|
+
- id: edge:lifecycleSemantics:pi:ge-0-0-0:path:graph
|
|
282
|
+
relation: references_path
|
|
283
|
+
from: lifecycleSemantics:pi:ge-0-0-0
|
|
284
|
+
to: path:agent-catalog-graph
|
|
285
|
+
evidenceRefs:
|
|
286
|
+
- repo-sdk-fallback
|
|
287
|
+
- id: edge:lifecycleSemantics:omp:ge-0-0-0:path:graph
|
|
288
|
+
relation: references_path
|
|
289
|
+
from: lifecycleSemantics:omp:ge-0-0-0
|
|
290
|
+
to: path:agent-catalog-graph
|
|
291
|
+
evidenceRefs:
|
|
292
|
+
- repo-sdk-fallback
|
|
293
|
+
- id: edge:lifecycleSemantics:opencode:ge-0-0-0:path:graph
|
|
294
|
+
relation: references_path
|
|
295
|
+
from: lifecycleSemantics:opencode:ge-0-0-0
|
|
296
|
+
to: path:agent-catalog-graph
|
|
297
|
+
evidenceRefs:
|
|
298
|
+
- repo-sdk-fallback
|
|
299
|
+
- repo-target-index
|
|
300
|
+
- id: edge:lifecycleSemantics:openclaw:ge-0-0-0:path:graph
|
|
301
|
+
relation: references_path
|
|
302
|
+
from: lifecycleSemantics:openclaw:ge-0-0-0
|
|
303
|
+
to: path:agent-catalog-graph
|
|
304
|
+
evidenceRefs:
|
|
305
|
+
- repo-sdk-fallback
|
|
306
|
+
- repo-target-index
|
|
307
|
+
- id: edge:package:@a5c-ai/agent-catalog:path:graph
|
|
308
|
+
relation: references_path
|
|
309
|
+
from: package:@a5c-ai/agent-catalog
|
|
310
|
+
to: path:agent-catalog-graph
|
|
311
|
+
evidenceRefs:
|
|
312
|
+
- repo-agent-catalog-package
|
|
313
|
+
- id: edge:package:@a5c-ai/catalog:path:catalog-api
|
|
314
|
+
relation: references_path
|
|
315
|
+
from: package:@a5c-ai/catalog
|
|
316
|
+
to: path:catalog-api
|
|
317
|
+
evidenceRefs:
|
|
318
|
+
- repo-process-catalog
|
|
319
|
+
- id: edge:package:@a5c-ai/transport-mux:path:transport-mux
|
|
320
|
+
relation: references_path
|
|
321
|
+
from: package:@a5c-ai/transport-mux
|
|
322
|
+
to: path:transport-mux
|
|
323
|
+
evidenceRefs:
|
|
324
|
+
- repo-transport-mux-readme
|
|
325
|
+
- repo-transport-mux-architecture
|
|
326
|
+
- id: edge:pluginArtifact:claude-code:manifest:path
|
|
327
|
+
relation: references_path
|
|
328
|
+
from: pluginArtifact:claude-code:manifest
|
|
329
|
+
to: path:auto:packages-agent-plugins-mux-src-targets-claude-code-ts
|
|
330
|
+
evidenceRefs:
|
|
331
|
+
- repo-target-index
|
|
332
|
+
- id: edge:pluginArtifact:claude-code:container-image:path
|
|
333
|
+
relation: references_path
|
|
334
|
+
from: pluginArtifact:claude-code:container-image
|
|
335
|
+
to: path:auto:ghcr-io-anthropics-claude-code
|
|
336
|
+
evidenceRefs:
|
|
337
|
+
- repo-sdk-fallback
|
|
338
|
+
- id: edge:pluginArtifact:codex:manifest:path
|
|
339
|
+
relation: references_path
|
|
340
|
+
from: pluginArtifact:codex:manifest
|
|
341
|
+
to: path:auto:packages-agent-plugins-mux-src-targets-codex-ts
|
|
342
|
+
evidenceRefs:
|
|
343
|
+
- repo-target-index
|
|
344
|
+
- id: edge:pluginArtifact:codex:container-image:path
|
|
345
|
+
relation: references_path
|
|
346
|
+
from: pluginArtifact:codex:container-image
|
|
347
|
+
to: path:auto:ghcr-io-openai-codex
|
|
348
|
+
evidenceRefs:
|
|
349
|
+
- repo-sdk-fallback
|
|
350
|
+
- id: edge:pluginArtifact:cursor:manifest:path
|
|
351
|
+
relation: references_path
|
|
352
|
+
from: pluginArtifact:cursor:manifest
|
|
353
|
+
to: path:auto:packages-agent-plugins-mux-src-targets-cursor-ts
|
|
354
|
+
evidenceRefs:
|
|
355
|
+
- repo-target-index
|
|
356
|
+
- id: edge:pluginArtifact:cursor:container-image:path
|
|
357
|
+
relation: references_path
|
|
358
|
+
from: pluginArtifact:cursor:container-image
|
|
359
|
+
to: path:auto:ghcr-io-cursor-cursor-agent
|
|
360
|
+
evidenceRefs:
|
|
361
|
+
- repo-sdk-fallback
|
|
362
|
+
- id: edge:pluginArtifact:gemini:manifest:path
|
|
363
|
+
relation: references_path
|
|
364
|
+
from: pluginArtifact:gemini:manifest
|
|
365
|
+
to: path:auto:packages-agent-plugins-mux-src-targets-gemini-ts
|
|
366
|
+
evidenceRefs:
|
|
367
|
+
- repo-target-index
|
|
368
|
+
- id: edge:pluginArtifact:gemini:container-image:path
|
|
369
|
+
relation: references_path
|
|
370
|
+
from: pluginArtifact:gemini:container-image
|
|
371
|
+
to: path:auto:ghcr-io-google-gemini-cli
|
|
372
|
+
evidenceRefs:
|
|
373
|
+
- repo-sdk-fallback
|
|
374
|
+
- id: edge:pluginArtifact:github-copilot:manifest:path
|
|
375
|
+
relation: references_path
|
|
376
|
+
from: pluginArtifact:github-copilot:manifest
|
|
377
|
+
to: path:auto:packages-agent-plugins-mux-src-targets-github-copilot-ts
|
|
378
|
+
evidenceRefs:
|
|
379
|
+
- repo-target-index
|
|
380
|
+
- id: edge:pluginArtifact:github-copilot:container-image:path
|
|
381
|
+
relation: references_path
|
|
382
|
+
from: pluginArtifact:github-copilot:container-image
|
|
383
|
+
to: path:auto:ghcr-io-github-copilot-cli
|
|
384
|
+
evidenceRefs:
|
|
385
|
+
- repo-sdk-fallback
|
|
386
|
+
- id: edge:pluginArtifact:pi:manifest:path
|
|
387
|
+
relation: references_path
|
|
388
|
+
from: pluginArtifact:pi:manifest
|
|
389
|
+
to: path:auto:packages-agent-plugins-mux-src-targets-pi-ts
|
|
390
|
+
evidenceRefs:
|
|
391
|
+
- repo-target-index
|
|
392
|
+
- id: edge:pluginArtifact:pi:container-image:path
|
|
393
|
+
relation: references_path
|
|
394
|
+
from: pluginArtifact:pi:container-image
|
|
395
|
+
to: path:auto:ghcr-io-a5c-ai-pi
|
|
396
|
+
evidenceRefs:
|
|
397
|
+
- repo-sdk-fallback
|
|
398
|
+
- id: edge:pluginArtifact:oh-my-pi:manifest:path
|
|
399
|
+
relation: references_path
|
|
400
|
+
from: pluginArtifact:oh-my-pi:manifest
|
|
401
|
+
to: path:auto:packages-agent-plugins-mux-src-targets-oh-my-pi-ts
|
|
402
|
+
evidenceRefs:
|
|
403
|
+
- repo-target-index
|
|
404
|
+
- id: edge:pluginArtifact:oh-my-pi:container-image:path
|
|
405
|
+
relation: references_path
|
|
406
|
+
from: pluginArtifact:oh-my-pi:container-image
|
|
407
|
+
to: path:auto:ghcr-io-a5c-ai-omp
|
|
408
|
+
evidenceRefs:
|
|
409
|
+
- repo-sdk-fallback
|
|
410
|
+
- id: edge:pluginArtifact:opencode:manifest:path
|
|
411
|
+
relation: references_path
|
|
412
|
+
from: pluginArtifact:opencode:manifest
|
|
413
|
+
to: path:auto:packages-agent-plugins-mux-src-targets-opencode-ts
|
|
414
|
+
evidenceRefs:
|
|
415
|
+
- repo-target-index
|
|
416
|
+
- id: edge:pluginArtifact:opencode:container-image:path
|
|
417
|
+
relation: references_path
|
|
418
|
+
from: pluginArtifact:opencode:container-image
|
|
419
|
+
to: path:auto:ghcr-io-anomalyco-opencode
|
|
420
|
+
evidenceRefs:
|
|
421
|
+
- repo-sdk-fallback
|
|
422
|
+
- id: edge:pluginArtifact:openclaw:manifest:path
|
|
423
|
+
relation: references_path
|
|
424
|
+
from: pluginArtifact:openclaw:manifest
|
|
425
|
+
to: path:auto:packages-agent-plugins-mux-src-targets-openclaw-ts
|
|
426
|
+
evidenceRefs:
|
|
427
|
+
- repo-target-index
|
|
428
|
+
- id: edge:pluginArtifact:openclaw:container-image:path
|
|
429
|
+
relation: references_path
|
|
430
|
+
from: pluginArtifact:openclaw:container-image
|
|
431
|
+
to: path:auto:ghcr-io-openclaw-openclaw
|
|
432
|
+
evidenceRefs:
|
|
433
|
+
- repo-sdk-fallback
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
kind: EdgeDocument
|
|
2
|
+
documentPath: edges/relations/agent-runtime/session-and-lifecycle.yaml
|
|
3
|
+
generatedAt: 2026-04-23T00:00:00.000Z
|
|
4
|
+
edges:
|
|
5
|
+
- id: edge:agentVersion:claude:ge-0-0-0:session
|
|
6
|
+
relation: uses_session_semantics
|
|
7
|
+
from: agentVersion:claude:ge-0-0-0
|
|
8
|
+
to: sessionSemantics:claude:ge-0-0-0
|
|
9
|
+
evidenceRefs: &a1
|
|
10
|
+
- repo-sdk-fallback
|
|
11
|
+
- repo-target-claude
|
|
12
|
+
- repo-target-index
|
|
13
|
+
- web-anthropic-claude-code
|
|
14
|
+
- web-anthropic-claude-code-autonomy
|
|
15
|
+
- id: edge:agentVersion:claude:ge-0-0-0:lifecycle
|
|
16
|
+
relation: uses_lifecycle_semantics
|
|
17
|
+
from: agentVersion:claude:ge-0-0-0
|
|
18
|
+
to: lifecycleSemantics:claude:ge-0-0-0
|
|
19
|
+
evidenceRefs: *a1
|
|
20
|
+
- id: edge:agentVersion:codex:ge-0-0-0-lt-0-119-0:session
|
|
21
|
+
relation: uses_session_semantics
|
|
22
|
+
from: agentVersion:codex:ge-0-0-0-lt-0-119-0
|
|
23
|
+
to: sessionSemantics:codex:ge-0-0-0
|
|
24
|
+
evidenceRefs: &a2
|
|
25
|
+
- repo-sdk-fallback
|
|
26
|
+
- repo-target-codex
|
|
27
|
+
- repo-target-index
|
|
28
|
+
- repo-codex-windows-hooks
|
|
29
|
+
- web-openai-codex-skills
|
|
30
|
+
- id: edge:agentVersion:codex:ge-0-0-0-lt-0-119-0:lifecycle
|
|
31
|
+
relation: uses_lifecycle_semantics
|
|
32
|
+
from: agentVersion:codex:ge-0-0-0-lt-0-119-0
|
|
33
|
+
to: lifecycleSemantics:codex:ge-0-0-0-lt-0-119-0
|
|
34
|
+
evidenceRefs: *a2
|
|
35
|
+
- id: edge:agentVersion:codex:ge-0-119-0:session
|
|
36
|
+
relation: uses_session_semantics
|
|
37
|
+
from: agentVersion:codex:ge-0-119-0
|
|
38
|
+
to: sessionSemantics:codex:ge-0-0-0
|
|
39
|
+
evidenceRefs: &a3
|
|
40
|
+
- repo-sdk-fallback
|
|
41
|
+
- repo-target-codex
|
|
42
|
+
- repo-target-index
|
|
43
|
+
- repo-codex-windows-hooks
|
|
44
|
+
- web-openai-codex-skills
|
|
45
|
+
- id: edge:agentVersion:codex:ge-0-119-0:lifecycle
|
|
46
|
+
relation: uses_lifecycle_semantics
|
|
47
|
+
from: agentVersion:codex:ge-0-119-0
|
|
48
|
+
to: lifecycleSemantics:codex:ge-0-119-0
|
|
49
|
+
evidenceRefs: *a3
|
|
50
|
+
- id: edge:agentVersion:cursor:ge-0-0-0:session
|
|
51
|
+
relation: uses_session_semantics
|
|
52
|
+
from: agentVersion:cursor:ge-0-0-0
|
|
53
|
+
to: sessionSemantics:cursor:ge-0-0-0
|
|
54
|
+
evidenceRefs: &a4
|
|
55
|
+
- repo-sdk-fallback
|
|
56
|
+
- repo-target-cursor
|
|
57
|
+
- repo-target-index
|
|
58
|
+
- id: edge:agentVersion:cursor:ge-0-0-0:lifecycle
|
|
59
|
+
relation: uses_lifecycle_semantics
|
|
60
|
+
from: agentVersion:cursor:ge-0-0-0
|
|
61
|
+
to: lifecycleSemantics:cursor:ge-0-0-0
|
|
62
|
+
evidenceRefs: *a4
|
|
63
|
+
- id: edge:agentVersion:gemini:ge-0-0-0:session
|
|
64
|
+
relation: uses_session_semantics
|
|
65
|
+
from: agentVersion:gemini:ge-0-0-0
|
|
66
|
+
to: sessionSemantics:gemini:ge-0-0-0
|
|
67
|
+
evidenceRefs: &a5
|
|
68
|
+
- repo-sdk-fallback
|
|
69
|
+
- repo-target-gemini
|
|
70
|
+
- repo-target-index
|
|
71
|
+
- web-gemini-hooks
|
|
72
|
+
- id: edge:agentVersion:gemini:ge-0-0-0:lifecycle
|
|
73
|
+
relation: uses_lifecycle_semantics
|
|
74
|
+
from: agentVersion:gemini:ge-0-0-0
|
|
75
|
+
to: lifecycleSemantics:gemini:ge-0-0-0
|
|
76
|
+
evidenceRefs: *a5
|
|
77
|
+
- id: edge:agentVersion:copilot:ge-0-0-0:session
|
|
78
|
+
relation: uses_session_semantics
|
|
79
|
+
from: agentVersion:copilot:ge-0-0-0
|
|
80
|
+
to: sessionSemantics:copilot:ge-0-0-0
|
|
81
|
+
evidenceRefs: &a6
|
|
82
|
+
- repo-sdk-fallback
|
|
83
|
+
- repo-target-copilot
|
|
84
|
+
- repo-target-index
|
|
85
|
+
- web-github-copilot-agent
|
|
86
|
+
- id: edge:agentVersion:copilot:ge-0-0-0:lifecycle
|
|
87
|
+
relation: uses_lifecycle_semantics
|
|
88
|
+
from: agentVersion:copilot:ge-0-0-0
|
|
89
|
+
to: lifecycleSemantics:copilot:ge-0-0-0
|
|
90
|
+
evidenceRefs: *a6
|
|
91
|
+
- id: edge:agentVersion:pi:ge-0-0-0:session
|
|
92
|
+
relation: uses_session_semantics
|
|
93
|
+
from: agentVersion:pi:ge-0-0-0
|
|
94
|
+
to: sessionSemantics:pi:ge-0-0-0
|
|
95
|
+
evidenceRefs: &a7
|
|
96
|
+
- repo-sdk-fallback
|
|
97
|
+
- id: edge:agentVersion:pi:ge-0-0-0:lifecycle
|
|
98
|
+
relation: uses_lifecycle_semantics
|
|
99
|
+
from: agentVersion:pi:ge-0-0-0
|
|
100
|
+
to: lifecycleSemantics:pi:ge-0-0-0
|
|
101
|
+
evidenceRefs: *a7
|
|
102
|
+
- id: edge:agentVersion:omp:ge-0-0-0:session
|
|
103
|
+
relation: uses_session_semantics
|
|
104
|
+
from: agentVersion:omp:ge-0-0-0
|
|
105
|
+
to: sessionSemantics:omp:ge-0-0-0
|
|
106
|
+
evidenceRefs: &a8
|
|
107
|
+
- repo-sdk-fallback
|
|
108
|
+
- id: edge:agentVersion:omp:ge-0-0-0:lifecycle
|
|
109
|
+
relation: uses_lifecycle_semantics
|
|
110
|
+
from: agentVersion:omp:ge-0-0-0
|
|
111
|
+
to: lifecycleSemantics:omp:ge-0-0-0
|
|
112
|
+
evidenceRefs: *a8
|
|
113
|
+
- id: edge:agentVersion:opencode:ge-0-0-0:session
|
|
114
|
+
relation: uses_session_semantics
|
|
115
|
+
from: agentVersion:opencode:ge-0-0-0
|
|
116
|
+
to: sessionSemantics:opencode:ge-0-0-0
|
|
117
|
+
evidenceRefs: &a9
|
|
118
|
+
- repo-sdk-fallback
|
|
119
|
+
- repo-target-index
|
|
120
|
+
- id: edge:agentVersion:opencode:ge-0-0-0:lifecycle
|
|
121
|
+
relation: uses_lifecycle_semantics
|
|
122
|
+
from: agentVersion:opencode:ge-0-0-0
|
|
123
|
+
to: lifecycleSemantics:opencode:ge-0-0-0
|
|
124
|
+
evidenceRefs: *a9
|
|
125
|
+
- id: edge:agentVersion:openclaw:ge-0-0-0:session
|
|
126
|
+
relation: uses_session_semantics
|
|
127
|
+
from: agentVersion:openclaw:ge-0-0-0
|
|
128
|
+
to: sessionSemantics:openclaw:ge-0-0-0
|
|
129
|
+
evidenceRefs: &a10
|
|
130
|
+
- repo-sdk-fallback
|
|
131
|
+
- repo-hooks-detector
|
|
132
|
+
- repo-target-index
|
|
133
|
+
- id: edge:agentVersion:openclaw:ge-0-0-0:lifecycle
|
|
134
|
+
relation: uses_lifecycle_semantics
|
|
135
|
+
from: agentVersion:openclaw:ge-0-0-0
|
|
136
|
+
to: lifecycleSemantics:openclaw:ge-0-0-0
|
|
137
|
+
evidenceRefs: *a10
|