Conversation
…canon doc)
Acceptance:
- Flip docs/promotions/P0003 promotion_status: proposed -> accepted
- Update tags array ("proposed" -> "accepted")
- Fill Review Notes with operator decision (klappy, 2026-05-05)
Execution:
- canon/methods/reframe-before-trimming.md (NEW): tier-2 method doc
- Frontmatter declares: derives_from doing-less-enables-more,
vodka-architecture, kiss-simplicity-is-the-ceiling; complements
pivot-on-inversion
- Codifies the diagnostic move when an MCP tool surface feels bloated:
reframe first (the tool count usually collapses mechanically as a
side effect); only trim if the frame is right and discomfort persists
- Receipts: PTXprint v1.0 -> v1.2 (17 -> 7 -> 3 tools, with the v1.1
trim-only step kept for instructive contrast against the v1.2 reframe)
- Sections follow precedent of canon/methods/pivot-on-inversion.md
(H1 + blockquote + descriptive headers; no separate Summary section)
Sixth of 8. Previous: P0009 (#167), P0001 (#168), P0008 (#169),
P0007 (#170), P0006 (#171). Next: P0004 (docs-proxy pattern, new doc).
Canon Quality —
|
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.
What this PR does
Combined acceptance + execution of promotion P0003 — adds a new tier-2 method doc for the diagnostic move during MCP tool-surface refactoring.
Acceptance (1 file)
docs/promotions/P0003-reframe-before-trimming.mdpromotion_status: proposed→accepted"proposed"→"accepted"accepted(2026-05-05)Execution (1 file, NEW)
canon/methods/reframe-before-trimming.md(new tier-2 method doc, 91 lines)tier: 2,audience: canon,status: activederives_from:doing-less-enables-more,vodka-architecture,kiss-simplicity-is-the-ceilingcomplements:pivot-on-inversion# Reframe Before TrimmingWriting-canon check
Followed the precedent of
canon/methods/pivot-on-inversion.md(the doc named in P0003'scomplementsfield): H1 + blockquote + descriptive headers, no separate## Summarysection. The blockquote carries the compressed argument per writing-canon's blockquote test. All frontmatter values use native YAML types perfrontmatter-schema.Position in the 8-proposal sweep
DoD
promotion_statusflippedfrontmatter-schema(native YAML types)Note
Low Risk
Low risk: documentation-only changes that add a new canon method page and mark the corresponding promotion as accepted; no runtime or behavioral code is affected.
Overview
Adds a new tier-2 canon method doc,
canon/methods/reframe-before-trimming.md, capturing a diagnostic workflow for MCP tool-surface refactors (reframe the server’s job first, then trim tools mechanically).Updates
docs/promotions/P0003-reframe-before-trimming.mdfrom proposed to accepted, adjusting tags/status and filling in the Review Notes to record the decision and link the executed canon doc.Reviewed by Cursor Bugbot for commit 7a951a4. Bugbot is set up for automated code reviews on this repo. Configure here.