Commit 37b4dbb
committed
tooling: beagle-callgraph RENTS chartroom callgraph.clj; delete the duplicated engine
The scope-correct call-graph engine was copy-pasted in beagle/bin/_beagle-callgraph.clj
AND chartroom. It now lives once in chartroom/src/callgraph.clj; beagle rents it:
- bin/beagle-callgraph: exec bb -cp $FRAM_OUT:$CHARTROOM/src -m callgraph (CHARTROOM env,
defaults ~/code/chartroom; fails closed if the engine is missing).
- DELETE bin/_beagle-callgraph.clj (the duplicate).
- CI: the cascade-graph gate passes CHARTROOM=$GITHUB_WORKSPACE/.chartroom (already checked out).
The code-as-claims engine (Layer 2) lives in chartroom; beagle/bin tooling is Layer-3
consumer glue that rents it. Verified: cascade-graph gate green renting the engine
(incl. a relocated CHARTROOM; bogus CHARTROOM fails fast).1 parent 69b1ef4 commit 37b4dbb
3 files changed
Lines changed: 13 additions & 134 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
72 | 75 | | |
73 | | - | |
| 76 | + | |
74 | 77 | | |
75 | 78 | | |
76 | 79 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
34 | 42 | | |
35 | 43 | | |
36 | 44 | | |
37 | 45 | | |
38 | 46 | | |
39 | | - | |
| 47 | + | |
0 commit comments