Commit 3dc1748
v0.0.8: drop CI workflow + badge — defer CI until v0.0.9
CI workflow had stale 'from cogito.config' / 'from cogito.recall' imports
left over from the cogito-ergo → fidelis rename. Earlier attempt to fix
the imports landed in commit 22447c7 but failed to actually save the
workflow update (the staged file got dropped before commit). Result:
remote CI was failing on every push with ModuleNotFoundError.
Rather than maintain a CI badge for a v0.0.8 pre-release that's only
been gate-tested manually so far, dropping the workflow entirely:
- removes the failing red CI badge from the README
- avoids wrong-signal trust hit while integration validation is still
wave-by-wave manual
- defers GitHub Actions CI to v0.0.9 when the consumer surface (init/
watch/mcp install/augment) has end-to-end smoke tests in CI
Local: 375 scaffold tests still passing. PYTHONPATH=src pytest tests/
remains the supported test invocation for contributors.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 22447c7 commit 3dc1748
2 files changed
Lines changed: 0 additions & 31 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
0 commit comments