You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2025. It is now read-only.
"Is working on the BlueCentre/monorepo repository",
11
-
"GitHub username is ipv1337"
9
+
"GitHub username is ipv1337",
10
+
"GitHub token is stored in keyring",
11
+
"GitHub Organization is BlueCentre"
12
12
]
13
13
},
14
14
{
@@ -89,11 +89,55 @@
89
89
"name": "CLI-Code Development Workflow",
90
90
"entityType": "Workflow",
91
91
"observations": [
92
-
"Add coverage_report.xml to .gitignore to avoid committing generated test artifacts",
93
-
"Use GitHub CLI with proper authentication by using the ghauth wrapper script",
94
-
"Run tests locally before pushing changes",
95
-
"Create PRs against the main branch",
96
-
"When encountering GitHub authentication issues, use GITHUB_TOKEN=\"\" gh command pattern"
92
+
"Step 1: Analysis and Planning - Understand requirements, run local SonarCloud scan, review current metrics",
93
+
"Step 2: Plan Implementation Steps - Break down solution, document the plan, consider edge cases",
94
+
"Step 3: Implementation - First fetch latest from main (git fetch origin main), create a new feature branch (git checkout -b feature/name), then execute plan step by step, follow code style, avoid scope creep, commit major changes to feature branch regularly in case reversion is needed",
0 commit comments