🔧 Add site/ to .gitignore (mkdocs build output)
Some checks failed
Build and Deploy Docs / build-and-deploy (push) Has been cancelled

This commit is contained in:
Apple
2026-01-10 07:57:47 -08:00
parent fb4f4a16d5
commit eed1e30aca
385 changed files with 1 additions and 369105 deletions

View File

@@ -1,18 +0,0 @@
```mermaid
flowchart TD
A[User visits DAARION.city] --> B{Login method}
B -->|Email OTP| C[Create/Activate DAIS Identity]
B -->|Magic Link| C
B -->|Web3 Wallet (SIWE)| C
C --> D[Create Agent (home_microdao = DAARION)]
D --> E[Agent Console]
E --> F{Become Orchestrator?}
F -->|Yes| G[Check Access Conditions (wallet, tokens)]
G -->|Pass| H[agent.promoted_to_orchestrator]
H --> I[MicroDAO Creation Wizard]
I --> J[microdao.created]
J --> K[NODE REGISTRATION]
K --> L[node.registered]
L --> M[MicroDAO Operational]
```