@bendyline/gilde 0.1.53 → 0.1.55

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.
Files changed (34) hide show
  1. package/authoring/chat-models/qwen3.5-27b-q4.json +147 -0
  2. package/authoring/gstack/evals/cso.json +21 -18
  3. package/authoring/gstack/evals/investigate.json +25 -22
  4. package/authoring/gstack/evals/plan-ceo-review.json +19 -16
  5. package/authoring/gstack/overlays/retro.json +2 -2
  6. package/authoring/gstack/wave.json +2 -2
  7. package/data/chat-models/index.json +1 -1
  8. package/data/chat-models/qw/qwen3.5-27b-q4/manifest.json +217 -0
  9. package/data/chat-models/qw/qwen3.5-27b-q4/versions/1.0.0/manifest.json +90 -0
  10. package/data/craftbook-templates/br/browser-qa-audit/versions/2.0.7/craftbook.json +620 -0
  11. package/data/craftbook-templates/br/browser-qa-audit/versions/2.0.7/test.json +376 -0
  12. package/data/craftbook-templates/de/design-system-consultation/versions/2.0.7/craftbook.json +616 -0
  13. package/data/craftbook-templates/de/design-system-consultation/versions/2.0.7/test.json +201 -0
  14. package/data/craftbook-templates/en/engineering-retrospective/versions/2.0.7/craftbook.json +566 -0
  15. package/data/craftbook-templates/en/engineering-retrospective/versions/2.0.7/test.json +191 -0
  16. package/data/craftbook-templates/ex/executive-level-review/versions/2.0.7/craftbook.json +595 -0
  17. package/data/craftbook-templates/ex/executive-level-review/versions/2.0.7/test.json +139 -0
  18. package/data/craftbook-templates/id/idea-office-hours/versions/2.0.7/craftbook.json +566 -0
  19. package/data/craftbook-templates/id/idea-office-hours/versions/2.0.7/test.json +141 -0
  20. package/data/craftbook-templates/index.json +1 -1
  21. package/data/craftbook-templates/pl/plan/versions/1.0.2/craftbook.json +222 -0
  22. package/data/craftbook-templates/pl/plan/versions/1.0.2/test.json +91 -0
  23. package/data/craftbook-templates/ro/root-cause-investigation/versions/2.0.7/craftbook.json +595 -0
  24. package/data/craftbook-templates/ro/root-cause-investigation/versions/2.0.7/test.json +157 -0
  25. package/data/craftbook-templates/se/security-architecture-review/versions/2.0.7/craftbook.json +597 -0
  26. package/data/craftbook-templates/se/security-architecture-review/versions/2.0.7/test.json +157 -0
  27. package/data/craftbook-templates/sh/ship/versions/1.1.2/craftbook.json +346 -0
  28. package/data/craftbook-templates/sh/ship/versions/1.1.2/test.json +228 -0
  29. package/data/craftbook-templates/sp/spec-authoring/versions/2.0.7/craftbook.json +599 -0
  30. package/data/craftbook-templates/sp/spec-authoring/versions/2.0.7/test.json +162 -0
  31. package/data/craftbook-templates/te/technical-documentation/versions/2.0.7/craftbook.json +577 -0
  32. package/data/craftbook-templates/te/technical-documentation/versions/2.0.7/test.json +174 -0
  33. package/package.json +1 -1
  34. package/schemas/craftbook-test.schema.json +7 -1
