Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 668 Bytes

File metadata and controls

19 lines (13 loc) · 668 Bytes

Contributing

AgentDispatch packages are developed as separate repositories under the agent-dispatch GitHub organization. Keep public contracts in @agent-dispatch/core provider-neutral and avoid adding cloud-specific fields outside adapter-owned details or providerRefs objects.

Start with the contributor map if you are not sure which repository owns your change.

Run these checks before opening a pull request:

npm test
npm run typecheck
npm run build

Run the full local gate when changing cross-package behavior:

AGENTDISPATCH_VERIFY_INSTALL=1 npm --prefix agentdispatch-docs run verify:local-e2e