docs: add Trident Architecture content with mermaid diagrams#678
Open
bfjelds wants to merge 5 commits into
Open
docs: add Trident Architecture content with mermaid diagrams#678bfjelds wants to merge 5 commits into
bfjelds wants to merge 5 commits into
Conversation
Replace empty placeholder (internal ADO work item link only) with comprehensive architecture documentation covering execution modes, engine design, subsystem lifecycle (prepare/provision/configure), storage pipeline, A/B update mechanism, gRPC server, datastore, COSI image format, commands reference, and design principles. Includes 8 mermaid diagrams: overview flow, execution modes, servicing type selection, subsystem lifecycle, storage pipeline, A/B update sequence, gRPC server, and end-to-end data flow. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
bfjelds
added a commit
that referenced
this pull request
Jun 8, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…nd get kinds Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Went from 11 tools to full inventory grouped by category: Storage & Partitioning, Encryption & Integrity, Boot, System & Device Management, and OS Configuration. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR replaces the placeholder Trident-Architecture.md with comprehensive Trident architecture documentation, covering execution modes, engine lifecycle, subsystem responsibilities, and key servicing workflows, with multiple Mermaid diagrams to illustrate system flow and update behavior.
Changes:
- Adds an end-to-end architectural overview (engine, datastore, subsystems) with Mermaid flow/sequence diagrams.
- Documents core servicing workflows (install/update/commit/rollback/diagnose/stream-disk) and the A/B update mechanism.
- Adds reference-oriented sections on COSI, gRPC server behavior, datastore usage, and Host Configuration structure.
- Fix broken anchor #ab-updates -> #ab-update to match Glossary heading - Fix management_os -> managementOs to match JSON schema (camelCase) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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
Replaces the empty
Explanation/Trident-Architecture.mdplaceholder (which only contained an internal ADO work item link in an HTML comment) with comprehensive architecture documentation.Incorporates and expands on content from the earlier #264 attempt.
Content
Includes 8 mermaid diagrams throughout the document.