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
0f93d90963
commit
c27bb29ba0
5 changed files with 5 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
#
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue