howone 0.1.38 → 0.1.39

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 (23) hide show
  1. package/package.json +1 -1
  2. package/templates/vite/.howone/skills/web-shader-extractor/SKILL.md +123 -0
  3. package/templates/vite/.howone/skills/web-shader-extractor/references/capture-backends.md +201 -0
  4. package/templates/vite/.howone/skills/web-shader-extractor/references/evidence-policy.md +93 -0
  5. package/templates/vite/.howone/skills/web-shader-extractor/references/operating-contract.md +82 -0
  6. package/templates/vite/.howone/skills/web-shader-extractor/references/qa-failure-policy.md +100 -0
  7. package/templates/vite/.howone/skills/web-shader-extractor/references/recon-kernel.md +206 -0
  8. package/templates/vite/.howone/skills/web-shader-extractor/references/replay-policy.md +145 -0
  9. package/templates/vite/.howone/skills/web-shader-extractor/references/shaders-com.md +212 -0
  10. package/templates/vite/.howone/skills/web-shader-extractor/references/source-analysis.md +112 -0
  11. package/templates/vite/.howone/skills/web-shader-extractor/references/surface-discovery.md +113 -0
  12. package/templates/vite/.howone/skills/web-shader-extractor/references/target-lock.md +205 -0
  13. package/templates/vite/.howone/skills/web-shader-extractor/references/three-shader-reconstruction.md +155 -0
  14. package/templates/vite/.howone/skills/web-shader-extractor/references/tool-capability-matrix.md +57 -0
  15. package/templates/vite/.howone/skills/web-shader-extractor/references/unicorn-studio.md +387 -0
  16. package/templates/vite/.howone/skills/web-shader-extractor/scripts/fetch-rendered-dom.mjs +178 -0
  17. package/templates/vite/.howone/skills/web-shader-extractor/scripts/scan-bundle.sh +80 -0
  18. package/templates/vite/.howone/skills/web-shader-extractor/templates/extraction-report.md +41 -0
  19. package/templates/vite/.howone/skills/web-shader-extractor/templates/known-gaps.md +14 -0
  20. package/templates/vite/.howone/skills/web-shader-extractor/templates/qa-report.md +74 -0
  21. package/templates/vite/.howone/skills/web-shader-extractor/templates/replay-manifest.json +147 -0
  22. package/templates/vite/.howone/skills/web-shader-extractor/templates/run-state.json +75 -0
  23. package/templates/vite/.howone/skills/web-shader-extractor/templates/scout-card.json +106 -0
