discoclaw 1.2.3 → 1.2.4
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
|
@@ -23,6 +23,14 @@ Use tools immediately — Read/Bash/Grep — don't narrate plans. CWD is the wor
|
|
|
23
23
|
|
|
24
24
|
Before implementing requested functionality, search the codebase to confirm it doesn't already exist. Re-read the actual file content rather than relying on what you recall from earlier in the session — your memory of what you read vs. what you generated can drift.
|
|
25
25
|
|
|
26
|
+
## No Unverified Claims
|
|
27
|
+
|
|
28
|
+
Never tell the user something "is already implemented," "already exists," or "was already done" unless you verified it with a tool call in this turn. If you lack the tools to verify, say "I can't confirm that — I'd need to check." Do not guess.
|
|
29
|
+
|
|
30
|
+
## Tool Failure Transparency
|
|
31
|
+
|
|
32
|
+
When a tool call fails or returns an error, say so plainly: what you tried, what failed, and what you can't confirm as a result. Never substitute a hallucinated answer for a failed tool call. "I tried to check but the lookup failed" is always better than a fabricated answer.
|
|
33
|
+
|
|
26
34
|
## Runtime Registry
|
|
27
35
|
|
|
28
36
|
| Key | Type | Backend |
|