Commit abc2ae7
docs(claude): service map is the sunflower layout + pre-sample topology observer (#118)
Update the project instructions to match the code after #117:
- The service map uses the deterministic phyllotaxis ("sunflower") layout
(radialLayout.ts), not the (now-removed) dagre layered layout; edges are
border-pinned chords with direction arrowheads; selection accents the
active path (nodes + edges). @dagrejs/dagre is removed.
- Document the pre-sample topology observer (topology_observer.go) that
records cross-service CALLS edges independent of SAMPLING_RATE, why it
exists (joint-survival starvation at low sampling), and its existence-only
+ bounded design so sampled aggregates and OOM bounds are unaffected.
Claude-Session: https://claude.ai/code/session_01LDQVJrixs2nJoea67a8pEG
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent f1030b7 commit abc2ae7
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
| 118 | + | |
117 | 119 | | |
118 | 120 | | |
119 | 121 | | |
| |||
0 commit comments