Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 314 Bytes

File metadata and controls

15 lines (11 loc) · 314 Bytes

Contributing

Thanks for helping improve agent-runtime.

Development

npm ci
npm run typecheck
npm test
npm run build
npm run pack:dry-run

Keep public API changes small and covered by tests. Design background and maintainer notes belong in the DevDocs maintainer site, not in the package README.