112 lines
3.0 KiB
Markdown
112 lines
3.0 KiB
Markdown
# 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
|
|
|
|
**Now (Sprint 1.5): Draft + Publish (S2)**
|
|
1. 🔴 Implement DraftManager (local autosave draft per study)
|
|
2. 🔴 Add Draft vs Published banner + Publish button
|
|
3. 🔴 Restore/discard draft prompt on load
|
|
|
|
**Next (Sprint 2): Create Wizard v1 shell**
|
|
4. 🟡 /create route + stepper
|
|
5. 🟡 Files step (dependency tree + _i.prt warnings)
|
|
6. 🟡 Introspection step (expressions + DV selection)
|
|
|
|
### Completed recently
|
|
- Spec/Canvas wiring sync foundation (converters, connect/delete wiring, output picker, panel rewiring, edge projection)
|
|
|
|
### Blocked
|
|
- None (but local npm install on this server fails due to peer deps; run builds/tests on Windows dev env)
|
|
|
|
---
|
|
|
|
## 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.*
|