docs: add daemon technical analysis and update agent instructions

- Add comprehensive daemon architecture documentation to CLAUDE.md
- Update AGENTS.md with AI workflow guidelines
- Document auto-sync configuration for simpler agent workflows

Co-Authored-By: SageOx <ox@sageox.ai>
This commit is contained in:
Ryan Snodgrass
2026-01-08 20:37:31 -08:00
parent 28ff9fe991
commit 7e70de1f6d
2 changed files with 103 additions and 0 deletions

View File

@@ -4,6 +4,22 @@ See [CLAUDE.md](CLAUDE.md) for full instructions.
This file exists for compatibility with tools that look for AGENTS.md.
## Key Sections in CLAUDE.md
- **Issue Tracking** - How to use bd for work management
- **Development Guidelines** - Code standards and testing
- **Visual Design System** - Status icons, colors, and semantic styling for CLI output
## Visual Design Anti-Patterns
**NEVER use emoji-style icons** (🔴🟠🟡🔵⚪) in CLI output. They cause cognitive overload.
**ALWAYS use small Unicode symbols** with semantic colors:
- Status: `○ ◐ ● ✓ ❄`
- Priority: `● P0` (filled circle with color)
See CLAUDE.md "Visual Design System" section for full guidance.
## Landing the Plane (Session Completion)
**When ending a work session**, you MUST complete ALL steps below. Work is NOT complete until `git push` succeeds.