Commit Graph

2 Commits

  • chore: pin actions to commit SHAs and add Skills section to CLAUDE.md
    Pin all GitHub Actions to commit SHAs instead of mutable version tags
    across ci.yml, release.yml, maintenance.yml, and all reusable workflows.
    This prevents supply-chain attacks via tag hijacking.
    
    Add the required Skills section to CLAUDE.md mapping project files
    (README.md, .github/workflows/*.yml) to their respective review skills.
  • feat: add comprehensive CI/CD pipeline
    Adds GitHub Actions workflows for CI, maintenance, and releases with multi-platform testing matrix.