Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.18 KB

File metadata and controls

42 lines (31 loc) · 1.18 KB

Contributing to weave-claude-code

Until further notice, this project does not accept external contributions as of March 2026.

Local checks

This repository uses npm-driven checks and a repo-managed Git pre-commit hook, including secret scanning with gitleaks.

npm install
npm run setup-hooks
npm run check

License headers

Source code should contain an SPDX-style license header, reflecting:

  • Year & Copyright owner
  • SPDX License identifier SPDX-License-Identifier: MIT
  • Package Name: SPDX-PackageName: weave-claude-code

This can be partially automated with FSFe REUSE

reuse annotate --license MIT --copyright 'CoreWeave, Inc.'  --year 2026 --template default_template --skip-existing $FILE

Blindly adding the headers to every file without review risks assigning the wrong copyright owner! You should endeavor to understand who owns contributions!

  • The weave-claude-code source is licensed under the MIT license to protect the rights of all parties.

Licensing state & SPDX bill-of-materials (BOM) can be valiated & generated with:

reuse lint
reuse spdx