Make sample guide generation deterministic; regenerate examples
Template tests / tests (push) Failing after 17s

Fixed guide/step ids stop examples/ from churning on every verify run.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Iisyourdad
2026-06-10 21:40:49 -05:00
parent a0a1bb5cfc
commit 6b40396053
22 changed files with 122 additions and 103 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

@@ -0,0 +1,73 @@
{
"stepId": "step-sample-01-open-users",
"parentStepId": null,
"kind": "image",
"status": "todo",
"title": "Open [[Product]] users",
"descriptionHtml": "<p>Open the users list and select the target account.</p>",
"hidden": false,
"skipped": false,
"forceNewPage": false,
"focusedView": {
"enabled": true,
"zoom": 1.1,
"panX": 0.5,
"panY": 0.5
},
"image": {
"originalPath": "original.png",
"workingPath": "working.png",
"size": {
"width": 1280,
"height": 760
}
},
"extraImages": [],
"annotations": [
{
"id": "ann-c74bec0b-6cf4-47ba-b228-73c623637138",
"type": "rect",
"x": 0.275,
"y": 0.18,
"w": 0.19,
"h": 0.18,
"text": "",
"style": {
"stroke": "#0068ff",
"fill": "transparent",
"textColor": "#FFFFFF",
"strokeWidth": 6,
"fontSize": 0.022
}
},
{
"id": "ann-2491a459-e852-4c08-bb55-edf78a47a6e9",
"type": "number",
"x": 0.3,
"y": 0.08,
"w": 0.08,
"h": 0.12,
"text": "",
"style": {
"stroke": "#0068ff",
"fill": "transparent",
"textColor": "#FFFFFF",
"strokeWidth": 3,
"fontSize": 0.022
},
"value": 1
}
],
"textBlocks": [
{
"id": "tb-42639c40-003c-44d7-9cd4-09b4b09ca41f",
"position": "after-description",
"level": "info",
"title": "Tip",
"descriptionHtml": "<p>Use the search box to avoid scrolling.</p>"
}
],
"codeBlocks": [],
"tableBlocks": [],
"links": []
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB