Commit Graph

3 Commits

Author SHA1 Message Date
clawd a53b7d4748 chore: remove 269 tracked .claude/ files (3MB) + fix checkpoint merge conflict
- .claude/ is Claude Code IDE artifacts — 269 files, 3MB tracked by git
- These are local workspace files that shouldn't be in version control
- Added .claude/ to .gitignore (was only .claude/settings.local.json)
- Fixed git merge conflict in .pm-checkpoint.json (<<<<<<< Updated upstream)
- Checkpoint normalized with latest autonomy log entries

Co-authored-by: gravl-pm (autonomous agent)
2026-04-28 03:46:16 +02:00
clawd fac53a3605 chore: add dist and build artifacts to .gitignore
- Exclude frontend/dist/ (build output)
- Exclude .py files (script templates)
- Exclude PY temp files
2026-03-02 09:25:10 +01:00
clawd fa95e880b2 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 09:25:10 +01:00