fix: remove stale xml docs reference and tighten workflow wording
This commit is contained in:
parent
ee7f5a8969
commit
c108ae4314
|
|
@ -27,7 +27,7 @@ The installer uses templates for each command type:
|
|||
| Command type | What the generated file does |
|
||||
| --- | --- |
|
||||
| **Agent launcher** | Loads the agent persona file, activates its menu, and stays in character |
|
||||
| **Workflow command** | Loads the workflow engine (`workflow.xml`) and passes the workflow config |
|
||||
| **Workflow command** | Loads the workflow engine (`workflow.md`) and passes the workflow config |
|
||||
| **Task command** | Loads a standalone task file and follows its instructions |
|
||||
| **Tool command** | Loads a standalone tool file and follows its instructions |
|
||||
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@ input_file_patterns:
|
|||
</step>
|
||||
|
||||
<step n="2" goal="Load and analyze core artifacts">
|
||||
<critical>🔬 EXHAUSTIVE ARTIFACT ANALYSIS - This is where you prevent future developer fuckups!</critical>
|
||||
<critical>🔬 EXHAUSTIVE ARTIFACT ANALYSIS - This is where you prevent future developer mistakes!</critical>
|
||||
|
||||
<!-- Load all available content through discovery protocol -->
|
||||
<invoke-protocol
|
||||
|
|
|
|||
Loading…
Reference in New Issue