Skip to content

[agent] Sandbox diagnostics: report resources + confirm build/background under new caps #45

Description

@paulieb89

Diagnostics task — do NOT open a PR or modify any files. Just run the commands below in your sandbox and report all outputs in a single comment on this issue.

  1. Resources: run nproc and free -m — report the vCPU count and total memory (MB).
  2. Build/test under the caps: run npm ci, then npm run typecheck, npm run build, npm test — report whether each succeeds and rough timings. This confirms the toolchain fits in the new 2 GB / 1-vCPU sandbox.
  3. Background tools: use start_background to launch a ~90-second job (e.g. sleep 90 && echo done), then check_background a couple of times until it reports completion — confirm the detached job survives across steps under the 15-minute sandbox timeout.

Report everything in one comment. No branch, no PR, no file changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    agent:readyDispatch this issue to the Evolve agent

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions