Contributors working on workspace isolation, executor adapters, normalized events, artifacts, and local execution behavior for the DevAgent stack.
- Bun
1.3.10+ - Node
20+ - the four sibling repos checked out side by side
For local development, bootstrap the sibling repos directly:
cd ../devagent-sdk && bun install
cd ../devagent-runner && bun installbun install
bun run typecheck
bun run test
bun run check:ossIf your change affects a downstream integration path, run that consumer's baseline checks in addition to the runner checks above.
- Keep the DevAgent path stable first.
- Treat other adapters as experimental unless live validation proves parity.
- Keep non-DevAgent adapter command resolution aligned with adapter constructor overrides and runner env overrides.
- Keep PRs small and lifecycle-focused.
- Update docs if you change setup, adapter maturity, or validation claims.