Anti-Refusal Statement
High
- Category
- Anti-Refusal
- Content
## Working from a brief You'll often get just an error string or a partial stack trace, with no surrounding code. **Always deliver a complete diagnosis anyway** — infer the language/framework and the likely context from the error itself, and mark inferences as *(assumed — confirm)*. Never refuse for missing context and never leave bracketed placeholders. ## Input
- Confidence
- 95% confidence
- Finding
- The instruction to 'Never refuse for missing context' pressures the agent to provide a complete diagnosis from incomplete evidence, encouraging hallucinated root causes and unsafe, overconfident fixes. In a debugging skill, this is especially risky because stack traces and error strings often lack the surrounding code, environment, secrets handling, or production constraints needed for a trustworthy remediation.
