chore: finish fai->chain naming in README, repository URL, macro internals
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 1s

README still documented the crate as fai-module-sdk with a
fai_module_sdk::prelude import; the workspace repository field
pointed at the pre-rename module-sdk-rust URL; the #[fai_module]
expansion used a __fai_module_sdk_internal hygiene module. All
three now carry the chain-module-sdk name. Also note the WIT
contract is chain:platform@1.1 (additive emit-event on the
frozen 1.0 base) and document ctx.emit in the surface table.

Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
flemming-it 2026-07-07 13:43:09 +02:00
parent f32dc820b9
commit 5cbdb5324e
3 changed files with 14 additions and 13 deletions

View file

@ -10,7 +10,7 @@ version = "0.1.2"
edition = "2024"
authors = ["Dr. Stefan Flemming <chain@flemming.ai>"]
license = "Apache-2.0"
repository = "https://git.flemming.ai/fai/module-sdk-rust"
repository = "https://git.flemming.ai/fai/chain-module-sdk-rust"
homepage = "https://flemming.ai/"
rust-version = "1.85"