refactor(brand): rename F∆I -> Ch∆In + hub binary fai -> chain
Some checks failed
Security / Security check (push) Failing after 2s
Some checks failed
Security / Security check (push) Failing after 2s
Studio follows the platform rename: product branding F∆I -> Ch∆In in UI strings, command examples fai -> chain, and — critically — the spawned hub binary path ~/.fai/bin/fai -> ~/.fai/bin/chain so Studio launches the renamed binary. The fai_* Dart identifiers (FaiLog, widget files, the generated SDK) stay = vendor/internal namespace. flutter analyze: no issues. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
a0007b9178
commit
7ff4fda2a3
36 changed files with 141 additions and 141 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Architektur in einem Absatz
|
||||
|
||||
F∆I hat drei Konzepte, die dir überall begegnen: **Hub**,
|
||||
Ch∆In hat drei Konzepte, die dir überall begegnen: **Hub**,
|
||||
**Modul**, **Flow**.
|
||||
|
||||
**Der Hub** ist ein einzelnes Rust-Binary namens `fai`. Er
|
||||
|
|
@ -42,7 +42,7 @@ Studio ──gRPC──▶ Hub ──lädt──▶ Modul (WASM)
|
|||
Module sind WASM-Komponenten, in-process geladen.
|
||||
- Keine externe Datenbank. SQLite kommt mit dem Hub.
|
||||
- Keine Hintergrunddienste. Ein Prozess; Neustart per
|
||||
`fai daemon restart` — siehe Diagnose → Daemon-Steuerung.
|
||||
`chain daemon restart` — siehe Diagnose → Daemon-Steuerung.
|
||||
|
||||
## Wo es in dieser App weitergeht
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue