76a9e7a0cc
Publish OpenClaw Skills / publish (push) Has been cancelled
Audit / Security Audit (push) Has been cancelled
Automation / Gemini Review (push) Has been cancelled
CI / Detect Changes (push) Has been cancelled
CI / Test (macos-latest) (push) Has been cancelled
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Nix (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Cargo Deny (push) Has been cancelled
CI / Verify Skills (push) Has been cancelled
CI / Lint Skills (push) Has been cancelled
CI / Build (Linux x86_64) (push) Has been cancelled
CI / Build (macos-latest, aarch64-apple-darwin) (push) Has been cancelled
CI / Build (macos-latest, x86_64-apple-darwin) (push) Has been cancelled
CI / Build (ubuntu-latest, aarch64-unknown-linux-gnu) (push) Has been cancelled
CI / Build (windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
CI / API Smoketest (push) Has been cancelled
Policy / Policy Check (push) Has been cancelled
Release (Changeset) / Release (push) Has been cancelled
Automation / Gemini Reviewed (push) Has been cancelled
Coverage / Coverage (push) Has been cancelled
Automation / Format (push) Has been cancelled
Automation / File Labeler (push) Has been cancelled
17 lines
733 B
Markdown
17 lines
733 B
Markdown
## Description
|
|
|
|
Please include a summary of the change and which issue is fixed. If adding a new feature or command, please include the output of running it with `--dry-run` to prove the JSON request body matches the Discovery Document schema.
|
|
|
|
**Dry Run Output:**
|
|
```json
|
|
// Paste --dry-run output here if applicable
|
|
```
|
|
|
|
## Checklist:
|
|
|
|
- [ ] My code follows the `AGENTS.md` guidelines (no generated `google-*` crates).
|
|
- [ ] I have run `cargo fmt --all` to format the code perfectly.
|
|
- [ ] I have run `cargo clippy -- -D warnings` and resolved all warnings.
|
|
- [ ] I have added tests that prove my fix is effective or that my feature works.
|
|
- [ ] I have provided a Changeset file (e.g. via `pnpx changeset`) to document my changes.
|