From 09c2a8b072d99e1939f7a7536dd9a871cd7e8658 Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Tue, 14 Oct 2025 18:15:26 -0700 Subject: [PATCH] KB: renamed app-routing --- kb/KB.md | 2 +- kb/systems/{routing-architecture.md => app-routing.md} | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) rename kb/systems/{routing-architecture.md => app-routing.md} (97%) diff --git a/kb/KB.md b/kb/KB.md index a8d35e656..6677cc07b 100644 --- a/kb/KB.md +++ b/kb/KB.md @@ -18,7 +18,7 @@ Internal documentation for Big-AGI architecture and systems, for use by AI agent ### Systems Documentation #### Core Platform Systems -- **[routing-architecture.md](systems/routing-architecture.md)** - Next.js routing, provider stack, and display state hierarchy +- **[app-routing.md](systems/app-routing.md)** - Next.js routing, provider stack, and display state hierarchy - **[LLM-parameters-system.md](systems/LLM-parameters-system.md)** - Language model parameter flow across the system ## Guidelines diff --git a/kb/systems/routing-architecture.md b/kb/systems/app-routing.md similarity index 97% rename from kb/systems/routing-architecture.md rename to kb/systems/app-routing.md index 0cca26970..53d5641fe 100644 --- a/kb/systems/routing-architecture.md +++ b/kb/systems/app-routing.md @@ -80,6 +80,8 @@ _app.tsx (Root) | **ErrorBoundary** | Error handling | Catches and displays errors gracefully | | **ProviderBootstrapLogic** | App initialization | • Tiktoken preload
• Model auto-config
• Storage cleanup
• News redirect logic | +For detailed initialization sequence and provider functions, see [app-startup-sequence.md](app-startup-sequence.md), if present. + ## Application Routes ### Primary Apps