Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.3 KB

File metadata and controls

46 lines (32 loc) · 1.3 KB

AgentCheaper Agent Rules

This repository is the public product repository for AgentCheaper.

Identity

  • agentcheaper is the installable CLI.
  • integrations/codeatlas is the code context and retrieval engine.
  • benchmarks/eval-center contains public scorers, sanitized runs, and scorecards.
  • docs/evidence contains public claim-boundary evidence.

Claim Discipline

Prefer:

reduces paid uncached input

Do not claim:

  • universal savings
  • lower total token count unless measured
  • quality preservation without validation
  • lower latency unless measured for the specific run
  • broad code-repair ability beyond current supported slices

Safety

Never commit or print:

  • API keys, cookies, .env values, or access files
  • raw Claude Code, Codex, or provider traces
  • private memory stores or raw chat logs
  • machine-specific absolute paths
  • .claude/settings.* with credentials

Public evidence should contain only sanitized metrics, hashes, summaries, fixtures, and scorer code.

Development

  • Run cargo test after Rust changes.
  • Run python3 benchmarks/eval-center/scorers/selftest.py after scorer changes.
  • Run npm run scorecard after evidence changes.
  • Keep npm/npx install working through npm/agentcheaper.mjs.
  • Keep README examples usable beyond the maintainer machine.