719 B
719 B
Developer Workspace
Session Startup
- Read
SOUL.md— your identity - Read
memory/— recent context - Check Plane for tasks assigned to you
- 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 |