project-context

A project guide for a GitHub Action and command-line tool that automate Git-Flow, a workflow for managing branches, commits, issues, and pull requests.

In plain words
What is it for?
Use it to understand where source code belongs, how to add inputs, build the project, run Jest tests, and check TypeScript linting.
Why use it?
It gives the coding agent the project's structure, commands, conventions, and files to avoid, reducing mistakes while changing the code.

Cursor rule for Cursor

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/vypdev/copilot/project-context
Clone the repo
git clone --depth 1 https://github.com/vypdev/copilot

Made for: Cursor.

Per session 469 This file is loaded in full into every session.
When invoked 469 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.00469 $0.00469
Opus 5 $0.00234 $0.00234
Sonnet 5 $0.00094 $0.00094
Haiku 4.5 $0.00047 $0.00047

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

Security

Grade A, and why

project-context 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 yesterday.

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.

.cursor/rules/project-context.mdc · 41 lines

What it actually says

Copilot – Project Context

Quick read (for fast understanding)

  • What it is: GitHub Action + CLI that automates Git-Flow: creates branches from issue labels, links issues/PRs to projects, tracks commits; AI via OpenCode (progress, errors, PR descriptions).
  • Entry points: GitHub Action → src/actions/github_action.ts; CLI → src/cli.ts. Shared logic in src/actions/common_action.ts (single actions vs issue/PR/push).
  • Do: Use Node 20, run from repo root; edit only src/; use INPUT_KEYS/ACTIONS and logInfo/logError/logDebugInfo. When adding inputs: update action.yml, constants.ts (INPUT_KEYS), and github_action.ts (and optionally local_action.ts).
  • Don’t: Edit or depend on build/ (generated by ncc); run tests/lint on build/.

Commands (repo root)

nvm use 20
npm install
npm run build
npm test
npm run test:watch
npm run test:coverage
npm run lint
npm run lint:fix
  • Build: npm run build → bundles github_action.ts and cli.ts into build/.
  • Tests: Jest; npm run test:watch / npm run test:coverage as needed.
  • Lint: ESLint + typescript-eslint on src/; npm run lint:fix to auto-fix.

What to ignore

  • build/ – Generated output; do not edit or run tests/lint against it.
  • .agent-sessions/ – Session data; ignore unless debugging.

Other rules

  • Architecture & paths: see architecture.mdc (entry points, use cases, single actions, key files).
  • Code conventions: see code-conventions.mdc (logger, constants, adding inputs, ncc).
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. yesterday First seen · 41 lines · 469 tokens per session scan A e0e721a08d9f

Subscribe to this mod's changes

project-context is a cursor rule published in the GitHub repository vypdev/copilot (2 stars, last pushed yesterday), licensed MIT. It adds 469 tokens to every session, about $0.0023 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.