Skip to content

Commit ea6a26c

Browse files
joshwilhelmiclaude
andcommitted
[gobby-cli-#725] chore: regenerate codewiki + general wiki, capture parity+ evidence
Clean end-to-end regen on a wiped, freshly-init'd vault with v-next binaries (gcode 1.1.0 / gwiki 0.4.0, HEAD 15972ef) and the restored daemon vision path. Codewiki: 372 file + 67 module + repo docs; all 134 broken-AI-lane stubs healed (exposes-N-symbols and has-no-indexed-API both 0); #727 content-only markdown pages pruned; 55 module-level mermaid diagrams; bounded frontmatter; 0 real broken links after a scoped re-run stripped reused pre-#726 absolute-path links. One honest-degraded page remains (_ownership.md: no CODEOWNERS + bounded blame). General wiki by the book: ingest url/file/inbox + multimodal logo (vision extracted), index with zero degradations, hybrid RRF search (bm25+semantic), WP2b compile explainer via daemon synthesis. Retrieval Q&A answered via search+read and thin ask on both daemon and direct (LM Studio) routes, incl. an honest no-hallucination refusal. Agent research-deposit loop verified. Evidence under docs/evidence/wiki-parity-2026-06/. Follow-ups: #732 (wikilink syntax in symbol summaries), #733 (compile checkpoint unreachable on fresh vault). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 15972ef commit ea6a26c

599 files changed

Lines changed: 153092 additions & 37547 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gobby/wiki/.gwiki/compile/compile-how-does-codewiki-derive-mermaid-diagrams-from-falkordb-call-and-import-edges-1781104657305.md

Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Compile bundle: hybrid search result merging
2+
3+
## Topic outline
4+
5+
- None recorded.
6+
7+
## Accepted sources
8+
9+
- How gobby-cli merges hybrid search results (/Users/josh/Projects/gobby-cli/.gobby/wiki/raw/src-ab36a0b101bf7f6f-inbox-wp3-rrf-note-md.md)
10+
- # wp3-rrf-note.md
11+
- # How gobby-cli merges hybrid search results
12+
- The gcode and gwiki search stacks both combine three independent retrieval
13+
- signals — pg_search BM25, Qdrant semantic vectors, and a FalkorDB graph
14+
- relevance boost — and merge their ranked lists with Reciprocal Rank Fusion
15+
- (RRF). RRF is rank-based, so it is robust to incomparable per-engine scores:
16+
- each engine contributes 1/(k + rank) per document, and the sums determine the
17+
- final order. Any engine can be absent (graph down, embeddings off) and the
18+
- fusion still returns a sensible ranking from the remaining signals.
19+
- Source: crates/gcode/src/search/rrf.rs; CLAUDE.md "search/ — Search Pipeline".
20+
21+
## Citations
22+
23+
- None recorded.
24+
25+
## Conflicting claims
26+
27+
- None recorded.
28+
29+
## Missing evidence
30+
31+
- None recorded.
32+

.gobby/wiki/.gwiki/research-session.json

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"session_id": "research-1781065959616-fd0d1e9b",
3-
"question": "How does codewiki derive Mermaid diagrams from FalkorDB call and import edges?",
4-
"prompt": "Research question: How does codewiki derive Mermaid diagrams from FalkorDB call and import edges?\nWorkers: 1\nReturn source-grounded notes suitable for raw/research/.",
2+
"session_id": "wp3-compile-demo-1262",
3+
"question": "How does gobby-cli merge hybrid search results?",
4+
"prompt": "Topic: How does gobby-cli merge hybrid search results?\nReturn source-grounded notes.",
55
"scope": {
66
"kind": "project",
77
"project_id": "3bf57fe7-2a0c-4074-8912-a83d9cd4df01",
@@ -11,13 +11,22 @@
1111
"agent_count": 1,
1212
"dispatch_task_id": null,
1313
"dispatch": null,
14-
"accepted_notes": [],
14+
"accepted_notes": [
15+
{
16+
"title": "How gobby-cli merges hybrid search results",
17+
"path": "/Users/josh/Projects/gobby-cli/.gobby/wiki/raw/src-ab36a0b101bf7f6f-inbox-wp3-rrf-note-md.md"
18+
}
19+
],
1520
"compile_state": {
16-
"handoff_id": "compile-how-does-codewiki-derive-mermaid-diagrams-from-falkordb-call-and-import-edges-1781104657305",
17-
"topic": "How does codewiki derive Mermaid diagrams from FalkorDB call and import edges?",
18-
"bundle_path": "/Users/josh/Projects/gobby-cli/.gobby/wiki/.gwiki/compile/compile-how-does-codewiki-derive-mermaid-diagrams-from-falkordb-call-and-import-edges-1781104657305.md",
19-
"selected_note_paths": [],
20-
"selected_source_titles": [],
21+
"handoff_id": "compile-hybrid-search-result-merging-1781420467017",
22+
"topic": "hybrid search result merging",
23+
"bundle_path": "/Users/josh/Projects/gobby-cli/.gobby/wiki/.gwiki/compile/compile-hybrid-search-result-merging-1781420467017.md",
24+
"selected_note_paths": [
25+
"/Users/josh/Projects/gobby-cli/.gobby/wiki/raw/src-ab36a0b101bf7f6f-inbox-wp3-rrf-note-md.md"
26+
],
27+
"selected_source_titles": [
28+
"How gobby-cli merges hybrid search results"
29+
],
2130
"citations": [],
2231
"conflicting_claims": [],
2332
"missing_evidence": [],

.gobby/wiki/.gwiki/session-events.jsonl

Lines changed: 0 additions & 24 deletions
This file was deleted.

.gobby/wiki/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
## Compiled pages
55

6-
- [[knowledge/topics/how-does-codewiki-derive-mermaid-diagrams-from-falkordb-call-and-import-edges|How does codewiki derive Mermaid diagrams from FalkorDB call and import edges?]]
6+
- [[knowledge/topics/hybrid-search-result-merging|hybrid search result merging]]

0 commit comments

Comments
 (0)