This project follows coding conventions defined in AGENTS.md and enforced through convention packs. Before writing or reviewing code, read the applicable convention pack(s) from .opencode/uf/packs/ and apply all rules marked [MUST].
Quality report agent for Go projects. Runs gaze CLI commands to produce human-readable summaries of CRAP scores, test quality metrics, side effect classifications, and overall project health. Supports three modes: crap (CRAP scores only), quality (test quality metrics only), and full (comprehensive health assessment).
Test generation agent for Go projects. Consumes gaze quality data (GapHints, Gaps, FixStrategy, AmbiguousEffects) to generate complete, compilable Go test functions, improve documentation for classifier visibility, and restructure assertions for mapper accuracy. Works on any Go project gaze can analyze.
Trigger an incremental re-index of all configured content sources. Updates the Dewey knowledge graph with new and changed content from disk, GitHub, web, and code sources without leaving the OpenCode session.
Delete and rebuild all external source content in the Dewey index. Preserves local vault content and stored learnings. Use when the index appears stale or corrupted.
Generate tests and documentation fixes for functions identified by gaze quality analysis, or auto-detect and run the active implementation workflow (Speckit/OpenSpec). With arguments: batch remediation. Without arguments: detects active workflow and runs /speckit.implement or /opsx-apply.