chore: resolve tracked decisions #2 #3 #9 (renames, license frontmatter, ink-350) - #12
Merged
Merged
Conversation
…nk-350 --text-faint (dark) computed 4.28:1 on --bg-raised (ink-800), under the 4.5:1 AA floor the token's own comment requires. Adds an ink-350 ramp step (240 4.1% 54%) and points dark --text-faint at it: 5.42:1 on ink-1000, 5.16:1 on ink-900, 4.84:1 on ink-800 — verified by computed WCAG contrast. base.json token bridge synced (ink ramp + faintForeground.dark). Closes #9 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
… drop license frontmatter Resolves the pr-description name collision (three same-named skills for anyone with code-tools + a stack plugin installed): the stack-specific variants become /astro-pr-description and /go-pr-description; code-tools keeps the canonical /pr-description. Issue #2 named only the astro variant, but go-tools shipped the same collision after it was filed — renamed both to close the class. Also drops 'license: MIT' SKILL.md frontmatter (astro pr-description, astro component-scaffold, go pr-description): the field contradicted the repo's Apache-2.0 LICENSE and no other skill carries it. Repo LICENSE governs; per-skill frontmatter was a sync liability with no consumer. Closes #2 Closes #3 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…; v0.5.0 - /pr-description → /astro-pr-description, resolving the name collision with code-tools' canonical /pr-description (#2) - license frontmatter dropped from astro-pr-description and component-scaffold — repo Apache-2.0 LICENSE governs (#3) Installers pick this up on their next /plugin update. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- /pr-description → /go-pr-description, resolving the same name collision class as astro-tools (#2): code-tools keeps the canonical /pr-description - license frontmatter dropped from go-pr-description — repo Apache-2.0 LICENSE governs (#3) Installers pick this up on their next /plugin update. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- ink-350 ramp step added; dark --text-faint now 4.84:1 on ink-800 raised (was 4.28:1), AA on every dark surface; base.json bridge synced (#9) - stray test harness from v0.5.1 removed (prior unreleased chore) Installers pick this up on their next /plugin update. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
chrispezza
force-pushed
the
chore/issue-triage-2026-08-12
branch
from
August 12, 2026 16:01
abe6f5d to
28af84c
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.
What
Executes three tracked open decisions from the issue backlog:
/astro-pr-description(astro-tools) and/go-pr-description(go-tools); code-tools keeps the canonical/pr-description. Issue Decide: rename astro-tools pr-description to resolve the name collision #2 named only the astro variant, but go-tools shipped the same collision after it was filed, so both are renamed to close the class.license: MITfrom the four SKILL.md files that carried it (astro pr-description + component-scaffold, go pr-description + templ-component-scaffold). It contradicted the repo's Apache-2.0 LICENSE; the repo LICENSE governs.ink-350ramp step (240 4.1% 54%) and pointed dark--text-faintat it — 5.42:1 / 5.16:1 / 4.84:1 on ink-1000/900/800, verified by computed WCAG contrast.base.jsontoken bridge synced.Releases
Per-plugin release commits (MAINTAINING convention 6), rebased atop today's pipefail-fix releases:
clownware-astro-tools0.4.2 → 0.5.0 (skill rename is user-facing)clownware-go-tools0.2.2 → 0.3.0 (skill rename is user-facing)pezza-design-system0.5.1 → 0.5.2 (token fix; also ships the v0.5.1-era stray-test-harness removal)README skill tables and ROADMAP open-decisions section updated in the same branch.
Verification
Merge as rebase to keep the per-plugin release commits in history — the plugin-release delta derivation reads them.
🤖 Generated with Claude Code