Skip to content
Merged
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
5 changes: 5 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Repository guide

- Run `make verify` and focused tests before handoff; also run `make race` for concurrency changes.
- Route Podman operations through `engine.Engine` and shared workflows, and preserve the platform supplied by `engine.RunOptions` or `HostPlatform`.
- Run lifecycle and TUI tests in the disposable VM lab, never on the developer host. Set `OMNIDECK_VM_LAB_DIR=/mnt/data/VMs/omnideck-release-lab`; see `TESTING.md` and `tests/e2e/README.md` for `make vm-e2e` and `make vm-e2e-matrix`.
Loading