@bluecopa/harness 0.1.0-snapshot.47 → 0.1.0-snapshot.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bluecopa/harness",
3
- "version": "0.1.0-snapshot.47",
3
+ "version": "0.1.0-snapshot.48",
4
4
  "description": "Provider-agnostic TypeScript agent framework",
5
5
  "license": "UNLICENSED",
6
6
  "scripts": {
@@ -685,12 +685,11 @@ A matched skill is available for this task. You MUST load and follow it.
685
685
 
686
686
  REQUIRED workflow:
687
687
  1. Call Read(path: "${skillRef.path}") FIRST before doing anything else
688
- 2. Read and understand the skill's instructions, patterns, and code examples
689
- 3. Follow the skill's approach precisely — do NOT improvise your own method
690
- 4. If the skill references additional files, load them as needed
688
+ 2. The skill file will reference sub-guides (e.g., "Read editing.md", "Read pptxgenjs.md"). You MUST Read the relevant sub-guide for your task BEFORE writing any code
689
+ 3. Follow the skill's approach precisely — do NOT improvise your own method or use libraries you already know
690
+ 4. Use the specific tools, libraries, and patterns prescribed by the skill
691
691
 
692
- Do NOT skip the skill. Do NOT use alternative approaches. The skill contains tested, working patterns.
693
- If the task description suggests a specific library or tool (e.g., "use python-pptx"), IGNORE that suggestion and follow the skill's recommended approach instead. The skill's approach is authoritative.
692
+ Do NOT skip the skill or its sub-guides. Do NOT use alternative approaches (e.g., do not use python-pptx when the skill prescribes pptxgenjs). The skill contains tested, working patterns that produce better results than generic approaches.
694
693
  </skill_system>`;
695
694
  } else if (config.skillPromptPromise) {
696
695
  // Legacy: full content injection (fallback)