Imported from docxology/codomyrmex (
src/codomyrmex/colony_kernel/falsification/AGENTS.md). Install upstream withnpx skills add docxology/codomyrmex --skill falsification. Copyright stays with the author.
falsification/ — AGENTS.md
Purpose
Adversarial plan review for the colony kernel gate.
Key Files
| Module | Role |
|---|---|
models.py |
AttackVector, FalsificationReport, severity rank helpers |
import_graph.py |
AST import-graph walk for circular dependency detection |
checks/ |
One module per attack vector (no_rollback, …) |
worker.py |
FalsificationWorker orchestrator + pheromone deposits |
Dependencies
Public import path: codomyrmex.colony_kernel.falsification.
Development Guidelines
- New attack vectors get their own module under
checks/, registered inmodels.py'sAttackVectorenum. - Keep the package public surface (
AttackVector,FalsificationReport,FalsificationWorker) stable.