agent/pkg
Snider 1e351f36ec feat: embed prompts into pkg/prompts via go:embed
- Move prompts/ → pkg/prompts/lib/ (112 templates + personas)
- pkg/prompts provides Template(), Persona(), ListTemplates(), ListPersonas()
- prep.go uses embedded prompts instead of filesystem reads
- No external file dependency — prompts compiled into binary
- Remove old prompts/ directory

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 20:49:10 +00:00
..
agentic feat: embed prompts into pkg/prompts via go:embed 2026-03-17 20:49:10 +00:00
brain fix: address all code review findings (medium + low) 2026-03-17 19:19:04 +00:00
monitor refactor: simplify internals — consolidate, deduplicate, fix bugs 2026-03-17 19:35:15 +00:00
prompts feat: embed prompts into pkg/prompts via go:embed 2026-03-17 20:49:10 +00:00