docs: V2 architecture docs, ADR-0007, local dev guide, code generation workflow#810
Open
markturansky wants to merge 1 commit intomainfrom
Open
docs: V2 architecture docs, ADR-0007, local dev guide, code generation workflow#810markturansky wants to merge 1 commit intomainfrom
markturansky wants to merge 1 commit intomainfrom
Conversation
f38af57 to
5f4eb42
Compare
…eneration workflow - docs/internal/architecture/README.md: add V2 REST/PostgreSQL architecture diagrams and component tables alongside V1 legacy docs - docs/internal/adr/0007-rest-api-postgresql-trex-foundation.md: new ADR documenting the decision to adopt rh-trex-ai + PostgreSQL + generated SDKs + Control Plane - docs/internal/developer/local-development/v2-stack.md: end-to-end guide for running the V2 stack locally (DB → API Server → SDK → CLI → Control Plane) - docs/internal/developer/code-generation.md: TRex Kind generator workflow, field types, plugin anatomy, and SDK regeneration pipeline - components/ambient-api-server/README.md: full rewrite with architecture diagram, quick start, plugin system, and environment system - components/ambient-control-plane/README.md: new README covering operating modes, all env vars, package layout, and key behaviors - components/architecture.md: add code generation pipeline diagram and CLI to V2 diagram - docs/internal/deployment/README.md: add V2 component table, secrets config, health checks, and logs for ambient-api-server - docs/internal/adr/README.md: add ADR-0007 to index 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
5f4eb42 to
95a6092
Compare
Merge Readiness — Blockers Found
|
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
docs/internal/architecture/README.mdandcomponents/architecture.mdwith Mermaid diagrams covering the full TRex → API → SDK → CLI → Control Plane pipelinedocs/internal/developer/local-development/v2-stack.md: startup sequence, port map, smoke tests, troubleshooting for the full V2 stackdocs/internal/developer/code-generation.md: TRex Kind generator through SDK regen pipelinecomponents/ambient-api-server/README.md; createdcomponents/ambient-control-plane/README.mddocs/internal/deployment/README.mdwith V2 component table, actual ports from manifests, secrets config, and health/log commandsTest plan
docs/internal/adr/README.mdindexambient-api-server-service.yml: 8000/4433/4434)🤖 Generated with Claude Code