From 62792a20aa52bdc67e2ae660425667d512788149 Mon Sep 17 00:00:00 2001 From: flemming-it Date: Fri, 1 May 2026 00:45:49 +0200 Subject: [PATCH] chore(wit): bump mirror to fai:platform@1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The platform repo froze its WIT contract at v1.0 and a matching update is required here so the orchestrator-llm component links against the same package version the hub provides at runtime. The wit/world.wit copy in this repo is a byte-for-byte mirror of fai/platform :: wit/world.wit. Once the planned fai-module-sdk crate ships, the mirror disappears — modules will pull WIT bindings transitively through the SDK. Bumps the module patch version 0.2.0 -> 0.2.1. Signed-off-by: flemming-it --- Cargo.toml | 2 +- wit/world.wit | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5964172..6414e9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ [package] name = "orchestrator_llm" -version = "0.2.0" +version = "0.2.1" edition = "2024" authors = ["Dr. Stefan Flemming "] license = "Apache-2.0" diff --git a/wit/world.wit b/wit/world.wit index 3b6b15a..d7e1a68 100644 --- a/wit/world.wit +++ b/wit/world.wit @@ -1,4 +1,11 @@ -package fai:platform@0.1.0; +// Mirror of the platform's frozen WIT contract. +// +// Source of truth: fai/platform :: wit/world.wit (frozen at v1.0). +// This file will be replaced by a transitive include of the +// fai-module-sdk crate once it ships. Until then: keep in sync +// byte-for-byte with the platform copy. + +package fai:platform@1.0.0; /// Types that flow between the host (hub) and modules. interface types {