fix: remove Unicode chars from template

This commit is contained in:
2026-04-09 23:03:13 +00:00
parent 07b138cf87
commit 8d21c8eb75

View File

@@ -1,5 +1,5 @@
name: write_template
description: "CEO designs a new PAE-Lang template skills-guided, adjudicated, committed via AR."
description: "CEO designs a new PAE-Lang template -- skills-guided, adjudicated, committed via AR."
debug: true
system: agent_prompt
@@ -24,7 +24,7 @@ steps:
hint: |
You are {agent.name}, designing a new operational template for the company.
CONTEXT: Read the SKILLS & GUIDES section it contains the PAE Template Guide
CONTEXT: Read the SKILLS & GUIDES section -- it contains the PAE Template Guide
which defines every YAML key, step type, section key, and constraint you must follow.
THE IRON RULE: NEVER mix thinking and formatting in the same LLM step.
@@ -40,7 +40,7 @@ steps:
- name: must match the intended filename (lowercase_with_underscores, no .yml extension)
- description: one clear sentence explaining what this template does
- system: usually `agent_prompt` for full identity, or a builder for custom system prompts
- sections: ordered list of section keys always include `message` and usually `instructions` last
- sections: ordered list of section keys -- always include `message` and usually `instructions` last
- steps: at minimum one `think` step and a `close` step at the end
- adjudication: configure with appropriate criteria and threshold for the task type
@@ -62,9 +62,9 @@ steps:
schema:
actions:
- type: write_template
company_slug: "string the company this template belongs to"
template_name: "string the template name (must match name: key in YAML)"
template_yaml: "string complete valid YAML content of the template file"
company_slug: "string -- the company this template belongs to"
template_name: "string -- the template name (must match name: key in YAML)"
template_yaml: "string -- complete valid YAML content of the template file"
- type: close
rag_update: true
@@ -76,13 +76,13 @@ adjudication:
criteria:
pae_lang_compliance:
weight: 30
description: "Template follows PAE-Lang specification valid step types, sections, keys"
description: "Template follows PAE-Lang specification -- valid step types, sections, keys"
charter_alignment:
weight: 20
description: "Template serves the company charter and operational needs"
iron_rule:
weight: 20
description: "Think and package steps are properly separated no mixed reasoning/formatting"
description: "Think and package steps are properly separated -- no mixed reasoning/formatting"
completeness:
weight: 15
description: "All required keys present, close step at end, sections properly ordered"