Commit 28efa85
Development environment setup (#168)
Update `AGENTS.md` with notes on headful image build time and
`/process/exec` API schema.
These additions clarify non-obvious gotchas encountered during
development environment setup, specifically regarding the extended build
time for the headful image and the expected schema for the
`/process/exec` API endpoint.
---
<p><a
href="https://cursor.com/agents/bc-e841fee2-2b06-4e49-a95d-e72587e8de73"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://cursor.com/assets/images/open-in-web-dark.png"><source
media="(prefers-color-scheme: light)"
srcset="https://cursor.com/assets/images/open-in-web-light.png"><img
alt="Open in Web" width="114" height="28"
src="https://cursor.com/assets/images/open-in-web-dark.png"></picture></a> <a
href="https://cursor.com/background-agent?bcId=bc-e841fee2-2b06-4e49-a95d-e72587e8de73"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://cursor.com/assets/images/open-in-cursor-dark.png"><source
media="(prefers-color-scheme: light)"
srcset="https://cursor.com/assets/images/open-in-cursor-light.png"><img
alt="Open in Cursor" width="131" height="28"
src="https://cursor.com/assets/images/open-in-cursor-dark.png"></picture></a> </p>
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Low risk documentation-only change; no runtime code or behavior is
modified.
>
> **Overview**
> Updates `AGENTS.md` with two additional development gotchas: how to
build the headful Chromium image (including expected long build time and
interactive vs detached run behavior), and a clarification of the
`/process/exec` request/response schema (`command` as a string, args in
`args`, and base64-encoded `stdout_b64`/`stderr_b64`).
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
7a1ba41. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Mason Williams <masnwilliams@users.noreply.github.com>1 parent 5bf9d70 commit 28efa85
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
0 commit comments