@@ -0,0 +1,14 @@
1
+ # Known Gaps
2
+
3
+ Record unresolved differences here.
4
+
5
+ | Gap | Severity | Unknown Class | Evidence | Impact | Next Step |
6
+ |---|---|---|---|---|---|
7
+
8
+ ## Fidelity Tier
9
+
10
+ `SOURCE_REPLAY | PIPELINE_REPLAY | BEHAVIOR_REBUILD`
11
+
12
+ ## Non-Blocking Assumptions
13
+
14
+ - None recorded yet.
@@ -0,0 +1,74 @@
1
+ # QA Report
2
+
3
+ ## Source -> Baseline
4
+
5
+ | Level | Result | Evidence | Notes |
6
+ |---|---|---|---|
7
+ | Build | pending | | |
8
+ | GPU | pending | | |
9
+ | Structural | pending | | |
10
+ | Visual | pending | | |
11
+ | Temporal | pending | | |
12
+ | Interaction | pending | | |
13
+
14
+ ## Source -> Baseline Comparisons
15
+
16
+ | Scenario | Source Evidence | Baseline Evidence | Diff Or Difference Record | Viewport/DPR/Backend | Time/Input/Scroll/Route |
17
+ |---|---|---|---|---|---|
18
+ | Initial frame or fixed time | pending | pending | pending | | |
19
+ | Later frame | pending | pending | pending | | |
20
+ | Relevant interaction, if any | pending | pending | pending | | |
21
+ | Scroll states, if coupled | pending | pending | pending | | |
22
+ | Route transition, if coupled | pending | pending | pending | | |
23
+
24
+ ## Baseline -> Editable
25
+
26
+ | Level | Result | Evidence | Notes |
27
+ |---|---|---|---|
28
+ | Build | pending | | |
29
+ | Structural | pending | | |
30
+ | Visual | pending | | |
31
+ | Temporal | pending | | |
32
+ | Interaction | pending | | |
33
+ | Regression | pending | | |
34
+
35
+ ## Issues
36
+
37
+ | Severity | Category | Symptom | Return State | Status |
38
+ |---|---|---|---|---|
39
+
40
+ ## Repair Rounds
41
+
42
+ | Round | Hypothesis | Change | Result |
43
+ |---|---|---|---|
44
+
45
+ ## Truth Audit
46
+
47
+ | Check | Result | Evidence |
48
+ |---|---|---|
49
+ | Critical facts have SOURCE/PARTIAL/GUESS labels | pending | |
50
+ | Leaf facts and wiring facts were audited separately | pending | |
51
+ | No fitted value is labeled SOURCE | pending | |
52
+ | Known gaps state the blocking unknown and required evidence | pending | |
53
+
54
+ ## Gate Decisions
55
+
56
+ | Gate | Decision | Required Artifact | Evidence |
57
+ |---|---|---|---|
58
+ | TARGET_LOCK_GATE | pending | scout-card.json | |
59
+ | REPLAY_READY_GATE | pending | replay-manifest.json | |
60
+ | BASELINE_VERIFY | pending | qa-report.md | |
61
+ | PROJECT_VERIFY | pending | qa-report.md | |
62
+
63
+ ## Plateau
64
+
65
+ - Rounds without progress:
66
+ - Decision:
67
+
68
+ ## Known Gaps
69
+
70
+ - None recorded yet.
71
+
72
+ ## Final Status
73
+
74
+ `DONE_BASELINE_VERIFIED | DONE_PROJECTIZED | DONE_BASELINE_WITH_GAPS | BLOCKED_EXTERNAL`
@@ -0,0 +1,147 @@
1
+ {
2
+ "schemaVersion": 3,
3
+ "source": {
4
+ "url": "",
5
+ "canonicalUrl": "",
6
+ "route": "",
7
+ "permissionBoundary": "public",
8
+ "allowedPermissionBoundaries": ["public", "user-authorized", "external-blocked"],
9
+ "viewport": { "width": 1440, "height": 900, "dpr": 1 }
10
+ },
11
+ "targetSurfaces": [],
12
+ "runtime": {
13
+ "backend": "",
14
+ "framework": "",
15
+ "platform": "",
16
+ "owner": ""
17
+ },
18
+ "renderGraph": {
19
+ "passes": [],
20
+ "framebuffers": [],
21
+ "dependencies": []
22
+ },
23
+ "resources": [],
24
+ "state": {
25
+ "gl": {},
26
+ "webgpu": {},
27
+ "canvas2d": {}
28
+ },
29
+ "timeline": {
30
+ "timeOrigin": "",
31
+ "unit": "",
32
+ "deltaRule": "",
33
+ "random": ""
34
+ },
35
+ "inputs": {
36
+ "pointer": null,
37
+ "scroll": null,
38
+ "resize": null,
39
+ "route": null
40
+ },
41
+ "output": {
42
+ "colorSpace": "",
43
+ "toneMapping": "",
44
+ "premultipliedAlpha": null,
45
+ "domComposite": ""
46
+ },
47
+ "pageBindings": [],
48
+ "routes": [],
49
+ "evidence": [],
50
+ "truth": {
51
+ "leafFacts": [],
52
+ "wiringFacts": [],
53
+ "defaultLabel": "GUESS",
54
+ "allowedTruth": ["SOURCE", "PARTIAL", "GUESS"]
55
+ },
56
+ "unknowns": {
57
+ "blocking": [],
58
+ "important": [],
59
+ "deferred": [],
60
+ "external": []
61
+ },
62
+ "replay": {
63
+ "route": "",
64
+ "allowedRoutes": ["SOURCE_REPLAY", "PIPELINE_REPLAY", "BEHAVIOR_REBUILD"],
65
+ "fidelityTier": "",
66
+ "fallbacks": []
67
+ },
68
+ "gateDecision": {
69
+ "replayReady": false,
70
+ "requiredEvidence": {
71
+ "targetSurfaces": [
72
+ {
73
+ "status": "unknown",
74
+ "evidenceId": "",
75
+ "path": "",
76
+ "truth": "GUESS",
77
+ "notes": ""
78
+ }
79
+ ],
80
+ "runtimeOwnerBackend": [
81
+ {
82
+ "status": "unknown",
83
+ "evidenceId": "",
84
+ "path": "",
85
+ "truth": "GUESS",
86
+ "notes": ""
87
+ }
88
+ ],
89
+ "renderGraphOrFallback": [
90
+ {
91
+ "status": "unknown",
92
+ "evidenceId": "",
93
+ "path": "",
94
+ "truth": "GUESS",
95
+ "notes": ""
96
+ }
97
+ ],
98
+ "criticalResources": [
99
+ {
100
+ "status": "unknown",
101
+ "evidenceId": "",
102
+ "path": "",
103
+ "truth": "GUESS",
104
+ "notes": ""
105
+ }
106
+ ],
107
+ "timelineAndInputs": [
108
+ {
109
+ "status": "unknown",
110
+ "evidenceId": "",
111
+ "path": "",
112
+ "truth": "GUESS",
113
+ "notes": ""
114
+ }
115
+ ],
116
+ "outputComposite": [
117
+ {
118
+ "status": "unknown",
119
+ "evidenceId": "",
120
+ "path": "",
121
+ "truth": "GUESS",
122
+ "notes": ""
123
+ }
124
+ ],
125
+ "truthLabels": [
126
+ {
127
+ "status": "unknown",
128
+ "evidenceId": "",
129
+ "path": "",
130
+ "truth": "GUESS",
131
+ "notes": ""
132
+ }
133
+ ],
134
+ "blockingUnknownsResolvedOrDowngraded": [
135
+ {
136
+ "status": "unknown",
137
+ "evidenceId": "",
138
+ "path": "",
139
+ "truth": "GUESS",
140
+ "notes": ""
141
+ }
142
+ ]
143
+ },
144
+ "blockers": [],
145
+ "decidedAt": ""
146
+ }
147
+ }
@@ -0,0 +1,75 @@
1
+ {
2
+ "schemaVersion": 3,
3
+ "state": "INTAKE",
4
+ "gateStatus": {
5
+ "targetAttributed": false,
6
+ "targetLocked": false,
7
+ "replayReady": false,
8
+ "baselineVerified": false,
9
+ "projectVerified": false
10
+ },
11
+ "strategy": {
12
+ "primaryTraceRoute": "",
13
+ "replayRoute": "",
14
+ "toolProfile": ""
15
+ },
16
+ "attempts": [],
17
+ "targetSet": [],
18
+ "unknowns": {
19
+ "blocking": [],
20
+ "important": [],
21
+ "deferred": [],
22
+ "external": []
23
+ },
24
+ "evidenceIndex": [],
25
+ "allowedGateArtifactStatuses": ["missing", "incomplete", "passed", "blocked"],
26
+ "artifacts": {
27
+ "scoutCard": "scout-card.json",
28
+ "manifest": "replay-manifest.json",
29
+ "qaReport": "qa-report.md",
30
+ "knownGaps": "known-gaps.md"
31
+ },
32
+ "gateArtifacts": {
33
+ "targetAttribution": {
34
+ "artifact": "scout-card.json",
35
+ "status": "missing"
36
+ },
37
+ "targetLock": {
38
+ "artifact": "scout-card.json",
39
+ "status": "missing"
40
+ },
41
+ "replayReady": {
42
+ "artifact": "replay-manifest.json",
43
+ "status": "missing"
44
+ },
45
+ "baselineVerify": {
46
+ "artifact": "qa-report.md",
47
+ "status": "missing"
48
+ },
49
+ "projectVerify": {
50
+ "artifact": "qa-report.md",
51
+ "status": "missing"
52
+ }
53
+ },
54
+ "budgets": {
55
+ "sameStrategyMax": 2,
56
+ "captureStrategyCategoriesMax": 3,
57
+ "repairRoundsMax": 6,
58
+ "plateauRoundsMax": 2
59
+ },
60
+ "plateau": {
61
+ "roundsWithoutProgress": 0,
62
+ "lastProgress": ""
63
+ },
64
+ "nextAction": {
65
+ "state": "",
66
+ "unknown": "",
67
+ "action": "",
68
+ "expectedEvidence": ""
69
+ },
70
+ "replayTier": "",
71
+ "qa": {
72
+ "sourceToBaseline": [],
73
+ "baselineToEditable": []
74
+ }
75
+ }
@@ -0,0 +1,106 @@
1
+ {
2
+ "schemaVersion": 3,
3
+ "source": {
4
+ "url": "",
5
+ "canonicalUrl": "",
6
+ "route": "",
7
+ "viewport": { "width": 1440, "height": 900, "dpr": 1 },
8
+ "browser": "",
9
+ "backend": "",
10
+ "capturedAt": ""
11
+ },
12
+ "candidates": [],
13
+ "lockStatus": "unlocked",
14
+ "allowedLockStatus": ["unlocked", "provisional", "attributed", "locked"],
15
+ "allowedTruth": ["SOURCE", "PARTIAL", "GUESS"],
16
+ "targetSet": [],
17
+ "alternatives": [],
18
+ "effectBoundary": "surface-only",
19
+ "frameworkHypotheses": [],
20
+ "platformHypotheses": [],
21
+ "interactions": [],
22
+ "scopeRisk": "low",
23
+ "blockingUnknowns": [],
24
+ "nextProbe": {
25
+ "type": "",
26
+ "target": "",
27
+ "resolves": []
28
+ },
29
+ "evidence": [],
30
+ "gateDecision": {
31
+ "targetAttributed": false,
32
+ "targetLocked": false,
33
+ "requiredEvidence": {
34
+ "visualAttribution": [
35
+ {
36
+ "status": "unknown",
37
+ "evidenceId": "",
38
+ "path": "",
39
+ "truth": "GUESS",
40
+ "notes": ""
41
+ }
42
+ ],
43
+ "targetSet": [
44
+ {
45
+ "status": "unknown",
46
+ "evidenceId": "",
47
+ "path": "",
48
+ "truth": "GUESS",
49
+ "notes": ""
50
+ }
51
+ ],
52
+ "contextAndOwner": [
53
+ {
54
+ "status": "unknown",
55
+ "evidenceId": "",
56
+ "path": "",
57
+ "truth": "GUESS",
58
+ "notes": ""
59
+ }
60
+ ],
61
+ "targetBoundSourceOrFramework": [
62
+ {
63
+ "status": "unknown",
64
+ "evidenceId": "",
65
+ "path": "",
66
+ "truth": "GUESS",
67
+ "notes": ""
68
+ }
69
+ ],
70
+ "effectBoundary": [
71
+ {
72
+ "status": "unknown",
73
+ "evidenceId": "",
74
+ "path": "",
75
+ "truth": "GUESS",
76
+ "notes": ""
77
+ }
78
+ ],
79
+ "primaryTraceRoute": [
80
+ {
81
+ "status": "unknown",
82
+ "evidenceId": "",
83
+ "path": "",
84
+ "truth": "GUESS",
85
+ "notes": ""
86
+ }
87
+ ],
88
+ "alternativesExcluded": [
89
+ {
90
+ "status": "unknown",
91
+ "evidenceId": "",
92
+ "path": "",
93
+ "truth": "GUESS",
94
+ "notes": ""
95
+ }
96
+ ]
97
+ },
98
+ "blockers": [],
99
+ "decidedAt": ""
100
+ },
101
+ "truthNotes": {
102
+ "source": [],
103
+ "partial": [],
104
+ "guess": []
105
+ }
106
+ }