ワンクリックで
eforge-restart
Safely restart the eforge daemon, checking for active builds first
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Safely restart the eforge daemon, checking for active builds first
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Enqueue a source for the eforge daemon to build — PRD file, inline description, or conversation context. Use when the user wants to hand work off to eforge.
Initialize or edit eforge/config.yaml team-wide settings, with validation via daemon tools
Author eforge TypeScript extensions from a natural-language request using the existing extension tooling and docs/examples
Inspect the recovery verdict for a failed PRD and apply the recommended action (retry, continue-repair, abandon, or manual)
Create a new agent runtime profile in eforge/profiles/
List, inspect, and switch agent runtime profiles
| name | eforge-restart |
| description | Safely restart the eforge daemon, checking for active builds first |
| disable-model-invocation | true |
Safely restart the eforge daemon. Checks for active builds before stopping, then starts a fresh daemon instance.
Call the eforge_daemon tool with { action: "restart" }.
An eforge build is currently running. The daemon cannot be safely restarted while builds are in progress. Please wait until all builds complete, then re-run
/eforge:restart.
Stop here. Do not proceed.
Report the restart result using the response from the tool:
eforge daemon restarted
The daemon is now running on port {port}.
If the user explicitly requests a forced restart (even with active builds), call the eforge_daemon tool with { action: "restart", force: true }.
| Error | Action |
|---|
| Tool unavailable | Warn that eforge tools are not available; suggest checking the extension is loaded |
| Active build detected | Abort the restart; tell the user to wait until all builds complete before retrying, or use force restart |
| Restart fails | Show error output; suggest running /eforge:restart again or checking daemon logs |
| Skill | Command | When to suggest |
|---|---|---|
| Init | eforge_init | No eforge config found in the project |
| Build | eforge_build | User wants to enqueue work for the daemon to build |
| Config | eforge_config | User wants to view, edit, or validate the eforge config |
| Status | eforge_status | User wants to check build progress or queue state |
| Update | eforge_update | User wants to check for or install eforge updates |