
Security News
Frontier AI Is Now Critical Infrastructure
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.
English | 한국어
Generate competing patches. Judge them. Promote only the survivors.
Patch search and judgment harness for Claude Code and Codex
Overview · Installation · Quick Start · How It Works · Advanced Usage
Oraculum is a local installable workflow tool that sits between your codebase and an AI coding runtime.
Instead of trusting the first patch an AI gives you, Oraculum tries multiple candidate fixes, checks them, and helps you keep only the survivors.
Install the current beta:
npm install -g oraculum@beta
From the project folder:
oraculum consult "fix session loss on refresh"
oraculum promote --branch fix/session-loss
That is the default flow. consult initializes Oraculum on first use, runs the tournament, and prints the result summary immediately. promote uses the latest promotable consultation and its recommended promotion by default.
In a Git-backed project, promote creates the branch and applies the winner there. In a non-Git project, it syncs the winner back into the project folder.
If you want to reopen the latest consultation later, inspect an older one, or browse consultation history, see Advanced Usage.
Results are saved under .oraculum/. The source of truth is the saved run state and artifacts, not chat transcript.
If you want more control over consultation-scoped profile selection, runtimes, candidate counts, specific consultation IDs, report packaging, repo-local oracle configuration, or manually overriding the recommended promotion, see Advanced Usage. Quick-start defaults live in .oraculum/config.json; operator controls belong in .oraculum/advanced.json.
FAQs
Patch search and judgment harness for Claude Code and Codex.
We found that oraculum demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.