DirectiveOps

Find out why your AI coding agent keeps ignoring your rules.

Score your AGENTS.md in 30 seconds — free, local, no signup.

If you use Copilot, Cursor, or Claude Code, a hidden markdown file (AGENTS.md, CLAUDE.md, copilot-instructions.md) tells the agent how to behave. When it's bloated, stale, or contradicts itself, the agent drops instructions and ships bad code. DirectiveOps scans the file, scores it, and tells you exactly what to fix.

$ npx directiveops scan

No install. One command. Paste it in the repo you already have open.

~/your-repo
$ npx directiveops scan

Scanning 4 instruction files...
  AGENTS.md            ok
  CLAUDE.md            drift
  GEMINI.md            drift
  .github/copilot-instructions.md  conflict

Quality score: 62 / 100
Findings:
 CLAUDE.md and copilot-instructions.md contradict on test command
 GEMINI.md references src/legacy/ (deleted 4 months ago)
 AGENTS.md has 1,840 tokens of unused context

→ See this in the dashboard: https://directiveops.com/claim

Run the scan, or browse a pre-loaded demo workspace first.

ManagesAGENTS.mdCLAUDE.mdGEMINI.mdcopilot-instructions.md*.instructions.md+More

ETH Zurich research: ETH Zurich research found LLM-generated instruction files reduce task success by ~3% and increase inference costs 20–159%.

Standards momentum: AGENTS.md is a Linux Foundation standard. Codex, Claude Code, Cursor, Copilot, and Gemini CLI all read these files.

Works with

CodexClaude CodeCursorCopilotGemini CLIDevinAmp

AGENTS.md is a Linux Foundation standard. Tens of thousands of repos already ship instruction files.

How it works

Coverage, drift, rollout, audit

Drift is silent; bad directives also waste cycles. Move from scattered files to inventory, governed updates, and evidence platform and security teams can rely on.

1Score

Scan instruction files and score quality — verbosity, staleness, conflicts, cross-tool consistency, and token efficiency.

2Detect

Surface drift, conflicts, stale references, security findings, and cross-tool inconsistencies across repos.

3Standardize

Compare repos to org templates and decide the baseline platform and security teams will enforce.

4Fix

Roll out updates with tracked PRs, monitor score trends, and keep an audit trail of what changed.

Quick start

Try the scanner locally

CLI scanner commands

# Clone the OSS scanner repo
$git clone https://github.com/pithpusher/DirectiveOps-Scanner.git && cd DirectiveOps-Scanner
# Install and scan
$npm install && npx directiveops-scanner scan --path /your/repo
# Export findings
$npx directiveops-scanner scan --path /your/repo --format json --output report.json --markdown report.md

From inside a repo, use --path . to scan the current directory.

Need fleet-wide standards and rollout? See pricing

Stay in the loop

Get updates on instruction standards, rollout tooling, and new releases.

Next step

See what's costing you tokens and degrading agent output, then fix it.

Connect GitHub to start, or try the demo first.