Commit 9453246
chore: project cleanup — remove legacy, fix gitignore, commit Cargo.lock, README
- Delete legacy/ (retired Python oracle + generators). Nothing in the build or
tests depends on it; parity runs off committed golden JSON. Drop the dangling
`see legacy/` note in parity_test.rs.
- .gitignore: rewrite for a pure-Rust project (drop dead Python/Node sections);
stop ignoring Cargo.lock and commit it for reproducible binary builds; negate
the ignore for the committed parity fixture lcov.info.
- Track crates/ci-core/tests/fixtures/synthetic_project/lcov.info — previously
ignored, so the coverage parity test would have failed on a clean checkout/CI.
- Remove the stale docs/session-handoff-phase-5-6.md (work long completed).
- Rewrite README.md with the current architecture: 3-tier resolution, import
edges, edges_ready gating, opt-in semantic embeddings, and distribution.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent a40737a commit 9453246
28 files changed
Lines changed: 3405 additions & 3152 deletions
File tree
- crates/ci-core/tests
- fixtures/synthetic_project
- docs
- legacy
- codeindex
- db
- indexer
- parsers
- resolver
- tools
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 1 | + | |
| 2 | + | |
14 | 3 | | |
15 | | - | |
| 4 | + | |
16 | 5 | | |
17 | 6 | | |
18 | 7 | | |
19 | 8 | | |
20 | 9 | | |
21 | | - | |
| 10 | + | |
22 | 11 | | |
23 | 12 | | |
24 | 13 | | |
25 | 14 | | |
26 | 15 | | |
27 | 16 | | |
| 17 | + | |
28 | 18 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 19 | + | |
36 | 20 | | |
37 | 21 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 22 | | |
45 | 23 | | |
46 | 24 | | |
| |||
0 commit comments