Skip to content

Commit dc45a58

Browse files
Remove internal Jira tooling files from public tracking
- Untrack jira-direct-api.mdc rules and create-hpux-ticket skill (contain Red Hat Atlassian cloudId and internal workflow details not intended for public contributors) - Add those paths to .gitignore in hpux-prototypes/ and ocp5-cluster-update-experience/ - Replace hardcoded team member emails in jira-api.sh defaults with generic placeholder; direct users to JIRA_EMAIL / JIRA_USER env vars Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 0f635be commit dc45a58

7 files changed

Lines changed: 9 additions & 410 deletions

File tree

hpux-prototypes/.cursor/rules/jira-direct-api.mdc

Lines changed: 0 additions & 51 deletions
This file was deleted.

hpux-prototypes/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ storybook-static
1010
.env
1111
# Never commit a Jira token; default is ~/.jira-token
1212
.jira-token
13+
14+
# Internal AI workflow rules (not for public contributors)
15+
.cursor/rules/jira-direct-api.mdc
1316
.history
1417
node_modules
1518
src/app/prototypes/shiri-alerting-ui-v2/data/monitoring-plugin/

hpux-prototypes/scripts/jira-api.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
set -euo pipefail
66

77
JIRA_BASE_URL="${JIRA_BASE_URL:-https://redhat.atlassian.net/rest/api/3}"
8-
JIRA_EMAIL="${JIRA_EMAIL:-fkargbo@redhat.com}"
8+
JIRA_EMAIL="${JIRA_EMAIL:-your-email@redhat.com}" # override with JIRA_EMAIL env var
99
JIRA_TOKEN_FILE="${JIRA_TOKEN_FILE:-$HOME/.jira-token}"
1010

1111
_jira_token() {

ocp5-cluster-update-experience/.cursor/rules/jira-direct-api.mdc

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)