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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user