andy-stack_vaultkeeper-ai/AIPrompts
Andrew Beal d18f5ef655 refactor: replace Replan with granular orchestration tools
Replace the single Replan tool with three targeted alternatives:
ReviseStep, RevisePlan, and SkipStep. This gives the orchestration
agent more precise control over plan recovery — revising only the
current step, replacing all remaining steps, or skipping a step
entirely — rather than triggering a full replan each time.

Also give the orchestration agent read access to vault files so it
can resolve execution failures without routing back to the planning
agent, and update the execution agent prompt to stop it from
attempting self-recovery (gap resolution is now the orchestrator's
responsibility).
2026-02-19 20:48:59 +00:00
..
ExecutionPrompt.ts refactor: replace Replan with granular orchestration tools 2026-02-19 20:48:59 +00:00
IPrompt.ts housekeeping: remove unused execution agent code and clean up orchestration flow 2026-01-29 12:26:41 +00:00
NamePrompt.ts feat: enhance conversation naming with prompt injection protection and improved validation 2026-01-01 13:06:06 +00:00
OrchestrationPrompt.ts refactor: replace Replan with granular orchestration tools 2026-02-19 20:48:59 +00:00
PlanningPrompt.ts refactor: replace Replan with granular orchestration tools 2026-02-19 20:48:59 +00:00
SystemPrompt.ts feat: enhance wiki-link documentation and fix ChatPlanArea height updates 2026-01-29 13:32:23 +00:00