Skip to content

Commit b47d6fa

Browse files
committed
feat: give SDKs, editor integrations, CI, and benchmarks their own cards
"The ecosystem" only had Lore/Proofkeeper/Wayfinder as cards, with rac-sdk, rac-editors, rac-ci, and rac-benchmarks folded into a single footnote sentence. Promotes all four to their own card, using the same one-line descriptions as the org profile README so the two surfaces keep telling the same story. rac-connectors is the one repo left without a card (not asked for) — the footnote now names it explicitly instead of a generic "and everything else" so it isn't silently dropped from the page.
1 parent 16ddba8 commit b47d6fa

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

docs/index.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,19 @@ Serving happens over the [lore MCP server](rac-core/mcp.md); the
6363
<div class="lore-card"><h3>Wayfinder</h3>
6464
<p>Deterministic prompt-complexity routing — a hard-or-easy call on every
6565
prompt, offline, no model call.</p></div>
66+
<div class="lore-card"><h3>rac-sdk</h3>
67+
<p>Non-Python language SDKs — thin clients over the engine's stable
68+
<code>--json</code> contracts.</p></div>
69+
<div class="lore-card"><h3>rac-editors</h3>
70+
<p>IDE and editor integrations, one subdir per client.</p></div>
71+
<div class="lore-card"><h3>rac-ci</h3>
72+
<p>The CI delivery surface — validation and gating wrappers, GitHub
73+
first.</p></div>
74+
<div class="lore-card"><h3>rac-benchmarks</h3>
75+
<p>Evaluation suites, one subdir per benchmark.</p></div>
6676
</div>
6777

68-
Plus SDKs, editor integrations, CI actions, and benchmarks — see the
78+
Plus rac-connectors and everything else — see the
6979
[full repository map](rac-core/ecosystem.md) or the
7080
[itsthelore org on GitHub](https://github.com/itsthelore).
7181

0 commit comments

Comments
 (0)