mcpls ci.instructions.md

Rust continuous-integration instructions covering feature flags, documentation checks, toolchain versions, dependency licenses, security advisories, and minimum supported Rust version tracking. Continuous integration automatically builds and tests code after changes.

In plain words
What is it for?
Configuring CI jobs, checking Rust documentation and formatting, reviewing dependencies for licenses and known vulnerabilities, and tracking supported compiler versions.
Why use it?
They keep local checks aligned with the build pipeline and reduce failures that appear only after code is submitted.

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/bug-ops/mcpls/ci
Clone the repo
git clone --depth 1 https://github.com/bug-ops/mcpls

Made for: GitHub Copilot.

Per session 315 This file is loaded in full into every session.
When invoked 315 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.00315 $0.00315
Opus 5 $0.00158 $0.00158
Sonnet 5 $0.00063 $0.00063
Haiku 4.5 $0.00032 $0.00032

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

Security

Grade A, and why

mcpls ci.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/instructions/ci.instructions.md · 34 lines

What it actually says

Feature flag parity

Feature flag sets in CI jobs must match the pre-commit commands in CLAUDE.md exactly. Divergence causes "passes locally, fails CI" failures where neither side is obviously wrong.

The rustdoc job must set RUSTDOCFLAGS="-D warnings". Without it, broken intra-doc links and missing /// on public items pass silently in CI.

Nightly toolchain is required only for cargo fmt. All other jobs must use stable to avoid failures caused by nightly regressions unrelated to this project.

Dependency and license policy

New dependencies require a license check in the same PR. cargo deny check licenses fails fast and blocks the pipeline — do not merge before it passes.

cargo deny check advisories must be clean. Suppress an advisory only with an explicit ignore entry and a comment explaining why the vulnerable code path is unreachable.

When a newer stable std API covers functionality provided by a dependency, suggest removing the dependency and bumping rust-version instead. Fewer dependencies reduce compile time and supply-chain risk. Document the MSRV bump in CHANGELOG.

MSRV tracking

rust-version in Cargo.toml is the enforced minimum. The CI matrix must include a job that builds and tests on exactly that version to catch accidental use of newer APIs. Without such a job, MSRV guarantees are not verifiable.

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 · 34 lines · 315 tokens per session scan A c0f9698b6127

Subscribe to this mod's changes

mcpls ci.instructions.md is an instructions file published in the GitHub repository bug-ops/mcpls (65 stars, last pushed 4d ago), licensed Apache-2.0. It adds 315 tokens to every session, about $0.0016 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.