docs(readme): note tested KiCad version and unhandled commands

This commit is contained in:
Milind Sharma 2026-02-20 18:01:13 +08:00
parent feb29250d0
commit 1a124c145b
1 changed files with 11 additions and 0 deletions

View File

@ -20,6 +20,17 @@ Early scaffold phase. Core architecture + step-by-step implementation plan:
- CLI runbook: `/Users/milindsharma/Developer/kicad-oss/kicad-ipc-rust/docs/TEST_CLI.md` - CLI runbook: `/Users/milindsharma/Developer/kicad-oss/kicad-ipc-rust/docs/TEST_CLI.md`
## Runtime Compatibility Notes (Current Test Rig)
- Last verified: 2026-02-20
- KiCad version (`kicad-ipc-cli version`): `10.0.0 (10.0.0-rc1)`
Commands wrapped in this crate but currently unhandled/unsupported by this KiCad build:
| Command | Runtime status | Notes |
| --- | --- | --- |
| `RefreshEditor` | `AS_UNHANDLED` | KiCad responds `no handler available for request of type kiapi.common.commands.RefreshEditor`. |
## KiCad v10 RC1.1 API Completion Matrix ## KiCad v10 RC1.1 API Completion Matrix
Source of truth for this matrix: Source of truth for this matrix: