feat: brain/index.go shebang; mail import is not a brain write (D14). (#12)
Tests / Test (push) Failing after 5s
Tests / Release (semver) (push) Skipped

Commands live at bin/brain/{index,get,stats,eval,watch}.go and
bin/mail/import.go, bin/markdown/import.go, bin/postgres/query.go.
Python remains the Ladybug write worker. index_mail is a deprecation
shim that rebuilds via --with-mail.
This commit is contained in:
2026-08-13 17:46:25 +01:00
committed by GitHub
co-authored by GitHub
parent 5d4b3427a4
commit 20b78a9a20
31 changed files with 468 additions and 170 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ related:
---
```
`bin/kb/index` reads this. `type` becomes a searchable column. `related:` is
`bin/brain/index.go` reads this. `type` becomes a searchable column. `related:` is
frontmatter for humans; graph hops from it are not implemented yet.
```bash