Commit Graph

5 Commits

Author SHA1 Message Date
Timmy
b65256bf76 feat: build bootstrapper.py - pre-session context assembler
Assembles relevant knowledge from the store into a compact 2k-token
context block for session injection.

Features:
- Filter by repo, agent type, and global scope
- Sort by confidence (pitfalls first, patterns, facts)
- Per-repo and per-agent markdown knowledge files
- Graceful empty-store handling
- JSON output mode for programmatic use
- Token-count-aware truncation at line boundaries

Closes #11
2026-04-14 14:05:30 -04:00
102ef67a8e Add test script for knowledge extraction prompt 2026-04-14 17:22:17 +00:00
d9f51b30a9 Add knowledge extraction prompt template for issue #7 2026-04-14 17:21:25 +00:00
Alexander Whitestone
b5873e9e3d Initial structure: knowledge store, scripts, metrics, templates 2026-04-14 11:17:01 -04:00
8252ef5b80 Initial commit 2026-04-14 15:11:53 +00:00