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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user