ops-resume — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited ops-resume (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Reopen recently-closed Claude Code sessions — one session per Ghostty tab.
For every recent session transcript under ~/.claude/projects, the helper opens a new Ghostty tab (cmd+t) and types cd <cwd> && claude --resume <sessionId>, so each session resumes in its own tab from whatever directory or repo it was running in.
Default: every session touched in the last 60 minutes, from any directory.
Platform: macOS + Ghostty only. Tabs are driven via AppleScript System Events, so Accessibility permission must be granted to the terminal running this.
~/.claude/projects/**/*.jsonl and keeps files whose mtime is inside thelookback window (default 60 min) but older than OPS_RESUME_MIN_AGE_SEC (default 45s — so the session you are _currently_ in is not reopened).
(agent-*), workflow journals, and empty/junk sessions.
cwd from the transcript.Run the bundled helper. Pass through any flags the user gave ($ARGUMENTS).
Always preview first with --dry-run, show the user the list, and — unless they clearly asked to "just open them" — confirm before opening real tabs (opening many tabs is hard to undo).
# Preview what would be resumed
${CLAUDE_PLUGIN_ROOT}/bin/ops-resume --dry-run $ARGUMENTS# Actually open the tabs
${CLAUDE_PLUGIN_ROOT}/bin/ops-resume $ARGUMENTS| Flag | Meaning |
|---|---|
-m, --minutes N | Lookback window in minutes (default 60) |
-H, --hours N | Lookback window in hours |
-n, --max N | Cap number of tabs (default 20, newest first) |
--here | Only sessions whose cwd == current directory |
--dry-run | List matches, open nothing |
OPS_RESUME_MINUTES (60) — lookback windowOPS_RESUME_MAX (20) — safety cap on tabsOPS_RESUME_MIN_AGE_SEC (45) — skip sessions touched more recently than thisAfter running, report concisely: how many sessions matched, how many tabs were opened, and any that were capped/skipped. If --dry-run, just show the list and ask whether to open them for real.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.