refactor: chats method shebangs; drop chats index (D14). (#11)
Tests / Test (push) Skipped
Tests / Release (semver) (push) Skipped

Parsers and commands live in internal/chats. bin/chats/{sync,import,facts,apply}.go
are tagged shebang mains. Brain ingest is not a chats command.
This commit is contained in:
2026-08-13 17:31:03 +01:00
committed by GitHub
co-authored by GitHub
parent 46310f8773
commit cec0161ff6
25 changed files with 212 additions and 223 deletions
+2
View File
@@ -57,6 +57,8 @@ detective method: **a fact needs ≥2 independent sources or it is
brain/search.go deduction: facts → info → web-search
kb/get kb/stats kb/eval
brain/serve.go HTTP API (internal/httpapi)
chats/sync.go import.go facts.go apply.go
(libs in internal/chats; no chats index)
md/import md/select md/tables md/gaps (mistune)
brain/extract brain/audit brain/deduce (thinking wrapper)
web/search (vendored)