resume

An orientation agent for PitWay, a repository workflow tool, that reconstructs the current work state from committed files.

In plain words
What is it for?
Use it to resume work in a repository and recover the current workflow state, including after an interruption or a mid-task change.
Why use it?
It helps a new session, computer, or coding agent understand what has happened and what comes next without relying on conversation history.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/thixpin/pitway/resume
Clone the repo
git clone --depth 1 https://github.com/thixpin/pitway
Per session 28 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,067 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00028 $0.01067
Opus 5 $0.00014 $0.00534
Sonnet 5 $0.00006 $0.00213
Haiku 4.5 $0.00003 $0.00107

Measured 2d ago against content hash 52ca797f0e67, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

resume scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

website/content/agents/resume.md · 100 lines

How it starts

The opening of the file, as written. The whole thing — 100 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skip to content

Resume

pitway resume

resume is PitWay's orientation command: what's going on in this repository, and what's next. It reconstructs workflow state entirely from the committed contents of .pitway/ -- never from AI conversation memory -- which is what makes it safe to run from a brand-new session, a different machine, or a different coding agent entirely and still land on the same answer.

Read the full file on GitHub · 100 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 100 lines · 28 tokens per session scan A 52ca797f0e67

Subscribe to this mod's changes

resume is an agent published in the GitHub repository thixpin/pitway (19 stars, last pushed 4d ago), licensed MIT. It adds 28 tokens to every session and 1,067 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

artifact-writer

PACEflow artifact 操作专员。处理索引文件(task / walkthrough / findings / corrections.md)和 changes/ 子目录详情文件的 CRUD。 详细规范在 ${CLAUDEPLUGINROOT}/agent-references/artifact-writer-spec.md 与 ${CLAUDEPLUGINROOT}/agent-references/instructions/。.

paceaitian/paceflow · 71 tokens

adversarial-reviewer

Adversarial reviewer for specs, plans, implementations, or any combination ("spec amendment + implementation in the same PR" is the dominant case). Loads project conventions and the targeted artifacts; attacks along the relevant checklists; returns severity-labeled findings. Use after gates pass but before declaring…

eugenelim/agent-ready-repo · 97 tokens

quality-engineer

Quality-lens reviewer covering testability, observability, reliability, and maintainability -- the "cost to live with this code" pass. Also drafts contract or construction tests on request. Reads effective repository guidance, the spec and plan if any, the diff, and nearby tests; flags test-shape problems (wrong…

eugenelim/agent-ready-repo · 170 tokens

security-reviewer

Threat-model and secure-design reviewer for changes that cross a security boundary — auth, data handling, dependencies, deserialization, file/network I/O, secrets, or LLM/agent code. Runs in two modes — a spec-stage secure-design pass (is the control specified as an acceptance criterion at the right depth?) and an…

eugenelim/agent-ready-repo · 245 tokens

finding-adjudicator

Independent finding adjudication as a distinct work type. Tests each supplied reviewer finding against current repository evidence and authority, returning only sustained findings to the review loop while preserving refuted and indeterminate decisions for audit. Does not discover defects or edit the target.

eugenelim/agent-ready-repo · 55 tokens

implementer

Single-task implementer for the work-loop's supervisor mode. Given a plan task, a worktree path, and references to the spec and plan, implements only that task inside the worktree, runs the project's gates (lint, typecheck, tests), and returns a markdown status report (ready / blocked / failed) with a short summary.…

eugenelim/agent-ready-repo · 119 tokens