Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ npx --package=@onestepat4time/aegis ag run "Build a login page with email/passwo

That's it. `ag run` bootstraps config, starts the server, creates a session, and streams output to your terminal.

> **If `ag run` hangs** without creating a session, use the step-by-step setup below instead — it separates server start from session creation and gives clearer error output.

<details>
<summary>With a global install (optional)</summary>

Expand Down
2 changes: 2 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ If the server is already running, `ag run` skips bootstrap and start — goes st
| `--port <number>` | Server port override |
| `--no-stream` | Don't stream output; print curl commands instead |

> **Troubleshooting:** If `ag run` hangs without creating a session, fall back to the step-by-step setup below. It separates server start from session creation and gives clearer error output.

---

*Everything below is for advanced setups — most users can stop here.*
Expand Down
Loading