Scrub commercial-tier framing from public surface#39
Merged
Conversation
ScopeTrail is and remains a free local-only OSS Action. The 'pilot-result' / 'team-adoption' / 'paid team layer' framing was an internal prompting lever that produced rigorous code; it doesn't belong on the public README, in committed docs, or in user-facing issue templates. Removed: - docs/TEAM_VALIDATION.md (whole doc was paid-tier validation gate) - .github/ISSUE_TEMPLATE/team-adoption.yml (commercial-validation intake) - .github/ISSUE_TEMPLATE/pilot-result.yml (commercial-validation intake) - test assertions pinning the deleted templates and the SaaS framing Edited: - README Feedback section now points at the pilot guide and the pilot issue, without paid-team / SaaS language - docs/PILOT.md opening and Boundary sections rewritten to neutral framing (advisory CLI/Action with feedback path, not paid-tier validation gate) - src/report.ts CLI markdown 'Pilot feedback' section renamed to generic 'Feedback' pointing at issues/new/choose - Tests updated to assert the new neutralized phrasing Also bumps agent-gov-core dep to v0.1.2 for consistency with the rest of the suite (adds the MCP normalizer flag-equivalence fix that other tools already consume). Tests: 36/36 passing (was 39 — 3 dead commercial-validation template tests removed).
752338e to
a93f295
Compare
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' / 'pilot-result' / 'team-adoption' framing from ScopeTrail's public surface. The framing was an internal prompting lever — useful in codex memory for driving production-quality work, but inappropriate on the public README, in committed docs, and in user-facing issue templates.
Deleted
docs/TEAM_VALIDATION.md— whole doc was a paid-tier validation gate.github/ISSUE_TEMPLATE/team-adoption.yml— commercial-validation intake.github/ISSUE_TEMPLATE/pilot-result.yml— commercial-validation intakeEdited
docs/PILOT.md: opening sentence and Boundary section rewritten to describe the Action's free-OSS posture without paid-tier framingsrc/report.tsCLI Markdown output:## Pilot feedback→## Feedback, link to deleted template replaced withissues/new/chooseissue-template.test.mjs,public-docs.test.mjs,cli-output.test.mjs): pinned-framing assertions removed or updated to the new neutralized phrasingAlso bundled
agent-gov-coredepv0.1.1→v0.1.2for parity with PolicyMesh / TaskBound / SessionTrail / CapabilityEcho. Picks up the MCP normalizer flag-equivalence fix even if ScopeTrail doesn't actively use it today.Verification
npm install && npm run build— cleannpm test— 36/36 passing (was 39 — three dead commercial-validation template tests removed)Test plan