chore: roll up in-progress changes across plugins
- claude-design: scaffold new plugin (plugin.json, CHANGELOG, README) - llm-security: playground design-system updates (tokens, components, tier3 supplement, new tier4 project-view CSS) - ms-ai-architect: v2 mockup screenshots + local screenshot script - voyage: annotate.mjs update Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
6c94a1629f
commit
69610d46bd
20 changed files with 928 additions and 12 deletions
|
|
@ -102,6 +102,9 @@
|
|||
--color-scope-security: #A40E26; /* llm-security — crimson */
|
||||
--color-scope-ultraplan: #4338CA; /* ultraplan-local — indigo */
|
||||
--color-scope-config: #3F5963; /* config-audit — slate */
|
||||
--color-scope-voyage: #1B5FB8; /* voyage — aqua-blue */
|
||||
--color-scope-voyage-soft: #E5EFFA; /* voyage — light tint */
|
||||
--color-scope-voyage-strong: #143E78; /* voyage — dark strong */
|
||||
|
||||
/* ---------- Spacing -------------------------------------------------- */
|
||||
--space-1: 4px;
|
||||
|
|
@ -140,6 +143,14 @@
|
|||
--container-default: 1080px;
|
||||
--container-wide: 1280px;
|
||||
--sidebar-width: 280px;
|
||||
|
||||
/* ---------- Project-view (Tier 4 — v0.6.0) --------------------------- */
|
||||
--project-view-nav-width: 280px;
|
||||
--project-view-collapse-bp: 960px; /* doc-only — referenced by media queries */
|
||||
--artifact-list-item-pad-y: var(--space-2);
|
||||
--artifact-list-item-pad-x: var(--space-3);
|
||||
--artifact-marker-size: 14px;
|
||||
--artifact-marker-border: 1.5px;
|
||||
}
|
||||
|
||||
:root { color-scheme: light; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue