feat: corpus-back design-tokens procedure steps 2-8#81
Merged
KailasMahavarkar merged 13 commits intomainfrom Apr 21, 2026
Merged
feat: corpus-back design-tokens procedure steps 2-8#81KailasMahavarkar merged 13 commits intomainfrom
KailasMahavarkar merged 13 commits intomainfrom
Conversation
Adds corpus/frontend/design-tokens/step-2.yaml with semantic token mapping for :root and .dark. Registers step-2 in namespace index so the loader picks it up. Updates procedure test: step 2 now asserts corpus source, fallback check moves to step 3. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds corpus/frontend/design-tokens/step-3.yaml with the @theme inline bridge to Tailwind utilities. Registers step-3 in namespace index. Test: step 3 asserts corpus source, fallback check moves to step 4. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds corpus/frontend/design-tokens/step-4.yaml with the 4px base spacing system and named tokens. Test: step 4 asserts corpus source, fallback check moves to step 5. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds corpus/frontend/design-tokens/step-5.yaml with fluid heading clamps and fixed body type tokens. Test: step 5 asserts corpus source, fallback check moves to step 6. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds corpus/frontend/design-tokens/step-6.yaml with the 5-level warm oklch-tinted shadow system and dark-mode elevation. Test: step 6 asserts corpus source, fallback check moves to step 7. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds corpus/frontend/design-tokens/step-7.yaml with duration/easing/z-index tokens and prefers-reduced-motion rule. Test: step 7 asserts corpus source, fallback check moves to step 8. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds corpus/frontend/design-tokens/step-8.yaml with contrast audit targets and verification tooling notes. Registers step-8 in namespace index so all 8 procedure steps are now corpus-backed. Test: step 8 asserts corpus source; the former fallback test is replaced because no un-migrated step remains. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
KailasMahavarkar
added a commit
that referenced
this pull request
Apr 22, 2026
Destructive reset of repo tree to 62f487e (feat: expand platform support to 12 IDEs/CLIs with format-aware patching) from 2026-04-15. Wipes all work merged to main after 62f487e including PRs #63..#92: docker-primary fixes, topology manifest introduction, routing/artifact contracts, workspace-first routing, all corpus-backed slice PRs (#81..#90), corpus/tests removal (#91), MCP runtime deletion + topology enforcement (#92). Tree equals 62f487e exactly. This is a destructive reset expressed as a single forward commit because branch protection on main forbids non-fast-forward push; the admin-merge path is used instead. Co-authored-by: Claude Opus 4.7 (1M context) <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
data.tssnippets tocorpus/frontend/design-tokens/step-N.yamlfilescorpus/frontend/design-tokens/index.yamlso the loader picks them updesign-tokens-procedure-corpus-backed-tools-behaviour.test.tswith one TDD cycle per step - each step now asserts Corpus Source: frontend.design-tokensProcedure step 1 was already corpus-backed in a previous commit; this branch completes the procedure by bringing steps 2 through 8 under the same pattern. All 8 procedure steps are now corpus-first with the existing in-file fallback kept intact in
data.ts.Test plan