feat: markdown import splits H2 leafs in Go (#26)
Tests / Test (push) Failing after 4s
Tests / Release (semver) (push) Skipped

Drop the Python ExecFile wrapper. Conversion still does not write
Ladybug; add a dry-run fixture check for the index adapter split.
This commit is contained in:
2026-08-13 23:27:42 +01:00
committed by GitHub
co-authored by GitHub
parent bb272d7416
commit b441af51b3
9 changed files with 406 additions and 10 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ graph TB
EX["bin/facts/extract.go<br/>2-source pairing"]
AU["bin/facts/audit.go<br/>confidence + staleness"]
IDX["bin/brain/index.go<br/>chunk + embed"]
MD["bin/markdown/import.go<br/>mistune leaves"]
MD["bin/markdown/import.go<br/>H2 leaf split"]
SR["bin/brain/search.go<br/>deduction"]
end