Commit 182b6e9
ci: add markdownlint infrastructure (awslabs#159)
* ci: add markdownlint infrastructure (config, CI workflow, pre-commit)
Add .markdownlint-cli2.yaml with all current violations temporarily
disabled and tiered for incremental re-enablement by prompt impact.
Add ci.yml workflow with markdownlint-cli2-action on pull_request,
push to main, and workflow_dispatch. Add .pre-commit-config.yaml for
optional local pre-commit linting.
No markdown content changes — violation fixes planned for follow-up PRs.
* ci: fix MD041 in CODE_OF_CONDUCT.md, re-enable rule
Change `## Code of Conduct` to `# Code of Conduct` (H2 → H1) to
satisfy MD041/first-line-heading. Only violation was outside
aidlc-rules/ — zero LLM prompt impact. Rule re-enabled in config.
* fix: resolve all markdownlint violations outside aidlc-rules/
Fix 585 violations across 25 non-LLM-prompt files:
- MD028: fix 4 blank lines in blockquotes (WORKING-WITH-AIDLC.md)
- MD040: add language specifiers to 84 fenced code blocks
- MD060: normalize table pipe spacing across 13 files (322 fixes)
- Auto-fix: MD009, MD012, MD022, MD029, MD031, MD032, MD047, MD049
Re-enable 3 rules now at zero violations: MD049, MD034, MD028.
Update remaining violation counts to aidlc-rules/-only totals.
No files under aidlc-rules/ were modified — zero LLM prompt impact.
* style: enforce MD060 aligned table style, fix 1645 violations
Set MD060 to "aligned" style in project config — all table columns
are now width-padded with vertically aligned pipes.
Add aidlc-rules/.markdownlint-cli2.yaml to suppress MD060 in LLM
prompt files pending separate review.
Aligned tables in 14 files outside aidlc-rules/ using automated
formatter. Zero aidlc-rules/ content files modified.
* chore: improve cliff.toml template for markdownlint compliance
Update git-cliff body template:
- Add blank line after ### group headings (MD022/MD032)
- Add postprocessor to collapse triple+ blank lines (MD012)
- Set trim = false so leading \n creates inter-body separators
Add CHANGELOG.md to markdownlint ignores since git-cliff
postprocessors run per-body and cannot control inter-body
spacing or trailing whitespace.
Regenerate CHANGELOG.md with improved template.
* refactor: move aidlc-rules/ exceptions to per-directory config
Move all temporarily disabled rules from the top-level config into
aidlc-rules/.markdownlint-cli2.yaml since violations exist only in
that directory. The top-level config now contains only permanently
disabled rules and global style settings.
* fix: align table pipes in ADMINISTRATIVE_GUIDE.md for MD060
Four tables had misaligned trailing pipes due to rows with longer
content or multi-byte characters (em dash). Padded shorter rows
so all pipes in each column align vertically.
* fix: resolve markdownlint violations in DEVELOPERS_GUIDE security scanner section
Add blank lines around fenced code blocks (MD031), align table pipes
(MD060), and remove double blank line (MD012) in the security scanner
documentation added by awslabs#161.
* fix: add event_name to concurrency group key for consistency
Aligns ci.yml concurrency group with the {workflow}-{event_name}-{ref}
pattern used across all other workflows.
* fix: add event_name to concurrency group keys for all workflows
Aligns codebuild.yml and pull-request-lint.yml concurrency groups with
the {workflow}-{event_name}-{ref} pattern for consistency and to prevent
schedule triggers from cancelling push events if added later.
* fix: replace verbose deny-all permissions with permissions: {}
Uses the documented shorthand `permissions: {}` which is functionally
equivalent and future-proof against new permission scopes. Job-level
permissions that grant specific access are preserved.
---------
Co-authored-by: Scott Schreckengaust <345885+scottschreckengaust@users.noreply.github.com>
Co-authored-by: Sam Castro <scoropeza@gmail.com>1 parent 98788e2 commit 182b6e9
35 files changed
Lines changed: 975 additions & 836 deletions
File tree
- .github/workflows
- aidlc-rules
- docs
- writing-inputs
- scripts/aidlc-evaluator
- docs
- packages/execution
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 31 | + | |
47 | 32 | | |
48 | 33 | | |
49 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 18 | + | |
34 | 19 | | |
35 | 20 | | |
36 | | - | |
| 21 | + | |
37 | 22 | | |
38 | 23 | | |
39 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 24 | + | |
40 | 25 | | |
41 | 26 | | |
42 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 26 | + | |
42 | 27 | | |
43 | 28 | | |
44 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 13 | + | |
29 | 14 | | |
30 | 15 | | |
31 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 19 | + | |
35 | 20 | | |
36 | 21 | | |
37 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
20 | 26 | | |
21 | 27 | | |
22 | 28 | | |
23 | 29 | | |
24 | 30 | | |
25 | 31 | | |
26 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
27 | 41 | | |
28 | 42 | | |
29 | 43 | | |
| |||
36 | 50 | | |
37 | 51 | | |
38 | 52 | | |
39 | | - | |
40 | 53 | | |
41 | 54 | | |
42 | 55 | | |
| |||
45 | 58 | | |
46 | 59 | | |
47 | 60 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | 61 | | |
| 62 | + | |
56 | 63 | | |
57 | 64 | | |
58 | 65 | | |
59 | 66 | | |
60 | 67 | | |
61 | | - | |
62 | 68 | | |
63 | 69 | | |
64 | 70 | | |
65 | | - | |
66 | 71 | | |
| 72 | + | |
67 | 73 | | |
68 | 74 | | |
69 | 75 | | |
70 | 76 | | |
71 | | - | |
72 | 77 | | |
| 78 | + | |
73 | 79 | | |
74 | 80 | | |
75 | 81 | | |
76 | 82 | | |
77 | 83 | | |
78 | | - | |
79 | 84 | | |
80 | 85 | | |
81 | 86 | | |
82 | | - | |
83 | 87 | | |
| 88 | + | |
84 | 89 | | |
85 | 90 | | |
86 | 91 | | |
87 | 92 | | |
88 | 93 | | |
89 | 94 | | |
90 | | - | |
91 | 95 | | |
92 | 96 | | |
93 | 97 | | |
94 | 98 | | |
95 | 99 | | |
96 | | - | |
97 | 100 | | |
98 | 101 | | |
99 | 102 | | |
100 | 103 | | |
101 | | - | |
102 | 104 | | |
| 105 | + | |
103 | 106 | | |
104 | 107 | | |
105 | 108 | | |
106 | 109 | | |
107 | 110 | | |
108 | 111 | | |
109 | 112 | | |
110 | | - | |
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
114 | 116 | | |
115 | | - | |
116 | 117 | | |
| 118 | + | |
117 | 119 | | |
118 | 120 | | |
119 | 121 | | |
120 | 122 | | |
121 | | - | |
| |||
0 commit comments