mega copilot-instructions.md

A project guide for Mega, an unofficial open-source implementation of Google Piper: a system for managing very large code repositories with Git compatibility, mounted filesystems, and Buck2 builds.

In plain words
What is it for?
Use it when adding or reviewing Mega code, choosing between Buck2 and Cargo builds, or working with large repositories and Git internals.
Why use it?
It sets the repository's preferred languages, libraries, build commands, and design priorities so contributions fit the project.

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/gitmono-dev/mega/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/gitmono-dev/mega

Made for: GitHub Copilot.

Per session 1,330 This file is loaded in full into every session.
When invoked 1,330 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.01330 $0.01330
Opus 5 $0.00665 $0.00665
Sonnet 5 $0.00266 $0.00266
Haiku 4.5 $0.00133 $0.00133

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

Security

Grade A, and why

mega 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 2d 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 · 117 lines

How it starts

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

Mega – Repository Custom Instructions for GitHub Copilot

What this repo is

Mega is an unofficial open-source implementation of Google Piper: a monorepo/monolithic codebase management system with Git compatibility, FUSE mounting, and Buck2 integration. When proposing designs or code, optimize for very large repos, content-addressed storage, and Git internals (packfiles, MIDX, commit-graph, delta chains). License is Apache-2.0 + MIT; keep new files compatible with both.

Languages & defaults

  • Prefer Rust (Edition 2021+). Use async/await with Tokio, and structured logging with tracing.
  • Serialization: serde; CLI: clap; errors: thiserror (library) and anyhow (bin/tests/tools).
  • Avoid unsafe unless there’s a measurable win (perf or FFI). If unsafe is required, add a // SAFETY: rationale comment and tests.
  • For small utilities, you may use Python or Bash, but default to Rust when feasible.

Build & run

  • Primary build: Buck2. Provide buck2 rules/macros and examples when adding code or docs.
  • Crate local build: cargo build -p is welcomed for dev loops; ensure parity with Buck2 rules.
  • When generating commands, prefer:
buck2 build //... for CI-style full builds
buck2 test //... for tests
cargo nextest run -p <crate> when suggesting fast local test runs

Key Components (Modules)

Crate Role
mono Server binary (HTTP REST, Git HTTP/SSH, Swagger)
ceres Domain library: transport, application, HTTP DTOs
jupiter / callisto Storage and SeaORM entities
jupiter-migrate Database migrations
orion / orion-server / orion-scheduler Build orchestration
saturn Cedar policy
vault Crypto and secrets
moon Frontend (TypeScript)

See docs/architecture.md for the full workspace map.

Coding style & quality

  • Run rustfmt defaults.
  • Treat clippy warnings as errors for new/changed code; prefer #[must_use], #[deny(unsafe_op_in_unsafe_fn)] where appropriate.
  • Return Result<T, E>; avoid unwrap()/expect() in library code except in tests or when invariant-proofed and documented.
  • Prefer iterator and slice APIs to heap-allocating vectors in hot paths. Use SmallVec, bytes, or no_std-friendly patterns when beneficial.

Read the full file on GitHub · 117 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. 2d ago First seen · 117 lines · 1,330 tokens per session scan A a24f82f0427e

Subscribe to this mod's changes

mega copilot-instructions.md is an instructions file published in the GitHub repository gitmono-dev/mega (507 stars, last pushed 3d ago), licensed Apache-2.0. It adds 1,330 tokens to every session, about $0.0066 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.