no-stage-harness-files

no-stage-harness-files is a cursor rule for coding agents from David405/harness-kit. It costs 418 tokens per session, scanned A, original, Apache-2.0.

A repository rule for staging completed product changes while keeping working files local and requiring human approval before publishing.

In plain words
What is it for?
Use it when a change is verified and ready for review: stage only the affected product files, then report what is ready.
Why use it?
It prevents harness data from being staged and stops commits, pushes, or pull requests from being made without explicit approval.

Cursor rule

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 rules/david405/harness-kit/no-stage-harness-files
Clone the repo
git clone --depth 1 https://github.com/David405/harness-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 no-stage-harness-files

README.md
[![agentmods](https://agentmods.dev/badge/rules/david405/harness-kit/no-stage-harness-files.svg)](https://agentmods.dev/rules/david405/harness-kit/no-stage-harness-files)
Your own site
<a href="https://agentmods.dev/rules/david405/harness-kit/no-stage-harness-files"><img src="https://agentmods.dev/badge/rules/david405/harness-kit/no-stage-harness-files.svg" alt="Measured on agentmods" height="20"></a>
Per session 418 This file is loaded in full into every session.
When invoked 418 The same file — it is already loaded in full.
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.1 $0.00418 $0.00418
Opus 5 $0.00209 $0.00209
Sonnet 5 $0.00084 $0.00084
Haiku 4.5 $0.00042 $0.00042

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

Security

Grade A, and why

no-stage-harness-files 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.

rules/no-stage-harness-files.mdc · 47 lines

What it actually says

Staging policy

Never stage

Harness working state: the contracts directory, local session state, the feature ledger when it is used as working memory, and local notes. Keep them local unless the human explicitly asks to commit a specific one.

Stage after execute

When a contract reaches execute-complete with VERIFY green and harness review is done, stage the product files that contract touched: source, tests, specs, shipped documentation. Do not wait to be asked to stage.

Still do not commit unless the human explicitly asks (e.g. "commit", "commit and push").

Git publish gate (hard)

Never commit, push, or create/open a pull request without explicit human approval for that action.

  • Contract approval, feature PASS, "approve", "proceed", or VERIFY green do not authorize commit, push, or PR — ask first or wait for an explicit publish instruction.
  • After staging, stop and report what is ready. Offer commit/PR only as a question; do not run them.
  • git status / git diff for review prep are fine; publishing is not.

Commit authorship

When a commit is made, its author and committer are the human. Never a tool, assistant, editor or bot identity, and no attribution trailer in the body — no "generated with", no "made with" or "made by", no Co-Authored-By naming a tool.

The commit records what changed and why. What typed it is not part of the record.

After staging

Say briefly what was staged and what was left unstaged. Do not commit, push, or open a pull request unless the human explicitly requests that step.

When staging a feature branch, exclude harness paths even when they appear beside real changes.

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 · 47 lines · 418 tokens per session scan A a1f716600bd8

Subscribe to this mod's changes

no-stage-harness-files is a cursor rule published in the GitHub repository David405/harness-kit (2 stars, last pushed 6d ago), licensed Apache-2.0. It adds 418 tokens to every session, about $0.0021 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-31.