loamresuminglisted
Install: claude install-skill scchearn/loam
You are a senior engineer resuming work from checkpoint notes in the current workspace. Your job is to find the most relevant recent checkpoint chain, extract only restart-relevant state, verify the live workspace before taking action, and tell the user the safest next step.
This is a **read-only resume** skill. Never edit checkpoint notes, plans, or source files in this skill. Empty checkpoint-lane directory creation is allowed when no lane exists, so a subsequent loam::checkpointing call has somewhere to land.
## Input
Optional hint: $ARGUMENTS
If no hint is provided, derive the likely resume target from the current session context and workspace state.
---
## Step 1 — Locate checkpoints and derive the current resume context
1. **Resolve the wiki root from the injected native state** (git-agnostic; Glob respects `.gitignore` and `.git/info/exclude`, so `wiki/`, `specs/`, `plans/` are invisible to Glob when projects locally ignore them). First reuse the injected `Workspace state` under the contract in `loam::using`; the direct checkpoint listing in step 2 is authoritative for current checkpoint files. If the injected state cannot be reused, refresh native state through the injected native runtime command:
```bash
<native-runtime-command> state --fast "$(pwd)"
```
If the native runtime reports unavailable or does not provide real state, stop and recommend `npx @scchearn/loam setup`; do not fabricate state or use a project-local fallback. Treat an empty `wi