goldenpipe copilot-instructions.md

goldenpipe copilot-instructions.md is an instructions file for GitHub Copilot from benseverndev-oss/goldenpipe. It costs 1,839 tokens per session, scanned A, original, MIT.

A set of coding instructions for GoldenPipe and related Golden Suite projects. GoldenPipe coordinates GoldenCheck for data validation, GoldenFlow for data transformation, and GoldenMatch for matching records that refer to the same entity.

In plain words
What is it for?
It is for making changes across the Golden Suite repositories, including creating feature branches, preparing pull requests, running required checks, and handling the project's Windows and GitHub-account setup.
Why use it?
It gives an agent the project's expected branch, merge, environment, and architecture rules so changes follow the team's established process.

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/benseverndev-oss/goldenpipe/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/benseverndev-oss/goldenpipe

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/benseverndev-oss/goldenpipe/copilot-instructions.svg)](https://agentmods.dev/instructions/benseverndev-oss/goldenpipe/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/benseverndev-oss/goldenpipe/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/benseverndev-oss/goldenpipe/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,839 This file is loaded in full into every session.
When invoked 1,839 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.01839 $0.01839
Opus 5 $0.00920 $0.00920
Sonnet 5 $0.00368 $0.00368
Haiku 4.5 $0.00184 $0.00184

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

Security

Grade A, and why

goldenpipe 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 4d 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.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

.github/copilot-instructions.md · 178 lines

How it starts

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

GoldenPipe

Golden Suite orchestrator -- chains GoldenCheck, GoldenFlow, GoldenMatch.

  • GoldenCheck: D:\show_case\goldencheck -- Data validation. Has its own CLAUDE.md.
  • GoldenFlow: D:\show_case\goldenflow -- Data transformation. Has its own CLAUDE.md.
  • GoldenMatch: D:\show_case\goldenmatch -- Entity resolution. Has its own CLAUDE.md.
  • GitHub: benzsevern/goldenpipe, benzsevern/goldencheck, benzsevern/goldenflow, benzsevern/goldenmatch

Branch & Merge SOP (all Golden Suite repos)

  • Feature work goes on feature/<name> branches, never directly to main
  • Merge via squash merge PR (watchers see PR activity, history stays clean)
  • PR title format: feat: <description> or fix: <description>
  • Merge when: tests pass, docs updated. Days not weeks.
  • After merge: delete remote branch

Environment

  • Windows 11, bash shell (Git Bash)
  • Python 3.12 at C:\Users\bsevern\AppData\Local\Programs\Python\Python312\python.exe
  • Two GitHub accounts: benzsevern (personal) and benzsevern-mjh (work)
  • MUST gh auth switch --user benzsevern before push, switch back to benzsevern-mjh after

Architecture

  • goldenpipe/pipeline.py -- Pipeline class, run() function. ONLY file that imports from tools.
  • goldenpipe/decisions.py -- Adaptive logic (decide_flow, decide_match). NO tool imports. Testable independently.
  • goldenpipe/cli/main.py -- Typer CLI
  • Tools imported with try/except ImportError guards (HAS_CHECK, HAS_FLOW, HAS_MATCH)
  • Data flows as Polars DataFrames in memory between stages

Pipeline Flow

load_file -> GoldenCheck.scan_file(path) -> decide_flow(findings)
  -> if fixable: GoldenFlow.transform_df(df) -> updated df
  -> decide_match(findings, row_count, strategy_override)
  -> GoldenMatch.dedupe_df(df) or AgentSession.deduplicate(path)
  -> PipeResult

Testing

  • pytest --tb=short from project root
  • test_decisions.py: no tool deps, tests pure decision logic
  • test_pipeline.py: requires goldencheck, goldenflow, goldenmatch installed

Read the full file on GitHub · 178 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. 4d ago First seen · 178 lines · 1,839 tokens per session scan A e274ae0c79e1

Subscribe to this mod's changes

goldenpipe copilot-instructions.md is an instructions file published in the GitHub repository benseverndev-oss/goldenpipe (0 stars, last pushed 4mo ago), licensed MIT. It adds 1,839 tokens to every session, about $0.0092 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.