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
"description": "Pins agentic CLI versions to gh-aw release ranges. Consumed by the setup action to install a known-good agent version per gh-aw release. See ADR for the design rationale.",
6
+
"type": "object",
7
+
"required": ["agent-compat-v1"],
8
+
"additionalProperties": false,
9
+
"properties": {
10
+
"$schema": {
11
+
"type": "string"
12
+
},
13
+
"agent-compat-v1": {
14
+
"type": "object",
15
+
"additionalProperties": false,
16
+
"properties": {
17
+
"cache-ttl-days": {
18
+
"type": "integer",
19
+
"minimum": 1,
20
+
"description": "How long the setup action may cache the resolved agent install before re-fetching this matrix."
"description": "When true (the default), the setup action's weekly release process may continue bumping max-agent for this row. Set to false to freeze during rollback or quarantine. Permitted only on the catch-all row (max-gh-aw == \"*\"); bounded rows are closed-by-construction."
core.setFailed(`${ERR_SYSTEM}: rpc-messages.jsonl is present but zero bytes — MCP telemetry capture failed (server may not have started or crashed before any RPC)`);
0 commit comments