@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,191 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "title": "Engineering Retrospective — queue reliability window",
4
+ "objective": "Exercise the Engineering Retrospective craftbook on a fixed exported history and require reconciled metrics, contextual interpretation, balanced growth notes, and owned experiments.",
5
+ "tags": [
6
+ "workflow",
7
+ "retrospective",
8
+ "engineering",
9
+ "corpus"
10
+ ],
11
+ "prompt": "Use the Engineering Retrospective craftbook for the fixed 2026-07-01 through 2026-07-14 window. This evaluation has no live git repository: `source/git-log.txt` and `source/numstat.tsv` are the authoritative read-only exports, and `source/team-events.md` supplies context. Do not treat unavailable live history as zero or ask for another window. Reconcile human activity, exclude the release bot, identify evidence-backed hotspots and quality/collaboration signals, and write the workflow artifacts ending at `retro/engineering-retrospective.md`. Include constructive notes for Alex Kim and Priya Shah without rankings or volume-as-productivity claims, then propose three to five owner-backed experiments with measurable outcomes and a review date.",
12
+ "setup": {
13
+ "projectName": "Queue reliability engineering retrospective",
14
+ "about": "A self-contained retrospective over exported repository evidence. The export and context files are complete; no network, live git repository, or personnel system is available.",
15
+ "missionObjectives": "Run the Engineering Retrospective craftbook as a real task, reconcile the fixed history, preserve evidence limits, and produce an actionable, fair retrospective.",
16
+ "files": [
17
+ {
18
+ "path": "source/git-log.txt",
19
+ "content": "# sha|date|author|email|subject\na1c001|2026-07-02|Alex Kim|alex@example.test|fix queue timeout classification\na1c002|2026-07-03|Priya Shah|priya@example.test|add queue retry metrics\na1c003|2026-07-06|Priya Shah|priya@example.test|document on-call queue recovery\na1c004|2026-07-09|Alex Kim|alex@example.test|cover refresh-token expiry\na1c005|2026-07-10|Alex Kim|alex@example.test|add queue timeout regression fixture\na1c006|2026-07-12|Priya Shah|priya@example.test|pin parser dependency after advisory review\na1c007|2026-07-14|release-bot|bot@example.test|release 2.8.0\n"
20
+ },
21
+ {
22
+ "path": "source/numstat.tsv",
23
+ "content": "sha\tadded\tdeleted\tpath\na1c001\t34\t12\tsrc/queue.ts\na1c001\t22\t0\ttests/queue.test.ts\na1c002\t28\t4\tsrc/queue.ts\na1c002\t40\t2\tsrc/metrics.ts\na1c003\t55\t3\tdocs/oncall.md\na1c004\t18\t7\tsrc/auth.ts\na1c004\t26\t0\ttests/auth.test.ts\na1c005\t12\t6\tsrc/queue.ts\na1c005\t31\t2\ttests/queue.test.ts\na1c006\t3\t3\tpackage.json\na1c006\t14\t14\tpnpm-lock.yaml\na1c007\t2\t2\tCHANGELOG.md\n"
24
+ },
25
+ {
26
+ "path": "source/team-events.md",
27
+ "content": "# Team context\n\n- Window: 2026-07-01 through 2026-07-14, UTC. Compare only within this window; no prior baseline export is available.\n- Queue retry incident on 2026-07-02 caused delayed job status for 41 minutes. Priya Shah was primary responder; Alex Kim traced the timeout classification the next morning.\n- Alex was on planned leave July 4-5.\n- Priya paired with Alex on the queue regression fixture; pairing is mentioned in commit a1c005 but the export cannot attribute line-level co-authorship.\n- Release-bot is automation and must not be included in human activity or growth notes.\n- Review comments, meetings, and off-repository operational work are not present in this export.\n- Experiments should be reviewed on 2026-07-28.\n"
28
+ }
29
+ ]
30
+ },
31
+ "mocks": [],
32
+ "success": {
33
+ "summary": "The real craftbook reconciles the exported history into a contextual, non-ranking retrospective with balanced growth notes and measurable experiments.",
34
+ "deliverables": [
35
+ {
36
+ "path": "retro/scope.md",
37
+ "kind": "markdown-notes",
38
+ "minBytes": 600,
39
+ "checks": [
40
+ {
41
+ "kind": "contains",
42
+ "file": "retro/scope.md",
43
+ "pattern": "2026-07-01[\\s\\S]*2026-07-14[\\s\\S]*(Alex Kim|alex@example\\.test)[\\s\\S]*(Priya Shah|priya@example\\.test)[\\s\\S]*(release-bot|automation)",
44
+ "flags": "i",
45
+ "label": "window, identity map, and bot exclusion"
46
+ }
47
+ ]
48
+ },
49
+ {
50
+ "path": "retro/evidence.md",
51
+ "kind": "markdown-report",
52
+ "minBytes": 1100,
53
+ "checks": [
54
+ {
55
+ "kind": "valueGrounding",
56
+ "file": "retro/evidence.md",
57
+ "facts": [
58
+ {
59
+ "id": "human-commits",
60
+ "label": "six human commits",
61
+ "required": [
62
+ "6\\s+human\\s+commits?|six\\s+human\\s+commits?"
63
+ ]
64
+ },
65
+ {
66
+ "id": "bot-exclusion",
67
+ "label": "one excluded bot commit",
68
+ "required": [
69
+ "1\\s+(?:bot|automated)|one\\s+(?:bot|automated)"
70
+ ]
71
+ },
72
+ {
73
+ "id": "alex-count",
74
+ "label": "three Alex commits",
75
+ "required": [
76
+ "Alex(?: Kim)?[^\\n]{0,80}3"
77
+ ]
78
+ },
79
+ {
80
+ "id": "priya-count",
81
+ "label": "three Priya commits",
82
+ "required": [
83
+ "Priya(?: Shah)?[^\\n]{0,80}3"
84
+ ]
85
+ },
86
+ {
87
+ "id": "hotspot",
88
+ "label": "queue file changed in three commits",
89
+ "required": [
90
+ "src/queue\\.ts[^\\n]{0,100}3|3[^\\n]{0,100}src/queue\\.ts"
91
+ ]
92
+ }
93
+ ]
94
+ },
95
+ {
96
+ "kind": "citationsResolve",
97
+ "file": "retro/evidence.md",
98
+ "minCitations": 3
99
+ }
100
+ ]
101
+ },
102
+ {
103
+ "path": "retro/engineering-retrospective.md",
104
+ "kind": "markdown-report",
105
+ "minBytes": 1600,
106
+ "checks": [
107
+ {
108
+ "kind": "contains",
109
+ "file": "retro/engineering-retrospective.md",
110
+ "pattern": "^#{1,3}\\s+Period context\\b[\\s\\S]*^#{1,3}\\s+What went well\\b[\\s\\S]*^#{1,3}\\s+Friction and hotspots\\b[\\s\\S]*^#{1,3}\\s+Collaboration and growth\\b[\\s\\S]*^#{1,3}\\s+Experiments\\b[\\s\\S]*^#{1,3}\\s+Evidence limits\\b",
111
+ "flags": "im",
112
+ "label": "complete retrospective structure"
113
+ },
114
+ {
115
+ "kind": "contains",
116
+ "file": "retro/engineering-retrospective.md",
117
+ "pattern": "Alex Kim[\\s\\S]*Priya Shah|Priya Shah[\\s\\S]*Alex Kim",
118
+ "label": "balanced named growth notes"
119
+ },
120
+ {
121
+ "kind": "contains",
122
+ "file": "retro/engineering-retrospective.md",
123
+ "pattern": "2026-07-28[\\s\\S]*(owner|Alex|Priya)|(owner|Alex|Priya)[\\s\\S]*2026-07-28",
124
+ "flags": "i",
125
+ "label": "owned experiments with review date"
126
+ },
127
+ {
128
+ "kind": "notContains",
129
+ "file": "retro/engineering-retrospective.md",
130
+ "pattern": "top performer|bottom performer|most productive|least productive|performance score|rank(?:ed|ing)?\\s+(?:the\\s+)?(?:engineers|people|team)",
131
+ "flags": "i",
132
+ "label": "no personnel ranking or volume-as-productivity framing"
133
+ },
134
+ {
135
+ "kind": "citationsResolve",
136
+ "file": "retro/engineering-retrospective.md",
137
+ "minCitations": 3
138
+ }
139
+ ]
140
+ }
141
+ ],
142
+ "taskNotes": {
143
+ "minBytes": 180,
144
+ "checks": [
145
+ {
146
+ "kind": "contains",
147
+ "file": "task-notes.md",
148
+ "pattern": "\\bDONE\\b[\\s\\S]*retro/engineering-retrospective\\.md[\\s\\S]*(experiment|evidence)",
149
+ "flags": "i",
150
+ "label": "terminal note records the evidence-backed retrospective"
151
+ }
152
+ ],
153
+ "requireCraftbookTask": true
154
+ },
155
+ "taskGraph": {
156
+ "requireCraftbookTask": true,
157
+ "requireTerminalStep": true
158
+ },
159
+ "unchangedFixtures": [
160
+ "source/git-log.txt",
161
+ "source/numstat.tsv",
162
+ "source/team-events.md"
163
+ ]
164
+ },
165
+ "rubric": {
166
+ "artifact": {
167
+ "path": "retro/engineering-retrospective.md",
168
+ "kind": "markdown"
169
+ },
170
+ "axes": [
171
+ {
172
+ "name": "Evidence integrity",
173
+ "description": "Counts reconcile to the exports, bot activity is excluded, hotspots are traceable, and missing review or operational data is not treated as zero."
174
+ },
175
+ {
176
+ "name": "Context and fairness",
177
+ "description": "The incident, leave, pairing, and evidence limits shape interpretation; individual notes are constructive and do not rank people by volume."
178
+ },
179
+ {
180
+ "name": "Actionability",
181
+ "description": "The retrospective turns patterns into a small set of owner-backed, measurable experiments with a fixed review date."
182
+ }
183
+ ],
184
+ "contextNote": "The three source exports are the complete evidence set. Do not reward invented review metrics, cycle time, or off-repository work."
185
+ },
186
+ "qualityFocus": [
187
+ "Reconcile six human commits and exclude release automation",
188
+ "Explain the queue hotspot in incident context without equating volume with value",
189
+ "Give Alex and Priya balanced growth notes and measurable experiments"
190
+ ]
191
+ }