This commit is contained in:
2026-03-10 13:09:47 +00:00
parent e0c4c2ed7b
commit ffd0d31fa5
43 changed files with 532 additions and 749 deletions

View File

@@ -1,18 +1,20 @@
---
description: Show persistent cross-session work status from .memory files
description: Show persistent cross-session work status from basic-memory project notes
agent: lead
permalink: opencode-config/commands/status
---
Load persistent project status from `.memory/` and provide a resume-oriented status report.
Load persistent project status from basic-memory and provide a resume-oriented status report.
Requirements:
- Read the `.memory/` directory listing first.
- Read `.memory/plans/*.md` for in-progress and recently completed work.
- Read `.memory/decisions.md` for pending or unresolved decisions.
- If present, use `.memory/knowledge.md` for additional context.
- 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
4. Recommended next actions