mirror of
https://github.com/lahfir/agent-desktop.git
synced 2026-07-26 17:12:15 +00:00
Some checks are pending
CI / Format (push) Waiting to run
CI / Test (push) Waiting to run
CI / FFI Python Smoke (push) Waiting to run
CI / FFI Header Drift (push) Waiting to run
CI / FFI Panic Guard (push) Waiting to run
CI / FFI Stub-Adapter Passthrough (push) Waiting to run
CI / FFI Codegen Drift (push) Waiting to run
CodeQL / Analyze (actions) (push) Waiting to run
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
CodeQL / Analyze (rust) (push) Waiting to run
Release / Release Please (push) Waiting to run
Release / Build (aarch64-apple-darwin) (push) Blocked by required conditions
Release / Build (x86_64-apple-darwin) (push) Blocked by required conditions
Release / Build FFI (aarch64-apple-darwin) (push) Blocked by required conditions
Release / Build FFI (x86_64-apple-darwin) (push) Blocked by required conditions
Release / Build FFI (x86_64-unknown-linux-gnu) (push) Blocked by required conditions
Release / Build FFI (aarch64-unknown-linux-gnu) (push) Blocked by required conditions
Release / Build FFI (x86_64-pc-windows-msvc) (push) Blocked by required conditions
Release / FFI Release Gates (push) Blocked by required conditions
Release / Publish to GitHub Release (push) Blocked by required conditions
Release / Publish to npm (push) Blocked by required conditions
Release / Publish Skills to ClawHub (push) Blocked by required conditions
Supply Chain / Audit (push) Waiting to run
Completes the recommended community profile (opensource.guide best practices): - CODE_OF_CONDUCT.md — Contributor Covenant v2.1 - CONTRIBUTING.md — repo-accurate dev workflow, quality gates, coding standards, conventional-commit and command-extensibility guidance - SUPPORT.md — where to get help / report issues - .github/ISSUE_TEMPLATE/ — bug + feature issue forms and config (security and docs contact links; blank issues disabled) - .github/PULL_REQUEST_TEMPLATE.md — summary, type, gate checklist
1.3 KiB
1.3 KiB
Summary
Related issues
Closes #
Type of change
feat:— new featurefix:— bug fixdocs:— documentation onlyrefactor:— no behavior changeperf:— performance improvementtest:— adding or fixing testschore:— maintenance / dependenciesci:— CI/CD changesBREAKING CHANGE— incompatible ABI or CLI change
How tested
cargo fmt --all -- --checkcargo clippy --all-targets -- -D warningscargo test --lib --workspacecargo test -p agent-desktopcargo test -p agent-desktop-ffi --testsbash tests/e2e/run.sh(requires--releasebuild + AX permission; run when behavior changes)
Checklist
- PR title uses a conventional-commit prefix (
type: description, lowercase, no capital after colon) cargo fmtandcargo clippy -D warningsare clean- All tests pass
- No
unwrap()added in non-test code - No inline comments added (only
///doc-comments on public items) - All modified files are within the 400 LOC limit
- Skill docs updated if a command, flag, or JSON output changed (
skills/agent-desktop/or platform skill) - README / other docs updated if the public interface changed