Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,10 @@ ADMIN_USER_ID # User ID allowed to write prompt contexts
## Git Workflow

- Main branch: `main`
- Feature branches: `<type>/<description>` (e.g., `claude/add-feature-abc`)
- Author: Erin Patrick Spencer
- License: see LICENSE
- Feature branches: `feat/<description>`, `fix/<description>`, `docs/<description>`, `chore/<description>` (e.g., `feat/add-feature-abc`)
- Commit style: Conventional Commits (`feat(console):`, `fix(pcna):`, etc.)
- Author: Erin Patrick Spencer (wayseer@interdependentway.org)
- License: Apache 2.0

## Agent module-build doctrine

Expand Down
Loading