🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

oraculum

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oraculum

Patch search and judgment harness for Claude Code and Codex.

latest
npmnpm
Version
0.1.0-beta.2
Version published
Maintainers
1
Created
Source

English | 한국어

Oraculum

Oraculum logo

npm License

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

Overview

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.

Installation

Install the current beta:

npm install -g oraculum@beta

Quick Start

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.

How It Works

  • You give Oraculum one task.
  • Oraculum creates multiple candidate fixes.
  • Each candidate runs in its own workspace.
  • Checks remove weak candidates in stages.
  • Oraculum recommends a survivor, explains the comparison, and lets you promote it.

Results are saved under .oraculum/. The source of truth is the saved run state and artifacts, not chat transcript.

Advanced Usage

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.

Keywords

ai-native

FAQs

Package last updated on 08 Apr 2026

Did you know?

Socket

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.

Install

Related posts