acp-runtime
The ACP runtime is the domain service that serves the ACP API contract. It owns the host-scoped dependencies needed to run provider ACP sessions, but it should…
- Only prerequisite: any `pnpm` on PATH. The root `package.json` pins `packageManager: pnpm@10.28.2` and `devEngines.runtime` node `24.14.0` with `onFail: "download"`, so `pnpm install` provisions the pinned pnpm and Node itself (no nvm or corepack needed). - Optional: the
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
- Only prerequisite: any `pnpm` on PATH. The root `package.json` pins `packageManager: pnpm@10.28.2` and `devEngines.runtime` node `24.14.0` with `onFail: "download"`, so `pnpm install` provisions the pinned pnpm and Node itself (no nvm or corepack needed). - Optional: the
`packageManager: pnpm@10.28.2` and `devEngines.runtime` node `24.14.0` with `onFail: "download"`, so `pnpm install` provisions the pinned pnpm and Node itself (no nvm or corepack needed).
remains as a compatibility hint.
Run from `apps/emdash-desktop/` (the root `package.json` also provides `dev` and `build` aggregates that run through Nx in dependency order):
pnpm run dev pnpm run dev:main pnpm run dev:renderer pnpm run build pnpm run rebuild pnpm run reset
Run from the repo root (they fan out to the workspace) or from `apps/emdash-desktop/`:
pnpm run format pnpm run lint pnpm run typecheck pnpm run test
Emdash is the Open-Source Agentic Development Environment (🧡 YC W26). Run multiple coding agents in parallel. Use any provider.
Repo: generalaction/emdash
The ACP runtime is the domain service that serves the ACP API contract. It owns the host-scoped dependencies needed to run provider ACP sessions, but it should…
This page defines the target organization of `packages/core/src/`. Core is organized by module type so that shared domain APIs and their platform…
Git is split into a transport contract and a host-scoped runtime. Renderer, desktop, and workspace-server code share the Wire vocabulary without importing Git…
The main process is organized into domain modules under `src/main/core/`. Each domain typically has a `controller.ts` (RPC handlers) and service/implementation…
`@emdash/core/primitives/path/api` is the source of truth for portable file identity and lexical path operations. The detailed package docs live in…