Skip to content

feat(design): UAP Console DESIGN.md + interrogator hardening (v1.65.1)#279

Merged
DammianMiller merged 2 commits into
masterfrom
feature/091-design-refine-and-fixes
Jun 25, 2026
Merged

feat(design): UAP Console DESIGN.md + interrogator hardening (v1.65.1)#279
DammianMiller merged 2 commits into
masterfrom
feature/091-design-refine-and-fixes

Conversation

@DammianMiller

Copy link
Copy Markdown
Owner

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.json is gitignored — regenerated by uap design sync / setup.)

Interrogator hardening

  • SKIP_DIRS now excludes vendored/generated/agent-session dirs (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; tsc clean.

🤖 Generated with Claude Code

t and others added 2 commits June 25, 2026 23:05
- 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>
@DammianMiller DammianMiller merged commit 674785e into master Jun 25, 2026
4 checks passed
@DammianMiller DammianMiller deleted the feature/091-design-refine-and-fixes branch June 25, 2026 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant