Application graph architecture documentation#11634
Merged
brooke-hamilton merged 5 commits intomainfrom Apr 15, 2026
Merged
Conversation
Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new living architecture document for the Application Graph subsystem and wires it into the repo’s architecture-doc index and Copilot guidance.
Changes:
- Add
docs/architecture/application-graph.mddescribing request flow, storage inputs, graph computation, and API/CLI output formats. - Update
docs/architecture/README.mdto include the new document in the index and reading order. - Update
.github/copilot-instructions.mdto point contributors/agents to the architecture-doc index.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/architecture/README.md | Adds the Application Graph doc to the architecture index and recommended reading order. |
| docs/architecture/application-graph.md | New end-to-end architecture write-up for how the application graph is computed and surfaced. |
| .github/copilot-instructions.md | Adds guidance to consult the architecture-doc index before answering subsystem questions/creating diagrams. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
willtsai
approved these changes
Apr 13, 2026
nithyatsu
approved these changes
Apr 14, 2026
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.
Description
Architecture document for the application graph subsystem to
docs/architecture/application-graph.md, in support of the current graph work.The document covers:
rad app graphthrough the CLI SDK, UCP proxy, and Applications RPApplyDeploymentOutput, output resources)apiserver,postgresql,inmemory)computeGraph()algorithm with BFS expansionconnectionsResolver,routesPathResolver,findSourceResource) and the three resolution strategiesApplicationGraphResponse,ApplicationGraphResource,ApplicationGraphConnection,ApplicationGraphOutputResource)Also updates:
docs/architecture/README.md— adds the new page to the index and reading order.github/copilot-instructions.md— adds an Architecture Documentation section pointing agents to this indexType of change
Contributor checklist