docs: add entitlement tier boundaries proposal#2144
Open
Conversation
Defines clear capability boundaries for all four tiers (PRE_ONBOARD, PLG, FREE_TRIAL, PAID) — focusing on PLG vs FREE_TRIAL differentiation including site count and audit run quotas. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Callers should migrate to entitlement.getTier() === Entitlement.TIERS.PLG directly once PLG tier is live in production. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
This PR will trigger no release when merged. |
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
docs/tier_boundaries_proposal.md— a design proposal defining clear, non-overlapping capability boundaries for all four entitlement tiers:PRE_ONBOARD,PLG,FREE_TRIAL, andPAIDisSummitPlgEnabled = true(PLG-specific summit UX) — via a transitional shim scheduled for removal:getIsSummitPlgEnabled()inutils.jsis a temporary compatibility function equivalent toentitlement.getTier() === Entitlement.TIERS.PLG; once PLG is live, all callers should migrate to a direct tier check and the function deletedTrialUserlifecycle tracking (different acquisition motion)max_enrolled_sitesquota — PLG orgs capped at N sites (proposed: 1)max_audit_runs_per_dayquota — on-demand audit triggers capped per site per day (proposed: 3); scheduled worker runs unaffected🤖 Generated with Claude Code