Own quality gates and operator documentation for opencode_web_yolo. Use when building or updating tests, CI checks, shell lint/syntax validation, dry-run verification, security-focused acceptance checks, README quickstart/proxy guidance, TECHNICAL architecture notes, or troubleshooting docs.
Implement quality and docs in:
tests/.github/workflows/ci.ymlREADME.mdTECHNICAL.mdFollow acceptance criteria in TECHNICAL.md.
Load only the file needed for the current task:
references/test-acceptance-matrix.md when adding/updating tests tied to plan acceptance criteria.references/ci-job-outline.md when editing .github/workflows/ci.yml.references/docs-coverage-checklist.md when writing or reviewing README/TECHNICAL docs.Ensure CI validates at least:
bash -n)shellcheck)gh, git, ssh) in imagePrefer deterministic shell tests with clear failure messages.
Document these operator-critical topics:
-gh and --mount-sshKeep docs implementation-accurate; update docs in the same change as behavior.
Before closing quality/docs work: