mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-03 02:38:12 +00:00
feat: add comprehensive skills and agents for Rust development (#1573)
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
# rust-changelog
|
||||
|
||||
Fetch Rust version changelog from releases.rs.
|
||||
|
||||
## URL
|
||||
|
||||
`releases.rs/docs/<version>/` (e.g., `1.85`, `1.84.1`)
|
||||
|
||||
## Fetch
|
||||
|
||||
Use available tools to get releases.rs content.
|
||||
|
||||
## Output
|
||||
|
||||
```markdown
|
||||
## Rust <Version> Release Notes
|
||||
|
||||
**Release Date:** <date>
|
||||
|
||||
### Language Features
|
||||
- feature: desc
|
||||
|
||||
### Standard Library
|
||||
- new/stabilized API: desc
|
||||
|
||||
### Cargo
|
||||
- change: desc
|
||||
|
||||
### Breaking Changes
|
||||
- note: desc
|
||||
```
|
||||
|
||||
## Validation
|
||||
|
||||
1. Content contains version number
|
||||
2. Has "Language" or "Features" sections
|
||||
3. Not "version not found"
|
||||
4. On failure: "Version {v} does not exist or fetch failed"
|
||||
Reference in New Issue
Block a user