published Aug 25, 2026, 3:52 PM · updated Aug 26, 2026, 4:52 AM
Workflow Failure
Workflow: Daily Formal Spec Verifier
Branch: main
Run: https://github.com/github/gh-aw/actions/runs/32866784520
Warning
Excessive Tool Denials: The Copilot SDK hit the max tool denial guardrail and stopped the session early (3/3).
Last denied request
shell(python3 - <<'PYEOF'
import json
p = "/tmp/gh-aw/repo-memory/default/formal-spec-verifier/notes-index.json"
d = json.load(open(p))
d["specs"]["specs/forecast-compliance-fixtures/README.md"] = {
"slug": "forecast-compliance-fixtures-readme",
"last_formalized": "2026-08-25-15-43-48",
"notation": "TLA+ / SMT/Z3-style",
"predicate_count": 15,
"issue_number": None
}
json.dump(d, open(p, "w"), indent=2)
print("updated")
PYEOF)
Last 5 tool calls
bash(jq -Rs --arg title "[formal-spec] forecast-compliance-fixtures/README.md — Formal model & test suite — 2026-08-25" '{...)bash(mkdir -p /tmp/gh-aw/cache-memory/formal-spec-verifier cat > /tmp/gh-aw/cache-memory/formal-spec-verifier/rotation.jso...)bash(mkdir -p /tmp/gh-aw/repo-memory/default/formal-spec-verifier cat > /tmp/gh-aw/repo-memory/default/formal-spec-verifie...)bash(cat /tmp/gh-aw/repo-memory/default/formal-spec-verifier/notes-index.json 2>/dev/null)bash(python3 - <<'PYEOF' import json p = "/tmp/gh-aw/repo-memory/default/formal-spec-verifier/notes-index.json" d = json.l...)
This is a structured guardrail event (guard.tool_denials_exceeded) captured in events.jsonl.
How to fix this
The prompt attempted actions outside the workflow's allowed tools.
Update the workflow prompt and/or permissions so required actions are permitted:
The workflow daily-formal-spec-verifier stopped because the Copilot SDK exceeded its tool denial threshold (3/3).
Last denied request:
shell(python3 - <<'PYEOF'
import json
p = "/tmp/gh-aw/repo-memory/default/formal-spec-verifier/notes-index.json"
d = json.load(open(p))
d["specs"]["specs/forecast-compliance-fixtures/README.md"] = {
"slug": "forecast-compliance-fixtures-readme",
"last_formalized": "2026-08-25-15-43-48",
"notation": "TLA+ / SMT/Z3-style",
"predicate_count": 15,
"issue_number": None
}
json.dump(d, open(p, "w"), indent=2)
print("updated")
PYEOF)
Please update the workflow so the prompt only uses tools permitted by the workflow tool policy.
Action Required
Assign this issue to an agent to debug and fix the issue.
Optimize token consumption
This failure was triggered by a guardrail limit (max-tool-denials). Use this prompt with any coding agent (GitHub Copilot, Claude, Gemini, etc.) to analyze token usage and reduce costs:
Optimize the agentic workflow token consumption using https://raw.githubusercontent.com/github/gh-aw/main/optimize.md
The workflow run is at https://github.com/github/gh-aw/actions/runs/32866784520
Debug with any coding agent
Use this prompt with any coding agent (GitHub Copilot, Claude, Gemini, etc.):
Debug the agentic workflow failure using https://raw.githubusercontent.com/github/gh-aw/main/debug.md
The failed workflow run is at https://github.com/github/gh-aw/actions/runs/32866784520
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.
- Start your agent
- Load the
agentic-workflowsskill from.github/skills/agentic-workflows/SKILL.mdor https://github.com/github/gh-aw/blob/main/.github/skills/agentic-workflows/SKILL.md - Type
debug the agentic workflow daily-formal-spec-verifier failure in https://github.com/github/gh-aw/actions/runs/32866784520
Tip
Stop reporting this workflow as a failure
To stop a workflow from creating failure issues, set report-failure-as-issue: false in its frontmatter:
safe-outputs:
report-failure-as-issue: falseGenerated from Daily Formal Spec Verifier · copilot · 46.3 AIC · ◷
- expires on Aug 26, 2026, 3:52 AM UTC