Critical Fix: Release Workflow and Dependabot Removal #14
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Critical Fix: Release Workflow and Dependabot Removal
Summary
This PR contains a critical fix for the GitHub Actions release workflow that caused all 215 integration tests to fail during the v1.1.0 release attempt. It also removes Dependabot configuration to reduce PR noise for this solo-maintained project.
Changes
🐛 Critical Fix: Release Workflow Test/Build Order
dist/src/index.jswhich doesn't exist until after build.github/workflows/release.yml🔧 Maintenance: Remove Dependabot
npm auditstill runs automatically in CI/CD (fails on high/critical vulnerabilities)📝 Documentation Updates
.claude/commands/release-ready.mdaudit guidanceFiles Changed
Testing
Related Issues
Fixes the v1.1.0 release failure discovered in GitHub Actions run #49124003405
Deployment Notes
After merge:
v1.1.1or re-tagv1.1.0if preferredChecklist
Type: Hotfix
Priority: Critical (blocks releases)
Scope: CI/CD infrastructure + maintenance