Skip to content

docs: add v4 architecture page under Meet Aileron#831

Merged
ALRubinger merged 1 commit into
mainfrom
worktree-pp-wrap-discussion
May 22, 2026
Merged

docs: add v4 architecture page under Meet Aileron#831
ALRubinger merged 1 commit into
mainfrom
worktree-pp-wrap-discussion

Conversation

@ALRubinger
Copy link
Copy Markdown
Owner

Summary

  • New docs page at /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.
  • New MermaidDiagram Svelte component at src/lib/components/ui/mermaid-diagram.svelte. Loads mermaid dynamically inside onMount (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.
  • Adds mermaid ^11.4.1 as a runtime dependency in docs/package.json.
  • Adds the v4 entry to sidebar navigation under "Meet Aileron".

Test plan

  • task build:docs completes successfully; /meet-aileron/v4/index.html is in the build output.
  • Run pnpm dev from docs/ and visit http://localhost:4321/meet-aileron/v4/ to verify all six mermaid diagrams render (steady-state, startup sequence, action flow, v4 / v4.x / v5 topologies).
  • Sidebar shows the new "v4" entry under Meet Aileron.
  • Page renders in both light and dark mode without layout issues.

🤖 Generated with Claude Code

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>
@railway-app railway-app Bot temporarily deployed to aileron / aileron-pr-831 May 22, 2026 08:17 Destroyed
@railway-app
Copy link
Copy Markdown

railway-app Bot commented May 22, 2026

🚅 Deployed to the aileron-pr-831 environment in aileron

Service Status Web Updated (UTC)
docs ✅ Success (View Logs) Web May 22, 2026 at 8:18 am

@codecov
Copy link
Copy Markdown

codecov Bot commented May 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.59%. Comparing base (1947bac) to head (16ebff3).
✅ All tests successful. No failed tests found.

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     
Flag Coverage Δ
integration 8.79% <ø> (ø)
unit 77.72% <ø> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ALRubinger ALRubinger merged commit bd5269d into main May 22, 2026
16 checks passed
@ALRubinger ALRubinger deleted the worktree-pp-wrap-discussion branch May 22, 2026 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant