refactor: chats method shebangs; drop chats index (D14).
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:29:12 +01:00
parent 1c7db6d499
commit 2e8dbdc7df
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)