Invocation
/fix "password reset email never sends"
Use $fix in Codex.
How it differs from feature
Fix uses the same spec, implementation, check, and completion loop but does not add an item to the project build plan. Completed fixes are archived under blueprint/history/fixes/.
Good fix scope
A fix should describe one observable defect or one small requested change. If the request contains multiple independent outcomes, split it before implementation.
Next step
Review current-feature.md, then run implement. Use check to reproduce the original defect and prove the corrected behavior.