Files
dotfiles/.config/opencode/commands/status.md
2026-03-10 13:09:47 +00:00

20 lines
838 B
Markdown

---
description: Show persistent cross-session work status from basic-memory project notes
agent: lead
permalink: 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 pass `project="<repo-project-name>"`.
- Use `search_notes` and `build_context` (with `project`) 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:
1. What is currently in progress
2. What was completed recently
3. What decisions are still pending
4. Recommended next actions