docs: restructure architecture docs and add GitHub external auth config - #180
Merged
Merged
Conversation
Contributor
|
| Filename | Overview |
|---|---|
| docs/architecture/openflows-system-architecture.md | Adds the authoritative system-wide architecture and routes readers to subsystem deep dives. |
| docs/architecture/openflows-controller.md | Adds the controller architecture, lifecycle, reconciliation, and orchestration design. |
| docs/architecture/openflows-redis-shared-store.md | Documents shared-state keys, tenancy, durability, and coordination contracts. |
| docs/architecture/openflows-worker-workspace.md | Documents worker provisioning, bootstrap, hooks, and workspace lifecycle. |
| docs/architecture/openflows-a2a-relay.md | Documents delegated verification, relay behavior, and persistence invariants. |
| docker-compose.yml | Adds configurable Coder GitHub App external-auth environment variables. |
| .env.example | Adds setup guidance and example variables for GitHub App external authentication. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart LR
README[README and quick-start guides] --> System[System architecture]
System --> Controller[Controller]
System --> Store[Redis SharedStore]
System --> Workspace[Worker workspace]
System --> Relay[A2A relay]
Compose[Docker Compose] --> Coder[Coder]
ExternalAuth[GitHub App external auth] --> Coder
Reviews (4): Last reviewed commit: "docs: repair dangling links after archit..." | Re-trigger Greptile
Christiantyemele
pushed a commit
that referenced
this pull request
Sep 3, 2026
Replace references to deleted docs (AGENT_BOOTSTRAP, ORCHESTRATOR, a2a-verification, vessel-agent, coder-compatibility, extending, governance, tenancy, OpenFlows_Coder_Integrated_Architecture, openflows-control-decisions) with the surviving openflows-* architecture docs, per review feedback on PR #180.
added 2 commits
September 3, 2026 12:12
Replace legacy/stale architecture documents with openflows-specific ones (a2a relay, controller, redis shared store, system architecture, worker workspace) and their assets. Update .env.example and docker-compose for GitHub App external auth, bump orchestration version to 1.2.1.
Replace references to deleted docs (AGENT_BOOTSTRAP, ORCHESTRATOR, a2a-verification, vessel-agent, coder-compatibility, extending, governance, tenancy, OpenFlows_Coder_Integrated_Architecture, openflows-control-decisions) with the surviving openflows-* architecture docs, per review feedback on PR #180.
Christiantyemele
force-pushed
the
docs/restructure-architecture-docs
branch
from
September 3, 2026 11:14
ba41eda to
07cf801
Compare
Nexus-AgentFlow
approved these changes
Sep 3, 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.
Summary
Restructures the documentation set, replacing legacy/stale architecture documents with openflows-specific ones, and adds GitHub App external auth configuration.
Changes
docs/architecture/openflows-a2a-relay.mddocs/architecture/openflows-controller.mddocs/architecture/openflows-redis-shared-store.mddocs/architecture/openflows-system-architecture.mddocs/architecture/openflows-worker-workspace.mdassets/.env.exampleanddocker-compose.yml1.2.1