Purpose: concise, enforceable rules for AI coding agents editing this repository.
- Default branch target: feature branch according to naming standards. Start from
devand never modifymaster. - Workflow: open a todo via
manage_todo_list, markin-progress, apply focused patches, rethink your changes, present to the user for approval, markcompleted. - Always present the changes to the user before marking work completed.
- Never add secrets or credentials to commits; if a change requires secrets, create a placeholder and document required manual steps in the PR.
Quick checklist:
- Add a todo and mark
in-progress. - Make minimal
apply_patchedits. - Rethink changes and present to the user.
- If accepted, mark todo
completedand summarize results.