Add original_operator_prompt chain of custody to templates

- planning.yml: instructs LLM to include ORIGINAL REQUEST in child descriptions
- create_company.yml: references {original_operator_prompt} as hard constraint + ALIGNMENT CHECK
- create_company.yml: adds request_alignment criterion (weight 15) to adjudication
- hire_agent.yml: references {original_operator_prompt} for hiring context
- quick.yml: single-pass execution template
This commit is contained in:
David Baity
2026-03-10 15:59:11 -04:00
parent bf53f5c203
commit 122edf2002
3 changed files with 20 additions and 4 deletions

View File

@@ -24,6 +24,9 @@ steps:
hint: |
You are {agent.name}, executing the hiring process for Crimson Leaf LLC.
OPERATOR'S ORIGINAL REQUEST (context for why this hire is needed):
{original_operator_prompt}
CONTEXT: Read the SKILLS & GUIDES section — it contains the PAE Agent Guide
which defines the exact file schemas you must produce.