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
RHIDP-12779: Add CQA #0 directory structure check and remove old scripts
- Create cqa-00-directory-structure.sh (replaces align-title-directories.sh)
with cqa-lib integration, --fix/--format support, SARIF output
- Delete align-title-directories.sh and list-all-included-files-starting-from.sh
(functionality integrated into cqa-lib.sh cqa_collect_files)
- Add cqa-00-directory-structure.sh as second entry in cqa.sh
- Update skill files, checklist, and CLAUDE.md references (19 checks)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: .claude/CLAUDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## CQA Compliance
4
4
5
-
When editing `.adoc` files, ALWAYS run the relevant CQA scripts to validate and fix changes before considering the task done. Run all 17 checks at once with `build/scripts/cqa.sh`, or run individual scripts. All share a common interface via `build/scripts/cqa-lib.sh`:
5
+
When editing `.adoc` files, ALWAYS run the relevant CQA scripts to validate and fix changes before considering the task done. Run all 19 checks at once with `build/scripts/cqa.sh`, or run individual scripts. All share a common interface via `build/scripts/cqa-lib.sh`:
Copy file name to clipboardExpand all lines: .claude/skills/cqa-main-workflow.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# CQA 2.1 Main Workflow
2
2
3
-
Execute all 18 CQA requirements in optimal order. Each links to detailed skill with commands, criteria, and fixes.
3
+
Execute all 19 CQA requirements in optimal order. Each links to detailed skill with commands, criteria, and fixes.
4
4
5
5
**CRITICAL EXECUTION RULES:**
6
6
1.**Run skills in the exact order listed** - The sequence is optimized to minimize conflicts
@@ -23,7 +23,7 @@ Execute all 18 CQA requirements in optimal order. Each links to detailed skill w
23
23
24
24
## Unified Script Interface
25
25
26
-
Run all 18 CQA checks in workflow order with `cqa.sh`:
26
+
Run all 19 CQA checks in workflow order with `cqa.sh`:
27
27
28
28
```bash
29
29
# Run all checks for a title
@@ -55,6 +55,7 @@ Or run individual scripts (all share a common interface via `cqa-lib.sh`):
55
55
**For each requirement below:** Run validation/fixes until no new changes occur. **For the entire sequence:** Re-run all requirements until the full workflow is stable.
0 commit comments