Commit 6767d13
* fix(quick-375): revise plan based on quorum BLOCK feedback
* feat(quick-375): add formal-skip prevention guardrails to quick.md workflow
* docs(quick-375): issue-47-agents-skip-formal-modeling
* docs(quick-375): update verification status
* req(quick-375): add GUARD-01
* test(quick-375): add structural tests for GUARD-01 workflow guardrails
* fix(quick-375): add MUST_NOT_SKIP to orchestrator steps 2.7, 5, 5.5, 5.7, 5.8
* docs(quick-375): add scope contract and quorum debate logs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* ci: authenticate gitleaks API call to avoid rate-limit 404s
The 'Install gitleaks' step fetches the latest release tag from
the GitHub API without authentication. In CI, unauthenticated
requests hit the 60-req/hr rate limit, returning empty JSON.
This produces a malformed download URL that 404s.
Fix: pass GITHUB_TOKEN as Bearer auth (5 000 req/hr) and add a
guard that fails early with a clear error if the version lookup
returns empty.
* chore: gitignore ephemeral formal verification artifacts
Untrack files regenerated every formal-verify cycle:
- diff-report.md, gates/, promotion-changelog.json, suspects.md
- .planning/memory/ (agent error logs)
These cause persistent dirty working tree state without
carrying meaningful tracked content.
* chore(deps): bump @hpcc-js/wasm-graphviz 1.21.0 -> 1.21.2
---------
Co-authored-by: jobordu <jonathan@jonathanborduas.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3b31a5f commit 6767d13
31 files changed
Lines changed: 1173 additions & 7499 deletions
File tree
- .github/workflows
- .planning
- formal
- gates
- generated-stubs
- memory
- quick/375-issue-47-agents-skip-formal-modeling
- quorum/debates
- bin
- core/workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
41 | 48 | | |
42 | 49 | | |
43 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
101 | 110 | | |
102 | 111 | | |
103 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
This file was deleted.
This file was deleted.
Whitespace-only changes.
0 commit comments