Skip to content

Commit 313d4bc

Browse files
author
Ray Smets
committed
fix(plugins): address PR 222 review feedback
- Correct generator script name references (build-cc-plugin.py → build-plugins.py) - Fix glossary plan paths to match actual phase-specific locations - Escape nested mermaid fence in content-validation example - Update Cursor README orchestrator path to .cursor/rules/ prefix Canonical sources updated; plugins regenerated via scripts/build-plugins.py.
1 parent b443548 commit 313d4bc

9 files changed

Lines changed: 15 additions & 12 deletions

File tree

aidlc-rules/aws-aidlc-rule-details/common/content-validation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
```
3939

4040
### Implementation Pattern
41-
```markdown
41+
````markdown
4242
## Workflow Visualization
4343

4444
### Mermaid Diagram (if syntax valid)
@@ -53,6 +53,7 @@ Phase 1: INCEPTION
5353
- Stage 2: Requirements Analysis (COMPLETED)
5454
[continue with text representation]
5555
```
56+
````
5657

5758
## General Content Validation
5859

aidlc-rules/aws-aidlc-rule-details/common/terminology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Examples (these are internal sub-steps within a single stage, not separate stage
165165

166166
### Plans
167167
Documents with checkboxes and questions that guide execution.
168-
- Located in `aidlc-docs/plans/`
168+
- Located in phase-specific plan directories such as `aidlc-docs/inception/plans/` and `aidlc-docs/construction/plans/`
169169
- Examples: `story-generation-plan.md`, `unit-of-work-plan.md`
170170

171171
### Artifacts

plugins/claude-code-aidlc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ commands, and progressive-disclosure skills.
77

88
**Version**: 0.1.8
99
**Source of truth**: `aidlc-rules/` in this repository
10-
**Generator**: `scripts/build-cc-plugin.py`
10+
**Generator**: `scripts/build-plugins.py`
1111

1212
> This directory is **generated**. Do not edit files here directly — edit the
1313
> canonical sources in `aidlc-rules/` and run the generator. CI enforces sync.
@@ -119,7 +119,7 @@ Do not edit files in this directory directly. Edit the canonical source in
119119
`aidlc-rules/` at the repository root, then regenerate:
120120

121121
```bash
122-
python scripts/build-cc-plugin.py
122+
python scripts/build-plugins.py
123123
```
124124

125125
CI (`plugin-sync` job) runs the generator on every PR and fails if the

plugins/claude-code-aidlc/skills/aidlc-common/references/common/content-validation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
```
3939

4040
### Implementation Pattern
41-
```markdown
41+
````markdown
4242
## Workflow Visualization
4343

4444
### Mermaid Diagram (if syntax valid)
@@ -53,6 +53,7 @@ Phase 1: INCEPTION
5353
- Stage 2: Requirements Analysis (COMPLETED)
5454
[continue with text representation]
5555
```
56+
````
5657

5758
## General Content Validation
5859

plugins/claude-code-aidlc/skills/aidlc-common/references/common/terminology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Examples (these are internal sub-steps within a single stage, not separate stage
165165

166166
### Plans
167167
Documents with checkboxes and questions that guide execution.
168-
- Located in `aidlc-docs/plans/`
168+
- Located in phase-specific plan directories such as `aidlc-docs/inception/plans/` and `aidlc-docs/construction/plans/`
169169
- Examples: `story-generation-plan.md`, `unit-of-work-plan.md`
170170

171171
### Artifacts

plugins/cursor-aidlc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This works but is less clean than Option 1.
4545

4646
## Using the Rules
4747

48-
Once installed, the `aidlc/aidlc-orchestrator.mdc` rule is set to
48+
Once installed, the `.cursor/rules/aidlc-orchestrator.mdc` rule is set to
4949
`alwaysApply: true`, so Cursor loads it on every interaction. To start a
5050
workflow, just describe the work:
5151

plugins/cursor-aidlc/rules/common/content-validation.mdc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ alwaysApply: false
4343
```
4444

4545
### Implementation Pattern
46-
```markdown
46+
````markdown
4747
## Workflow Visualization
4848

4949
### Mermaid Diagram (if syntax valid)
@@ -58,6 +58,7 @@ Phase 1: INCEPTION
5858
- Stage 2: Requirements Analysis (COMPLETED)
5959
[continue with text representation]
6060
```
61+
````
6162

6263
## General Content Validation
6364

plugins/cursor-aidlc/rules/common/terminology.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Examples (these are internal sub-steps within a single stage, not separate stage
170170

171171
### Plans
172172
Documents with checkboxes and questions that guide execution.
173-
- Located in `aidlc-docs/plans/`
173+
- Located in phase-specific plan directories such as `aidlc-docs/inception/plans/` and `aidlc-docs/construction/plans/`
174174
- Examples: `story-generation-plan.md`, `unit-of-work-plan.md`
175175

176176
### Artifacts

scripts/build-plugins.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def plugin_readme(version: str) -> str:
8080
8181
**Version**: {version}
8282
**Source of truth**: `aidlc-rules/` in this repository
83-
**Generator**: `scripts/build-cc-plugin.py`
83+
**Generator**: `scripts/build-plugins.py`
8484
8585
> This directory is **generated**. Do not edit files here directly — edit the
8686
> canonical sources in `aidlc-rules/` and run the generator. CI enforces sync.
@@ -192,7 +192,7 @@ def plugin_readme(version: str) -> str:
192192
`aidlc-rules/` at the repository root, then regenerate:
193193
194194
```bash
195-
python scripts/build-cc-plugin.py
195+
python scripts/build-plugins.py
196196
```
197197
198198
CI (`plugin-sync` job) runs the generator on every PR and fails if the
@@ -1242,7 +1242,7 @@ def cursor_plugin_readme(version: str) -> str:
12421242
12431243
## Using the Rules
12441244
1245-
Once installed, the `aidlc/aidlc-orchestrator.mdc` rule is set to
1245+
Once installed, the `.cursor/rules/aidlc-orchestrator.mdc` rule is set to
12461246
`alwaysApply: true`, so Cursor loads it on every interaction. To start a
12471247
workflow, just describe the work:
12481248

0 commit comments

Comments
 (0)