838 B
838 B
description, agent, permalink
| description | agent | permalink |
|---|---|---|
| Show persistent cross-session work status from basic-memory project notes | lead | opencode-config/commands/status |
Load persistent project status from basic-memory and provide a resume-oriented status report.
Requirements:
- Identify the per-repo basic-memory project for this repo (use
list_memory_projects). All queries must passproject="<repo-project-name>". - Use
search_notesandbuild_context(withproject) to find project-specific notes. - Read
plans/*notes for in-progress and recently completed work. - Read
decisions/*notes for pending or unresolved decisions. - If present, read
knowledge/*notes for additional context. - Summarize:
- What is currently in progress
- What was completed recently
- What decisions are still pending
- Recommended next actions