What problem does it solve?
Bedrock provides a disciplined, adversarial audit mode for codebases, enabling engineers to stress-test load-bearing logic, surface fragility, and produce actionable reports backed by runnable repros. It maintains an AUDIT.md ledger at the repository root to track findings across runs and ensures traceability of inspection outcomes.
Core Features & Use Cases
- Adversarial foundation audits: systematically stress critical paths to reveal fragility and architectural weaknesses.
- Ledger-driven reporting: maintain an AUDIT.md ledger to map findings, regressions, and verified cures across iterations.
- Modes & scope: supports default Report mode and Report-then-fix for controlled hardening after deep inspection; covers entire codebases or focused subsystems.
- Use Case: after a large build sprint, run Bedrock to verify core foundations before a release and generate a determinable fragility report.
Quick Start
Ask your agent to run Bedrock in Report mode to audit the foundations and generate a fragility report.