Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 435 Bytes

File metadata and controls

29 lines (21 loc) · 435 Bytes

Contributing

Thanks for contributing to context-kernel.

Development

npm install
npm run test
npm run build

Pull Requests

  • Keep changes scoped and documented.
  • Add or update tests for behavior changes.
  • Update CHANGELOG.md for user-visible changes.
  • Ensure CI passes (lint, test, build).

Commit style

Conventional Commits preferred:

  • feat:
  • fix:
  • docs:
  • refactor:
  • test:
  • chore: