refactor: generate OpenAPI JSON and docs.json - #5650
Merged
Merged
Conversation
Contributor
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe API documentation navigation now covers categorized inference, integration, platform, governance, and deprecated endpoints. The OpenAPI specification repositions legacy audit-log route declarations and retains their existing references. ChangesAPI Documentation and Governance
Estimated code review effort: 4 (Complex) | ~45 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 2 | ❌ 3❌ Failed checks (3 warnings)
✅ Passed checks (2 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Contributor
Author
impoiler
force-pushed
the
07-29-refactor_api_structure
branch
2 times, most recently
from
July 29, 2026 10:03
63d8af6 to
701e3e8
Compare
18 tasks
impoiler
force-pushed
the
07-29-refactor_api_structure
branch
10 times, most recently
from
August 4, 2026 09:32
642c4ea to
78e9abe
Compare
18 tasks
impoiler
force-pushed
the
07-29-refactor_api_structure
branch
from
August 4, 2026 09:43
78e9abe to
1354ca8
Compare
impoiler
force-pushed
the
graphite-base/5650
branch
from
August 4, 2026 09:43
8665274 to
054f389
Compare
impoiler
changed the base branch from
graphite-base/5650
to
08-04-feat_adds_missing_endpoints_to_e2e_api_tests
August 4, 2026 09:43
impoiler
force-pushed
the
07-29-refactor_api_structure
branch
2 times, most recently
from
August 4, 2026 10:31
466edac to
4fffa62
Compare
impoiler
changed the base branch from
08-04-feat_adds_missing_endpoints_to_e2e_api_tests
to
graphite-base/5650
August 4, 2026 10:48
impoiler
force-pushed
the
07-29-refactor_api_structure
branch
from
August 4, 2026 10:48
b8fa7be to
3821d51
Compare
impoiler
changed the base branch from
graphite-base/5650
to
08-04-docs_governance_api_migration_guide
August 4, 2026 10:48
This was referenced Aug 4, 2026
impoiler
force-pushed
the
07-29-refactor_api_structure
branch
from
August 7, 2026 11:28
70381ee to
8e31366
Compare
impoiler
force-pushed
the
08-04-docs_governance_api_migration_guide
branch
from
August 7, 2026 11:28
6a574ef to
2f5c167
Compare
impoiler
force-pushed
the
07-29-refactor_api_structure
branch
from
August 10, 2026 03:37
8e31366 to
77436aa
Compare
impoiler
force-pushed
the
08-04-docs_governance_api_migration_guide
branch
from
August 10, 2026 03:37
2f5c167 to
4103a5f
Compare
impoiler
force-pushed
the
07-29-refactor_api_structure
branch
from
August 10, 2026 07:56
77436aa to
7983237
Compare
impoiler
force-pushed
the
08-04-docs_governance_api_migration_guide
branch
from
August 10, 2026 07:56
4103a5f to
72d6a1a
Compare
18 tasks
impoiler
force-pushed
the
08-04-docs_governance_api_migration_guide
branch
from
August 10, 2026 12:48
72d6a1a to
8c67b4f
Compare
impoiler
force-pushed
the
07-29-refactor_api_structure
branch
2 times, most recently
from
August 10, 2026 13:29
ad97b5a to
8a5147f
Compare
impoiler
force-pushed
the
08-04-docs_governance_api_migration_guide
branch
from
August 10, 2026 13:29
8c67b4f to
73a9a9a
Compare
impoiler
force-pushed
the
07-29-refactor_api_structure
branch
2 times, most recently
from
August 10, 2026 17:51
8a5147f to
3f10187
Compare
impoiler
force-pushed
the
08-04-docs_governance_api_migration_guide
branch
2 times, most recently
from
August 11, 2026 04:20
34b6a3f to
afdddb7
Compare
impoiler
force-pushed
the
07-29-refactor_api_structure
branch
from
August 11, 2026 04:20
3f10187 to
943dbee
Compare
Contributor
|
Note GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer. |
Contributor
Merge activity
|
akshaydeo
changed the base branch from
08-04-docs_governance_api_migration_guide
to
graphite-base/5650
August 11, 2026 07:05
akshaydeo
dismissed
coderabbitai[bot]’s stale review
August 11, 2026 07:05
The base branch was changed.
akshaydeo
force-pushed
the
07-29-refactor_api_structure
branch
from
August 11, 2026 07:06
943dbee to
fe0f733
Compare
akshaydeo
pushed a commit
that referenced
this pull request
Aug 13, 2026
## Summary Briefly explain the purpose of this PR and the problem it solves. ## Changes - What was changed and why - Any notable design decisions or trade-offs ## Type of change - [ ] Bug fix - [ ] Feature - [ ] Refactor - [ ] Documentation - [ ] Chore/CI ## Affected areas - [ ] Core (Go) - [ ] Transports (HTTP) - [ ] Providers/Integrations - [ ] Plugins - [ ] UI (React) - [ ] Docs ## How to test Describe the steps to validate this change. Include commands and expected outcomes. ```sh # Core/Transports go version go test ./... # UI cd ui pnpm i || npm i pnpm test || npm test pnpm build || npm run build ``` If adding new configs or environment variables, document them here. ## Screenshots/Recordings If UI changes, add before/after screenshots or short clips. ## Breaking changes - [ ] Yes - [ ] No If yes, describe impact and migration instructions. ## Related issues Link related issues and discussions. Example: Closes #123 ## Security considerations Note any security implications (auth, secrets, PII, sandboxing, etc.). ## Checklist - [ ] I read `docs/contributing/README.md` and followed the guidelines - [ ] I added/updated tests where appropriate - [ ] I updated documentation where needed - [ ] I verified builds succeed (Go and UI) - [ ] I verified the CI pipeline passes locally if applicable
akshaydeo
pushed a commit
that referenced
this pull request
Aug 13, 2026
## Summary Briefly explain the purpose of this PR and the problem it solves. ## Changes - What was changed and why - Any notable design decisions or trade-offs ## Type of change - [ ] Bug fix - [ ] Feature - [ ] Refactor - [ ] Documentation - [ ] Chore/CI ## Affected areas - [ ] Core (Go) - [ ] Transports (HTTP) - [ ] Providers/Integrations - [ ] Plugins - [ ] UI (React) - [ ] Docs ## How to test Describe the steps to validate this change. Include commands and expected outcomes. ```sh # Core/Transports go version go test ./... # UI cd ui pnpm i || npm i pnpm test || npm test pnpm build || npm run build ``` If adding new configs or environment variables, document them here. ## Screenshots/Recordings If UI changes, add before/after screenshots or short clips. ## Breaking changes - [ ] Yes - [ ] No If yes, describe impact and migration instructions. ## Related issues Link related issues and discussions. Example: Closes #123 ## Security considerations Note any security implications (auth, secrets, PII, sandboxing, etc.). ## Checklist - [ ] I read `docs/contributing/README.md` and followed the guidelines - [ ] I added/updated tests where appropriate - [ ] I updated documentation where needed - [ ] I verified builds succeed (Go and UI) - [ ] I verified the CI pipeline passes locally if applicable
akshaydeo
pushed a commit
that referenced
this pull request
Aug 14, 2026
## Summary Briefly explain the purpose of this PR and the problem it solves. ## Changes - What was changed and why - Any notable design decisions or trade-offs ## Type of change - [ ] Bug fix - [ ] Feature - [ ] Refactor - [ ] Documentation - [ ] Chore/CI ## Affected areas - [ ] Core (Go) - [ ] Transports (HTTP) - [ ] Providers/Integrations - [ ] Plugins - [ ] UI (React) - [ ] Docs ## How to test Describe the steps to validate this change. Include commands and expected outcomes. ```sh # Core/Transports go version go test ./... # UI cd ui pnpm i || npm i pnpm test || npm test pnpm build || npm run build ``` If adding new configs or environment variables, document them here. ## Screenshots/Recordings If UI changes, add before/after screenshots or short clips. ## Breaking changes - [ ] Yes - [ ] No If yes, describe impact and migration instructions. ## Related issues Link related issues and discussions. Example: Closes #123 ## Security considerations Note any security implications (auth, secrets, PII, sandboxing, etc.). ## Checklist - [ ] I read `docs/contributing/README.md` and followed the guidelines - [ ] I added/updated tests where appropriate - [ ] I updated documentation where needed - [ ] I verified builds succeed (Go and UI) - [ ] I verified the CI pipeline passes locally if applicable
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
Briefly explain the purpose of this PR and the problem it solves.
Changes
Type of change
Affected areas
How to test
Describe the steps to validate this change. Include commands and expected outcomes.
If adding new configs or environment variables, document them here.
Screenshots/Recordings
If UI changes, add before/after screenshots or short clips.
Breaking changes
If yes, describe impact and migration instructions.
Related issues
Link related issues and discussions. Example: Closes #123
Security considerations
Note any security implications (auth, secrets, PII, sandboxing, etc.).
Checklist
docs/contributing/README.mdand followed the guidelines