From 8d21c8eb75f3be4898669ca01b018e51a5d04e7c Mon Sep 17 00:00:00 2001 From: Nova_2761 Date: Thu, 9 Apr 2026 23:03:13 +0000 Subject: [PATCH] fix: remove Unicode chars from template --- templates/write_template.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/write_template.yml b/templates/write_template.yml index 02d068b..d65b838 100644 --- a/templates/write_template.yml +++ b/templates/write_template.yml @@ -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"