Commit f811489
build(just): add
A billing-independent way to answer "is it green?" without GitHub Actions —
useful while the hosted-runner billing is blocked (007 is a private repo, so
CI draws the owner's GitHub Pro included minutes; the gate runs the same
checks locally regardless).
`just gate` runs every locally-faithful CI stage in sequence, CONTINUES past
failures, and prints a per-stage PASS/FAIL/SKIP summary (non-zero exit on any
FAIL):
rustfmt · clippy · cargo test · grammar-check · verify-harvard · e2e ·
idris2 --check (all 12 Idris proofs)
Stages that need an absent toolchain (idris2) or an external GitHub action
(A2ML/K9 validators, security scans) self-SKIP with a notice instead of
failing, so it runs anywhere. The rocq canonical-proof-suite (needs Rocq 9)
and external manifest/security scans stay CI/nightly-only.
Named `gate` to sit alongside the existing `ci` (build/test/lint/verify
simulation) and `check` (fast fmt/lint/test pre-commit) without redefining
them. Verified GREEN on main (7 PASS, 2 SKIP, 0 FAIL).
https://claude.ai/code/session_018CaSgNjNURC7ocsyjYh9Wejust gate — one-command local green-check1 parent 99a845e commit f811489
3 files changed
Lines changed: 58 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
162 | 217 | | |
163 | 218 | | |
164 | 219 | | |
| |||
0 commit comments