docs: old product name F∆I Platform -> Ch∆In + contact chain@flemming.ai
Some checks failed
Security / Security check (push) Failing after 1s
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:
parent
9c0d461fb7
commit
75a4b2b306
8 changed files with 8 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# F∆I Platform — commit-msg hook.
|
# Ch∆In — commit-msg hook.
|
||||||
# Validates the commit message: Conventional Commits subject, DCO
|
# Validates the commit message: Conventional Commits subject, DCO
|
||||||
# sign-off, no Claude co-author trailer, no banned phrases.
|
# sign-off, no Claude co-author trailer, no banned phrases.
|
||||||
exec "$(git rev-parse --show-toplevel)/tools/security/check-staged.sh" message "$1"
|
exec "$(git rev-parse --show-toplevel)/tools/security/check-staged.sh" message "$1"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/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).
|
# Activated via `tools/install-hooks.sh` (sets core.hooksPath=.githooks).
|
||||||
# Scans staged files for secrets, banned phrases, forbidden filenames.
|
# Scans staged files for secrets, banned phrases, forbidden filenames.
|
||||||
# Same script runs in Forgejo CI — see .forgejo/workflows/ci.yml.
|
# Same script runs in Forgejo CI — see .forgejo/workflows/ci.yml.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# fai_client_sdk (Dart)
|
# 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
|
(Tier-2 generic GUI) and any Tier-3 Dart/Flutter domain app
|
||||||
that wants to talk to a running `fai serve`.
|
that wants to talk to a running `fai serve`.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
/// gRPC client for the F∆I Platform hub.
|
/// gRPC client for the Ch∆In hub.
|
||||||
///
|
///
|
||||||
/// Provides a typed Dart wrapper around the hub's gRPC services
|
/// Provides a typed Dart wrapper around the hub's gRPC services
|
||||||
/// (Hub, HubAdmin) defined in `fai/platform`'s `proto/fai/v1/`
|
/// (Hub, HubAdmin) defined in `fai/platform`'s `proto/fai/v1/`
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
name: fai_client_sdk
|
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
|
version: 0.18.0
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
repository: https://git.flemming.ai/fai/client-sdk-dart
|
repository: https://git.flemming.ai/fai/client-sdk-dart
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/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
|
# Points git at the versioned `.githooks/` directory so pre-commit and
|
||||||
# commit-msg checks run on every commit (including amends and rebases).
|
# commit-msg checks run on every commit (including amends and rebases).
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/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.
|
# Runs from .githooks/pre-commit, .githooks/commit-msg, and Forgejo CI.
|
||||||
#
|
#
|
||||||
# Modes:
|
# Modes:
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/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,
|
# Spins up an isolated tempdir per scenario, stages a tripwire,
|
||||||
# and asserts the security script either passes or fails with the
|
# and asserts the security script either passes or fails with the
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue