Scrub commercial-tier framing from public docs and templates#25
Merged
Conversation
Removes the 'paid team layer' / 'hosted SaaS' / 'hosted product' framing that lived in TaskBound's public surface. The framing was an internal prompting lever; it doesn't belong on the README, in committed docs, or in user-facing issue templates. Deleted: - docs/TEAM_VALIDATION_PLAYBOOK.md (whole doc was paid-tier validation evidence collection) - .github/ISSUE_TEMPLATE/team-pilot.yml (template asked for 'Interested in a paid pilot' and described the field as helping validate whether a paid team layer should exist) Edited: - README: removed the 'Team Pilots' section that announced 'validating the team layer before building a SaaS product' - docs/INSTALL.md: removed the 'paid-layer validation gate' paragraph and the trailing paragraph that referenced 'hosted product' - test/adoption-docs.test.mjs: dropped assertions that pinned the deleted TEAM_VALIDATION_PLAYBOOK.md references Verification: 27/27 tests passing (was 27 — no test loss; the dropped assertions were within a single test that still passes on what remains).
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.
Removes the 'paid team layer' / 'hosted SaaS' / 'hosted product' framing from TaskBound's public surface. Internal prompting lever; not appropriate on the public README, in committed docs, or in user-facing issue templates.
Deleted
docs/TEAM_VALIDATION_PLAYBOOK.md— whole doc was paid-tier validation evidence collection.github/ISSUE_TEMPLATE/team-pilot.yml— asked for 'Interested in a paid pilot' and framed the field as helping validate whether a paid team layer should existEdited
Verification
npm test— 27/27 passing