docs: sync documentation with v0.13.0 codebase state - #504
Merged
Conversation
docs/code-intelligence.md: - Schema version v6 → v7 (embed_fingerprint column) - Embedding engine section: add runtime backend selection (auto | hashing 256d | pretrained 768d) - Vector embeddings table row updated with multi-backend info - Data directory: graph.db → cora.db, add findings table - Schema table: add v7 row, fix v6 description docs/configuration.md: - Add brain.embedding config section with all 3 backends - Add brain section to .cora.yaml example docs/changelog.md: - Sync with root CHANGELOG.md (was stuck at v0.11.1) - Now includes v0.12.0 + v0.13.0 entries - Fix compare links for v0.7.0–v0.13.0 CHANGELOG.md (root): - Fix compare links (was stuck at v0.6.1 → now v0.13.0) docs/roadmap.md: - Add v0.10–v0.13 milestone sections (governance, review intelligence, search quality, runtime brain mode) docs/installation.md: - Update version examples: 0.6.1 → 0.13.0 - Fix binary download URL to new asset naming convention - Add platform-specific asset name table docs/.vitepress/config.mts: - Add Code Intelligence page to sidebar navigation docs/getting-started.md: - Add brain.embedding to config keys table - Add Code Intelligence link to Next Steps docs/index.md: - Update binary size: 10.4 MB → ~7.4 MB
This was referenced Aug 5, 2026
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
Audit dan update semua docs/*.md agar match dengan current codebase state (v0.13.0). Dokumentasi tertinggal beberapa versi di belakang code — changelog stuck di v0.11.1, roadmap di v0.9, schema version masih v6, dan embedding backend baru (runtime selection) tidak terdokumentasi.
Why
Dokumentasi yang outdated menyebabkan user confusion — wrong version numbers, wrong binary URLs, missing feature docs (brain.embedding, code intelligence). SyncWAJIB sebelum mulai v0.14.0 (ONNX).
Changes (9 files)
code-intelligence.mdconfiguration.mdbrain.embeddingconfig section + .cora.yaml examplechangelog.mdCHANGELOG.md(root)roadmap.mdinstallation.mdconfig.mtsgetting-started.mdindex.mdTesting
🤖 Generated by CTO Hermes