Until further notice, this project does not accept external contributions as of March 2026.
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 checkSource 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 $FILEBlindly 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