Dashboard › craft › Require audit-driven fixes with focused…
01a081cf-f466-79a4-ae14-c32d2666c90b| Project | Hits | Last recalled |
|---|---|---|
| opencode-lore | 6 | 1h ago |
| cli | 1 | 8d ago |
| opencode | 1 | 9d ago |
When addressing repository or PR issues, perform a thorough audit rather than a narrow edit, tracing findings through related runtime code, workflows, documentation, and tests. Treat correctness and safety findings as merge blockers until fixed and covered by focused regression tests, especially validation and failure paths. Preserve exact contracts, including formatting or trailing bytes where relevant; do not weaken validation merely to satisfy fixtures or permit unsafe fallbacks. Keep code, generated artifacts, and documentation aligned, remove unrelated churn, verify affected paths and the final diff, rerun full verification, and obtain a fresh read-only audit before declaring the work mergeable.