|
233 | 233 | <canvas id="hero-canvas" aria-hidden="true"></canvas> |
234 | 234 | <div class="hero-content"> |
235 | 235 | <a href="#changelog-strip" class="release-pill"> |
236 | | - <span class="release-pill-tag">v3.0.0</span> |
237 | | - <span class="release-pill-text">One entry point: /draft:init now builds a root-first code-graph knowledge memory across your whole repo</span> |
| 236 | + <span class="release-pill-tag">v3.1.5</span> |
| 237 | + <span class="release-pill-text">The knowledge graph is now engine-only — indexed locally and queried live, with no machine-readable snapshot committed to your repo</span> |
238 | 238 | <span class="release-pill-arrow">â</span> |
239 | 239 | </a> |
240 | 240 | <h1>Stop shipping<br><span class="gradient-text">AI-generated bugs</span>.</h1> |
@@ -295,22 +295,22 @@ <h1>Stop shipping<br><span class="gradient-text">AI-generated bugs</span>.</h1> |
295 | 295 | </section> |
296 | 296 |
|
297 | 297 | <!-- ============================================================ --> |
298 | | - <!-- v3.0.0 RELEASE STRIP --> |
| 298 | + <!-- v3.1.5 RELEASE STRIP --> |
299 | 299 | <!-- ============================================================ --> |
300 | 300 | <section id="changelog-strip" class="release-strip"> |
301 | 301 | <div class="release-strip-inner"> |
302 | 302 | <div class="release-strip-meta"> |
303 | 303 | <span class="release-strip-tag">Latest</span> |
304 | | - <span class="release-strip-version">v3.0.0 · June 14, 2026</span> |
| 304 | + <span class="release-strip-version">v3.1.5 · June 14, 2026</span> |
305 | 305 | </div> |
306 | 306 | <div class="release-strip-headline"> |
307 | | - <h3>Draft 3.0: one scope-aware <code>/draft:init</code>, root-first code-graph memory</h3> |
308 | | - <p><code>/draft:init</code> is now the single entry point. Run it anywhere — it builds the whole-repo code-graph knowledge memory first, and a sub-module links up to that root graph for full cross-module understanding. The old <code>/draft:index</code> is folded in (breaking change). <a href="changelog/" class="link-cyan">View full changelog →</a></p> |
| 307 | + <h3>Draft 3.1.5: the knowledge graph is now engine-only</h3> |
| 308 | + <p>Draft no longer commits a machine-readable mirror of the graph. The <code>codebase-memory-mcp</code> engine indexes your repo and every skill queries it live — so the graph can't go stale between commits. A single gate marker (<code>draft/graph/schema.yaml</code>) is all that's written. <a href="changelog/" class="link-cyan">View full changelog →</a></p> |
309 | 309 | </div> |
310 | 310 | <div class="release-strip-tags"> |
311 | | - <span class="release-strip-pill">Single entry point</span> |
312 | | - <span class="release-strip-pill">Root-first graph</span> |
313 | | - <span class="release-strip-pill">Monorepo-aware</span> |
| 311 | + <span class="release-strip-pill">Engine-only graph</span> |
| 312 | + <span class="release-strip-pill">Queried live</span> |
| 313 | + <span class="release-strip-pill">Nothing stale committed</span> |
314 | 314 | <span class="release-strip-pill">Free forever</span> |
315 | 315 | </div> |
316 | 316 | </div> |
|
0 commit comments