Conversation
…ocabulary
Acceptance:
- Flip docs/promotions/P0009 promotion_status: proposed -> accepted
- Update tags array ("proposed" -> "accepted")
- Fill Review Notes with operator decision (klappy, 2026-05-05)
Execution:
- Append "## Anti-Pattern — Do Not Write 'DOLCHEO+H'" section to
canon/definitions/dolcheo-vocabulary.md, between Discoverability and See Also
- Section explains why the +H suffix is malformed (already in DOLCHEO acronym),
identifies the propagation source (PTXprint PR #30 ledger), and tells future
readers how to handle older artifacts that contain the malformed form
This is one of seven stuck proposals (P0003-P0009 batch from PR #164, plus
P0001) that landed as 'proposed' but were never accepted/executed. P0002 just
finished its full promotion chain (PRs #163 -> #165 -> #166); this is the
first of the queued backlog, prioritised because the operator named it as
recurring frustration.
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 P0009 — the explicit anti-pattern callout for the malformed string
DOLCHEO+H.Acceptance (1 file, +5/-7)
docs/promotions/P0009-dolcheo-not-dolcheo-plus-h-anti-pattern.mdpromotion_status: proposed→accepted"proposed"→"accepted"accepted(2026-05-05)Execution (1 file, +21/-0)
canon/definitions/dolcheo-vocabulary.md## Anti-Pattern — Do Not Write "DOLCHEO+H"inserted between## Discoverabilityand## See AlsoWhy P0009 first
This is the first of 8 stuck
proposedpromotions sitting behind P0002's just-merged chain (PRs #163 → #165 → #166). Triage order:Combined-PR note
P0002 separated acceptance (PR #165) from execution (PR #166). This PR combines them to halve review burden across the 8-proposal backlog. If you'd rather have them split (matching P0002's pattern exactly), say so and I'll re-do the remaining 7 as paired PRs.
DoD
promotion_statusflipped toaccepted## See Also")Verification after merge
oddkit_searchfor"DOLCHEO+H"should surface this new anti-pattern section ahead of the OLDC+H legacy doc and any older ledger references.Note
Low Risk
Low risk documentation-only change that clarifies correct DOLCHEO terminology and updates a promotion record; no runtime or workflow logic is modified.
Overview
Adds an explicit anti-pattern section to
canon/definitions/dolcheo-vocabulary.mdstating thatDOLCHEO+His malformed, explaining why it appears (legacyOLDC+Hresidue) and how to treat/correct older artifacts, with receipts.Updates promotion
P0009to accepted by flipping frontmatter (tags,promotion_status), marking status/date, and filling in review notes to record the acceptance decision.Reviewed by Cursor Bugbot for commit 59e6860. Bugbot is set up for automated code reviews on this repo. Configure here.