bm-orient · git:20260720.20acaad · 2026-07-20 · sha256 a597e7cbda644255
bm-orient git:20260720.20acaadA
Immutable. This exact content is served forever at /api/v1/blob/a597e7cbda644255.
--- name: bm-orient description: Orient Codex from Basic Memory before substantial repo work by reading active tasks, decisions, recent Codex checkpoints, and repo conventions. --- # Orient From Basic Memory Use this before substantial work in a repo, before resuming an old thread, or when the user asks where things stand. ## Steps 1. Read `.codex/basic-memory.json` if present. Use `primaryProject`, `secondaryProjects`, `recallTimeframe`, and `placementConventions`. If the file is missing, continue against the default Basic Memory project and mention that setup has not been run. 2. Query the primary project: - active tasks: `type=task`, `status=active` - open decisions: `type=decision`, `status=open` - recent Codex sessions: `type=codex_session`, after `recallTimeframe` - recent core-projected sessions: `type=session`, after `recallTimeframe` Always query both session types. Merge and deduplicate the results, sort them newest first, and prefer the highest-signal checkpoint regardless of which producer wrote it. `codex_session` preserves deliberate and legacy Codex checkpoints; `session` carries normalized artifacts from `bm hook flush`. 3. Query configured `secondaryProjects` read-only for open decisions. Do not write to shared projects during orientation. 4. Read the highest-signal hits before summarizing. Prefer notes that match the current repo, named route, issue, branch, or file path. 5. Present a compact orientation: - active work - decisions that constrain the next move - recent checkpoint cursor - likely next action - any missing setup or ambiguous project mapping Keep the summary evidence-backed. Include permalinks for notes you rely on.