원클릭으로
leopold-update
Update the Leopold engine (skills + hooks) to the latest release: pulls the source and re-runs the installer.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Update the Leopold engine (skills + hooks) to the latest release: pulls the source and re-runs the installer.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Phase 1 of Leopold. A structured debate that captures the mission and your decision-making, then writes the brief (MISSION, CHARTER, GUARDRAILS, PLAN) that the autonomous run executes.
Launch a local live web dashboard to watch the current project's Leopold run — status, cost meters (context/subagents/forks), event feed, decisions, and a Stop button. Local-only (127.0.0.1), zero dependencies.
Compile a Leopold brief into a dynamic workflow and run it. The plan lives in code instead of one growing context window, every item gets an independent adversarial review, and git stays locked — nothing is committed. The workflow is resumable and shows up in /workflows.
Control plane for the global prompt enhancer: status, on/off, preview a prompt against the gate, and the learn loop that mines your enhancement ledger into proposed prompt-profile rules. Never edits PROMPT-PROFILE.md itself — you review and apply.
The self-improving charter. Mines past Leopold decisions, session corrections, and git history for recurring judgment calls, skeptic-verifies each candidate, and proposes charter amendments. Never edits CHARTER.md itself — you review and apply.
Phase 2 of Leopold. Enters autonomous mode and conducts Claude Code through the plan, deciding from the charter instead of asking, with git locked. The Stop hook keeps it going until the plan is done or a stop condition fires.
| name | leopold-update |
| version | 0.1.0 |
| description | Update the Leopold engine (skills + hooks) to the latest release: pulls the source and re-runs the installer. |
| allowed-tools | ["Bash"] |
| triggers | ["leopold update","update leopold"] |
Update the installed Leopold engine to the latest version.
Run:
bash ~/.claude/leopold/scripts/leopold-update.sh
This pulls the latest source (~/.local/share/leopold) and re-runs install.sh
(idempotent, backs up settings). For the Claude Code plugin install, use
claude plugin update leopold instead; for the npm driver, npm i -g leopold-driver@latest.
To opt into automatic updates (the brief checks and updates on its own):
touch ~/.leopold/auto-update. Remove the file to go back to notify-only.