refactor: rename WIT contract fai:platform/fai:studio-plugin->chain:*

Tracks the platform WIT ABI rename. Plugin world package becomes
chain:studio-plugin and host imports chain:platform/host. Crate name
stays fai-plugin-sdk (vendor namespace) for now.

Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
flemming-it 2026-06-15 22:18:53 +02:00
parent 25353adb43
commit 0b60b71360
5 changed files with 23 additions and 23 deletions

View file

@ -27,7 +27,7 @@
# use fai_plugin_sdk::{export_plugin, bindings};
#
# struct MyTheme;
# impl bindings::exports::fai::studio_plugin::theme::Guest for MyTheme {
# impl bindings::exports::chain::studio_plugin::theme::Guest for MyTheme {
# fn theme_for(brightness: String) -> Result<_, _> { ... }
# }
#
@ -56,7 +56,7 @@ crate-type = ["rlib"]
wit-bindgen = "0.36"
[package.metadata.component]
package = "fai:studio-plugin-sdk"
package = "chain:studio-plugin-sdk"
[package.metadata.component.target]
path = "wit"