Commit Graph

4 Commits

Author SHA1 Message Date
clawd bca4057d14 docs: add branching strategy - one feature per branch
- Each phase gets its own branch
- Branch from previous phase to inherit work
- Rebase onto main before creating PR
- Keeps history clean and reviews focused
2026-03-02 08:56:32 +01:00
clawd d3ccbf5c8c docs: add git hygiene guidelines to CLAUDE.md
- No 'fix' commits for typos/syntax errors
- Use interactive rebase to keep history clean
- Examples: squash, amend, reorder commits
- Keep one logical change per commit
2026-03-02 08:52:40 +01:00
clawd 6b05b88bf1 docs: integrate coding conventions into CLAUDE.md
- Merged CODING-CONVENTIONS.md content into single authoritative document
- Part 1: Agent development principles (autonomy, verification, PM pattern)
- Part 2: Coding conventions (Red/Green/Refactor TDD, naming, commit patterns)
- Part 3: Operations (cron jobs, repo structure)
- Part 4: Agent/skill development workflow
- CLAUDE.md is now the single source of truth for agent development
2026-03-02 08:47:30 +01:00
clawd f4df4f7490 docs: add CLAUDE.md — agent development guidelines
- Core principles for autonomous agents with verification
- Checkpoint-based self-monitoring patterns
- Generalized agent workflow (no project-specific agents)
- Single source of truth in ~/clawd/claude-agents-skills/
- PM autonomy and cron job configuration
- Verification protocol to prevent hallucinations
- Together with CODING-CONVENTIONS.md, foundation for agent development
2026-03-02 08:46:26 +01:00