Find your bearings.
Start in your project directory. Get the relevant saved context, decisions, and unfinished work alongside the sources your agent needs to inspect.
lodestar start --cwd .
Project context, kept close.
The decisions you made. The evidence that changed. The work still in flight. Lodestar keeps useful context ready for your agent.
Less rediscovery
Every new session needs its bearings. What matters in this project? Which decision still stands? What changed since the last run?
Lodestar gives your agent a current starting point and a clear way to correct it. You stay in charge of the work.
Start in your project directory. Get the relevant saved context, decisions, and unfinished work alongside the sources your agent needs to inspect.
lodestar start --cwd .
Local source checks flag evidence that needs another look. A saved claim remains an observation, with its source and scope attached.
lodestar find "release process"
Keep consequential decisions, corrections, and actual outcomes. Checked updates preserve history and surface conflicts for a deliberate correction.
lodestar put --file update.json
The premise
Automatic orientation when your host loads the skill. Native instructions and your decisions keep their authority. Missing optional context never becomes a reason to stop well-grounded work.
Read the operating boundariesUpdated for the way agents work
Read-only startup, fresh local source checks, and one checked update contract replace the older hook-driven workflow. Native setup now owns its installed copies and reports conflicts. The result is easier correction, clearer recovery, and less repeated discovery.
Version 2.1.4 fixes startup of the optional Codex plugin after installation. The plugin now keeps the complete shared runtime in its cache. Automatic skill selection remains enabled, and your own instructions and settings remain in place.
Read the changes and upgrade notesGet started
Native skill installation for Codex, Claude Code, OpenCode, and Hermes. A CLI for scripts and other agents. The optional Codex plugin adds structured tools.
Requires Node.js 24.15.0 or newer. Windows and WSL share one Windows-owned database.
# Install and inspect the setup plan
npm install --global lodestar-agent-context@2.1.4
lodestar setup --target all
# Apply the selected setup, then initialize
lodestar setup --target all --apply
lodestar init
lodestar start --cwd .
Already have a registry? Follow the upgrade and recovery instructions before converting an older store.