feat(design): UAP Console DESIGN.md + interrogator hardening (v1.65.1)#279
Merged
Conversation
- Add a hand-refined DESIGN.md for the UAP repo: the GitHub-dark "UAP Console" design system (14-color palette, mono/sans type, 4px spacing + radii scales, components). Faithful to web/dashboard.html + generator.html. Lints clean (0 errors via @google/design.md). Activates the reactor guidance + token gate for UAP's own UI. - interrogate: expand SKIP_DIRS to exclude vendored/generated/agent-session dirs (benchmark-results, sessions, __pycache__, .venv, …) — these polluted the palette with non-product colors (e.g. sklearn HTML-repr CSS). - CLI: `uap design lint <file>` / `check <file>` now accept a positional target (previously only --file / -d worked). Adds an interrogate skip-dirs test. Co-Authored-By: Claude Opus 4.8 (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.
Follow-up to the DESIGN.md feature (#278): authors a real DESIGN.md for the UAP repo and fixes two interrogator gaps found while running it.
UAP Console DESIGN.md
Hand-refined from
web/dashboard.html+web/generator.html— the GitHub-dark "UAP Console" design system: 14-color semantic palette, mono/sans type scales, 4px spacing + radii scales, and component tokens. Lints clean (0 errors via the OSS@google/design.md). Activates the reactor guidance + token gate for UAP's own UI. (The derived.uap/design-tokens.jsonis gitignored — regenerated byuap design sync/ setup.)Interrogator hardening
benchmark-results,sessions,__pycache__,.venv, …). These had polluted the auto-interrogated palette with non-product colors (sklearn HTML-repr CSS in benchmark dumps) — 10 of 16 colors were noise. Now clean.uap design lint <file>/check <file>accept a positional target (previously only--file/-d).Tests
Adds an interrogate skip-dirs test (22 design tests total). Full suite green;
tscclean.🤖 Generated with Claude Code