-
Notifications
You must be signed in to change notification settings - Fork 0
Why Adversarial Review
A reviewer told "this code is probably fine, take a look" tends to confirm it. A reviewer told "this code contains bugs — find them" tends to find them. Crickets' code-review primitives are framed adversarially on purpose: the reviewer must produce a failing test, a specific file:line defect, or an explicit "no issues found" — never vague prose approval.
The reason is failure-mode coverage. A neutral review optimizes for plausibility ("looks reasonable"); an adversarial one optimizes for counterexamples ("here is where it breaks"). LLM reviewers in particular drift toward agreement when they aren't primed to disagree, so the framing is what makes the review load-bearing rather than decorative.
- Red teaming / adversarial testing — attacking a system to surface weaknesses rather than confirming it works (overview).
- LLM sycophancy — models tend to agree with the framing they're given, so a neutral review under-reports defects; the "assume bugs exist" framing counters it.
- Why deterministic gates run first — the gate that runs before any LLM review.
- Purpose and scope
🔧 How-to
- Install plugins
- Using code review
- Provision a repo's wiki
- Declare a project's Architecture
- Maintain a wiki — wiki-watcher
- Review a change — code review
- Simplify a diff — /simplify
- In-flight decision review — /doubt
- Add observability — /observe
- Deprecate a surface — /deprecate
- Launch readiness gate — /launch
- Author a CI/CD pipeline — /ci-cd
- Record an architectural decision — /document-decision
- Install the vault backend (pending)
- Plugin anatomy
- Repo layout
- Compatibility
- CI gates
- Troubleshooting
- Customization Types
- Manifest Schema
- Per-Host Paths
- Hooks
- Evaluator
- Antigravity Limitations
- Obsidian vault backend (pending)
- Wiki Watch Config
- Style-learning loop
- Modify a plugin
- Add a skill
- Add a plugin
🏛️ Architecture
-
Plugins
- Token Audit · Status Line Meter
- Customization model
- Build & distribution
- Host adapters
- Harness interface ↔ Agent M
🧩 Designs
Architecture (Agent M) — in the agentm wiki ↗
Crickets