ai-delivery-workflow 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +112 -0
- package/bin/ai-delivery.mjs +138 -0
- package/bin/validate-skills.mjs +12 -0
- package/docs/DUAL-REPOSITORY-WORKSPACE.zh-CN.md +125 -0
- package/docs/EVOLUTION-MAINTENANCE.zh-CN.md +75 -0
- package/docs/EVOLUTION-USER-GUIDE.zh-CN.md +160 -0
- package/docs/FILE-REFERENCE.zh-CN.md +503 -0
- package/docs/PROJECT-MANUAL.zh-CN.md +931 -0
- package/docs/STATE-CLI-MAINTENANCE.zh-CN.md +135 -0
- package/docs/STATE-CLI-USER-GUIDE.zh-CN.md +186 -0
- package/docs/VIEWER-MAINTENANCE.zh-CN.md +373 -0
- package/docs/VIEWER-USER-GUIDE.zh-CN.md +235 -0
- package/lib/delivery-state.mjs +1220 -0
- package/lib/evolution.mjs +971 -0
- package/lib/project-bootstrap.mjs +927 -0
- package/lib/project-installer.mjs +1184 -0
- package/lib/skill-validator.mjs +154 -0
- package/lib/toml-hooks.mjs +97 -0
- package/lib/workspace.mjs +302 -0
- package/lib/yaml-runtime.mjs +18 -0
- package/package.json +39 -0
- package/skills/ai-delivery-assemble-release/SKILL.md +27 -0
- package/skills/ai-delivery-assemble-release/agents/openai.yaml +4 -0
- package/skills/ai-delivery-assemble-release/assets/release-candidate-manifest.yaml +22 -0
- package/skills/ai-delivery-assemble-release/assets/release-git-plan.yaml +9 -0
- package/skills/ai-delivery-assemble-release/assets/release-material-index.csv +2 -0
- package/skills/ai-delivery-assemble-release/assets/version-inclusion.csv +2 -0
- package/skills/ai-delivery-assemble-release/references/release-assembly-contract.md +7 -0
- package/skills/ai-delivery-assemble-release/scripts/plan-release.mjs +298 -0
- package/skills/ai-delivery-bootstrap/SKILL.md +59 -0
- package/skills/ai-delivery-bootstrap/agents/openai.yaml +4 -0
- package/skills/ai-delivery-bootstrap/references/bootstrap-contract.md +70 -0
- package/skills/ai-delivery-checkpoint-task/SKILL.md +63 -0
- package/skills/ai-delivery-checkpoint-task/agents/openai.yaml +4 -0
- package/skills/ai-delivery-checkpoint-task/assets/codex-hook-config.toml +92 -0
- package/skills/ai-delivery-checkpoint-task/assets/runtime-template/resume.md +15 -0
- package/skills/ai-delivery-checkpoint-task/assets/runtime-template/task.json +30 -0
- package/skills/ai-delivery-checkpoint-task/assets/runtime-template/version-archive.json +10 -0
- package/skills/ai-delivery-checkpoint-task/references/checkpoint-contract.md +95 -0
- package/skills/ai-delivery-checkpoint-task/references/checkpoint-recovery.zh-CN.md +111 -0
- package/skills/ai-delivery-checkpoint-task/scripts/hook-event.mjs +131 -0
- package/skills/ai-delivery-checkpoint-task/scripts/task-state.mjs +1073 -0
- package/skills/ai-delivery-close-version/SKILL.md +33 -0
- package/skills/ai-delivery-close-version/agents/openai.yaml +4 -0
- package/skills/ai-delivery-close-version/assets/line-advance-record.yaml +12 -0
- package/skills/ai-delivery-close-version/assets/version-lineage.yaml +12 -0
- package/skills/ai-delivery-close-version/assets/version-manifest.yaml +20 -0
- package/skills/ai-delivery-close-version/references/version-closeout-contract.md +20 -0
- package/skills/ai-delivery-define-product/SKILL.md +76 -0
- package/skills/ai-delivery-define-product/agents/openai.yaml +4 -0
- package/skills/ai-delivery-define-product/assets/product-template/acceptance-criteria.csv +1 -0
- package/skills/ai-delivery-define-product/assets/product-template/discovery-baseline.md +19 -0
- package/skills/ai-delivery-define-product/assets/product-template/feature-detail.md +19 -0
- package/skills/ai-delivery-define-product/assets/product-template/feature-terminals.csv +1 -0
- package/skills/ai-delivery-define-product/assets/product-template/features.csv +1 -0
- package/skills/ai-delivery-define-product/assets/product-template/product-baseline.yaml +8 -0
- package/skills/ai-delivery-define-product/assets/product-template/product-manual.md +24 -0
- package/skills/ai-delivery-define-product/assets/product-template/terminals.csv +1 -0
- package/skills/ai-delivery-define-product/assets/product-template/user-stories.csv +1 -0
- package/skills/ai-delivery-define-product/references/product-contract.md +57 -0
- package/skills/ai-delivery-deploy-production/SKILL.md +45 -0
- package/skills/ai-delivery-deploy-production/agents/openai.yaml +4 -0
- package/skills/ai-delivery-deploy-production/references/deployment-contract.md +7 -0
- package/skills/ai-delivery-design-architecture/SKILL.md +67 -0
- package/skills/ai-delivery-design-architecture/agents/openai.yaml +4 -0
- package/skills/ai-delivery-design-architecture/assets/architecture-template/architecture-baseline.md +25 -0
- package/skills/ai-delivery-design-architecture/assets/architecture-template/architecture-gate.yaml +15 -0
- package/skills/ai-delivery-design-architecture/assets/architecture-template/prototype-architecture-validation.yaml +58 -0
- package/skills/ai-delivery-design-architecture/references/architecture-contract.md +32 -0
- package/skills/ai-delivery-design-experience/SKILL.md +71 -0
- package/skills/ai-delivery-design-experience/agents/openai.yaml +4 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/canvas-catalog.csv +1 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/canvas-pages.csv +1 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/component-state-matrix.csv +1 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/design-tokens.json +19 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/experience-baseline.yaml +17 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/experience-change-domains.csv +1 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/experience-change-set.csv +1 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/feature-screen-coverage.csv +1 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/formal-ui-confirmation.yaml +33 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/interaction-contract.csv +1 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/low-fidelity-confirmation.yaml +32 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/page-catalog.csv +1 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/page-component-map.csv +1 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/product-prototype-reconciliation.yaml +28 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/prototype-adjustment-log.csv +1 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/prototype-confirmation.yaml +99 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/prototype-file-terminals.csv +1 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/prototype-files.csv +1 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/prototype-impact-assessment.yaml +25 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/prototype-manifest.yaml +74 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/prototype-product-coverage.csv +1 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/prototype-review-comments.csv +1 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/prototype-review-decision.yaml +29 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/prototype-review-sessions.csv +1 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/prototype-set.yaml +22 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/prototype-tool-candidates.csv +1 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/prototype-tool-selection.yaml +22 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/prototype-traceability.csv +1 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/requirement-change-set.csv +1 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/screen-states.csv +1 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/ui-framework-candidates.csv +1 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/ui-framework-selection.yaml +18 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/ui-handoff.yaml +44 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/visual-direction.yaml +16 -0
- package/skills/ai-delivery-design-experience/assets/experience-template/visual-system-confirmation.yaml +31 -0
- package/skills/ai-delivery-design-experience/references/experience-contract.md +82 -0
- package/skills/ai-delivery-design-experience/references/prototype-management-contract.md +68 -0
- package/skills/ai-delivery-design-tests/SKILL.md +56 -0
- package/skills/ai-delivery-design-tests/agents/openai.yaml +4 -0
- package/skills/ai-delivery-design-tests/assets/test-design-template/iteration-test-contract.md +19 -0
- package/skills/ai-delivery-design-tests/assets/test-design-template/prototype-test-scope.csv +1 -0
- package/skills/ai-delivery-design-tests/assets/test-design-template/prototype-test-validation.yaml +73 -0
- package/skills/ai-delivery-design-tests/references/test-design-contract.md +31 -0
- package/skills/ai-delivery-develop-iteration/SKILL.md +66 -0
- package/skills/ai-delivery-develop-iteration/agents/openai.yaml +4 -0
- package/skills/ai-delivery-develop-iteration/assets/development-template/task-experience-change-traceability.csv +1 -0
- package/skills/ai-delivery-develop-iteration/assets/development-template/task-prototype-traceability.csv +1 -0
- package/skills/ai-delivery-develop-iteration/references/development-contract.md +39 -0
- package/skills/ai-delivery-evolve-workflow/SKILL.md +57 -0
- package/skills/ai-delivery-evolve-workflow/agents/openai.yaml +4 -0
- package/skills/ai-delivery-evolve-workflow/references/evolution-contract.md +42 -0
- package/skills/ai-delivery-execute-test/SKILL.md +34 -0
- package/skills/ai-delivery-execute-test/agents/openai.yaml +4 -0
- package/skills/ai-delivery-execute-test/references/test-execution-contract.md +7 -0
- package/skills/ai-delivery-execute-work-package/SKILL.md +53 -0
- package/skills/ai-delivery-execute-work-package/agents/openai.yaml +4 -0
- package/skills/ai-delivery-execute-work-package/references/work-package-contract.md +20 -0
- package/skills/ai-delivery-manage-git/SKILL.md +60 -0
- package/skills/ai-delivery-manage-git/agents/openai.yaml +4 -0
- package/skills/ai-delivery-manage-git/references/git-policy.md +42 -0
- package/skills/ai-delivery-manage-standards/SKILL.md +44 -0
- package/skills/ai-delivery-manage-standards/agents/openai.yaml +4 -0
- package/skills/ai-delivery-manage-standards/assets/standards-template/standard.md +25 -0
- package/skills/ai-delivery-manage-standards/references/standards-contract.md +20 -0
- package/skills/ai-delivery-orchestrate/SKILL.md +105 -0
- package/skills/ai-delivery-orchestrate/agents/openai.yaml +4 -0
- package/skills/ai-delivery-orchestrate/assets/project-template/.codex/config.toml +92 -0
- package/skills/ai-delivery-orchestrate/assets/project-template/.gitattributes +6 -0
- package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/delivery/artifact-registry.yaml +3 -0
- package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/delivery/project.yaml +6 -0
- package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/delivery/standards-baseline.yaml +8 -0
- package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/delivery/workflow-state.yaml +34 -0
- package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/evolution/decisions/.gitkeep +0 -0
- package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/evolution/experiments/.gitkeep +0 -0
- package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/evolution/feedback/.gitkeep +0 -0
- package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/evolution/index.yaml +7 -0
- package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/evolution/promotion/.gitkeep +0 -0
- package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/evolution/proposals/.gitkeep +0 -0
- package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/extensions/.gitkeep +0 -0
- package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/standards/STD-ARTIFACT-PATH-001.md +47 -0
- package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/standards/STD-DOC-LANG-001.md +62 -0
- package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/standards/STD-TEST-LOCATION-001.md +23 -0
- package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/standards/index.yaml +36 -0
- package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/tools/bootstrap/bootstrap.mjs +33 -0
- package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/tools/evolution/evolve.mjs +15 -0
- package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/tools/hooks/hook-event.mjs +131 -0
- package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/tools/state/state.mjs +21 -0
- package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/tools/viewer/public/app.js +546 -0
- package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/tools/viewer/public/index.html +199 -0
- package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/tools/viewer/public/styles.css +529 -0
- package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/tools/viewer/server.mjs +780 -0
- package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/tools/viewer/start.cmd +4 -0
- package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/tools/viewer/start.ps1 +2 -0
- package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/tools/viewer/start.sh +4 -0
- package/skills/ai-delivery-orchestrate/assets/project-template/AGENTS.md +44 -0
- package/skills/ai-delivery-orchestrate/references/formal-state-contract.md +64 -0
- package/skills/ai-delivery-orchestrate/references/workflow-model.md +29 -0
- package/skills/ai-delivery-orchestrate-release/SKILL.md +33 -0
- package/skills/ai-delivery-orchestrate-release/agents/openai.yaml +4 -0
- package/skills/ai-delivery-orchestrate-release/assets/release-request.yaml +9 -0
- package/skills/ai-delivery-orchestrate-release/assets/version-selection.yaml +16 -0
- package/skills/ai-delivery-orchestrate-release/references/release-workflow-contract.md +11 -0
- package/skills/ai-delivery-plan-iteration/SKILL.md +57 -0
- package/skills/ai-delivery-plan-iteration/agents/openai.yaml +4 -0
- package/skills/ai-delivery-plan-iteration/assets/planning-template/backlog.csv +1 -0
- package/skills/ai-delivery-plan-iteration/assets/planning-template/slice-dependencies.csv +1 -0
- package/skills/ai-delivery-plan-iteration/assets/planning-template/slice-experience-change-traceability.csv +1 -0
- package/skills/ai-delivery-plan-iteration/assets/planning-template/slice-prototype-traceability.csv +1 -0
- package/skills/ai-delivery-plan-iteration/assets/planning-template/slice-sources.csv +1 -0
- package/skills/ai-delivery-plan-iteration/assets/planning-template/vertical-slices.csv +1 -0
- package/skills/ai-delivery-plan-iteration/references/planning-contract.md +40 -0
- package/skills/ai-delivery-prepare-platform/SKILL.md +49 -0
- package/skills/ai-delivery-prepare-platform/agents/openai.yaml +4 -0
- package/skills/ai-delivery-prepare-platform/assets/platform-template/environment-ledger.csv +1 -0
- package/skills/ai-delivery-prepare-platform/references/platform-contract.md +18 -0
- package/skills/ai-delivery-prepare-release/SKILL.md +47 -0
- package/skills/ai-delivery-prepare-release/agents/openai.yaml +4 -0
- package/skills/ai-delivery-prepare-release/assets/release-template/delivery-items.csv +1 -0
- package/skills/ai-delivery-prepare-release/assets/release-template/release-manifest.yaml +18 -0
- package/skills/ai-delivery-prepare-release/references/release-contract.md +21 -0
- package/skills/ai-delivery-review-change/SKILL.md +40 -0
- package/skills/ai-delivery-review-change/agents/openai.yaml +4 -0
- package/skills/ai-delivery-review-change/references/review-contract.md +20 -0
- package/skills/ai-delivery-triage-failure/SKILL.md +45 -0
- package/skills/ai-delivery-triage-failure/agents/openai.yaml +4 -0
- package/skills/ai-delivery-triage-failure/references/failure-routing-contract.md +13 -0
- package/skills/ai-delivery-validate-artifacts/SKILL.md +37 -0
- package/skills/ai-delivery-validate-artifacts/agents/openai.yaml +4 -0
- package/skills/ai-delivery-validate-artifacts/references/artifact-contract.md +44 -0
- package/skills/ai-delivery-verify-candidate/SKILL.md +56 -0
- package/skills/ai-delivery-verify-candidate/agents/openai.yaml +4 -0
- package/skills/ai-delivery-verify-candidate/assets/verification-template/defect-artifacts.csv +1 -0
- package/skills/ai-delivery-verify-candidate/assets/verification-template/defects.csv +1 -0
- package/skills/ai-delivery-verify-candidate/assets/verification-template/test-work-packages.csv +1 -0
- package/skills/ai-delivery-verify-candidate/references/candidate-verification-contract.md +23 -0
- package/skills/ai-delivery-verify-production/SKILL.md +50 -0
- package/skills/ai-delivery-verify-production/agents/openai.yaml +4 -0
- package/skills/ai-delivery-verify-production/assets/production-verification-template/production-verification.md +15 -0
- package/skills/ai-delivery-verify-production/references/production-verification-contract.md +14 -0
|
@@ -0,0 +1,529 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--bg: #f5f7f7;
|
|
3
|
+
--surface: #ffffff;
|
|
4
|
+
--surface-subtle: #f8fafa;
|
|
5
|
+
--text: #182323;
|
|
6
|
+
--muted: #667575;
|
|
7
|
+
--faint: #8b9898;
|
|
8
|
+
--border: #dce3e2;
|
|
9
|
+
--border-strong: #cbd5d3;
|
|
10
|
+
--accent: #087f7a;
|
|
11
|
+
--accent-soft: #e8f5f3;
|
|
12
|
+
--success: #23855b;
|
|
13
|
+
--success-soft: #e9f6ef;
|
|
14
|
+
--warning: #bd7015;
|
|
15
|
+
--warning-soft: #fff4df;
|
|
16
|
+
--danger: #c64040;
|
|
17
|
+
--danger-soft: #fff0ef;
|
|
18
|
+
--neutral: #657272;
|
|
19
|
+
--shadow: 0 8px 24px rgba(30, 52, 51, 0.08);
|
|
20
|
+
--topbar-height: 72px;
|
|
21
|
+
--statusbar-height: 34px;
|
|
22
|
+
--sidebar-width: 220px;
|
|
23
|
+
--inspector-width: 420px;
|
|
24
|
+
font-family: Inter, "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
|
|
25
|
+
color: var(--text);
|
|
26
|
+
background: var(--bg);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
* { box-sizing: border-box; }
|
|
30
|
+
html, body { width: 100%; height: 100%; margin: 0; overflow: hidden; }
|
|
31
|
+
button, input, select { font: inherit; letter-spacing: 0; }
|
|
32
|
+
button { color: inherit; }
|
|
33
|
+
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
|
|
34
|
+
|
|
35
|
+
.app-shell {
|
|
36
|
+
display: grid;
|
|
37
|
+
grid-template-columns: minmax(0, 1fr);
|
|
38
|
+
grid-template-rows: var(--topbar-height) minmax(0, 1fr) var(--statusbar-height);
|
|
39
|
+
width: 100%;
|
|
40
|
+
height: 100%;
|
|
41
|
+
background: var(--surface);
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.topbar {
|
|
45
|
+
display: flex;
|
|
46
|
+
align-items: center;
|
|
47
|
+
justify-content: space-between;
|
|
48
|
+
gap: 24px;
|
|
49
|
+
padding: 0 20px;
|
|
50
|
+
border-bottom: 1px solid var(--border);
|
|
51
|
+
background: var(--surface);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.brand { display: flex; align-items: center; gap: 11px; min-width: 240px; }
|
|
55
|
+
.brand-mark {
|
|
56
|
+
display: grid;
|
|
57
|
+
place-items: center;
|
|
58
|
+
width: 34px;
|
|
59
|
+
height: 34px;
|
|
60
|
+
border-radius: 6px;
|
|
61
|
+
color: white;
|
|
62
|
+
background: var(--accent);
|
|
63
|
+
}
|
|
64
|
+
.brand-mark svg { width: 21px; height: 21px; stroke-width: 2.3; }
|
|
65
|
+
.brand h1 { margin: 0; font-size: 19px; line-height: 1.25; font-weight: 700; }
|
|
66
|
+
.brand p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
|
|
67
|
+
|
|
68
|
+
.topbar-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; min-width: 0; }
|
|
69
|
+
.iteration-control, .search-control {
|
|
70
|
+
display: flex;
|
|
71
|
+
align-items: center;
|
|
72
|
+
height: 36px;
|
|
73
|
+
border: 1px solid var(--border);
|
|
74
|
+
border-radius: 5px;
|
|
75
|
+
background: var(--surface);
|
|
76
|
+
}
|
|
77
|
+
.iteration-control span { padding-left: 11px; color: var(--muted); font-size: 12px; }
|
|
78
|
+
.iteration-control select {
|
|
79
|
+
width: 170px;
|
|
80
|
+
height: 100%;
|
|
81
|
+
border: 0;
|
|
82
|
+
outline: 0;
|
|
83
|
+
padding: 0 28px 0 8px;
|
|
84
|
+
color: var(--text);
|
|
85
|
+
background: transparent;
|
|
86
|
+
font-size: 13px;
|
|
87
|
+
}
|
|
88
|
+
.search-control { width: min(350px, 28vw); padding: 0 10px; gap: 8px; }
|
|
89
|
+
.search-control:focus-within { border-color: var(--accent); box-shadow: 0 0 0 2px var(--accent-soft); }
|
|
90
|
+
.search-control svg { width: 17px; color: var(--muted); flex: none; }
|
|
91
|
+
.search-control input { width: 100%; border: 0; outline: 0; font-size: 13px; min-width: 0; }
|
|
92
|
+
.search-control kbd {
|
|
93
|
+
padding: 2px 5px;
|
|
94
|
+
border: 1px solid var(--border);
|
|
95
|
+
border-radius: 3px;
|
|
96
|
+
color: var(--faint);
|
|
97
|
+
background: var(--surface-subtle);
|
|
98
|
+
font: 10px/1.4 inherit;
|
|
99
|
+
white-space: nowrap;
|
|
100
|
+
}
|
|
101
|
+
.icon-command, .quiet-command, .icon-only {
|
|
102
|
+
display: inline-flex;
|
|
103
|
+
align-items: center;
|
|
104
|
+
justify-content: center;
|
|
105
|
+
border: 1px solid var(--border);
|
|
106
|
+
border-radius: 5px;
|
|
107
|
+
background: var(--surface);
|
|
108
|
+
cursor: pointer;
|
|
109
|
+
}
|
|
110
|
+
.icon-command { height: 36px; gap: 7px; padding: 0 11px; font-size: 13px; }
|
|
111
|
+
.icon-command svg { width: 16px; }
|
|
112
|
+
.icon-command:hover, .quiet-command:hover, .icon-only:hover { border-color: var(--border-strong); background: var(--surface-subtle); }
|
|
113
|
+
.icon-command:focus-visible, .quiet-command:focus-visible, .icon-only:focus-visible,
|
|
114
|
+
.preview-tab:focus-visible, .node-item:focus-visible {
|
|
115
|
+
outline: 2px solid var(--accent);
|
|
116
|
+
outline-offset: 1px;
|
|
117
|
+
}
|
|
118
|
+
.scan-time { padding-left: 12px; border-left: 1px solid var(--border); min-width: 138px; }
|
|
119
|
+
.scan-time span { display: block; color: var(--faint); font-size: 10px; }
|
|
120
|
+
.scan-time strong { display: block; margin-top: 3px; font-size: 11px; font-weight: 600; }
|
|
121
|
+
|
|
122
|
+
.workspace {
|
|
123
|
+
display: grid;
|
|
124
|
+
grid-template-columns: var(--sidebar-width) minmax(480px, 1fr) var(--inspector-width);
|
|
125
|
+
min-height: 0;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.node-sidebar {
|
|
129
|
+
min-height: 0;
|
|
130
|
+
border-right: 1px solid var(--border);
|
|
131
|
+
background: var(--surface-subtle);
|
|
132
|
+
overflow: hidden;
|
|
133
|
+
}
|
|
134
|
+
.sidebar-heading {
|
|
135
|
+
display: flex;
|
|
136
|
+
align-items: center;
|
|
137
|
+
justify-content: space-between;
|
|
138
|
+
height: 46px;
|
|
139
|
+
padding: 0 14px 0 16px;
|
|
140
|
+
border-bottom: 1px solid var(--border);
|
|
141
|
+
}
|
|
142
|
+
.sidebar-heading h2 { margin: 0; font-size: 13px; }
|
|
143
|
+
.sidebar-heading span { color: var(--faint); font-size: 11px; }
|
|
144
|
+
.node-list { height: calc(100% - 46px); overflow-y: auto; padding: 6px; }
|
|
145
|
+
.node-group {
|
|
146
|
+
padding: 10px 8px 4px;
|
|
147
|
+
color: var(--faint);
|
|
148
|
+
font-size: 9px;
|
|
149
|
+
font-weight: 700;
|
|
150
|
+
text-transform: uppercase;
|
|
151
|
+
}
|
|
152
|
+
.node-item {
|
|
153
|
+
display: grid;
|
|
154
|
+
grid-template-columns: 22px minmax(0, 1fr) auto;
|
|
155
|
+
align-items: center;
|
|
156
|
+
width: 100%;
|
|
157
|
+
min-height: 35px;
|
|
158
|
+
padding: 5px 8px;
|
|
159
|
+
border: 0;
|
|
160
|
+
border-radius: 4px;
|
|
161
|
+
color: var(--text);
|
|
162
|
+
background: transparent;
|
|
163
|
+
text-align: left;
|
|
164
|
+
cursor: pointer;
|
|
165
|
+
}
|
|
166
|
+
.node-item:hover { background: #eef2f1; }
|
|
167
|
+
.node-item.active { color: var(--accent); background: var(--accent-soft); }
|
|
168
|
+
.node-sequence { color: var(--faint); font-size: 10px; font-variant-numeric: tabular-nums; }
|
|
169
|
+
.node-label { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
|
|
170
|
+
.node-count { display: flex; align-items: center; gap: 6px; color: var(--faint); font-size: 10px; }
|
|
171
|
+
.node-count::before { width: 7px; height: 7px; border-radius: 50%; background: var(--neutral); content: ""; }
|
|
172
|
+
.node-count.success::before { background: var(--success); }
|
|
173
|
+
.node-count.warning::before { background: var(--warning); }
|
|
174
|
+
.node-count.danger::before { background: var(--danger); }
|
|
175
|
+
|
|
176
|
+
.document-workspace {
|
|
177
|
+
display: grid;
|
|
178
|
+
grid-template-columns: minmax(0, 1fr);
|
|
179
|
+
grid-template-rows: auto 48px minmax(0, 1fr);
|
|
180
|
+
min-width: 0;
|
|
181
|
+
min-height: 0;
|
|
182
|
+
background: var(--surface);
|
|
183
|
+
}
|
|
184
|
+
.progress-section { padding: 12px 18px 14px; border-bottom: 1px solid var(--border); }
|
|
185
|
+
.version-summary {
|
|
186
|
+
display: grid;
|
|
187
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
188
|
+
gap: 1px;
|
|
189
|
+
margin-bottom: 13px;
|
|
190
|
+
border: 1px solid var(--border);
|
|
191
|
+
border-radius: 5px;
|
|
192
|
+
overflow: hidden;
|
|
193
|
+
background: var(--border);
|
|
194
|
+
}
|
|
195
|
+
.version-summary div { min-width: 0; padding: 7px 9px; background: var(--surface-subtle); }
|
|
196
|
+
.version-summary span { display: block; color: var(--faint); font-size: 9px; }
|
|
197
|
+
.version-summary strong { display: block; margin-top: 2px; overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
|
|
198
|
+
.repository-summary {
|
|
199
|
+
display: grid;
|
|
200
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
201
|
+
gap: 8px;
|
|
202
|
+
margin-bottom: 13px;
|
|
203
|
+
}
|
|
204
|
+
.repository-summary div { min-width: 0; padding: 7px 9px; border-left: 3px solid var(--border-strong); background: var(--surface-subtle); }
|
|
205
|
+
.repository-summary span, .repository-summary small { display: block; overflow: hidden; color: var(--faint); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
|
|
206
|
+
.repository-summary strong { display: block; margin: 2px 0; overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
|
|
207
|
+
.repository-summary .warning { color: var(--warning); }
|
|
208
|
+
.evolution-summary {
|
|
209
|
+
display: grid;
|
|
210
|
+
grid-template-columns: minmax(130px, 1.4fr) repeat(7, minmax(62px, 1fr));
|
|
211
|
+
gap: 1px;
|
|
212
|
+
margin-bottom: 13px;
|
|
213
|
+
border: 1px solid var(--border);
|
|
214
|
+
border-radius: 5px;
|
|
215
|
+
overflow: hidden;
|
|
216
|
+
background: var(--border);
|
|
217
|
+
}
|
|
218
|
+
.evolution-summary div { min-width: 0; padding: 7px 9px; background: var(--surface-subtle); }
|
|
219
|
+
.evolution-summary span, .evolution-summary small { display: block; overflow: hidden; color: var(--faint); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
|
|
220
|
+
.evolution-summary strong { display: block; margin-top: 2px; font-size: 12px; }
|
|
221
|
+
.evolution-summary .evolution-heading { border-left: 3px solid var(--accent); }
|
|
222
|
+
.evolution-summary .evolution-heading span { color: var(--text); font-size: 11px; font-weight: 600; }
|
|
223
|
+
.progress-track + .progress-track { margin-top: 13px; padding-top: 12px; border-top: 1px solid var(--border); }
|
|
224
|
+
.section-heading { display: flex; align-items: flex-start; justify-content: space-between; }
|
|
225
|
+
.section-heading h2 { margin: 0; font-size: 14px; }
|
|
226
|
+
.section-heading p { margin: 3px 0 0; color: var(--muted); font-size: 11px; }
|
|
227
|
+
.section-heading strong { color: var(--accent); font-size: 16px; }
|
|
228
|
+
.progress-rail {
|
|
229
|
+
display: grid;
|
|
230
|
+
grid-template-columns: repeat(var(--node-count, 1), minmax(24px, 1fr));
|
|
231
|
+
gap: 0;
|
|
232
|
+
margin-top: 13px;
|
|
233
|
+
}
|
|
234
|
+
.progress-node {
|
|
235
|
+
position: relative;
|
|
236
|
+
min-width: 0;
|
|
237
|
+
padding-top: 19px;
|
|
238
|
+
color: var(--faint);
|
|
239
|
+
text-align: center;
|
|
240
|
+
}
|
|
241
|
+
.progress-node::before {
|
|
242
|
+
position: absolute;
|
|
243
|
+
top: 6px;
|
|
244
|
+
left: 0;
|
|
245
|
+
right: 0;
|
|
246
|
+
height: 1px;
|
|
247
|
+
background: var(--border-strong);
|
|
248
|
+
content: "";
|
|
249
|
+
}
|
|
250
|
+
.progress-node:first-child::before { left: 50%; }
|
|
251
|
+
.progress-node:last-child::before { right: 50%; }
|
|
252
|
+
.progress-node i {
|
|
253
|
+
position: absolute;
|
|
254
|
+
z-index: 1;
|
|
255
|
+
top: 1px;
|
|
256
|
+
left: 50%;
|
|
257
|
+
width: 11px;
|
|
258
|
+
height: 11px;
|
|
259
|
+
border: 2px solid var(--border-strong);
|
|
260
|
+
border-radius: 50%;
|
|
261
|
+
background: var(--surface);
|
|
262
|
+
transform: translateX(-50%);
|
|
263
|
+
}
|
|
264
|
+
.progress-node.success { color: var(--success); }
|
|
265
|
+
.progress-node.success i { border-color: var(--success); background: var(--success); }
|
|
266
|
+
.progress-node.warning { color: var(--warning); }
|
|
267
|
+
.progress-node.warning i { border-color: var(--warning); background: var(--warning-soft); }
|
|
268
|
+
.progress-node.danger { color: var(--danger); }
|
|
269
|
+
.progress-node.danger i { border-color: var(--danger); background: var(--danger-soft); }
|
|
270
|
+
.progress-node span {
|
|
271
|
+
display: block;
|
|
272
|
+
overflow: hidden;
|
|
273
|
+
color: currentColor;
|
|
274
|
+
font-size: 9px;
|
|
275
|
+
text-overflow: ellipsis;
|
|
276
|
+
white-space: nowrap;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
.filters {
|
|
280
|
+
display: flex;
|
|
281
|
+
align-items: center;
|
|
282
|
+
gap: 9px;
|
|
283
|
+
padding: 0 14px;
|
|
284
|
+
border-bottom: 1px solid var(--border);
|
|
285
|
+
background: var(--surface-subtle);
|
|
286
|
+
}
|
|
287
|
+
.filters label { display: flex; align-items: center; gap: 5px; color: var(--muted); font-size: 11px; }
|
|
288
|
+
.filters select { height: 28px; min-width: 88px; border: 1px solid var(--border); border-radius: 4px; background: white; font-size: 11px; }
|
|
289
|
+
.check-filter input { width: 14px; height: 14px; accent-color: var(--accent); }
|
|
290
|
+
.quiet-command { height: 28px; padding: 0 10px; color: var(--muted); font-size: 11px; }
|
|
291
|
+
.filter-count { margin-left: auto; color: var(--faint); font-size: 11px; }
|
|
292
|
+
|
|
293
|
+
.table-region { position: relative; min-height: 0; overflow: auto; }
|
|
294
|
+
table { width: 100%; border-collapse: collapse; table-layout: fixed; }
|
|
295
|
+
thead { position: sticky; z-index: 2; top: 0; background: var(--surface); }
|
|
296
|
+
th {
|
|
297
|
+
height: 34px;
|
|
298
|
+
padding: 0 10px;
|
|
299
|
+
border-bottom: 1px solid var(--border-strong);
|
|
300
|
+
color: var(--muted);
|
|
301
|
+
font-size: 10px;
|
|
302
|
+
font-weight: 600;
|
|
303
|
+
text-align: left;
|
|
304
|
+
}
|
|
305
|
+
th.document-column { width: 37%; }
|
|
306
|
+
th:nth-child(2) { width: 16%; }
|
|
307
|
+
th:nth-child(3) { width: 10%; }
|
|
308
|
+
th:nth-child(4) { width: 12%; }
|
|
309
|
+
th:nth-child(5) { width: 9%; }
|
|
310
|
+
th:nth-child(6) { width: 16%; }
|
|
311
|
+
td {
|
|
312
|
+
height: 38px;
|
|
313
|
+
padding: 0 10px;
|
|
314
|
+
border-bottom: 1px solid #edf1f0;
|
|
315
|
+
overflow: hidden;
|
|
316
|
+
color: #344242;
|
|
317
|
+
font-size: 11px;
|
|
318
|
+
text-overflow: ellipsis;
|
|
319
|
+
white-space: nowrap;
|
|
320
|
+
}
|
|
321
|
+
tbody tr { cursor: pointer; }
|
|
322
|
+
tbody tr:hover { background: #f8fbfa; }
|
|
323
|
+
tbody tr.selected { background: var(--accent-soft); box-shadow: inset 3px 0 0 var(--accent); }
|
|
324
|
+
.document-cell { display: flex; align-items: center; gap: 9px; min-width: 0; }
|
|
325
|
+
.file-icon { display: grid; place-items: center; width: 22px; height: 22px; color: var(--muted); flex: none; }
|
|
326
|
+
.file-icon svg { width: 16px; height: 16px; }
|
|
327
|
+
.document-names { min-width: 0; }
|
|
328
|
+
.document-names strong, .document-names span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
|
329
|
+
.document-names strong { color: var(--text); font-size: 11px; font-weight: 600; }
|
|
330
|
+
.document-names span { margin-top: 2px; color: var(--faint); font-size: 9px; }
|
|
331
|
+
.status-label { display: inline-flex; align-items: center; gap: 5px; color: var(--neutral); font-size: 10px; }
|
|
332
|
+
.status-label::before { width: 7px; height: 7px; border-radius: 50%; background: currentColor; content: ""; }
|
|
333
|
+
.status-label.success { color: var(--success); }
|
|
334
|
+
.status-label.warning { color: var(--warning); }
|
|
335
|
+
.status-label.danger { color: var(--danger); }
|
|
336
|
+
.status-label.muted { color: var(--faint); }
|
|
337
|
+
.empty-state { position: absolute; inset: 0; place-content: center; text-align: center; color: var(--muted); background: var(--surface); }
|
|
338
|
+
.empty-state:not([hidden]) { display: grid; }
|
|
339
|
+
.empty-state svg { width: 34px; margin: 0 auto 8px; color: var(--faint); }
|
|
340
|
+
.empty-state h3 { margin: 0; font-size: 13px; }
|
|
341
|
+
.empty-state p { margin: 5px 0 0; font-size: 11px; }
|
|
342
|
+
|
|
343
|
+
.inspector {
|
|
344
|
+
min-width: 0;
|
|
345
|
+
min-height: 0;
|
|
346
|
+
border-left: 1px solid var(--border);
|
|
347
|
+
background: var(--surface);
|
|
348
|
+
overflow: hidden;
|
|
349
|
+
}
|
|
350
|
+
.inspector-empty { display: grid; place-content: center; height: 100%; color: var(--faint); text-align: center; }
|
|
351
|
+
.inspector-empty[hidden], #inspector-content[hidden] { display: none; }
|
|
352
|
+
.inspector-empty svg { width: 40px; margin: 0 auto; }
|
|
353
|
+
.inspector-empty p { font-size: 12px; }
|
|
354
|
+
#inspector-content { height: 100%; overflow-y: auto; }
|
|
355
|
+
.inspector-header { display: flex; align-items: flex-start; justify-content: space-between; padding: 15px 16px 13px; border-bottom: 1px solid var(--border); }
|
|
356
|
+
.inspector-header h2 { margin: 7px 0 0; font-size: 15px; line-height: 1.4; overflow-wrap: anywhere; }
|
|
357
|
+
.inspector-header p { margin: 5px 0 0; color: var(--faint); font-size: 9px; line-height: 1.4; overflow-wrap: anywhere; }
|
|
358
|
+
.icon-only { width: 28px; height: 28px; padding: 0; flex: none; }
|
|
359
|
+
.icon-only svg { width: 14px; height: 14px; }
|
|
360
|
+
.detail-section { padding: 13px 16px; border-bottom: 1px solid var(--border); }
|
|
361
|
+
.detail-section h3 { margin: 0 0 10px; font-size: 11px; }
|
|
362
|
+
.metadata-grid { display: grid; grid-template-columns: 72px minmax(0, 1fr) 72px minmax(0, 1fr); gap: 8px 7px; margin: 0; }
|
|
363
|
+
.metadata-grid dt { color: var(--faint); font-size: 9px; }
|
|
364
|
+
.metadata-grid dd { margin: 0; overflow: hidden; color: #334141; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
|
|
365
|
+
.relationship-group + .relationship-group { margin-top: 11px; }
|
|
366
|
+
.relationship-group h4 { margin: 0 0 6px; color: var(--muted); font-size: 9px; font-weight: 600; }
|
|
367
|
+
.relationship-group h4 span { color: var(--faint); font-weight: 400; }
|
|
368
|
+
.relationship-list { display: grid; gap: 3px; }
|
|
369
|
+
.relationship-link {
|
|
370
|
+
display: flex;
|
|
371
|
+
align-items: center;
|
|
372
|
+
width: 100%;
|
|
373
|
+
gap: 6px;
|
|
374
|
+
padding: 3px 0;
|
|
375
|
+
border: 0;
|
|
376
|
+
color: var(--accent);
|
|
377
|
+
background: transparent;
|
|
378
|
+
font-size: 9px;
|
|
379
|
+
text-align: left;
|
|
380
|
+
cursor: pointer;
|
|
381
|
+
}
|
|
382
|
+
.relationship-link:hover { text-decoration: underline; }
|
|
383
|
+
.relationship-link svg { width: 12px; height: 12px; flex: none; }
|
|
384
|
+
.relationship-empty { color: var(--faint); font-size: 9px; }
|
|
385
|
+
.checksum-row { display: flex; align-items: center; gap: 7px; }
|
|
386
|
+
.checksum-row code { min-width: 0; overflow: hidden; color: var(--muted); font: 9px/1.5 Consolas, monospace; text-overflow: ellipsis; white-space: nowrap; }
|
|
387
|
+
.checksum-row .icon-only { width: 25px; height: 25px; }
|
|
388
|
+
.standards-list { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 8px; }
|
|
389
|
+
.standard-tag { padding: 3px 5px; border: 1px solid var(--border); border-radius: 3px; color: var(--muted); background: var(--surface-subtle); font: 9px/1.2 Consolas, monospace; }
|
|
390
|
+
|
|
391
|
+
.preview-section { min-height: 280px; }
|
|
392
|
+
.preview-tabs { display: flex; height: 34px; padding: 0 16px; border-bottom: 1px solid var(--border); }
|
|
393
|
+
.preview-tab { position: relative; padding: 0 12px; border: 0; color: var(--muted); background: transparent; font-size: 10px; cursor: pointer; }
|
|
394
|
+
.preview-tab.active { color: var(--accent); font-weight: 600; }
|
|
395
|
+
.preview-tab.active::after { position: absolute; left: 8px; right: 8px; bottom: -1px; height: 2px; background: var(--accent); content: ""; }
|
|
396
|
+
.preview-message { padding: 24px 16px; color: var(--faint); font-size: 11px; text-align: center; }
|
|
397
|
+
.preview-content { padding: 14px 16px 28px; overflow: auto; color: #263434; font-size: 11px; line-height: 1.65; }
|
|
398
|
+
.preview-content h1 { margin: 0 0 14px; font-size: 17px; line-height: 1.4; }
|
|
399
|
+
.preview-content h2 { margin: 18px 0 8px; font-size: 14px; }
|
|
400
|
+
.preview-content h3 { margin: 15px 0 6px; font-size: 12px; }
|
|
401
|
+
.preview-content p { margin: 7px 0; }
|
|
402
|
+
.preview-content ul, .preview-content ol { margin: 7px 0; padding-left: 19px; }
|
|
403
|
+
.preview-content code { padding: 1px 3px; border-radius: 3px; color: #155b58; background: var(--accent-soft); font: 0.92em Consolas, monospace; }
|
|
404
|
+
.preview-content pre { margin: 0; overflow: auto; white-space: pre-wrap; overflow-wrap: anywhere; font: 10px/1.55 Consolas, monospace; }
|
|
405
|
+
.preview-content img { display: block; width: 100%; height: auto; border: 1px solid var(--border); border-radius: 4px; background: var(--surface-subtle); }
|
|
406
|
+
.preview-content table { width: max-content; min-width: 100%; table-layout: auto; }
|
|
407
|
+
.preview-content th, .preview-content td { height: auto; padding: 6px 8px; border: 1px solid var(--border); font-size: 9px; white-space: normal; }
|
|
408
|
+
.preview-content th { background: var(--surface-subtle); }
|
|
409
|
+
|
|
410
|
+
.statusbar {
|
|
411
|
+
display: flex;
|
|
412
|
+
align-items: center;
|
|
413
|
+
gap: 18px;
|
|
414
|
+
padding: 0 14px;
|
|
415
|
+
border-top: 1px solid var(--border);
|
|
416
|
+
color: var(--muted);
|
|
417
|
+
background: var(--surface-subtle);
|
|
418
|
+
font-size: 10px;
|
|
419
|
+
}
|
|
420
|
+
.statusbar-spacer { flex: 1; }
|
|
421
|
+
.statusbar span { display: inline-flex; align-items: center; gap: 5px; min-width: 0; }
|
|
422
|
+
.statusbar b { color: var(--text); font-weight: 600; }
|
|
423
|
+
#project-root { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
|
424
|
+
.summary-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--neutral); }
|
|
425
|
+
.summary-dot.success { background: var(--success); }
|
|
426
|
+
.summary-dot.warning { background: var(--warning); }
|
|
427
|
+
.summary-dot.danger { background: var(--danger); }
|
|
428
|
+
.toast {
|
|
429
|
+
position: fixed;
|
|
430
|
+
z-index: 20;
|
|
431
|
+
right: 18px;
|
|
432
|
+
bottom: 46px;
|
|
433
|
+
padding: 9px 12px;
|
|
434
|
+
border: 1px solid var(--border-strong);
|
|
435
|
+
border-radius: 5px;
|
|
436
|
+
color: var(--text);
|
|
437
|
+
background: var(--surface);
|
|
438
|
+
box-shadow: var(--shadow);
|
|
439
|
+
font-size: 11px;
|
|
440
|
+
opacity: 0;
|
|
441
|
+
transform: translateY(8px);
|
|
442
|
+
pointer-events: none;
|
|
443
|
+
transition: opacity 160ms ease, transform 160ms ease;
|
|
444
|
+
}
|
|
445
|
+
.toast.visible { opacity: 1; transform: translateY(0); }
|
|
446
|
+
|
|
447
|
+
@media (max-width: 1180px) {
|
|
448
|
+
:root { --sidebar-width: 190px; --inspector-width: 360px; }
|
|
449
|
+
.scan-time, .search-control kbd { display: none; }
|
|
450
|
+
.search-control { width: 260px; }
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
@media (max-width: 900px) {
|
|
454
|
+
:root { --topbar-height: 112px; --statusbar-height: 38px; }
|
|
455
|
+
.topbar { align-items: flex-start; flex-wrap: wrap; gap: 8px; padding: 12px 14px; }
|
|
456
|
+
.brand { min-width: 100%; }
|
|
457
|
+
.brand-mark { width: 30px; height: 30px; }
|
|
458
|
+
.brand h1 { font-size: 17px; }
|
|
459
|
+
.topbar-actions { width: 100%; justify-content: flex-start; }
|
|
460
|
+
.iteration-control select { width: 130px; }
|
|
461
|
+
.search-control { width: auto; flex: 1; }
|
|
462
|
+
.workspace { grid-template-columns: 150px minmax(0, 1fr); }
|
|
463
|
+
.inspector {
|
|
464
|
+
position: fixed;
|
|
465
|
+
z-index: 10;
|
|
466
|
+
top: var(--topbar-height);
|
|
467
|
+
right: 0;
|
|
468
|
+
bottom: var(--statusbar-height);
|
|
469
|
+
width: min(440px, calc(100vw - 54px));
|
|
470
|
+
box-shadow: var(--shadow);
|
|
471
|
+
transform: translateX(100%);
|
|
472
|
+
transition: transform 180ms ease;
|
|
473
|
+
}
|
|
474
|
+
.inspector.open { transform: translateX(0); }
|
|
475
|
+
.progress-node span { display: none; }
|
|
476
|
+
th:nth-child(2), td:nth-child(2), th:nth-child(5), td:nth-child(5) { display: none; }
|
|
477
|
+
th.document-column { width: 47%; }
|
|
478
|
+
th:nth-child(3) { width: 16%; }
|
|
479
|
+
th:nth-child(4) { width: 17%; }
|
|
480
|
+
th:nth-child(6) { width: 20%; }
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
@media (max-width: 620px) {
|
|
484
|
+
:root { --topbar-height: 150px; }
|
|
485
|
+
.topbar-actions {
|
|
486
|
+
display: grid;
|
|
487
|
+
grid-template-columns: minmax(0, 1fr) 36px;
|
|
488
|
+
gap: 8px 12px;
|
|
489
|
+
}
|
|
490
|
+
.iteration-control { grid-column: 1; grid-row: 1; width: 100%; min-width: 0; }
|
|
491
|
+
.iteration-control select { width: 100%; }
|
|
492
|
+
.search-control { grid-column: 1 / -1; grid-row: 2; width: 100%; }
|
|
493
|
+
.icon-command { width: 36px; padding: 0; }
|
|
494
|
+
.topbar-actions > .icon-command { grid-column: 2; grid-row: 1; }
|
|
495
|
+
.icon-command span { display: none; }
|
|
496
|
+
.workspace { display: block; position: relative; }
|
|
497
|
+
.node-sidebar {
|
|
498
|
+
height: 46px;
|
|
499
|
+
border-right: 0;
|
|
500
|
+
border-bottom: 1px solid var(--border);
|
|
501
|
+
}
|
|
502
|
+
.sidebar-heading { display: none; }
|
|
503
|
+
.node-list { display: flex; height: 46px; padding: 5px 8px; overflow-x: auto; overflow-y: hidden; }
|
|
504
|
+
.node-group { display: none; }
|
|
505
|
+
.node-item { grid-template-columns: auto auto; min-width: max-content; padding: 4px 9px; }
|
|
506
|
+
.node-sequence { margin-right: 5px; }
|
|
507
|
+
.node-count { display: none; }
|
|
508
|
+
.document-workspace { height: calc(100% - 46px); grid-template-rows: auto auto minmax(0, 1fr); }
|
|
509
|
+
.progress-section { max-height: 300px; padding: 10px 12px; overflow-y: auto; }
|
|
510
|
+
.version-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
|
|
511
|
+
.repository-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
|
|
512
|
+
.evolution-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
|
|
513
|
+
.evolution-summary .evolution-heading { grid-column: 1 / -1; }
|
|
514
|
+
.progress-rail { margin-top: 9px; }
|
|
515
|
+
.filters { min-height: 76px; padding: 7px 10px; flex-wrap: wrap; gap: 6px; }
|
|
516
|
+
.filters label { flex: 1; min-width: 88px; }
|
|
517
|
+
.filters select { width: 100%; min-width: 0; }
|
|
518
|
+
.check-filter { flex: none !important; }
|
|
519
|
+
.filter-count { width: 100%; margin: 0; }
|
|
520
|
+
th:nth-child(3), td:nth-child(3), th:nth-child(6), td:nth-child(6) { display: none; }
|
|
521
|
+
th.document-column { width: 70%; }
|
|
522
|
+
th:nth-child(4) { width: 30%; }
|
|
523
|
+
.statusbar { gap: 10px; padding: 0 10px; }
|
|
524
|
+
#project-root { display: none; }
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
@media (prefers-reduced-motion: reduce) {
|
|
528
|
+
*, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
|
|
529
|
+
}
|