Retire the Instrument Workshop mandate for published sites (1.12.0) - #62
Merged
Merged
Conversation
Retires W05 and W06, which required every published site to vendor the shared Instrument Workshop design language, and adds W09: a site's visual design must be made for the project it describes rather than left at a framework default or reused unchanged from another project. Prompted by rebuilding OpenPromptr's site, which was correct against W05 but read as generic once actually looked at. See decision 0013 for the full reasoning and alternatives considered. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Kjr8Vb74FWo974AkG8NYsU
3 tasks
trsdn
added a commit
to trsdn/OpenPromptr
that referenced
this pull request
Sep 17, 2026
…ystem (#17) Replaces the Instrument Workshop-based docs/index.html with a page designed specifically for OpenPromptr: real screenshots and a short GIF of the actual running app, a signal-chain diagram (source → rotate/mirror → target) explaining how the tool works, an accent color matching the app's own "Output running" indicator, and updated content reflecting the actual v1.2.0 notarized release (the old page still said "no signed release yet"). Removes the vendored Instrument Workshop stylesheets and fonts, no longer needed. Every resource is still self-hosted: system font stack only, two local images, no build step, no third-party requests. This follows trsdn/.github#62, which retires the standard's Instrument-Workshop mandate (W05/W06) in favor of W09: a site's design should be made for its own project rather than a shared default. Claude-Session: https://claude.ai/code/session_01Kjr8Vb74FWo974AkG8NYsU Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
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.
Summary
W05/W06(every published site must vendor the shared Instrument Workshop design language) and appendsW09: a site's visual design must be made for the project it describes, not left at a framework or template default.W05but, once actually looked at, read as generic — correct against the rule, indistinguishable from any other project's site. Full reasoning and alternatives considered in decision 0013.Passis invalidated; a site that still vendors Instrument Workshop is unaffected and not asked to change.W01-W09allna— the Published Site profile still doesn't apply to.githubitself, per decision 0009).Test plan
python3 scripts/standard.py --check— catalog in syncpython3 scripts/conformance.py --check— badge in syncpython3 scripts/links.py— internal links resolvepython3 -m unittest discover -s tests— 131 tests passnpx markdownlint-cli2@0.18.1 "**/*.md"— 0 errors🤖 Generated with Claude Code
https://claude.ai/code/session_01Kjr8Vb74FWo974AkG8NYsU