eSlider and GitHub
1edb158f35
docs: portable runbook and Diataxis index ( #27 )
...
Tests / Test (push) Failing after 5s
Tests / Release (semver) (push) Skipped
Public face is a product, not a laptop tool. Run steps live in
docs/runbook.md; decisions D3/D6/D14/D15/D17/D18 stay in the docs index.
2026-08-13 23:31:41 +01:00
eSlider and GitHub
b317968a4c
feat: CPU reasoner bake-off for Qwen3.5-9B vs Bonsai ( #25 )
...
Tests / Test (push) Skipped
Tests / Release (semver) (push) Skipped
Measure OpenAI tool_calls (search/get/audit) on a CPU Ollama sidecar
instead of gating D18 on GPU or PicoClaw. Weights stay out of the image.
2026-08-13 23:19:51 +01:00
eSlider and GitHub
1f9bdb0bf6
feat: compile ladybug CGO with Zig, not gcc ( #24 )
...
Tests / Test (push) Skipped
Tests / Release (semver) (push) Skipped
API image is Go-only (compose target api). Python rebuild is profile
index. bin/cgo/zig pins Zig 0.14.1, liblbug, and tokenizers.
2026-08-13 21:54:31 +01:00
eSlider and GitHub
0a05803f4b
feat: PicoClaw compose profile exposes brain MCP on localhost ( #23 )
...
Tests / Test (push) Skipped
Tests / Release (semver) (push) Skipped
Agent is not shipped. docker compose --profile picoclaw up brain-mcp
and point the client at 127.0.0.1:8630/mcp.
2026-08-13 21:40:40 +01:00
eSlider and GitHub
ff80359684
feat: OpenAPI and MCP from the same serve handlers ( #20 )
...
Tests / Test (push) Skipped
Tests / Release (semver) (push) Skipped
Agents get GET /openapi.json and POST /mcp. Tool names match
search/get/stats/audit paths so PicoClaw does not need shebangs.
2026-08-13 21:26:06 +01:00
eSlider and GitHub
8e6f67cc97
feat: brain get/stats/eval call internal/brain, not Python ( #18 )
...
Tests / Test (push) Skipped
Tests / Release (semver) (push) Skipped
Read path is cgo like search. Control questions live in rank so CI can
test them without ladybug. Python bin/kb/{get,stats,eval} stays the
runner fallback.
2026-08-13 21:16:48 +01:00
eSlider and GitHub
aca05626bd
feat: escalate brain search to web when facts cannot confirm ( #17 )
Tests / Test (push) Skipped
Tests / Release (semver) (push) Skipped
2026-08-13 20:24:30 +01:00
eSlider and GitHub
39ae2abe8d
feat: Go SearXNG client; throttled is not absence ( #16 )
Tests / Test (push) Skipped
Tests / Release (semver) (push) Skipped
2026-08-13 19:53:31 +01:00
eSlider and GitHub
ba5cc3a6e2
feat: read git history with go-git, not the git binary ( #15 )
Tests / Test (push) Skipped
Tests / Release (semver) (push) Skipped
2026-08-13 18:07:56 +01:00
eSlider and GitHub
3f30052ea8
feat: in-process HTTP search; /get /stats /audit /ingest. ( #13 )
...
Tests / Test (push) Skipped
Tests / Release (semver) (push) Skipped
bin/brain/serve.go (ladybug tags) calls internal/brain instead of exec.
HTTP tests inject a fake API so CI stays cgo-free. ExecSearcher remains
the fallback when the binary is built without system_ladybug.
2026-08-13 17:52:15 +01:00
eSlider and GitHub
cec0161ff6
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.
2026-08-13 17:31:03 +01:00
eSlider and GitHub
46310f8773
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.
2026-08-13 17:23:40 +01:00
eSlider and GitHub
dd6d7e9395
docs: point issues at Gitea origin (D15). ( #7 )
...
Tests / Test (push) Skipped
Tests / Release (semver) (push) Skipped
GitHub stays the public clone for PRs and Actions. Work board is
https://git.produktor.io/eSlider/2dph/issues .
2026-08-13 14:11:00 +01:00
eSlider
0d26519fab
fix: resolve plan.md conflict, remove remaining /mnt/ paths
2026-08-13 00:00:48 +01:00
eSlider
a429b823e5
chore: clean absolute paths, curasoft refs, secrets from history
...
- bin/chats/: env-based paths, no /mnt/ /home/ hardcodes
- bin/edelweiss-pilot: remove curasoft, use DOCS_BASE env var
- bin/facts/crm: use KNOWLEDGE_MESH_SEED env var
- compose.edelweiss.yml: remove curasoft volumes, use DOCS_BASE
- docs/chat-import-plan.md: link to Gitea issue, no secrets
- bin/seed-edelweiss-facts.py: removed (curasoft-only)
2026-08-13 00:00:15 +01:00
eSlider
6847233183
bin/chats: Phase 1 MVP — Telegram sync/import/index/facts/apply
...
- bin/chats/ — nested Go module (как bin/kbsearch/)
- sync telegram — MCP JSON-RPC клиент, 31 личный чат, 922 сообщения
- import — конвертация JSONL → MD с YAML frontmatter
- index — делегирует bin/kb/index --corpus (132 leafs в brain)
- facts — regex extraction phone/email/linkedin с валидацией
(исключены: даты, суммы, номера карт, инвойсы)
- apply — oo CLI cross-check + dry-run
- Source interface для будущих WhatsApp/LinkedIn
- 4 system tests (import, facts, empty, roundtrip) — синтетические данные
- bin/chat — build+exec wrapper
- docs/chat-import-plan.md — прогресс, пути к env (без секретов)
Безопасность: var/ в gitignore, credentials в env, тесты без реальных данных.
2026-08-12 23:59:29 +01:00
eSlider
6d7638ab73
docs: chat import pipeline plan — link to Gitea issue #1
2026-08-12 23:59:20 +01:00
Andriy Oblivantsev
390784d406
feat: scaffold 2dph plan, docs, CI
2026-08-10 20:42:32 +01:00