From 1a124c145b8e6bbf53b3b5a40553b06ddfe05c1c Mon Sep 17 00:00:00 2001 From: Milind Sharma Date: Fri, 20 Feb 2026 18:01:13 +0800 Subject: [PATCH] docs(readme): note tested KiCad version and unhandled commands --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6bad699..9f4822f 100644 --- a/README.md +++ b/README.md @@ -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` +## 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 Source of truth for this matrix: