hep-update
Update the installed Agentlas runtime and every host adapter on this machine.
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/agentlas-ai/Agentlas-OS/HEAD/.claude/commands/hep-update.md -o ~/.claude/commands/hep-update.mdhep-update.md
Update fallback: 자동 업데이트가 안 되면 `hephaestus update`를 한 번 실행하세요. 업데이트하지 않아도 현재 버전 명령은 그대로 동작합니다. Update the installed Agentlas runtime and every host adapter on this machine. Raw request: `$ARGUMENTS` Updates normally happen on their own. This command exists for the moment they did not: a host still loading an old bundle, a command that should exist and does not, an adapter that never got re-registered after a release. ## Run it ``` hephaestus update ``` Report the runtime version it moved from and to, and the per-host result it prints. Say `already up to date` plainly when nothing moved — that is a valid outcome, not a failure to try. ## Then check the host actually picked it up A new runtime does not mean the host is using it. Each host caches its own copy of the adapter, and one host lagging behind is the usual reason a command is missing after an update that reported success. - Codex, Gemini/Antigravity, Grok, OpenCode: the updater rewrites their adapter directly, so the printed result is the answer. - Claude Code installs plugins through its own marketplace. The updater refreshes the source it points at, but Claude Code decides when to re-copy it into `~/.claude/plugins/cache/`. If a command is still missing there, the plugin needs reinstalling from the Agentlas marketplace inside Claude Code — the runtime cannot force that copy. If the user asks why a command is missing, name the layer that is behind rather than reporting a general failure: runtime version, host adapter, or the host's own plugin cache. Those fail separately and the fix differs for each. ## Boundaries Never edit files under `~/.agentlas/runtime/` by hand to make a command appear. Two programs write that tree — the installer and the updater — so a hand-placed file survives until the next update and then vanishes, which reads as a regression that nobody can reproduce. Fix the source and update again.
Use when designing a new multi-agent team, visible agents folder, role boundaries, handoff flow, PM Soul, Memory Curator, Policy Gate, or evaluation role. Use for agent-team repo creation even when the user only says they want a meta-agent or agent operating system.
Use when adding or auditing local runtime behavior that turns a project folder into an Agentlas-aware workspace with .agentlas memory and sitemap files.
Use the Agentlas browser hardpoint for browser-required work.
Use when the user types /agentlas-build, /agentlas build, or /hep-build to design, build, and package a single agent or multi-agent team.
Prepare explicitly named Agentlas Hub or Cloud agents.
Use when the user types /agentlas-cloud, /agentlas cloud, or /hep-cloud to staff only from the signed-in owner's private Cloud packages.
Connect Agentlas agents or teams to Telegram.
Use when creating a single Agentlas agent, creating a multi-agent team, or packaging an existing local/external agent into Agentlas architecture. Make sure to use this for /meta-agent requests.