Document durable resource lifecycle contracts - #488
Merged
Conversation
Explain profile and proxy renames, extension archive checksums, and the API-key self-delete guard so public conceptual docs match the generated API and current SDKs.
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Risk assessment: Very Low
Verdict: Keep existing approval (risk unchanged)
Re-evaluation after synchronize
This automation previously approved commit e5157a6. Head is now 52dee86 ("Remove incorrect profile rename warning"). Re-assessed from the current full diff vs main.
Evidence (from diff only)
- 4 files changed (+46 / −1), all Mintlify
.mdxdocumentation pages:auth/profiles.mdx— documents profile rename viaprofiles.updateand project-unique names (delta since last approval: removes a<Warning>block only)proxies/overview.mdx— documents proxy rename via ID and non-unique namesbrowsers/extensions.mdx— documents optional SHA-256checksumsemantics and nullabilityinfo/api-keys.mdx— documents that an API key cannot delete itself
- No application code, config, CI, infrastructure, schema, or auth/permission implementation changes
- Diff is documentation prose plus SDK usage examples (TypeScript / Python / Go)
- No CODEOWNERS file found
Why Very Low
Still a small, documentation-only surface with no production logic, shared systems, or infra impact. The follow-up commit only deletes incorrect warning prose; blast radius did not increase.
Action taken
- Risk remains Very Low → approval retained
- Did not re-approve (already approved by this automation)
- Did not dismiss approval (risk did not increase)
Sent by Cursor Automation: Assign PR reviewers
Sayan-
approved these changes
Aug 7, 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
Why
These durable lifecycle contracts are merged and released but were not described precisely enough for operators using the API and SDKs.
Verification
broken-linksgit diff --checkkernel/kernelmergedorigin/mainNote
Low Risk
Docs-only changes with no runtime, auth, or data-path modifications.
Overview
Documentation-only update that spells out operator-facing lifecycle behavior for profiles, proxies, extensions, and API keys—aligned with already-shipped API/SDK behavior.
Adds Rename a profile (
profiles.update) with project-unique names and a warning about renaming while a session still references the old name andsave_changesmay fail to persist. Adds Rename a proxy (proxies.updateby ID) and notes that proxy names are not unique, so updates must use ID when names collide.Extensions metadata now documents optional lowercase hex SHA-256
checksumover uploaded archive bytes (not unpacked/normalized content), and whenchecksummay be null (legacy / repackaged Web Store extensions). API keys get a warning that a key cannot delete itself—use a different credential for delete requests.Reviewed by Cursor Bugbot for commit e5157a6. Bugbot is set up for automated code reviews on this repo. Configure here.