Commit Graph

3 Commits

Author SHA1 Message Date
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
clawd 34a0c3b60d chore: exclude planning docs from git (kept locally) 2026-03-02 08:42:00 +01:00
clawd 120a629eea chore: add .gitignore and clean up repository
- Added comprehensive .gitignore for node_modules, dist, env files
- Removed node_modules from git history (keep locally)
- Removed empty/placeholder files (EOF, PLANEOF, create-staging.py)
- Repository now clean for public sharing
2026-03-02 08:17:06 +01:00