docs: name bin/brain/search.go; --hop is not a graph walk. (#10)
Tests / Test (push) Skipped
Tests / Release (semver) (push) Skipped

Published docs and skills still taught bin/kb/search --hop 1. Search lives
at bin/brain/search.go; --hop errors until File edges exist. A unittest
gates the SoT so the lie cannot return.
This commit is contained in:
2026-08-13 17:23:40 +01:00
committed by GitHub
co-authored by GitHub
parent 7e0f3c9e06
commit 46310f8773
8 changed files with 104 additions and 49 deletions
+4 -3
View File
@@ -18,9 +18,10 @@ bin/web/search "postgres partial index" --lang en --fresh year
## Web or knowledge base
`bin/kb/search` holds our own facts: the ops stack, portfolio, ssh hosts, the
lexicon. Go there first. Reach for `bin/web/search` when the answer is outside
our repos: upstream library behaviour, vendor documentation, public standards.
`bin/brain/search.go` holds our own facts: the ops stack, portfolio, ssh hosts,
the lexicon. Go there first. Reach for `bin/web/search` when the answer is
outside our repos: upstream library behaviour, vendor documentation, public
standards.
Keep the two apart. A finding is stronger when the reader can see that one
source was ours and one was not.