-
Notifications
You must be signed in to change notification settings - Fork 1.1k
chore(docs): standardize "AIBridge" to "AI Bridge" in documentation #20831
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… CLI, and API definitions.
dannykopping
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My OCD thanks you so much ❤️
|
@matifali tests are failing; will re-review once those are fixed. |
|
Tests are fine now, but do take another look. |
|
Would love to add a lint rule to prevent this from happening in the future. |
mtojek
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Go 👍
|
Hi, just pushed another change in |
2de0df0 to
f260c3f
Compare
- Update references from "AIBridge" to "AI Bridge" across various files - Ensure consistent naming in documentation, code comments, and identifiers
f260c3f to
109399c
Compare
mtojek
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 👍
Assisted by Google AntiGravity
Walkthrough
Walkthrough – Replace "AIBridge" with "AI Bridge"
I have replaced "AIBridge" with "AI Bridge" in all public-facing content, including CLI help text and API documentation.
Changes
CLI Help Text
Updated the short description for the
aibridgeandinterceptionscommands inenterprise/cli/aibridge.go.API Documentation
Updated the Swagger annotations in
enterprise/coderd/aibridge.goto use "AI Bridge" in the summary and tags.
Documentation Generation Logic
Modified
scripts/apidocgen/postprocess/main.goto strip spaces from filenames.
This ensures that the "AI Bridge" tag generates a file named
aibridge.mdinstead ofai bridge.md.Generated Documentation
Regenerated the CLI and API documentation using
make gen.This updated the following files:
docs/reference/cli/aibridge.mddocs/reference/cli/aibridge_interceptions.mddocs/reference/cli/aibridge_interceptions_list.mddocs/reference/api/aibridge.mdVerification Results
Automated Verification
make gen,make fmt, andmake lintto ensure all changes are valid and consistent.Manual Verification
docs/reference/cli/aibridge.mdand confirmed it now says "Manage AI Bridge."docs/reference/api/aibridge.mdand confirmed:docs/reference/api/ai bridge.mddoes not exist.