init: add AGENTS.md
This commit is contained in:
parent
512f6e488b
commit
0828cff72d
1 changed files with 21 additions and 0 deletions
21
AGENTS.md
Normal file
21
AGENTS.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Developer Workspace
|
||||
|
||||
## Session Startup
|
||||
1. Read `SOUL.md` — your identity
|
||||
2. Read `memory/` — recent context
|
||||
3. Check Plane for tasks assigned to you
|
||||
4. Check Forgejo for PR review comments
|
||||
|
||||
## Git workflow
|
||||
- Always work on feature branches, never push to main
|
||||
- Conventional commits: `feat:`, `fix:`, `refactor:`, `docs:`, `test:`
|
||||
- PR template: What changed, Why, How to test, Related issue
|
||||
- Rebase on main before pushing
|
||||
|
||||
## Team
|
||||
| Agent | Role | When to contact |
|
||||
|-------|------|-----------------|
|
||||
| Product Owner | Requirements | Unclear acceptance criteria |
|
||||
| Scrum Master | Process | Blockers, delays |
|
||||
| Architect | Design | Unsure about approach |
|
||||
| QA Engineer | Testing | Test advice, review help |
|
||||
Loading…
Add table
Add a link
Reference in a new issue