~/topics/command
Topic: command
7 entries
command·Jun 2, 2026
Verification gate before done
Run typecheck, lint, tests, API flow, and build; keep fixing until the repo agrees.
2 min read0
command·May 30, 2026
Security review of the actual diff
A read-only pass over dependency bumps, auth changes, and CI edits, with a fixed checklist and findings format.
2 min read0
command·May 24, 2026
Plan before touching the code
For large or ambiguous work: inspect first, write the steps, ask the blocking questions, then execute.
2 min read0
command·May 18, 2026
Commit, push, and open the PR cleanly
Branch when needed, make one conventional commit, keep the PR scoped, and report the exact SHA.
2 min read0
command·May 15, 2026
Read-only audit with file:line findings
A strict no-write pass that reports one concrete finding per line, sorted by impact.
2 min read0
command·May 12, 2026
Fix the whole pattern, not one instance
Find every occurrence, patch the full surface, and write the rule down so the drift does not come back.
2 min read0
command·May 4, 2026
Add Discord notifications without breaking Slack
Find every Slack notification path, add the Discord twin, and keep the old channel working.
2 min read0