docs: old product name F∆I Platform -> Ch∆In + contact chain@flemming.ai
Some checks failed
Security / Security check (push) Failing after 1s

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 <stefan.a.flemming@googlemail.com>
This commit is contained in:
flemming-it 2026-06-16 10:14:33 +02:00
parent 9c0d461fb7
commit 75a4b2b306
8 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# F∆I Platform — commit-msg hook.
# Ch∆In — commit-msg hook.
# Validates the commit message: Conventional Commits subject, DCO
# sign-off, no Claude co-author trailer, no banned phrases.
exec "$(git rev-parse --show-toplevel)/tools/security/check-staged.sh" message "$1"

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# F∆I Platform — pre-commit hook.
# Ch∆In — pre-commit hook.
# Activated via `tools/install-hooks.sh` (sets core.hooksPath=.githooks).
# Scans staged files for secrets, banned phrases, forbidden filenames.
# Same script runs in Forgejo CI — see .forgejo/workflows/ci.yml.

View file

@ -1,6 +1,6 @@
# fai_client_sdk (Dart)
gRPC client SDK for the F∆I Platform hub. Used by F∆I Studio
gRPC client SDK for the Ch∆In hub. Used by F∆I Studio
(Tier-2 generic GUI) and any Tier-3 Dart/Flutter domain app
that wants to talk to a running `fai serve`.

View file

@ -1,4 +1,4 @@
/// gRPC client for the FI Platform hub.
/// gRPC client for the ChIn hub.
///
/// Provides a typed Dart wrapper around the hub's gRPC services
/// (Hub, HubAdmin) defined in `fai/platform`'s `proto/fai/v1/`

View file

@ -1,5 +1,5 @@
name: fai_client_sdk
description: gRPC client SDK for the F∆I Platform hub. Used by F∆I Studio and Tier-3 domain apps.
description: gRPC client SDK for the Ch∆In hub. Used by F∆I Studio and Tier-3 domain apps.
version: 0.18.0
publish_to: 'none'
repository: https://git.flemming.ai/fai/client-sdk-dart

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# F∆I Platform — one-time hook activation for this clone.
# Ch∆In — one-time hook activation for this clone.
# Points git at the versioned `.githooks/` directory so pre-commit and
# commit-msg checks run on every commit (including amends and rebases).
#

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# F∆I Platform — staged-content security check.
# Ch∆In — staged-content security check.
# Runs from .githooks/pre-commit, .githooks/commit-msg, and Forgejo CI.
#
# Modes:

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# F∆I Platform — smoke tests for `tools/security/check-staged.sh`.
# Ch∆In — smoke tests for `tools/security/check-staged.sh`.
#
# Spins up an isolated tempdir per scenario, stages a tripwire,
# and asserts the security script either passes or fails with the