Three distinct concepts in lib/:
prompts/ — System prompts (PROMPT.md, HOW to work)
tasks/ — Structured task plans (PLAN.md, WHAT to do)
flows/ — Multi-phase workflows (orchestration)
personas/ — Domain/role system prompts (WHO you are)
API updated:
prompts.Prompt("coding") — system prompt
prompts.Task("bug-fix") — task plan
prompts.Flow("prod-push-polish") — workflow
prompts.Template() — backwards compat (searches both)
templates/ dir reserved for future output templates
(CodeRabbit report formatting, CLI output parsing, etc.)
Co-Authored-By: Virgil <virgil@lethean.io>
|
||
|---|---|---|
| .. | ||
| agentic | ||
| brain | ||
| monitor | ||
| prompts | ||