docs: add v4 architecture page under Meet Aileron#831
Merged
Conversation
Adds the v4 execution-layer architecture as a docs page at /meet-aileron/v4/. Introduces a MermaidDiagram Svelte component (client-loaded) so docs pages can embed flowcharts and sequence diagrams; mermaid is added as a runtime dependency. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
🚅 Deployed to the aileron-pr-831 environment in aileron
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #831 +/- ##
==========================================
- Coverage 80.60% 80.59% -0.02%
==========================================
Files 265 265
Lines 27501 27501
==========================================
- Hits 22167 22164 -3
- Misses 3883 3885 +2
- Partials 1451 1452 +1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/meet-aileron/v4/describing the v4 architecture: execution layer for AI-core organizations, unified HTTPS-proxy mediation, vault-centric storage, tiered network policy, and topology evolution across v4 / v4.x / v5.MermaidDiagramSvelte component atsrc/lib/components/ui/mermaid-diagram.svelte. Loads mermaid dynamically insideonMount(kept out of the SSR bundle since mermaid needs DOM globals). Used by the v4 page for the steady-state, startup, action-flow, and three topology diagrams.mermaid^11.4.1 as a runtime dependency indocs/package.json.Test plan
task build:docscompletes successfully;/meet-aileron/v4/index.htmlis in the build output.pnpm devfromdocs/and visithttp://localhost:4321/meet-aileron/v4/to verify all six mermaid diagrams render (steady-state, startup sequence, action flow, v4 / v4.x / v5 topologies).🤖 Generated with Claude Code