From cd4457310b4580f6c0941e652b28fd412a3b447f Mon Sep 17 00:00:00 2001 From: flemming-it Date: Tue, 16 Jun 2026 10:14:27 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20old=20product=20name=20F=E2=88=86I=20Pl?= =?UTF-8?q?atform=20->=20Ch=E2=88=86In=20+=20contact=20chain@flemming.ai?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The old 'F∆I Platform' product name and platform@flemming.ai contact survived in docs/NOTICE/descriptions/help text; the product is Ch∆In and the contact is chain@flemming.ai. Generic 'cross-platform/platform-native' left untouched. Signed-off-by: flemming-it --- Cargo.toml | 2 +- NOTICE | 2 +- README.md | 4 ++-- crates/fai-module-sdk/Cargo.toml | 2 +- crates/fai-module-sdk/src/lib.rs | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0ff0a0d..0d18009 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ [workspace.package] version = "0.1.2" edition = "2024" -authors = ["Dr. Stefan Flemming "] +authors = ["Dr. Stefan Flemming "] license = "Apache-2.0" repository = "https://git.flemming.ai/fai/module-sdk-rust" homepage = "https://flemming.ai/" diff --git a/NOTICE b/NOTICE index 016b4eb..7e8c854 100644 --- a/NOTICE +++ b/NOTICE @@ -4,7 +4,7 @@ Copyright 2026 Flemming.AI This product includes software developed by Dr. Stefan Flemming and contributors (https://flemming.ai/). -This SDK ships a copy of the WIT contract owned by F∆I Platform +This SDK ships a copy of the WIT contract owned by Ch∆In (`fai/platform`, frozen at v1.0). The mirror is verified by a SHA-256 snapshot test and updated only in lockstep with the upstream contract. diff --git a/README.md b/README.md index c5e05cc..06792d3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # fai-module-sdk -Stable, ergonomic Rust surface for writing F∆I Platform modules. +Stable, ergonomic Rust surface for writing Ch∆In modules. A module written against this crate looks like: @@ -55,5 +55,5 @@ two ever drift, CI fails. Apache-2.0. See `LICENSE`. -Author: Dr. Stefan Flemming, Flemming.AI +Author: Dr. Stefan Flemming, Flemming.AI Repository: https://git.flemming.ai/fai/module-sdk-rust diff --git a/crates/fai-module-sdk/Cargo.toml b/crates/fai-module-sdk/Cargo.toml index 571d752..426be17 100644 --- a/crates/fai-module-sdk/Cargo.toml +++ b/crates/fai-module-sdk/Cargo.toml @@ -7,7 +7,7 @@ license.workspace = true repository.workspace = true homepage.workspace = true rust-version.workspace = true -description = "Stable, ergonomic surface for writing F∆I Platform modules in Rust" +description = "Stable, ergonomic surface for writing Ch∆In modules in Rust" [dependencies] fai-module-sdk-macros = { path = "../fai-module-sdk-macros" } diff --git a/crates/fai-module-sdk/src/lib.rs b/crates/fai-module-sdk/src/lib.rs index 67862e1..d2b694d 100644 --- a/crates/fai-module-sdk/src/lib.rs +++ b/crates/fai-module-sdk/src/lib.rs @@ -1,4 +1,4 @@ -//! Ergonomic Rust surface for writing F∆I Platform modules. +//! Ergonomic Rust surface for writing Ch∆In modules. //! //! A module written against this crate looks like: //!