docs: reframe Code and Evidence as built-in features, add engine badges - #413
Merged
Conversation
The names GraphTrail and MiseLedger read as separate products even after #409/#410 moved them under engines/. Lead with what they do instead: Code (a code-intelligence graph) and Evidence (a receipt and memory ledger), with the old names kept as an inline "(formerly ...)" parenthetical on first mention. Point the hub marks and component table at the capability pages, plain-language the one stray "GraphTrail" in the cross-model-runs bullet, and drop the two engines out of the ROADMAP station glossary since they are not stations. Add Rust and Go badges: the Code engine (engines/code-graph) is Rust and the Evidence engine (engines/evidence-ledger) is Go, both now shipping in this repository. Co-authored-by: Claude <noreply@anthropic.com>
|
Important Review skippedAuto reviews are limited based on label configuration. 🏷️ Required labels (at least one) (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: escoffier-labs/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Continues the "engines, not sidecars" reframe (after #409 and #410). Those PRs moved GraphTrail and MiseLedger under
engines/and stopped calling them sidecar stations. This one goes a step further per maintainer direction: the product names themselves confuse readers, so lead with what the features do.(formerly GraphTrail)/(formerly MiseLedger)on first mention./code-intelligence,/evidence-memory) instead of the old product URLs (which redirect).GraphTrailreference becomes plaincode-graph.evidenceandsearchfrom the "optional sidecar station" examples (they are engines now), and add a one-line note that the Code and Evidence engines are not stations.engines/code-graph) and Go (the Evidence engine,engines/evidence-ledger) alongside Python. The repo now ships both.Not touched
graph-delta.json"sidecar" file mechanics,sidecar_path, and the process-boundary binary docstrings: those are accurate mechanics, not product framing.docs/wiring-graphtrail-miseledger.md: pure wiring mechanics using the realgraphtrail/miseledgerbinary names.docs/station-contract.md: already handled by docs: finish engines-vs-stations reframe below the fold #410.Verification
Copy-only change. Vale run on both changed files, gated on parity with the current accepted error count (README 19, ROADMAP 7); no new violations introduced. Companion brigade-site work replaces the two product pages with the Code Intelligence / Evidence Memory capability pages and keeps the old URLs as redirects.
Co-authored-by: Claude noreply@anthropic.com