chore: remove generate-release-notes command and supporting files#6084
Open
dantovska wants to merge 1 commit into
Open
chore: remove generate-release-notes command and supporting files#6084dantovska wants to merge 1 commit into
dantovska wants to merge 1 commit into
Conversation
Removes the generate-release-notes slash command and the files that existed solely to support it: - .ai/commands/generate-release-notes.md (the command/rule) - scripts/fetch-jira-tickets.js (referenced only by the command) - docs/release-notes/RELEASE_NOTES_TEMPLATE.md (referenced only by the command) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
Contributor
Code Coverage - Backend unit tests
Test suite run success3584 tests passing in 317 suites. Report generated by 🧪jest coverage report action from f3e7d49 |
Contributor
Code Coverage - Integration Tests
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What
Removes the
generate-release-notesslash command and the files that existed solely to support it:.ai/commands/generate-release-notes.md— the command/rulescripts/fetch-jira-tickets.js— referenced only by the commanddocs/release-notes/RELEASE_NOTES_TEMPLATE.md— referenced only by the commandNo application code is affected. The user-facing "Release Notes" help-menu link in the app is unrelated and untouched.
Testing
Tooling/docs-only change with no runtime impact. Verified nothing else in the repo (package.json, CI workflows, other docs) references the removed files.
🤖 Generated with Claude Code
Note
Low Risk
Deleted documentation and a standalone Node script with no remaining references; no product code or runtime behavior changes.
Overview
Removes the internal release-notes automation stack: the
.ai/commands/generate-release-notes.mdslash command,scripts/fetch-jira-tickets.js(JIRA REST helper it referenced), anddocs/release-notes/RELEASE_NOTES_TEMPLATE.md.This is docs/tooling cleanup only—no application or CI wiring depended on these paths per the author’s verification. In-app “Release Notes” help is unchanged.
Reviewed by Cursor Bugbot for commit f3e7d49. Bugbot is set up for automated code reviews on this repo. Configure here.