mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 14:50:13 -04:00
- Split monolithic CLAUDE.md into 7 focused rule files in rules/ - Remove agent-team specific content from global rules (subagent cost, model defaults, tier shortcuts) — already covered by orchestrate skill - Add "prefer summaries over verbatim output" to orchestrate Step 8 - Update install.sh to symlink rules/ directory - Trim CLAUDE.md to a minimal pointer since rules auto-load
6 lines
263 B
Markdown
6 lines
263 B
Markdown
# Commits & Git Workflow
|
|
|
|
- Make many small, tightly scoped commits — one logical change per commit
|
|
- Follow conventional commit format per the conventions skill
|
|
- Ask before pushing to remote or force-pushing
|
|
- Ask before opening PRs unless explicitly told to
|