Commit 3e8e229
docs: add Cursor Cloud dev-environment setup notes to AGENTS.md
Document non-obvious cloud-VM caveats discovered while setting up the
development environment:
- libdbus-1-dev is a required system build dep (crates/secrets keyring).
- rustup default stable must be set so shells spawned outside the checkout
(verifier background jobs, sub-agent worktrees) can find rustc.
- Two codewhale-tui subagent tests fail only because the checkout sits
directly under / (unwritable parent; /workspace discovered as a nested
repo when walking up). Not code bugs; pass under a normal parent dir.
- How to run the agent without provider API keys via keyless vllm/ollama
pointed at a local OpenAI-compatible endpoint.
- The codewhale dispatcher needs its sibling codewhale-tui co-located.
Co-authored-by: Hunter Bown <Hmbown@users.noreply.github.com>1 parent 3e97b27 commit 3e8e229
1 file changed
Lines changed: 34 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
0 commit comments