check in AGENTS.md, xtask#26
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds developer tooling for AI agents working with the wgsl-rs codebase. It introduces a new xtask crate that provides command-line utilities to fetch and display WGSL specification content, along with documentation updates to guide agent usage.
- Adds a new
xtaskcrate with commands to query the WGSL specification - Updates workspace configuration to include the new crate and required dependencies
- Documents the new tooling in AGENTS.md with usage examples
Reviewed changes
Copilot reviewed 5 out of 7 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| crates/xtask/src/main.rs | Implements the xtask CLI tool with WGSL spec fetching commands |
| crates/xtask/Cargo.toml | Defines the xtask package with dependencies for HTTP requests and HTML parsing |
| Cargo.toml | Adds xtask to workspace members and includes new shared dependencies |
| Cargo.lock | Locks all transitive dependencies for the new packages |
| AGENTS.md | Documents the xtask commands and updates workspace description |
| .gitignore | Removes AGENTS.md from gitignore to check it in |
| .cargo/config.toml | Adds cargo alias for xtask and workspace directory environment variable |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
schell
added a commit
that referenced
this pull request
May 29, 2026
* check in AGENTS.md, xtask * fmt * PR fixup
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.
Uh oh!
There was an error while loading. Please reload this page.