Commit cb2938d
committed
ci: add Heart's own pytest workflow; reframe the test-footprint rule
Heart had no PR-triggered CI: lib-tests.yml is reusable and tests the five
libraries, not Heart itself, so a logic bug in the release gate (readiness.compute,
ci_status.rollup, …) could land unnoticed. Add a minimal `Heart Tests` workflow
that runs ONLY `pytest tests/` on push/PR (3.12 + 3.13) — the gate's self-test.
It deliberately does not run any health check; those need live checkouts/network
and remain the scheduled health agent's job.
Also reframe hard-rule #4: the real invariant is a lightweight test footprint
(stdlib + PyYAML, no scientific/ML stack), a property of Heart's own suite — not
a "No JAX" claim, which wrongly implied something about the projects Heart
watches. Heart may monitor JAX or non-JAX repos; that's their concern.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BVXPU6hFTr6Ww6xhLyXcUY1 parent 56d1410 commit cb2938d
2 files changed
Lines changed: 39 additions & 2 deletions
| 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 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
39 | 44 | | |
40 | 45 | | |
41 | 46 | | |
| |||
0 commit comments