vibeCop
Version updated for https://github.com/WolffM/vibecop to version v1.0.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
vibeCop is a GitHub Action that performs cross-repository static analysis and automatically generates actionable GitHub Issues tailored for resolution by AI coding agents. It streamlines code quality monitoring by using multiple analysis tools, deduplicating findings, and auto-closing resolved issues, while enabling configurable cadence and thresholds to suit project needs. This action simplifies and automates issue management, helping teams maintain cleaner, more secure, and well-structured codebases.
Release notes
What’s Changed
- Add missing @vitest/coverage-v8 dependency by @Copilot in https://github.com/WolffM/vibecop/pull/39
- Remove duplicate workflow_dispatch inputs from self-test.yml by @Copilot in https://github.com/WolffM/vibecop/pull/34
- Fix TS6133: Remove unused variable errors across 8 locations by @Copilot in https://github.com/WolffM/vibecop/pull/33
- Fix TS6196: Remove unused type imports by @Copilot in https://github.com/WolffM/vibecop/pull/35
- Remove unused type exports flagged by knip by @Copilot in https://github.com/WolffM/vibecop/pull/41
- Remove 6 unused exports detected by knip by @Copilot in https://github.com/WolffM/vibecop/pull/40
- Fix TS2345: Allow “info” as severity threshold value with runtime validation by @Copilot in https://github.com/WolffM/vibecop/pull/36
- Fix TS2322 type errors in analyze.ts config merging with runtime validation by @Copilot in https://github.com/WolffM/vibecop/pull/32
New Contributors
- @Copilot made their first contribution in https://github.com/WolffM/vibecop/pull/39
Full Changelog: https://github.com/WolffM/vibecop/commits/v1.0.0