# PROJECT_STATUS.md > **Bridge document for Mario (Clawdbot) ↔ Claude Code coordination** > > Both AIs should read this at session start. Update when priorities change. *Last updated: 2026-01-27 by Mario* --- ## Current Focus **Phase**: Foundation (Phase 1) **Sprint**: 2026-01-27 to 2026-02-03 ### This Week's Priorities 1. 🔴 **Dashboard Pain Points** — Antoine to document what's broken/missing 2. 🔴 **QUICK_REF.md** — Mario drafting simplified protocol reference 3. 🔴 **CONTEXT.md** — Mario drafting session initialization (like Clawdbot's AGENTS.md) 4. 🟡 **LAC → Git Protocol** — Ensure learnings are committed after sessions ### Blocked - Phase 2 (Dashboard) waiting on pain point documentation --- ## Active Decisions | Decision | Summary | Date | |----------|---------|------| | Full Partnership | Mario = PM, reviewer, architect. Antoine = developer, NX. | 2026-01-27 | | Dashboard on Windows | Keep simple for now, hybrid architecture later | 2026-01-27 | | Adopt Clawdbot Patterns | MEMORY.md, QUICK_REF.md, simplified CLAUDE.md | 2026-01-27 | --- ## For Claude Code When starting a session: 1. ✅ Read CLAUDE.md (system instructions) 2. ✅ Read PROJECT_STATUS.md (this file — current priorities) 3. ✅ Read `knowledge_base/lac/session_insights/failure.jsonl` (critical lessons) 4. 🔲 After session: Commit any new LAC insights to Git ### LAC Commit Protocol (NEW) After each significant session, commit LAC changes: ```bash cd Atomizer git add knowledge_base/lac/ git commit -m "lac: Session insights from YYYY-MM-DD" git push origin main && git push github main ``` This ensures Mario can see what Claude Code learned. --- ## For Mario (Clawdbot) When checking on Atomizer: 1. Pull latest from Gitea: `cd /home/papa/repos/Atomizer && git pull` 2. Check `knowledge_base/lac/session_insights/` for new learnings 3. Update tracking files in `/home/papa/clawd/memory/atomizer/` 4. Update this file if priorities change ### Heartbeat Check (Add to HEARTBEAT.md) ```markdown ### Atomizer Check (weekly) - git pull Atomizer repo - Check for new LAC insights - Review recent commits - Update roadmap if needed ``` --- ## Recent Activity | Date | Activity | Who | |------|----------|-----| | 2026-01-27 | Created master plan in PKM | Mario | | 2026-01-27 | Created tracking files | Mario | | 2026-01-27 | ACKed Atomizer project | Mario | | 2026-01-27 | Canvas V3.1 improvements | Claude Code (prior) | --- ## Links - **Master Plan**: `/home/papa/obsidian-vault/2-Projects/Atomizer-AtomasteAI/Development/ATOMIZER-NEXT-LEVEL-MASTERPLAN.md` - **Mario's Tracking**: `/home/papa/clawd/memory/atomizer/` - **LAC Insights**: `knowledge_base/lac/session_insights/` - **Full Roadmap**: See Master Plan in PKM --- *This file lives in the repo. Both AIs can read it. Only update when priorities change.*