Document organization entitlements command - #507
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
Risk Assessment: Very Low
This PR is documentation-only. The diff touches two Mintlify MDX files (reference/cli.mdx, reference/cli/org.mdx): it retitles the Organization CLI card and documents the read-only kernel org entitlements command plus JSON/null-means-unlimited semantics.
- Codepaths / blast radius: Public docs copy only. No application code, APIs, auth, billing, config, or infrastructure.
- Complexity: Small, local Markdown/MDX edits (~23 additions / 4 deletions).
- Operational / security impact: None. Docs do not change product behavior.
- CODEOWNERS: No CODEOWNERS file in this repo; no ownership gate blocking approval.
Decision: Approve. Very Low risk, not previously approved.
Sent by Cursor Automation: Assign PR reviewers
masnwilliams
left a comment
There was a problem hiding this comment.
reviewed the full diff for structural complexity, abstraction quality, maintainability, documentation accuracy, and consistency with the CLI implementation and API schema. no actionable findings.


What
kernel org entitlementsand its JSON outputnullin JSON and mean unlimitedWhy
CLI PR kernel/cli#232 adds the read-only entitlements command. The public CLI reference currently documents only
kernel org limits, so users and agents would not discover the new command from the docs site.The generated API reference already documents
GET /org/entitlements; this PR only adds the missing CLI guidance and does not duplicate the API schema.How
The existing
reference/cli/orgpage remains the single Organization reference. It now distinguishes the read-only effective entitlement projection from the mutable limits commands. No new navigation entry or page hierarchy is needed.Verification
Before:
After:
npx --yes mint broken-linkspasses with no broken linksmint dev --port 3102starts successfully/reference/cli/orgrenders the entitlements command, unlimited semantics, and existing limits documentation/reference/clirenders the updated Organization cardjq empty docs.jsonandgit diff --checkpassDependency
Merge after kernel/cli#232, so the public docs do not advertise an unreleased command.
KERNEL-1713
Note
Low Risk
Documentation-only changes with no runtime, API, or security impact.
Overview
Updates the public CLI reference so the Organization docs match the new read-only
kernel org entitlementscommand (CLI PR kernel/cli#232).The
reference/cli/orgpage is retitled from "Organization Limits" to Organization and now leads withkernel org entitlements, including--output json, guidance to use effective values (plan, trial, billing, overrides) instead of inferring from plan name, and thatnulllimits mean unlimited. Existingkernel org limitsget/set content stays, with a note that entitlements are read-only and limits remain mutable viakernel org limits set.The
reference/clilanding card is updated to point at the broader Organization page and mention entitlements plus concurrency limits.Reviewed by Cursor Bugbot for commit b66da70. Bugbot is set up for automated code reviews on this repo. Configure here.