Adopt agent-agnostic rules and IDE tool initialization - #29
Merged
Conversation
Move skill-generated rules from .cursor/rules/ to .agents/ and add a symlink for Cursor compatibility. Introduce init-ide-tools script to create per-tool config directories at container start via RW_IDE_TOOLS env var. Update devcontainer, Dockerfile, and compose to use /workspaces mount and pass IDE tool env vars. Add AGENTS.md for agent integration guidance.
The install-skills task no longer writes a .agents/.gitignore, and the previously generated file is removed. Also adds sudo to the /tmp chmod command in the devcontainer postCreateCommand to ensure it succeeds.
- Use docker-compose with override file instead of image field - Mount workspace at /workspaces/codecollection-devtools - Add .env file support and docker-compose.override.yaml.example - Rename all "zen" references to "zed" throughout - Remove hardcoded API key env vars from devcontainer.json - Add IDE config mounting docs to README - Gitignore personal docker-compose.override.yaml
Introduce a new skill doc for GCP test infrastructure, covering Taskfile structure, workspaceInfo.yaml, common mistakes, and a reference implementation. Update the cloud overview to include GCP, add validate-generation-rules to the default task chain, and clarify that Taskfiles should not contain scenario-test tasks.
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.
Move skill-generated rules from .cursor/rules/ to .agents/ and add a symlink for Cursor compatibility. Introduce init-ide-tools script to create per-tool config directories at container start via RW_IDE_TOOLS env var. Update devcontainer, Dockerfile, and compose to use /workspaces mount and pass IDE tool env vars. Add AGENTS.md for agent integration guidance.