Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 937 Bytes

File metadata and controls

30 lines (21 loc) · 937 Bytes

Summary

Type of Change

  • Bug fix
  • New tool
  • Feature / enhancement
  • Refactor / cleanup
  • Docs / SBOM update
  • CI / build change

Checklist

  • bash -n <changed-scripts.sh> && echo OK — all shell scripts pass syntax check
  • bash tests/run-tests.sh --verbose — smoke tests pass
  • No compiled binaries added to the main repo (binaries go in prebuilt/ submodule)
  • manifest.json SHA256 checksums updated (if tool version changed)
  • sbom.spdx.json updated via bash scripts/internal/generate-sbom.sh (if tool added/bumped)
  • CHANGELOG.md updated under [Unreleased]
  • README.md / TOOLS.md updated (if a tool was added or removed)

Testing Notes

Related Issues