CHECKPOINT_REFRESH

CHECKPOINT_REFRESH is an agent for coding agents from zyqzyq/Unfour. It costs 0 tokens per session (1,171 once invoked), scanned A, original, Apache-2.0.

A procedure for updating project progress documents after several batches of work or major changes across different parts of a repository.

In plain words
What is it for?
Use it to refresh selected files covering implemented, partial, and unfinished work, tests, builds, package boundaries, and security gaps.
Why use it?
It helps keep recorded project status, open problems, next steps, and verification results aligned with the actual codebase.

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/zyqzyq/unfour/checkpoint_refresh
Clone the repo
git clone --depth 1 https://github.com/zyqzyq/Unfour

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for CHECKPOINT_REFRESH

README.md
[![agentmods](https://agentmods.dev/badge/agents/zyqzyq/unfour/checkpoint_refresh.svg)](https://agentmods.dev/agents/zyqzyq/unfour/checkpoint_refresh)
Your own site
<a href="https://agentmods.dev/agents/zyqzyq/unfour/checkpoint_refresh"><img src="https://agentmods.dev/badge/agents/zyqzyq/unfour/checkpoint_refresh.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 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,171 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.00000 $0.01171
Opus 5 $0.00000 $0.00585
Sonnet 5 $0.00000 $0.00234
Haiku 4.5 $0.00000 $0.00117

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

Security

Grade A, and why

CHECKPOINT_REFRESH 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 3d 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.

docs/archive/agents/CHECKPOINT_REFRESH.md · 267 lines

How it starts

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

Checkpoint Refresh

Use this procedure to refresh repository progress documents after several completed task batches or after significant cross-layer changes.

Read First

AGENTS.md
docs/agents/START_HERE.md
docs/agents/EXECUTION_PROTOCOL.md

Goal

Refresh the repository checkpoint based on the current codebase and real verification results.

Only update:

docs/agents/PROJECT_STATE.md
docs/agents/OPEN_ISSUES.md
docs/agents/NEXT_STEPS.md

Do not modify source code, configuration, dependencies, or other documentation.

Scan

Inspect the current repository state:

git status --short
git log --oneline -10

Review:

apps/*
packages/*
crates/*
docs/agents/*
docs/architecture/*
docs/ui/*
docs/engineering/*

Confirm:

- implemented capabilities
- partially implemented capabilities
- not-started capabilities
- resolved issues
- new observed issues
- placeholders and stubs
- frontend lint and test status
- Rust test status
- build output and bundle chunks
- feature flags
- package boundaries
- security gaps

Do not reuse stale checkpoint content without verifying it against the repository.

Verification

Run the commands that currently exist in the repository:

git status --short
pnpm run lint
pnpm run test
pnpm run build
cargo fmt --check
cargo test --workspace
cargo check --workspace
cargo check -p unfour --features ssh-native

If a command does not exist, record:

N/A

If a command cannot run in the current environment, record:

NOT RUN

Include the reason. Never report unexecuted checks as passing.

Update PROJECT_STATE.md

Refresh:

- scan metadata
- branch
- current commit
- working tree state
- tech stack
- current phase
- verified capabilities
- partially implemented items
- not-started items
- verification results
- known limitations

Use only current repository facts and real command results.

Update OPEN_ISSUES.md

Refresh the issue list:

Read the full file on GitHub · 267 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. 3d ago First seen · 267 lines · 0 tokens per session scan A b3731b94fb98

Subscribe to this mod's changes

CHECKPOINT_REFRESH is an agent published in the GitHub repository zyqzyq/Unfour (2 stars, last pushed 3d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,171 tokens. 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-31.