Commit 2ae9210
feat: pre-public cleanup — remove compat shim, add CI, update README
- Remove index.py compat shim: all 10 test files migrated to direct
db.py calls via conftest.seed_board() helper. test_indexes.py deleted.
- Gitignore .claude/, docs/, CLAUDE.md (local-only files)
- Remove tracked .claude/skills/, CLAUDE.md, docs/ from git
- Add GitHub Actions CI: pytest across Python 3.10-3.13 + ruff lint
- README: update storage references (file-based → SQLite), add board/
stale/batch commands, update file layout, remove stale limitations,
remove references to gitignored files
- pyproject.toml: add authors field
- Fix version test to accept 0.3.x
233 tests pass.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 8793a0b commit 2ae9210
20 files changed
Lines changed: 110 additions & 946 deletions
File tree
- .claude/skills/trache
- .github/workflows
- docs
- src/trache/cache
- tests
This file was deleted.
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
This file was deleted.
0 commit comments