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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,9 @@ Rules are organized by phase:
46
46
47
47
Test your rule changes with at least one supported platform (Amazon Q Developer, Kiro, or other tools) before submitting. Describe what you tested in your PR.
48
48
49
+
If you're adding or updating installation instructions, ensure you've tested them on Mac,
50
+
Windows CMD, and Windows Powershell.
51
+
49
52
## Reporting Bugs/Feature Requests
50
53
51
54
Use GitHub issues to report bugs or suggest features. Before filing, check existing issues to avoid duplicates.
> Instead of manually copying files, let your AI agent handle the setup. This is an experimental workflow — currently validated with Kiro, Claude code, Cursor, Antigravity.
41
-
>
42
-
> **Note:** This approach requires your agent to have shell access (e.g., Kiro, Claude Code, Cline). For agents without shell access, follow the [Common](#common) setup above.
43
-
44
-
Paste this prompt into your AI agent:
45
-
46
-
```text
47
-
Set up AI-DLC in this project by doing the following:
48
-
49
-
1. Download the latest AI-DLC release:
50
-
- Use the GitHub API to find the latest release asset URL:
> Instead of manually copying files, let your AI agent handle the setup. This is an experimental workflow — currently validated with Kiro, Claude code, Cursor, Antigravity.
738
+
>
739
+
> **Note:** This approach requires your agent to have shell access (e.g., Kiro, Claude Code, Cline). For agents without shell access, follow the [Common](#common) setup above.
740
+
741
+
Paste this prompt into your AI agent:
742
+
743
+
```text
744
+
Set up AI-DLC in this project by doing the following:
745
+
746
+
1. Download the latest AI-DLC release:
747
+
- Use the GitHub API to find the latest release asset URL:
0 commit comments