| name | personal-repo-workflow |
| description | Personal repository workflow preferences for coding tasks. Use when implementing, reviewing, or debugging code in repositories owned by upamune. |
Personal Repo Workflow
Follow these preferences for coding tasks.
- Prefer small, reviewable changes that match the existing repository style.
- Use
rg for file and text search.
- Before editing, inspect the nearest tests, scripts, and conventions.
- Do not rewrite unrelated code while fixing a narrow issue.
- After changes, run the smallest useful verification command first, then broaden only when the change touches shared behavior.
- In the final response, include changed files, verification result, and any unresolved risk.