docs: align agent UID wording + terminology + style guide#168
Open
rachaelrenk wants to merge 2 commits into
Open
docs: align agent UID wording + terminology + style guide#168rachaelrenk wants to merge 2 commits into
rachaelrenk wants to merge 2 commits into
Conversation
Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
I'm starting a first review of this pull request. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
Contributor
There was a problem hiding this comment.
Overview
This PR updates the agent_identity_uid OpenAPI description to use cloud agent terminology while noting that the field name is legacy and applies only to team-owned runs.
Concerns
- No blocking concerns found.
Verdict
Found: 0 critical, 0 important, 0 suggestions
Approve
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
Co-Authored-By: Oz <oz-agent@warp.dev>
hongyi-chen
approved these changes
Jun 1, 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
agent_identity_uidOpenAPI description to use cloud agent terminology while preserving the legacy field name.agent identity/agent identitiesto the docsstyle_lintavoided-terminology check while allowing legacy API identifiers in code spans and code blocks.AGENTS.md,.agents/references/terminology.md, and thestyle_lintskill docs.Validation
git diff --checkpassed.python3 -m py_compile .agents/skills/style_lint/style_lint.pypassed.agent identity/agent identitiesis flagged; inline-codeagent_identity_uidand/agent/identitiesare ignored.python3 .agents/skills/style_lint/style_lint.py --changedran successfully. It reports 8 existing warnings on PR docs: cover Personal / Team / Agent API key types #143’s changed docs files: 7header-casewarnings and 1ui-backtickwarning; noagent identityfindings.npm run typecheckpassed earlier with 0 errors.npm run buildpassed earlier; 333 pages built.npm run lintattempted but could not run becausetrunkis not installed in this shell (sh: trunk: command not found).agent_identity_uidfield name.Conversation: https://staging.warp.dev/conversation/f40611ff-88ce-479a-89da-430038d6a148
Co-Authored-By: Oz oz-agent@warp.dev