feat: agent-driven setup — drop the manual steps#109
Open
DavidHache wants to merge 8 commits intoawslabs:mainfrom
Open
feat: agent-driven setup — drop the manual steps#109DavidHache wants to merge 8 commits intoawslabs:mainfrom
DavidHache wants to merge 8 commits intoawslabs:mainfrom
Conversation
As AI agents get better at following instructions, it opens up simpler ways to solve problems we used to handle with scripts and commands. Rather than maintaining platform-specific setup steps for every IDE, we now provide a single prompt and let the agent create the right config file for its environment. Flattened aidlc-rules/ into one directory. Added SETUP.md with a two-step process: git submodule add, then paste the prompt. The agent handles the rest.
added 3 commits
March 11, 2026 10:37
…lder structure Workshops and tests depend on the original directory names. Reverts the flatten from 94619af while keeping the AI-driven setup approach. - Move rule details back to aidlc-rules/aws-aidlc-rule-details/ - Move core-workflow back to aidlc-rules/aws-aidlc-rules/ - Add .aidlc/aidlc-rules/aws-aidlc-rule-details/ as first path in core-workflow.md resolution, keeping legacy paths as fallbacks - Update SETUP.md, README.md, CONTRIBUTING.md for restored structure - Add "Do Not Rename or Move" guidance to CONTRIBUTING.md - Update submodule URL to awslabs/aidlc-workflows.git
Contributor
|
2 Requested changes:
|
Author
Done. |
ConnorKirk
reviewed
Mar 12, 2026
| **Updating AI-DLC** — To pull the latest rules: | ||
|
|
||
| ```bash | ||
| git submodule update --remote .aidlc |
Contributor
There was a problem hiding this comment.
Using git is nice for easy updates, but undermines the use of releases in the project to manage versions. Personally I'd prefer to direct the agent to download the latest release instead.
Author
There was a problem hiding this comment.
As this is experimental, I would suggest we stick to the head. Once it's part of the "full release" then we can move to a release branch and let the user choose sub-module or zip?
harmjeff
reviewed
Mar 16, 2026
harmjeff
approved these changes
Mar 16, 2026
Contributor
harmjeff
left a comment
There was a problem hiding this comment.
As a mainline (not versioned) head it is fine. More testing is necessary to determine if this approach is universal before we reture the old onstructions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rather than maintaining platform-specific setup steps for every IDE, we now provide a single prompt and let the agent create the right config file for its environment.
Flattened aidlc-rules/ into one directory. Added SETUP.md with a two-step process: git submodule add, then paste the prompt. The agent handles the rest.
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.