d93385b373
CI / Check / macos-latest (push) Waiting to run
CI / Check / ubuntu-latest (push) Waiting to run
CI / Check / windows-latest (push) Waiting to run
CI / Test / macos-latest (push) Waiting to run
CI / Test / ubuntu-latest (push) Waiting to run
CI / Test / windows-latest (push) Waiting to run
CI / Clippy (push) Waiting to run
CI / Format (push) Waiting to run
CI / Security Audit (push) Waiting to run
CI / Secrets Scan (push) Waiting to run
CI / Install Script Smoke Test (push) Waiting to run
20 lines
415 B
Markdown
20 lines
415 B
Markdown
## Summary
|
|
|
|
<!-- What does this PR do? Link related issues with "Fixes #123". -->
|
|
|
|
## Changes
|
|
|
|
<!-- Brief list of what changed. -->
|
|
|
|
## Testing
|
|
|
|
- [ ] `cargo clippy --workspace --all-targets -- -D warnings` passes
|
|
- [ ] `cargo test --workspace` passes
|
|
- [ ] Live integration tested (if applicable)
|
|
|
|
## Security
|
|
|
|
- [ ] No new unsafe code
|
|
- [ ] No secrets or API keys in diff
|
|
- [ ] User input validated at boundaries
|