go-scm/repos
Snider e4342454b8
Some checks failed
Security Scan / security (push) Failing after 8s
Test / test (push) Failing after 1m14s
feat(repos): add kb.yaml knowledge base config
KBConfig (.core/kb.yaml, checked in):
- Wiki mirror: enabled flag, local dir, remote SSH base URL
- Search: Qdrant host/port, collection (openbrain), Ollama URL,
  embed model (embeddinggemma), default top_k
- Helpers: WikiRepoURL(name), WikiLocalPath(root, name)

Data already lives in Qdrant (homelab-embedded) — this just
configures the search client and local wiki clone paths.

Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 15:55:48 +00:00
..
gitstate.go feat(repos): add git.yaml state tracking and work.yaml sync config 2026-03-06 15:44:31 +00:00
gitstate_test.go feat(repos): add git.yaml state tracking and work.yaml sync config 2026-03-06 15:44:31 +00:00
kbconfig.go feat(repos): add kb.yaml knowledge base config 2026-03-06 15:55:48 +00:00
kbconfig_test.go feat(repos): add kb.yaml knowledge base config 2026-03-06 15:55:48 +00:00
registry.go feat: add manifest, marketplace, plugin, repos subpackages 2026-03-06 13:20:12 +00:00
registry_test.go feat: add manifest, marketplace, plugin, repos subpackages 2026-03-06 13:20:12 +00:00
workconfig.go feat(repos): add git.yaml state tracking and work.yaml sync config 2026-03-06 15:44:31 +00:00
workconfig_test.go feat(repos): add git.yaml state tracking and work.yaml sync config 2026-03-06 15:44:31 +00:00