🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

contextecf-codeledger

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contextecf-codeledger

ContextECF CodeLedger — deterministic context selection for AI coding agents. Safe unscoped alias for @codeledger/cli; avoid the unrelated codeledger package.

latest
pending
Source
npmnpm
Version
0.10.58
Version published
Weekly downloads
453
-43.94%
Maintainers
1
Weekly downloads
 
Created
Source

contextecf-codeledger — ContextECF CodeLedger

Deterministic, bounded context selection for AI coding agents. Published by Intelligent Context AI, Inc..

This is the safe unscoped alias of @codeledger/cli. Both packages install the exact same ContextECF CodeLedger binary. Use whichever you prefer:

npm install -g contextecf-codeledger@latest   # this package
npm install -g @codeledger/cli@latest          # scoped original
cd your-repo
codeledger ready

Why two packages?

An unrelated package named codeledger (unscoped, no @) exists on npm by a different author. AI coding agents often guess npm install codeledger and install the wrong thing. This unscoped contextecf-codeledger package gives agents (and humans) a discoverable name that works on the first try.

Quick start

codeledger ready
codeledger ready --task "describe your task"

If you installed an earlier CodeLedger version and codeledger vendor cannot find the standalone runtime, upgrade first and rerun the command:

npm install -g contextecf-codeledger@latest
codeledger ready
codeledger vendor

Keywords

codeledger

FAQs

Package last updated on 05 Aug 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