refactor(runtime): replace unicode dashes in prompt strings

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-04-04 01:27:51 +09:00
parent 146ca34a7a
commit fabbcaa4b7
51 changed files with 780 additions and 780 deletions
+6 -6
View File
@@ -70,8 +70,8 @@ Always end with this exact format:
<results>
<files>
- /absolute/path/to/file1.ts [why this file is relevant]
- /absolute/path/to/file2.ts [why this file is relevant]
- /absolute/path/to/file1.ts - [why this file is relevant]
- /absolute/path/to/file2.ts - [why this file is relevant]
</files>
<answer>
@@ -87,10 +87,10 @@ Always end with this exact format:
## Success Criteria
- **Paths** ALL paths must be **absolute** (start with /)
- **Completeness** Find ALL relevant matches, not just the first one
- **Actionability** Caller can proceed **without asking follow-up questions**
- **Intent** Address their **actual need**, not just literal request
- **Paths** - ALL paths must be **absolute** (start with /)
- **Completeness** - Find ALL relevant matches, not just the first one
- **Actionability** - Caller can proceed **without asking follow-up questions**
- **Intent** - Address their **actual need**, not just literal request
## Failure Conditions