@@ -0,0 +1,201 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "title": "Design System Consultation — Harbor Ops dashboard",
4
+ "objective": "Exercise the Design System Consultation craftbook on a seeded operations dashboard and require a grounded, accessible DESIGN.md plus a complete HTML state preview.",
5
+ "tags": [
6
+ "workflow",
7
+ "design-system",
8
+ "html-page",
9
+ "accessibility"
10
+ ],
11
+ "prompt": "Use the Design System Consultation craftbook for the Harbor Ops dashboard. This is an unattended evaluation: the product and taste decisions in `source/design-brief.md` are authoritative, so proceed without asking questions and label any remaining assumptions. Audit the supplied interface, preserve its useful density, then produce the workflow artifacts, `DESIGN.md`, and `previews/design-system.html`. The preview must be self-contained and show navigation, typography, controls, data cards, table content, empty/loading/error/success states, keyboard focus, disabled controls, and responsive behavior. Use no external assets or live research.",
12
+ "setup": {
13
+ "projectName": "Harbor Ops design system",
14
+ "about": "Harbor Ops is a desktop-first operations dashboard for coordinators monitoring time-sensitive berth assignments. The fixture is complete and must be handled without live research.",
15
+ "missionObjectives": "Run the Design System Consultation craftbook as a real task. Ground every design decision in the seeded brief and current interface, then deliver DESIGN.md and the self-contained preview.",
16
+ "files": [
17
+ {
18
+ "path": "README.md",
19
+ "content": "# Harbor Ops\n\nHarbor Ops helps port coordinators scan berth conflicts, assign an owner, and clear exceptions during a shift. It is dense desktop software used in bright control rooms; the core job is spotting the one item that needs action now.\n"
20
+ },
21
+ {
22
+ "path": "source/design-brief.md",
23
+ "content": "# Locked design brief\n\nAudience: experienced port coordinators working 8-hour shifts on desktop, with occasional tablet use.\n\nMemorable intent: **calm command under pressure**. The interface should feel serious and precise, never playful or luxurious.\n\nPreserve: dense scan-friendly tables, the navy header, status labels, and explicit timestamps.\n\nChange: inconsistent spacing, low-contrast muted text, color-only severity, invisible keyboard focus, and one-off button styles.\n\nBrand constraints: deep navy `#10233f`; signal amber `#d97706`; off-white canvas. Do not use pure black.\n\nAccessibility: WCAG AA text contrast, visible `:focus-visible`, shape/text in addition to status color, 44px primary touch targets on tablet, reduced-motion support.\n\nProduct states that must be designed: normal, loading, empty, permission error, delayed-data warning, success acknowledgement, selected row, disabled action.\n\nTaste: compact Swiss/industrial typography, restrained motion, square-to-soft corners (4-8px), clear dividers. Avoid gradients, glass effects, giant hero type, and decorative illustrations.\n"
24
+ },
25
+ {
26
+ "path": "src/dashboard.html",
27
+ "content": "<!doctype html><html lang=\"en\"><head><meta charset=\"utf-8\"><title>Harbor Ops</title><link rel=\"stylesheet\" href=\"styles.css\"></head><body><header>Harbor Ops <small>Shift A · 07:42 UTC</small></header><main><aside><button>Overview</button><button>Berths</button><button>Exceptions</button></aside><section><h1>Berth exceptions</h1><button class=\"primary\">Assign owner</button><table><tr><th>Vessel</th><th>Berth</th><th>Status</th><th>Updated</th></tr><tr><td>MV Juniper</td><td>B-14</td><td><span class=\"status\">Delayed</span></td><td>07:38 UTC</td></tr></table></section></main></body></html>\n"
28
+ },
29
+ {
30
+ "path": "src/styles.css",
31
+ "content": ":root{--navy:#10233f;--amber:#d97706}body{margin:0;font:14px Arial;background:#f7f5ef;color:#27364a}header{background:var(--navy);color:white;padding:13px 18px}header small{color:#7e8aa0}main{display:flex}aside{width:190px;padding:12px}section{flex:1;padding:19px}button{border:0;padding:7px;margin:3px}.primary{background:var(--amber);color:white}.status{color:#d97706}table{width:100%;border-collapse:collapse}td,th{text-align:left;border-bottom:1px solid #ddd;padding:9px}button:focus{outline:none}\n"
32
+ }
33
+ ]
34
+ },
35
+ "mocks": [],
36
+ "success": {
37
+ "summary": "The real craftbook produces a grounded design audit and brief, an accessible token specification, a valid multi-state preview, and terminal review evidence.",
38
+ "deliverables": [
39
+ {
40
+ "path": "design/current-state-audit.md",
41
+ "kind": "markdown-report",
42
+ "minBytes": 750,
43
+ "checks": [
44
+ {
45
+ "kind": "contains",
46
+ "file": "design/current-state-audit.md",
47
+ "pattern": "^#{1,3}\\s+Product and users\\b[\\s\\S]*^#{1,3}\\s+Existing language\\b[\\s\\S]*^#{1,3}\\s+Accessibility\\b",
48
+ "flags": "im",
49
+ "label": "grounded current-state audit"
50
+ },
51
+ {
52
+ "kind": "citationsResolve",
53
+ "file": "design/current-state-audit.md",
54
+ "minCitations": 2
55
+ }
56
+ ]
57
+ },
58
+ {
59
+ "path": "DESIGN.md",
60
+ "kind": "markdown-doc",
61
+ "minBytes": 1800,
62
+ "checks": [
63
+ {
64
+ "kind": "contains",
65
+ "file": "DESIGN.md",
66
+ "pattern": "^#{1,3}\\s+Design intent\\b[\\s\\S]*^#{1,3}\\s+Tokens\\b[\\s\\S]*^#{1,3}\\s+Typography\\b[\\s\\S]*^#{1,3}\\s+Color\\b[\\s\\S]*^#{1,3}\\s+Components and states\\b[\\s\\S]*^#{1,3}\\s+Accessibility\\b[\\s\\S]*^#{1,3}\\s+Adoption\\b",
67
+ "flags": "im",
68
+ "label": "complete design-system specification"
69
+ },
70
+ {
71
+ "kind": "valueGrounding",
72
+ "file": "DESIGN.md",
73
+ "facts": [
74
+ {
75
+ "id": "intent",
76
+ "label": "memorable intent",
77
+ "required": [
78
+ "calm command under pressure"
79
+ ]
80
+ },
81
+ {
82
+ "id": "brand-navy",
83
+ "label": "locked navy",
84
+ "required": [
85
+ "#10233f"
86
+ ]
87
+ },
88
+ {
89
+ "id": "brand-amber",
90
+ "label": "locked signal amber",
91
+ "required": [
92
+ "#d97706"
93
+ ]
94
+ },
95
+ {
96
+ "id": "keyboard-focus",
97
+ "label": "visible keyboard focus",
98
+ "required": [
99
+ "focus-visible"
100
+ ]
101
+ },
102
+ {
103
+ "id": "reduced-motion",
104
+ "label": "reduced-motion behavior",
105
+ "required": [
106
+ "reduced-motion|prefers-reduced-motion"
107
+ ]
108
+ },
109
+ {
110
+ "id": "touch-target",
111
+ "label": "tablet touch target",
112
+ "required": [
113
+ "44\\s*(?:px|pixel)"
114
+ ]
115
+ }
116
+ ]
117
+ }
118
+ ]
119
+ },
120
+ {
121
+ "path": "previews/design-system.html",
122
+ "kind": "html-page",
123
+ "minBytes": 3000,
124
+ "checks": [
125
+ {
126
+ "kind": "htmlLint",
127
+ "file": "previews/design-system.html"
128
+ },
129
+ {
130
+ "kind": "cssMinBytes",
131
+ "bytes": 900,
132
+ "file": "previews/design-system.html"
133
+ },
134
+ {
135
+ "kind": "contains",
136
+ "file": "previews/design-system.html",
137
+ "pattern": "loading[\\s\\S]*empty[\\s\\S]*(error|permission)[\\s\\S]*(success|acknowledge)[\\s\\S]*disabled",
138
+ "flags": "i",
139
+ "label": "representative application states"
140
+ },
141
+ {
142
+ "kind": "contains",
143
+ "file": "previews/design-system.html",
144
+ "pattern": "focus-visible|prefers-reduced-motion",
145
+ "flags": "i",
146
+ "label": "keyboard focus and reduced motion"
147
+ }
148
+ ]
149
+ }
150
+ ],
151
+ "taskNotes": {
152
+ "minBytes": 180,
153
+ "checks": [
154
+ {
155
+ "kind": "contains",
156
+ "file": "task-notes.md",
157
+ "pattern": "\\bDONE\\b[\\s\\S]*DESIGN\\.md[\\s\\S]*previews/design-system\\.html",
158
+ "flags": "i",
159
+ "label": "terminal note records both design deliverables"
160
+ }
161
+ ],
162
+ "requireCraftbookTask": true
163
+ },
164
+ "taskGraph": {
165
+ "requireCraftbookTask": true,
166
+ "requireTerminalStep": true
167
+ },
168
+ "unchangedFixtures": [
169
+ "README.md",
170
+ "source/design-brief.md",
171
+ "src/dashboard.html",
172
+ "src/styles.css"
173
+ ]
174
+ },
175
+ "rubric": {
176
+ "artifact": {
177
+ "path": "DESIGN.md",
178
+ "kind": "markdown"
179
+ },
180
+ "axes": [
181
+ {
182
+ "name": "Product fit",
183
+ "description": "The system reinforces calm command under pressure and the actual coordinator workflows rather than generic visual taste."
184
+ },
185
+ {
186
+ "name": "System coherence",
187
+ "description": "Tokens, typography, color, density, components, states, and motion form a reusable system with explicit rationale."
188
+ },
189
+ {
190
+ "name": "Accessibility and preview",
191
+ "description": "The specification and preview cover contrast, focus, non-color status, touch size, reduced motion, responsiveness, and real application states."
192
+ }
193
+ ],
194
+ "contextNote": "Judge against the seeded brief and current dashboard; decorative novelty that violates the locked taste is a defect."
195
+ },
196
+ "qualityFocus": [
197
+ "Preserve useful density while correcting current accessibility failures",
198
+ "Use exact reusable tokens with reasons",
199
+ "Preview representative responsive and interaction states without external assets"
200
+ ]
201
+ }