resume-handoff-latest
Resume from the most recent saved handoff
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/aspenkit/aspens/HEAD/.claude/commands/resume-handoff-latest.md -o ~/.claude/commands/resume-handoff-latest.mdresume-handoff-latest.md
Load the latest saved handoff from `.aspens/sessions/` and continue the work from that context. ## Steps 1. Read `.aspens/sessions/index.json`. If it has a `latest` field, verify the referenced file exists before reading it. If the file is missing, fall back to step 2. 2. If `index.json` is missing, stale, or points to a deleted file, list `.aspens/sessions/*-handoff.md`, pick the newest by filename. 3. If no handoff exists, say so and stop. 4. Read the handoff file. 5. Summarize the task, current state, and next steps from the handoff. 6. Continue from where the handoff left off. Do not repeat completed work unless verification is needed.
LLM-powered injection of project context into installed agent templates via `aspens customize agents`
>
Core conventions, tech stack, and project structure for aspens
Claude/Codex CLI execution layer — prompt loading, stream-json parsing, file output extraction, path sanitization, skill file writing, and skill rule generation
Top-level Commander wiring, welcome screen, missing-hook warning, CliError exit handling, and the public programmatic API surface
Multi-target output system — target abstraction, backend routing, content transforms for Codex CLI and future targets
Context health analysis — freshness, domain coverage, hub surfacing, drift detection, LLM-powered interpretation, and auto-repair for generated agent context
Incremental skill updater that maps git diffs to affected skills and optionally auto-syncs via a post-commit hook