feat(memory): add project and task guidance

This commit is contained in:
zap
2026-03-11 19:04:18 +00:00
parent b1dd738966
commit 6b7e17f3c0
5 changed files with 103 additions and 3 deletions

49
memory/projects.md Normal file
View File

@@ -0,0 +1,49 @@
# Projects
Lightweight registry of active multi-session work.
## Status legend
- active
- paused
- blocked
- done
- watch
## Projects
### OpenClaw reliability and ops
- Status: active
- Goal: keep the local OpenClaw setup stable, safe, and low-friction for daily use
- Current threads:
- improve subagent / ACP reliability
- maintain memory hygiene and retrieval quality
- keep backups, search, and messaging paths healthy
- Related memory:
- `memory/incidents/`
- `memory/ops/`
- `memory/tasks.json`
### Daily brief / calendar direction
- Status: watch
- Goal: build a useful low-noise daily brief flow, likely calendar-first
- Current state:
- direction chosen on 2026-03-10
- no calendar backend configured yet
- next decision depends on which calendar backend Will actually uses
- Related memory:
- `memory/2026-03-10.md`
### Flynn council pipeline
- Status: active
- Goal: get Flynn's council pipeline working against real models, then make it delegable from zap
- Current state:
- tracked as a task in `memory/tasks.json`
- implementation notes live in `memory/plans/flynn-council-fix.md`
- Related memory:
- `memory/plans/flynn-council-fix.md`
- `memory/tasks.json`
## Notes
- Use this file for cross-session project state humans may want to skim quickly.
- Keep detailed steps/checklists in `memory/plans/` or `memory/tasks.json`.
- Dont create a project entry for every tiny task; this is the bigger-picture map.