harness-refresh

harness-refresh is a command for coding agents from harnessworks/harness-starter-kit. It costs 0 tokens per session (999 once invoked), scanned A, original, MIT.

A repository-maintenance command for checking whether an AI coding agent’s instructions, stored project knowledge, and consistency checks are still accurate. A repository is the project’s tracked source-code folder.

In plain words
What is it for?
Use it to inspect agent instructions, decision and failure records, conventions, domain notes, scripts, and configuration, then apply safe documentation or check updates.
Why use it?
It finds outdated, duplicated, conflicting, or unused guidance before it causes agents to repeat old mistakes.

Command

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 commands/harnessworks/harness-starter-kit/harness-refresh
Clone the repo
git clone --depth 1 https://github.com/harnessworks/harness-starter-kit

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 harness-refresh

README.md
[![agentmods](https://agentmods.dev/badge/commands/harnessworks/harness-starter-kit/harness-refresh.svg)](https://agentmods.dev/commands/harnessworks/harness-starter-kit/harness-refresh)
Your own site
<a href="https://agentmods.dev/commands/harnessworks/harness-starter-kit/harness-refresh"><img src="https://agentmods.dev/badge/commands/harnessworks/harness-starter-kit/harness-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 999 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.00999
Opus 5 $0.00000 $0.00500
Sonnet 5 $0.00000 $0.00200
Haiku 4.5 $0.00000 $0.00100

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

Security

Grade A, and why

harness-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 5d 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.

commands/harness-refresh.md · 112 lines

How it starts

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

/harness refresh

Refresh a target repository's existing harness by reviewing whether its agent-facing rules, knowledge store, and drift checks are still accurate.

Harness Refresh is maintenance for the target harness. It does not refresh the local ./harness-starter-kit reference clone and does not replace /harness update.

Goal

Inspect the target repository's current harness, classify stale or conflicting artifacts, apply only safe documentation/check updates, and finish with a clear Harness Refresh Report.

Use this command when the maintainer wants to reduce old guidance, duplicate records, obsolete failure notes, stale decisions, or unused harness checks.

Procedure

  1. Treat the current working directory as the target repository root.
  2. Inspect target repository state before changing files:
    • git status --short --branch
    • AGENTS.md, CLAUDE.md, README files, contribution docs, and CI configs
    • .harness/source.json, if present
    • docs/decisions/, docs/failures/, docs/conventions/, and docs/domain/
    • scripts/check_*.py, scripts/check_harness.py, package scripts, test configs, lint configs, and pre-commit config
  3. Build a short inventory of harness artifacts and classify each relevant item:
    • keep: still accurate and useful.
    • update: useful but stale, incomplete, or unclear.
    • merge: duplicate or overlapping guidance that should be consolidated.
    • archive/delete candidate: likely obsolete or unused, but not removed without explicit user approval.
    • manual review: needs a maintainer decision because it changes workflow, CI, dependencies, architecture rules, or historical records.
  4. Check for:
    • stale docs that reference missing commands, paths, or tools
    • duplicated guidance split across AGENTS.md, README files, and docs
    • obsolete decisions or failure records contradicted by current code
    • harness checks that no normal command, CI workflow, or documentation uses
    • deterministic, local, non-network, reasonably fast checks for product behavior that agents are expected to verify repeatedly, but are not included in the documented normal completion gate and have no recorded reason for remaining focused or manual
    • rules that describe architecture constraints no check or review point can enforce
  5. For large docs directories, list files first and read only records relevant to the refresh question, stale/conflict signals, or current harness rules.
  6. Patch only safe, target-specific updates that preserve the repository's current architecture, tools, commands, and documentation style.
  7. Prefer marking decision and failure records as superseded or obsolete over deleting them. If a replacement record is clearer, add or update the replacement and cross-reference the old record.
  8. Do not delete, archive, move, or wholesale replace files unless the user explicitly approves the specific files after seeing the candidates.
  9. Run relevant local checks, such as docs drift, structure drift, effectiveness plan checks, project tests, linting, type checks, or /harness doctor.

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

Subscribe to this mod's changes

harness-refresh is a command published in the GitHub repository harnessworks/harness-starter-kit (113 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 999 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-30.