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
@@ -0,0 +1,88 @@
{
"stepId": "step-sample-02-enable-policy",
"parentStepId": null,
"kind": "image",
"status": "todo",
"title": "Enable the reset policy",
"descriptionHtml": "<p>Make sure the policy is active before continuing.</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-f6b0cfdd-a867-4811-ad9c-7b31ae7a0476",
"type": "arrow",
"x": 0.47,
"y": 0.24,
"w": 0.23,
"h": -0.04,
"text": "",
"style": {
"stroke": "#14a375",
"fill": "transparent",
"textColor": "#FFFFFF",
"strokeWidth": 5,
"fontSize": 0.022
}
},
{
"id": "ann-3d007177-1e5b-4ed0-8f26-43cd82c7f37d",
"type": "tooltip",
"x": 0.53,
"y": 0.13,
"w": 0.17,
"h": 0.08,
"text": "Primary action",
"style": {
"stroke": "#111827",
"fill": "#111827",
"textColor": "#ffffff",
"strokeWidth": 3,
"fontSize": 0.022,
"tail": "bottom"
}
},
{
"id": "ann-751baf23-eab9-44fc-a811-5c9558de8b38",
"type": "number",
"x": 0.31,
"y": 0.08,
"w": 0.08,
"h": 0.12,
"text": "",
"style": {
"stroke": "#14a375",
"fill": "transparent",
"textColor": "#FFFFFF",
"strokeWidth": 3,
"fontSize": 0.022
},
"value": 2
}
],
"textBlocks": [],
"codeBlocks": [
{
"id": "cmd",
"language": "bash",
"code": "stepforge --capture --window --delay 300"
}
],
"tableBlocks": [],
"links": []
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB