From 69c28db66872590dad929b668eb7772d477ab43a Mon Sep 17 00:00:00 2001 From: aitbc Date: Sat, 9 May 2026 11:40:27 +0200 Subject: [PATCH] docs: enhance HERMES_LEARNING_PROMPT with concrete examples and templates - Add example debug messages with priority levels - Add example suggestions with estimated impact - Add example potential failures with recovery steps - Enhance output format with detail level guidelines - Add final deliverable template - Update version to 2.0 with changelog --- docs/agent-training/HERMES_LEARNING_PROMPT.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/agent-training/HERMES_LEARNING_PROMPT.md b/docs/agent-training/HERMES_LEARNING_PROMPT.md index 3eb2c9ad..a8dbf8c1 100644 --- a/docs/agent-training/HERMES_LEARNING_PROMPT.md +++ b/docs/agent-training/HERMES_LEARNING_PROMPT.md @@ -109,24 +109,33 @@ For each stage, Hermes should provide: ## Stage Analysis: [Stage Name] ### Understanding Summary -[Brief summary of what Hermes learned] +[Brief summary of what Hermes learned, 2-3 sentences maximum] ### Debug Messages - **Issue**: [Description] - **Impact**: [Why it matters] - **Suggested Fix**: [How to resolve] + - **Priority**: [High/Medium/Low] ### Suggestions - **Improvement**: [Description] - **Rationale**: [Why it helps] - **Implementation**: [How to implement] + - **Estimated Impact**: [Qualitative or quantitative benefit] ### Potential Failures - **Failure Scenario**: [Description] - **Detection**: [How to identify] - **Mitigation**: [How to prevent] + - **Recovery**: [How to recover if it occurs] ``` +**Detail Level Guidelines:** +- **Understanding Summary**: High-level overview, focus on key concepts +- **Debug Messages**: Specific, actionable, with clear priority +- **Suggestions**: Practical, implementable, with estimated impact +- **Potential Failures**: Concrete scenarios with detection/mitigation steps + ## Final Deliverable After completing all 9 stages, Hermes should provide: