- Add gantt task CRUD bash and TypeScript utilities - Update MEMORY.md with CRUD capabilities and rules - Update daily memory with subagent completions - Document: full task links, attach-then-delete rule
67 lines
1.8 KiB
Markdown
67 lines
1.8 KiB
Markdown
# SESSION_STARTUP.md - Read This First Every Session
|
|
|
|
## CRITICAL - Do These IMMEDIATELY
|
|
|
|
**Step 1: Read AGENTS.md** (you are here)
|
|
- Who you are, how to work, safety rules
|
|
- **Project creation rules** - CRITICAL
|
|
|
|
**Step 2: Read TOOLS.md**
|
|
- All project locations, URLs, credentials
|
|
- Deployment commands
|
|
- Infrastructure details
|
|
|
|
**Step 3: Read memory files**
|
|
- `memory/YYYY-MM-DD.md` (today)
|
|
- `memory/YYYY-MM-DD.md` (yesterday)
|
|
- MEMORY.md (if main session)
|
|
|
|
**Step 4: Read PROJECT_SETUP.md**
|
|
- Where to create new projects
|
|
- Folder structure rules
|
|
|
|
## Quick Reference
|
|
|
|
### Project Locations (NEVER FORGET)
|
|
```
|
|
/Users/mattbruce/Documents/Projects/OpenClaw/
|
|
├── Web/ ← Next.js projects here
|
|
├── iOS/ ← Swift projects here
|
|
└── Documents/ ← Docs here
|
|
```
|
|
|
|
### Active Projects (from TOOLS.md)
|
|
- **Gantt Board:** https://gantt-board.vercel.app (port 3000)
|
|
- **Blog Backup:** https://blog-backup-two.vercel.app (port 3002)
|
|
- **Mission Control:** https://mission-control-rho-pink.vercel.app/ (port 3001)
|
|
- **Heartbeat Monitor:** port 3005
|
|
|
|
### Credentials
|
|
- **Gantt Board login:** mbruce+max@topdoglabs.com / !7883Gantt
|
|
- **Gitea:** http://192.168.1.128:3000 (ai-agent / !7883Gitea)
|
|
|
|
## If Memory Search Fails
|
|
|
|
If `memory_search()` returns an error about API keys:
|
|
1. **DON'T PANIC**
|
|
2. Read the files manually (above)
|
|
3. The knowledge is in the files, not the vector DB
|
|
|
|
## Before Creating ANY Project
|
|
|
|
1. Check TOOLS.md for existing projects
|
|
2. Choose correct folder (Web/iOS/Documents)
|
|
3. Create in `/Users/mattbruce/Documents/Projects/OpenClaw/`
|
|
4. Update TOOLS.md immediately
|
|
|
|
## Daily Log Location
|
|
|
|
Write significant events to:
|
|
`/Users/mattbruce/.openclaw/workspace/memory/YYYY-MM-DD.md`
|
|
|
|
---
|
|
|
|
**DO NOT SKIP THESE STEPS**
|
|
**YOUR MEMORY RESETS EVERY SESSION**
|
|
**THE FILES ARE YOUR MEMORY**
|