SaneProcess copilot-instructions.md

SaneProcess copilot-instructions.md is an instructions file for GitHub Copilot from sane-apps/SaneProcess. It costs 695 tokens per session, scanned A, original, MIT.

A set of project instructions for SaneProcess, a system that coordinates rules and checks for AI-assisted software development. It covers project structure, source-of-truth files, hooks, and workflow commands.

In plain words
What is it for?
Use it when modifying SaneProcess, checking its architecture or handoff status, working on hooks and scripts, or following its verification and release workflows.
Why use it?
It gives coding agents the project context and required files to consult before making substantial changes.

Instructions file for GitHub Copilot

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 instructions/sane-apps/saneprocess/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/sane-apps/SaneProcess

Made for: GitHub Copilot.

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 SaneProcess copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/sane-apps/saneprocess/copilot-instructions.svg)](https://agentmods.dev/instructions/sane-apps/saneprocess/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/sane-apps/saneprocess/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/sane-apps/saneprocess/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 695 This file is loaded in full into every session.
When invoked 695 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 $0.00695 $0.00695
Opus 5 $0.00347 $0.00347
Sonnet 5 $0.00139 $0.00139
Haiku 4.5 $0.00069 $0.00069

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

Security

Grade A, and why

SaneProcess copilot-instructions.md 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.

.github/copilot-instructions.md · 78 lines

How it starts

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

SaneProcess - GitHub Copilot Instructions

Project Overview

SaneProcess is workflow enforcement for AI-assisted development across Codex, Claude Code, and compatible coding agents.

It provides:

  • Client-neutral AGENTS.md operating rules
  • Native lifecycle-hook adapters
  • Codex-compatible skills, MCP guidance, and shared runtime guards
  • SaneMaster.rb wrappers for verify, release, status, tool discovery, metrics, remote runners, and quality checks
  • SaneUI guardrails for shared settings/About/license/update surfaces

Source Of Truth

Read these before making non-trivial changes:

  1. AGENTS.md for active rules and mandatory workflows
  2. DEVELOPMENT.md for commands and definition of done
  3. ARCHITECTURE.md for system design and durable decisions
  4. SESSION_HANDOFF.md for current status when it exists

Use CLAUDE.md only for Claude-specific overlay behavior. Do not put general policy only in Claude files.

Code Structure

scripts/
  SaneMaster.rb        Main workflow CLI
  sanemaster/          SaneMaster command modules
  hooks/               Native hook adapters and tests
  automation/          Automation helpers behind SaneMaster paths
  codex-bin/           Codex helper source mirrored to ~/.codex/bin/
skills/                Reusable agent skills
templates/             Project/docs/release/UI templates
.github/               GitHub metadata and assistant instructions

Rules For Changes

  • Use plain English in docs.
  • Prefer updating existing docs/scripts over creating new parallel files.
  • Use SaneMaster.rb wrappers for stateful workflows instead of raw command chains.
  • Do not claim done without running the relevant verification or explicitly saying what was not run.
  • Keep SaneProcess agent-neutral unless a section is explicitly about one client.
  • Preserve public safety: no secrets, private contact details, local-only state, or generated runtime caches in tracked files.

SaneUI Rules

For settings, About, license, updater, button-style, or typography work:

Read the full file on GitHub · 78 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 · 78 lines · 695 tokens per session scan A b6f2a2ad4278

Subscribe to this mod's changes

SaneProcess copilot-instructions.md is an instructions file published in the GitHub repository sane-apps/SaneProcess (11 stars, last pushed 11d ago), licensed MIT. It adds 695 tokens to every session, about $0.0035 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.