docs: Add detailed project workflow steps to AGENTS.md
This commit is contained in:
14
AGENTS.md
14
AGENTS.md
@@ -28,3 +28,17 @@ Terminal commands are fine for:
|
|||||||
- Compiling, testing, building
|
- Compiling, testing, building
|
||||||
- Git operations on local files (commit, push)
|
- Git operations on local files (commit, push)
|
||||||
- Using `read_file`, `grep_search`, `semantic_search`
|
- Using `read_file`, `grep_search`, `semantic_search`
|
||||||
|
|
||||||
|
## General project workflow
|
||||||
|
1. Check for open tickets
|
||||||
|
2. Choose next logical ticket to work on
|
||||||
|
3. Create branch for ticket
|
||||||
|
4. Create plan for ticket
|
||||||
|
5. Execute plan
|
||||||
|
6. Create appropriate commits to repository
|
||||||
|
7. Submit PR to repository
|
||||||
|
8. Review the PR critically
|
||||||
|
9. Check if further work is needed to resolve the issues found
|
||||||
|
10. Loop 8-9 until complete
|
||||||
|
11. Ask me to review the PR and merge it
|
||||||
|
12. Close the ticket
|
||||||
Reference in New Issue
Block a user