Commit b267fcd
fix: add CI (ubuntu+macos matrix) + wire POLYLANE_CYCLE so ledger gates work
Conversation self-audit found two concrete holes:
- No CI on a public repo with 446 tests (run only manually -> rot). Add GitHub
Actions running shellcheck + tests/run.sh on a ubuntu+macOS MATRIX — macOS (BSD
coreutils) catches the class of bug the corpus head -n 0 fix just addressed, which
GNU/ubuntu silently accepts.
- The runner's ledger row used ${POLYLANE_CYCLE:-0} but the SKILL launch never
exported POLYLANE_CYCLE -> every row was cycle=0 -> ledger trend/roi (which compare
consecutive cycles) silently no-op'd. Export POLYLANE_CYCLE=<N> at launch.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent d69e94d commit b267fcd
2 files changed
Lines changed: 30 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | | - | |
| 314 | + | |
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| |||
0 commit comments