feat(05-01): add Atlas and Prometheus delegation prompt builders

- Build pure prompt constructors with confirmed finding context and agreement levels

- Add BDD tests for fix/planning intent, question context, and single-finding edge cases
This commit is contained in:
ismeth
2026-02-12 14:32:23 +01:00
committed by YeonGyu-Kim
parent a88c6dbe40
commit 53508654ac
3 changed files with 182 additions and 0 deletions
+2
View File
@@ -7,4 +7,6 @@ export * from "./council-result-collector"
export * from "./synthesis-types"
export * from "./synthesis-prompt"
export * from "./synthesis-formatter"
export * from "./findings-presenter"
export * from "./delegation-prompts"
export * from "../../config/schema/athena"