Skip to content

docs: sync documentation with v0.13.0 codebase state - #504

Merged
ajianaz merged 2 commits into
developfrom
docs/sync-v0.13-v0.14
Aug 5, 2026
Merged

docs: sync documentation with v0.13.0 codebase state#504
ajianaz merged 2 commits into
developfrom
docs/sync-v0.13-v0.14

Conversation

@ajianaz

@ajianaz ajianaz commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

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)

File Fix
code-intelligence.md Schema v6→v7, embedding engine section (auto/hashing/pretrained), data directory (graph.db→cora.db), findings table
configuration.md Add brain.embedding config section + .cora.yaml example
changelog.md Sync with root CHANGELOG.md — was stuck at v0.11.1, now includes v0.12.0 + v0.13.0
CHANGELOG.md (root) Fix compare links (was stuck at v0.6.1)
roadmap.md Add v0.10–v0.13 milestone sections
installation.md Version 0.6.1→0.13.0, fix binary URL to new asset naming convention
config.mts Add Code Intelligence to sidebar nav
getting-started.md Add brain.embedding to config keys + Code Intelligence link
index.md Binary size 10.4 MB → ~7.4 MB

Testing

  • Docs-only change — no code/build impact
  • All version references match v0.13.0
  • Schema version = v7 (verified in src/index/schema.rs)
  • Embedding backends match src/embed/mod.rs (Backend enum, resolve_backend)
  • Binary asset names match actual v0.13.0 release assets
  • Website Build CI will verify VitePress renders correctly

🤖 Generated by CTO Hermes

ajianaz added 2 commits August 5, 2026 17:18
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
@ajianaz
ajianaz merged commit f78e734 into develop Aug 5, 2026
13 checks passed
@ajianaz
ajianaz deleted the docs/sync-v0.13-v0.14 branch August 5, 2026 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant