@runchr/gstack-antigravity 0.1.0

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.

Potentially problematic release.


This version of @runchr/gstack-antigravity might be problematic. Click here for more details.

Files changed (297) hide show
  1. package/.agents/rules/ETHOS.md +129 -0
  2. package/.agents/rules/global-gstack.md +117 -0
  3. package/.agents/rules/persona-gstack-autoplan.md +14 -0
  4. package/.agents/rules/persona-gstack-benchmark.md +14 -0
  5. package/.agents/rules/persona-gstack-browse.md +14 -0
  6. package/.agents/rules/persona-gstack-canary.md +14 -0
  7. package/.agents/rules/persona-gstack-careful.md +14 -0
  8. package/.agents/rules/persona-gstack-codex.md +14 -0
  9. package/.agents/rules/persona-gstack-cso.md +14 -0
  10. package/.agents/rules/persona-gstack-design-consultation.md +14 -0
  11. package/.agents/rules/persona-gstack-design-review.md +14 -0
  12. package/.agents/rules/persona-gstack-document-release.md +14 -0
  13. package/.agents/rules/persona-gstack-freeze.md +14 -0
  14. package/.agents/rules/persona-gstack-gstack-upgrade.md +14 -0
  15. package/.agents/rules/persona-gstack-guard.md +14 -0
  16. package/.agents/rules/persona-gstack-investigate.md +14 -0
  17. package/.agents/rules/persona-gstack-land-and-deploy.md +14 -0
  18. package/.agents/rules/persona-gstack-office-hours.md +14 -0
  19. package/.agents/rules/persona-gstack-plan-ceo-review.md +14 -0
  20. package/.agents/rules/persona-gstack-plan-design-review.md +14 -0
  21. package/.agents/rules/persona-gstack-plan-eng-review.md +14 -0
  22. package/.agents/rules/persona-gstack-qa-only.md +14 -0
  23. package/.agents/rules/persona-gstack-qa.md +14 -0
  24. package/.agents/rules/persona-gstack-retro.md +14 -0
  25. package/.agents/rules/persona-gstack-review.md +14 -0
  26. package/.agents/rules/persona-gstack-setup-browser-cookies.md +14 -0
  27. package/.agents/rules/persona-gstack-setup-deploy.md +14 -0
  28. package/.agents/rules/persona-gstack-ship.md +14 -0
  29. package/.agents/rules/persona-gstack-unfreeze.md +14 -0
  30. package/.agents/rules/persona-gstack.md +40 -0
  31. package/.agents/rules/recursive-identities.md +22 -0
  32. package/.agents/workflows/autoplan.md +30 -0
  33. package/.agents/workflows/benchmark.md +31 -0
  34. package/.agents/workflows/browse.md +26 -0
  35. package/.agents/workflows/canary.md +33 -0
  36. package/.agents/workflows/careful.md +22 -0
  37. package/.agents/workflows/codex.md +36 -0
  38. package/.agents/workflows/cso.md +29 -0
  39. package/.agents/workflows/design-consultation.md +28 -0
  40. package/.agents/workflows/design-review.md +28 -0
  41. package/.agents/workflows/document-release.md +32 -0
  42. package/.agents/workflows/freeze.md +17 -0
  43. package/.agents/workflows/gstack-upgrade.md +54 -0
  44. package/.agents/workflows/gstack.md +56 -0
  45. package/.agents/workflows/guard.md +18 -0
  46. package/.agents/workflows/investigate.md +37 -0
  47. package/.agents/workflows/land-and-deploy.md +35 -0
  48. package/.agents/workflows/office-hours.md +27 -0
  49. package/.agents/workflows/plan-ceo-review.md +34 -0
  50. package/.agents/workflows/plan-design-review.md +31 -0
  51. package/.agents/workflows/plan-eng-review.md +28 -0
  52. package/.agents/workflows/qa-only.md +28 -0
  53. package/.agents/workflows/qa.md +73 -0
  54. package/.agents/workflows/retro.md +34 -0
  55. package/.agents/workflows/review.md +30 -0
  56. package/.agents/workflows/setup-browser-cookies.md +15 -0
  57. package/.agents/workflows/setup-cookies.md +8 -0
  58. package/.agents/workflows/setup-deploy.md +21 -0
  59. package/.agents/workflows/ship.md +93 -0
  60. package/.agents/workflows/unfreeze.md +12 -0
  61. package/LICENSE +22 -0
  62. package/README.md +189 -0
  63. package/README_KO.md +191 -0
  64. package/bin/install.js +105 -0
  65. package/gstack-origin/.agents/skills/gstack/SKILL.md +651 -0
  66. package/gstack-origin/.agents/skills/gstack-autoplan/SKILL.md +678 -0
  67. package/gstack-origin/.agents/skills/gstack-benchmark/SKILL.md +482 -0
  68. package/gstack-origin/.agents/skills/gstack-browse/SKILL.md +511 -0
  69. package/gstack-origin/.agents/skills/gstack-canary/SKILL.md +486 -0
  70. package/gstack-origin/.agents/skills/gstack-careful/SKILL.md +50 -0
  71. package/gstack-origin/.agents/skills/gstack-cso/SKILL.md +607 -0
  72. package/gstack-origin/.agents/skills/gstack-design-consultation/SKILL.md +615 -0
  73. package/gstack-origin/.agents/skills/gstack-design-review/SKILL.md +988 -0
  74. package/gstack-origin/.agents/skills/gstack-document-release/SKILL.md +604 -0
  75. package/gstack-origin/.agents/skills/gstack-freeze/SKILL.md +67 -0
  76. package/gstack-origin/.agents/skills/gstack-guard/SKILL.md +62 -0
  77. package/gstack-origin/.agents/skills/gstack-investigate/SKILL.md +415 -0
  78. package/gstack-origin/.agents/skills/gstack-land-and-deploy/SKILL.md +873 -0
  79. package/gstack-origin/.agents/skills/gstack-office-hours/SKILL.md +986 -0
  80. package/gstack-origin/.agents/skills/gstack-plan-ceo-review/SKILL.md +1268 -0
  81. package/gstack-origin/.agents/skills/gstack-plan-design-review/SKILL.md +668 -0
  82. package/gstack-origin/.agents/skills/gstack-plan-eng-review/SKILL.md +826 -0
  83. package/gstack-origin/.agents/skills/gstack-qa/SKILL.md +1006 -0
  84. package/gstack-origin/.agents/skills/gstack-qa-only/SKILL.md +626 -0
  85. package/gstack-origin/.agents/skills/gstack-retro/SKILL.md +1065 -0
  86. package/gstack-origin/.agents/skills/gstack-review/SKILL.md +704 -0
  87. package/gstack-origin/.agents/skills/gstack-setup-browser-cookies/SKILL.md +325 -0
  88. package/gstack-origin/.agents/skills/gstack-setup-deploy/SKILL.md +450 -0
  89. package/gstack-origin/.agents/skills/gstack-ship/SKILL.md +1312 -0
  90. package/gstack-origin/.agents/skills/gstack-unfreeze/SKILL.md +36 -0
  91. package/gstack-origin/.agents/skills/gstack-upgrade/SKILL.md +220 -0
  92. package/gstack-origin/.env.example +5 -0
  93. package/gstack-origin/.github/workflows/skill-docs.yml +17 -0
  94. package/gstack-origin/AGENTS.md +49 -0
  95. package/gstack-origin/ARCHITECTURE.md +359 -0
  96. package/gstack-origin/BROWSER.md +271 -0
  97. package/gstack-origin/CHANGELOG.md +800 -0
  98. package/gstack-origin/CLAUDE.md +284 -0
  99. package/gstack-origin/CONTRIBUTING.md +370 -0
  100. package/gstack-origin/ETHOS.md +129 -0
  101. package/gstack-origin/LICENSE +21 -0
  102. package/gstack-origin/README.md +228 -0
  103. package/gstack-origin/SKILL.md +657 -0
  104. package/gstack-origin/SKILL.md.tmpl +281 -0
  105. package/gstack-origin/TODOS.md +564 -0
  106. package/gstack-origin/VERSION +1 -0
  107. package/gstack-origin/autoplan/SKILL.md +689 -0
  108. package/gstack-origin/autoplan/SKILL.md.tmpl +416 -0
  109. package/gstack-origin/benchmark/SKILL.md +489 -0
  110. package/gstack-origin/benchmark/SKILL.md.tmpl +233 -0
  111. package/gstack-origin/bin/dev-setup +68 -0
  112. package/gstack-origin/bin/dev-teardown +56 -0
  113. package/gstack-origin/bin/gstack-analytics +191 -0
  114. package/gstack-origin/bin/gstack-community-dashboard +113 -0
  115. package/gstack-origin/bin/gstack-config +38 -0
  116. package/gstack-origin/bin/gstack-diff-scope +71 -0
  117. package/gstack-origin/bin/gstack-global-discover.ts +591 -0
  118. package/gstack-origin/bin/gstack-repo-mode +93 -0
  119. package/gstack-origin/bin/gstack-review-log +9 -0
  120. package/gstack-origin/bin/gstack-review-read +12 -0
  121. package/gstack-origin/bin/gstack-slug +15 -0
  122. package/gstack-origin/bin/gstack-telemetry-log +158 -0
  123. package/gstack-origin/bin/gstack-telemetry-sync +127 -0
  124. package/gstack-origin/bin/gstack-update-check +196 -0
  125. package/gstack-origin/browse/SKILL.md +517 -0
  126. package/gstack-origin/browse/SKILL.md.tmpl +141 -0
  127. package/gstack-origin/browse/bin/find-browse +21 -0
  128. package/gstack-origin/browse/bin/remote-slug +14 -0
  129. package/gstack-origin/browse/scripts/build-node-server.sh +48 -0
  130. package/gstack-origin/browse/src/browser-manager.ts +634 -0
  131. package/gstack-origin/browse/src/buffers.ts +137 -0
  132. package/gstack-origin/browse/src/bun-polyfill.cjs +109 -0
  133. package/gstack-origin/browse/src/cli.ts +420 -0
  134. package/gstack-origin/browse/src/commands.ts +111 -0
  135. package/gstack-origin/browse/src/config.ts +150 -0
  136. package/gstack-origin/browse/src/cookie-import-browser.ts +417 -0
  137. package/gstack-origin/browse/src/cookie-picker-routes.ts +207 -0
  138. package/gstack-origin/browse/src/cookie-picker-ui.ts +541 -0
  139. package/gstack-origin/browse/src/find-browse.ts +61 -0
  140. package/gstack-origin/browse/src/meta-commands.ts +269 -0
  141. package/gstack-origin/browse/src/platform.ts +17 -0
  142. package/gstack-origin/browse/src/read-commands.ts +335 -0
  143. package/gstack-origin/browse/src/server.ts +369 -0
  144. package/gstack-origin/browse/src/snapshot.ts +398 -0
  145. package/gstack-origin/browse/src/url-validation.ts +91 -0
  146. package/gstack-origin/browse/src/write-commands.ts +352 -0
  147. package/gstack-origin/browse/test/bun-polyfill.test.ts +72 -0
  148. package/gstack-origin/browse/test/commands.test.ts +1836 -0
  149. package/gstack-origin/browse/test/config.test.ts +250 -0
  150. package/gstack-origin/browse/test/cookie-import-browser.test.ts +397 -0
  151. package/gstack-origin/browse/test/cookie-picker-routes.test.ts +205 -0
  152. package/gstack-origin/browse/test/find-browse.test.ts +50 -0
  153. package/gstack-origin/browse/test/fixtures/basic.html +33 -0
  154. package/gstack-origin/browse/test/fixtures/cursor-interactive.html +22 -0
  155. package/gstack-origin/browse/test/fixtures/dialog.html +15 -0
  156. package/gstack-origin/browse/test/fixtures/empty.html +2 -0
  157. package/gstack-origin/browse/test/fixtures/forms.html +55 -0
  158. package/gstack-origin/browse/test/fixtures/qa-eval-checkout.html +108 -0
  159. package/gstack-origin/browse/test/fixtures/qa-eval-spa.html +98 -0
  160. package/gstack-origin/browse/test/fixtures/qa-eval.html +51 -0
  161. package/gstack-origin/browse/test/fixtures/responsive.html +49 -0
  162. package/gstack-origin/browse/test/fixtures/snapshot.html +55 -0
  163. package/gstack-origin/browse/test/fixtures/spa.html +24 -0
  164. package/gstack-origin/browse/test/fixtures/states.html +17 -0
  165. package/gstack-origin/browse/test/fixtures/upload.html +25 -0
  166. package/gstack-origin/browse/test/gstack-config.test.ts +125 -0
  167. package/gstack-origin/browse/test/gstack-update-check.test.ts +467 -0
  168. package/gstack-origin/browse/test/handoff.test.ts +235 -0
  169. package/gstack-origin/browse/test/path-validation.test.ts +63 -0
  170. package/gstack-origin/browse/test/platform.test.ts +37 -0
  171. package/gstack-origin/browse/test/snapshot.test.ts +467 -0
  172. package/gstack-origin/browse/test/test-server.ts +57 -0
  173. package/gstack-origin/browse/test/url-validation.test.ts +72 -0
  174. package/gstack-origin/canary/SKILL.md +493 -0
  175. package/gstack-origin/canary/SKILL.md.tmpl +220 -0
  176. package/gstack-origin/careful/SKILL.md +59 -0
  177. package/gstack-origin/careful/SKILL.md.tmpl +57 -0
  178. package/gstack-origin/careful/bin/check-careful.sh +112 -0
  179. package/gstack-origin/codex/SKILL.md +677 -0
  180. package/gstack-origin/codex/SKILL.md.tmpl +356 -0
  181. package/gstack-origin/conductor.json +6 -0
  182. package/gstack-origin/cso/SKILL.md +615 -0
  183. package/gstack-origin/cso/SKILL.md.tmpl +376 -0
  184. package/gstack-origin/design-consultation/SKILL.md +625 -0
  185. package/gstack-origin/design-consultation/SKILL.md.tmpl +369 -0
  186. package/gstack-origin/design-review/SKILL.md +998 -0
  187. package/gstack-origin/design-review/SKILL.md.tmpl +262 -0
  188. package/gstack-origin/docs/images/github-2013.png +0 -0
  189. package/gstack-origin/docs/images/github-2026.png +0 -0
  190. package/gstack-origin/docs/skills.md +877 -0
  191. package/gstack-origin/document-release/SKILL.md +613 -0
  192. package/gstack-origin/document-release/SKILL.md.tmpl +357 -0
  193. package/gstack-origin/freeze/SKILL.md +82 -0
  194. package/gstack-origin/freeze/SKILL.md.tmpl +80 -0
  195. package/gstack-origin/freeze/bin/check-freeze.sh +68 -0
  196. package/gstack-origin/gstack-upgrade/SKILL.md +226 -0
  197. package/gstack-origin/gstack-upgrade/SKILL.md.tmpl +224 -0
  198. package/gstack-origin/guard/SKILL.md +82 -0
  199. package/gstack-origin/guard/SKILL.md.tmpl +80 -0
  200. package/gstack-origin/investigate/SKILL.md +435 -0
  201. package/gstack-origin/investigate/SKILL.md.tmpl +196 -0
  202. package/gstack-origin/land-and-deploy/SKILL.md +880 -0
  203. package/gstack-origin/land-and-deploy/SKILL.md.tmpl +575 -0
  204. package/gstack-origin/office-hours/SKILL.md +996 -0
  205. package/gstack-origin/office-hours/SKILL.md.tmpl +624 -0
  206. package/gstack-origin/package.json +55 -0
  207. package/gstack-origin/plan-ceo-review/SKILL.md +1277 -0
  208. package/gstack-origin/plan-ceo-review/SKILL.md.tmpl +838 -0
  209. package/gstack-origin/plan-design-review/SKILL.md +676 -0
  210. package/gstack-origin/plan-design-review/SKILL.md.tmpl +314 -0
  211. package/gstack-origin/plan-eng-review/SKILL.md +836 -0
  212. package/gstack-origin/plan-eng-review/SKILL.md.tmpl +279 -0
  213. package/gstack-origin/qa/SKILL.md +1016 -0
  214. package/gstack-origin/qa/SKILL.md.tmpl +316 -0
  215. package/gstack-origin/qa/references/issue-taxonomy.md +85 -0
  216. package/gstack-origin/qa/templates/qa-report-template.md +126 -0
  217. package/gstack-origin/qa-only/SKILL.md +633 -0
  218. package/gstack-origin/qa-only/SKILL.md.tmpl +101 -0
  219. package/gstack-origin/retro/SKILL.md +1072 -0
  220. package/gstack-origin/retro/SKILL.md.tmpl +833 -0
  221. package/gstack-origin/review/SKILL.md +849 -0
  222. package/gstack-origin/review/SKILL.md.tmpl +259 -0
  223. package/gstack-origin/review/TODOS-format.md +62 -0
  224. package/gstack-origin/review/checklist.md +190 -0
  225. package/gstack-origin/review/design-checklist.md +132 -0
  226. package/gstack-origin/review/greptile-triage.md +220 -0
  227. package/gstack-origin/scripts/analytics.ts +190 -0
  228. package/gstack-origin/scripts/dev-skill.ts +82 -0
  229. package/gstack-origin/scripts/eval-compare.ts +96 -0
  230. package/gstack-origin/scripts/eval-list.ts +116 -0
  231. package/gstack-origin/scripts/eval-select.ts +86 -0
  232. package/gstack-origin/scripts/eval-summary.ts +187 -0
  233. package/gstack-origin/scripts/eval-watch.ts +172 -0
  234. package/gstack-origin/scripts/gen-skill-docs.ts +2414 -0
  235. package/gstack-origin/scripts/skill-check.ts +167 -0
  236. package/gstack-origin/setup +269 -0
  237. package/gstack-origin/setup-browser-cookies/SKILL.md +330 -0
  238. package/gstack-origin/setup-browser-cookies/SKILL.md.tmpl +74 -0
  239. package/gstack-origin/setup-deploy/SKILL.md +459 -0
  240. package/gstack-origin/setup-deploy/SKILL.md.tmpl +220 -0
  241. package/gstack-origin/ship/SKILL.md +1457 -0
  242. package/gstack-origin/ship/SKILL.md.tmpl +528 -0
  243. package/gstack-origin/supabase/config.sh +10 -0
  244. package/gstack-origin/supabase/functions/community-pulse/index.ts +59 -0
  245. package/gstack-origin/supabase/functions/telemetry-ingest/index.ts +135 -0
  246. package/gstack-origin/supabase/functions/update-check/index.ts +37 -0
  247. package/gstack-origin/supabase/migrations/001_telemetry.sql +89 -0
  248. package/gstack-origin/test/analytics.test.ts +277 -0
  249. package/gstack-origin/test/codex-e2e.test.ts +197 -0
  250. package/gstack-origin/test/fixtures/coverage-audit-fixture.ts +76 -0
  251. package/gstack-origin/test/fixtures/eval-baselines.json +7 -0
  252. package/gstack-origin/test/fixtures/qa-eval-checkout-ground-truth.json +43 -0
  253. package/gstack-origin/test/fixtures/qa-eval-ground-truth.json +43 -0
  254. package/gstack-origin/test/fixtures/qa-eval-spa-ground-truth.json +43 -0
  255. package/gstack-origin/test/fixtures/review-eval-design-slop.css +86 -0
  256. package/gstack-origin/test/fixtures/review-eval-design-slop.html +41 -0
  257. package/gstack-origin/test/fixtures/review-eval-enum-diff.rb +30 -0
  258. package/gstack-origin/test/fixtures/review-eval-enum.rb +27 -0
  259. package/gstack-origin/test/fixtures/review-eval-vuln.rb +14 -0
  260. package/gstack-origin/test/gemini-e2e.test.ts +173 -0
  261. package/gstack-origin/test/gen-skill-docs.test.ts +1049 -0
  262. package/gstack-origin/test/global-discover.test.ts +187 -0
  263. package/gstack-origin/test/helpers/codex-session-runner.ts +282 -0
  264. package/gstack-origin/test/helpers/e2e-helpers.ts +239 -0
  265. package/gstack-origin/test/helpers/eval-store.test.ts +548 -0
  266. package/gstack-origin/test/helpers/eval-store.ts +689 -0
  267. package/gstack-origin/test/helpers/gemini-session-runner.test.ts +104 -0
  268. package/gstack-origin/test/helpers/gemini-session-runner.ts +201 -0
  269. package/gstack-origin/test/helpers/llm-judge.ts +130 -0
  270. package/gstack-origin/test/helpers/observability.test.ts +283 -0
  271. package/gstack-origin/test/helpers/session-runner.test.ts +96 -0
  272. package/gstack-origin/test/helpers/session-runner.ts +357 -0
  273. package/gstack-origin/test/helpers/skill-parser.ts +206 -0
  274. package/gstack-origin/test/helpers/touchfiles.ts +260 -0
  275. package/gstack-origin/test/hook-scripts.test.ts +373 -0
  276. package/gstack-origin/test/skill-e2e-browse.test.ts +293 -0
  277. package/gstack-origin/test/skill-e2e-deploy.test.ts +279 -0
  278. package/gstack-origin/test/skill-e2e-design.test.ts +614 -0
  279. package/gstack-origin/test/skill-e2e-plan.test.ts +538 -0
  280. package/gstack-origin/test/skill-e2e-qa-bugs.test.ts +194 -0
  281. package/gstack-origin/test/skill-e2e-qa-workflow.test.ts +412 -0
  282. package/gstack-origin/test/skill-e2e-review.test.ts +535 -0
  283. package/gstack-origin/test/skill-e2e-workflow.test.ts +586 -0
  284. package/gstack-origin/test/skill-e2e.test.ts +3325 -0
  285. package/gstack-origin/test/skill-llm-eval.test.ts +787 -0
  286. package/gstack-origin/test/skill-parser.test.ts +179 -0
  287. package/gstack-origin/test/skill-routing-e2e.test.ts +605 -0
  288. package/gstack-origin/test/skill-validation.test.ts +1520 -0
  289. package/gstack-origin/test/telemetry.test.ts +278 -0
  290. package/gstack-origin/test/touchfiles.test.ts +262 -0
  291. package/gstack-origin/unfreeze/SKILL.md +40 -0
  292. package/gstack-origin/unfreeze/SKILL.md.tmpl +38 -0
  293. package/package.json +38 -0
  294. package/scripts/install-antigravity-skill.ps1 +33 -0
  295. package/scripts/install-antigravity-skill.sh +41 -0
  296. package/scripts/sync-gstack-origin.ps1 +37 -0
  297. package/scripts/sync-gstack-origin.sh +35 -0
@@ -0,0 +1,564 @@
1
+ # TODOS
2
+
3
+ ## Builder Ethos
4
+
5
+ ### First-time Search Before Building intro
6
+
7
+ **What:** Add a `generateSearchIntro()` function (like `generateLakeIntro()`) that introduces the Search Before Building principle on first use, with a link to the blog essay.
8
+
9
+ **Why:** Boil the Lake has an intro flow that links to the essay and marks `.completeness-intro-seen`. Search Before Building should have the same pattern for discoverability.
10
+
11
+ **Context:** Blocked on a blog post to link to. When the essay exists, add the intro flow with a `.search-intro-seen` marker file. Pattern: `generateLakeIntro()` at gen-skill-docs.ts:176.
12
+
13
+ **Effort:** S
14
+ **Priority:** P2
15
+ **Depends on:** Blog post about Search Before Building
16
+
17
+ ## Browse
18
+
19
+ ### Bundle server.ts into compiled binary
20
+
21
+ **What:** Eliminate `resolveServerScript()` fallback chain entirely — bundle server.ts into the compiled browse binary.
22
+
23
+ **Why:** The current fallback chain (check adjacent to cli.ts, check global install) is fragile and caused bugs in v0.3.2. A single compiled binary is simpler and more reliable.
24
+
25
+ **Context:** Bun's `--compile` flag can bundle multiple entry points. The server is currently resolved at runtime via file path lookup. Bundling it removes the resolution step entirely.
26
+
27
+ **Effort:** M
28
+ **Priority:** P2
29
+ **Depends on:** None
30
+
31
+ ### Sessions (isolated browser instances)
32
+
33
+ **What:** Isolated browser instances with separate cookies/storage/history, addressable by name.
34
+
35
+ **Why:** Enables parallel testing of different user roles, A/B test verification, and clean auth state management.
36
+
37
+ **Context:** Requires Playwright browser context isolation. Each session gets its own context with independent cookies/localStorage. Prerequisite for video recording (clean context lifecycle) and auth vault.
38
+
39
+ **Effort:** L
40
+ **Priority:** P3
41
+
42
+ ### Video recording
43
+
44
+ **What:** Record browser interactions as video (start/stop controls).
45
+
46
+ **Why:** Video evidence in QA reports and PR bodies. Currently deferred because `recreateContext()` destroys page state.
47
+
48
+ **Context:** Needs sessions for clean context lifecycle. Playwright supports video recording per context. Also needs WebM → GIF conversion for PR embedding.
49
+
50
+ **Effort:** M
51
+ **Priority:** P3
52
+ **Depends on:** Sessions
53
+
54
+ ### v20 encryption format support
55
+
56
+ **What:** AES-256-GCM support for future Chromium cookie DB versions (currently v10).
57
+
58
+ **Why:** Future Chromium versions may change encryption format. Proactive support prevents breakage.
59
+
60
+ **Effort:** S
61
+ **Priority:** P3
62
+
63
+ ### State persistence
64
+
65
+ **What:** Save/load cookies + localStorage to JSON files for reproducible test sessions.
66
+
67
+ **Why:** Enables "resume where I left off" for QA sessions and repeatable auth states.
68
+
69
+ **Context:** The `saveState()`/`restoreState()` helpers from the handoff feature (browser-manager.ts) already capture cookies + localStorage + sessionStorage + URLs. Adding file I/O on top is ~20 lines.
70
+
71
+ **Effort:** S
72
+ **Priority:** P3
73
+ **Depends on:** Sessions
74
+
75
+ ### Auth vault
76
+
77
+ **What:** Encrypted credential storage, referenced by name. LLM never sees passwords.
78
+
79
+ **Why:** Security — currently auth credentials flow through the LLM context. Vault keeps secrets out of the AI's view.
80
+
81
+ **Effort:** L
82
+ **Priority:** P3
83
+ **Depends on:** Sessions, state persistence
84
+
85
+ ### Iframe support
86
+
87
+ **What:** `frame <sel>` and `frame main` commands for cross-frame interaction.
88
+
89
+ **Why:** Many web apps use iframes (embeds, payment forms, ads). Currently invisible to browse.
90
+
91
+ **Effort:** M
92
+ **Priority:** P4
93
+
94
+ ### Semantic locators
95
+
96
+ **What:** `find role/label/text/placeholder/testid` with attached actions.
97
+
98
+ **Why:** More resilient element selection than CSS selectors or ref numbers.
99
+
100
+ **Effort:** M
101
+ **Priority:** P4
102
+
103
+ ### Device emulation presets
104
+
105
+ **What:** `set device "iPhone 16 Pro"` for mobile/tablet testing.
106
+
107
+ **Why:** Responsive layout testing without manual viewport resizing.
108
+
109
+ **Effort:** S
110
+ **Priority:** P4
111
+
112
+ ### Network mocking/routing
113
+
114
+ **What:** Intercept, block, and mock network requests.
115
+
116
+ **Why:** Test error states, loading states, and offline behavior.
117
+
118
+ **Effort:** M
119
+ **Priority:** P4
120
+
121
+ ### Download handling
122
+
123
+ **What:** Click-to-download with path control.
124
+
125
+ **Why:** Test file download flows end-to-end.
126
+
127
+ **Effort:** S
128
+ **Priority:** P4
129
+
130
+ ### Content safety
131
+
132
+ **What:** `--max-output` truncation, `--allowed-domains` filtering.
133
+
134
+ **Why:** Prevent context window overflow and restrict navigation to safe domains.
135
+
136
+ **Effort:** S
137
+ **Priority:** P4
138
+
139
+ ### Streaming (WebSocket live preview)
140
+
141
+ **What:** WebSocket-based live preview for pair browsing sessions.
142
+
143
+ **Why:** Enables real-time collaboration — human watches AI browse.
144
+
145
+ **Effort:** L
146
+ **Priority:** P4
147
+
148
+ ### CDP mode
149
+
150
+ **What:** Connect to already-running Chrome/Electron apps via Chrome DevTools Protocol.
151
+
152
+ **Why:** Test production apps, Electron apps, and existing browser sessions without launching new instances.
153
+
154
+ **Effort:** M
155
+ **Priority:** P4
156
+
157
+ ### Linux/Windows cookie decryption
158
+
159
+ **What:** GNOME Keyring / kwallet / DPAPI support for non-macOS cookie import.
160
+
161
+ **Why:** Cross-platform cookie import. Currently macOS-only (Keychain).
162
+
163
+ **Effort:** L
164
+ **Priority:** P4
165
+
166
+ ## Ship
167
+
168
+ ### Ship log — persistent record of /ship runs
169
+
170
+ **What:** Append structured JSON entry to `.gstack/ship-log.json` at end of every /ship run (version, date, branch, PR URL, review findings, Greptile stats, todos completed, test results).
171
+
172
+ **Why:** /retro has no structured data about shipping velocity. Ship log enables: PRs-per-week trending, review finding rates, Greptile signal over time, test suite growth.
173
+
174
+ **Context:** /retro already reads greptile-history.md — same pattern. Eval persistence (eval-store.ts) shows the JSON append pattern exists in the codebase. ~15 lines in ship template.
175
+
176
+ **Effort:** S
177
+ **Priority:** P2
178
+ **Depends on:** None
179
+
180
+
181
+ ### Visual verification with screenshots in PR body
182
+
183
+ **What:** /ship Step 7.5: screenshot key pages after push, embed in PR body.
184
+
185
+ **Why:** Visual evidence in PRs. Reviewers see what changed without deploying locally.
186
+
187
+ **Context:** Part of Phase 3.6. Needs S3 upload for image hosting.
188
+
189
+ **Effort:** M
190
+ **Priority:** P2
191
+ **Depends on:** /setup-gstack-upload
192
+
193
+ ## Review
194
+
195
+ ### Inline PR annotations
196
+
197
+ **What:** /ship and /review post inline review comments at specific file:line locations using `gh api` to create pull request review comments.
198
+
199
+ **Why:** Line-level annotations are more actionable than top-level comments. The PR thread becomes a line-by-line conversation between Greptile, Claude, and human reviewers.
200
+
201
+ **Context:** GitHub supports inline review comments via `gh api repos/$REPO/pulls/$PR/reviews`. Pairs naturally with Phase 3.6 visual annotations.
202
+
203
+ **Effort:** S
204
+ **Priority:** P2
205
+ **Depends on:** None
206
+
207
+ ### Greptile training feedback export
208
+
209
+ **What:** Aggregate greptile-history.md into machine-readable JSON summary of false positive patterns, exportable to the Greptile team for model improvement.
210
+
211
+ **Why:** Closes the feedback loop — Greptile can use FP data to stop making the same mistakes on your codebase.
212
+
213
+ **Context:** Was a P3 Future Idea. Upgraded to P2 now that greptile-history.md data infrastructure exists. The signal data is already being collected; this just makes it exportable. ~40 lines.
214
+
215
+ **Effort:** S
216
+ **Priority:** P2
217
+ **Depends on:** Enough FP data accumulated (10+ entries)
218
+
219
+ ### Visual review with annotated screenshots
220
+
221
+ **What:** /review Step 4.5: browse PR's preview deploy, annotated screenshots of changed pages, compare against production, check responsive layouts, verify accessibility tree.
222
+
223
+ **Why:** Visual diff catches layout regressions that code review misses.
224
+
225
+ **Context:** Part of Phase 3.6. Needs S3 upload for image hosting.
226
+
227
+ **Effort:** M
228
+ **Priority:** P2
229
+ **Depends on:** /setup-gstack-upload
230
+
231
+ ## QA
232
+
233
+ ### QA trend tracking
234
+
235
+ **What:** Compare baseline.json over time, detect regressions across QA runs.
236
+
237
+ **Why:** Spot quality trends — is the app getting better or worse?
238
+
239
+ **Context:** QA already writes structured reports. This adds cross-run comparison.
240
+
241
+ **Effort:** S
242
+ **Priority:** P2
243
+
244
+ ### CI/CD QA integration
245
+
246
+ **What:** `/qa` as GitHub Action step, fail PR if health score drops.
247
+
248
+ **Why:** Automated quality gate in CI. Catch regressions before merge.
249
+
250
+ **Effort:** M
251
+ **Priority:** P2
252
+
253
+ ### Smart default QA tier
254
+
255
+ **What:** After a few runs, check index.md for user's usual tier pick, skip the AskUserQuestion.
256
+
257
+ **Why:** Reduces friction for repeat users.
258
+
259
+ **Effort:** S
260
+ **Priority:** P2
261
+
262
+ ### Accessibility audit mode
263
+
264
+ **What:** `--a11y` flag for focused accessibility testing.
265
+
266
+ **Why:** Dedicated accessibility testing beyond the general QA checklist.
267
+
268
+ **Effort:** S
269
+ **Priority:** P3
270
+
271
+ ### CI/CD generation for non-GitHub providers
272
+
273
+ **What:** Extend CI/CD bootstrap to generate GitLab CI (`.gitlab-ci.yml`), CircleCI (`.circleci/config.yml`), and Bitrise pipelines.
274
+
275
+ **Why:** Not all projects use GitHub Actions. Universal CI/CD bootstrap would make test bootstrap work for everyone.
276
+
277
+ **Context:** v1 ships with GitHub Actions only. Detection logic already checks for `.gitlab-ci.yml`, `.circleci/`, `bitrise.yml` and skips with an informational note. Each provider needs ~20 lines of template text in `generateTestBootstrap()`.
278
+
279
+ **Effort:** M
280
+ **Priority:** P3
281
+ **Depends on:** Test bootstrap (shipped)
282
+
283
+ ### Auto-upgrade weak tests (★) to strong tests (★★★)
284
+
285
+ **What:** When Step 3.4 coverage audit identifies existing ★-rated tests (smoke/trivial assertions), generate improved versions testing edge cases and error paths.
286
+
287
+ **Why:** Many codebases have tests that technically exist but don't catch real bugs — `expect(component).toBeDefined()` isn't testing behavior. Upgrading these closes the gap between "has tests" and "has good tests."
288
+
289
+ **Context:** Requires the quality scoring rubric from the test coverage audit. Modifying existing test files is riskier than creating new ones — needs careful diffing to ensure the upgraded test still passes. Consider creating a companion test file rather than modifying the original.
290
+
291
+ **Effort:** M
292
+ **Priority:** P3
293
+ **Depends on:** Test quality scoring (shipped)
294
+
295
+ ## Retro
296
+
297
+ ### Deployment health tracking (retro + browse)
298
+
299
+ **What:** Screenshot production state, check perf metrics (page load times), count console errors across key pages, track trends over retro window.
300
+
301
+ **Why:** Retro should include production health alongside code metrics.
302
+
303
+ **Context:** Requires browse integration. Screenshots + metrics fed into retro output.
304
+
305
+ **Effort:** L
306
+ **Priority:** P3
307
+ **Depends on:** Browse sessions
308
+
309
+ ## Infrastructure
310
+
311
+ ### /setup-gstack-upload skill (S3 bucket)
312
+
313
+ **What:** Configure S3 bucket for image hosting. One-time setup for visual PR annotations.
314
+
315
+ **Why:** Prerequisite for visual PR annotations in /ship and /review.
316
+
317
+ **Effort:** M
318
+ **Priority:** P2
319
+
320
+ ### gstack-upload helper
321
+
322
+ **What:** `browse/bin/gstack-upload` — upload file to S3, return public URL.
323
+
324
+ **Why:** Shared utility for all skills that need to embed images in PRs.
325
+
326
+ **Effort:** S
327
+ **Priority:** P2
328
+ **Depends on:** /setup-gstack-upload
329
+
330
+ ### WebM to GIF conversion
331
+
332
+ **What:** ffmpeg-based WebM → GIF conversion for video evidence in PRs.
333
+
334
+ **Why:** GitHub PR bodies render GIFs but not WebM. Needed for video recording evidence.
335
+
336
+ **Effort:** S
337
+ **Priority:** P3
338
+ **Depends on:** Video recording
339
+
340
+
341
+ ### GitHub Actions eval upload
342
+
343
+ **What:** Run eval suite in CI, upload result JSON as artifact, post summary comment on PR.
344
+
345
+ **Why:** CI integration catches quality regressions before merge and provides persistent eval records per PR.
346
+
347
+ **Context:** Requires `ANTHROPIC_API_KEY` in CI secrets. Cost is ~$4/run. Eval persistence system (v0.3.6) writes JSON to `~/.gstack-dev/evals/` — CI would upload as GitHub Actions artifacts and use `eval:compare` to post delta comment.
348
+
349
+ **Effort:** M
350
+ **Priority:** P2
351
+ **Depends on:** Eval persistence (shipped in v0.3.6)
352
+
353
+ ### E2E model pinning — SHIPPED
354
+
355
+ ~~**What:** Pin E2E tests to claude-sonnet-4-6 for cost efficiency, add retry:2 for flaky LLM responses.~~
356
+
357
+ Shipped: Default model changed to Sonnet for structure tests (~30), Opus retained for quality tests (~10). `--retry 2` added. `EVALS_MODEL` env var for override. `test:e2e:fast` tier added. Rate-limit telemetry (first_response_ms, max_inter_turn_ms) and wall_clock_ms tracking added to eval-store.
358
+
359
+ ### Eval web dashboard
360
+
361
+ **What:** `bun run eval:dashboard` serves local HTML with charts: cost trending, detection rate, pass/fail history.
362
+
363
+ **Why:** Visual charts better for spotting trends than CLI tools.
364
+
365
+ **Context:** Reads `~/.gstack-dev/evals/*.json`. ~200 lines HTML + chart.js via Bun HTTP server.
366
+
367
+ **Effort:** M
368
+ **Priority:** P3
369
+ **Depends on:** Eval persistence (shipped in v0.3.6)
370
+
371
+ ### CI/CD QA quality gate
372
+
373
+ **What:** Run `/qa` as a GitHub Action step, fail PR if health score drops below threshold.
374
+
375
+ **Why:** Automated quality gate catches regressions before merge. Currently QA is manual — CI integration makes it part of the standard workflow.
376
+
377
+ **Context:** Requires headless browse binary available in CI. The `/qa` skill already produces `baseline.json` with health scores — CI step would compare against the main branch baseline and fail if score drops. Would need `ANTHROPIC_API_KEY` in CI secrets since `/qa` uses Claude.
378
+
379
+ **Effort:** M
380
+ **Priority:** P2
381
+ **Depends on:** None
382
+
383
+ ### Cross-platform URL open helper
384
+
385
+ **What:** `gstack-open-url` helper script — detect platform, use `open` (macOS) or `xdg-open` (Linux).
386
+
387
+ **Why:** The first-time Completeness Principle intro uses macOS `open` to launch the essay. If gstack ever supports Linux, this silently fails.
388
+
389
+ **Effort:** S (human: ~30 min / CC: ~2 min)
390
+ **Priority:** P4
391
+ **Depends on:** Nothing
392
+
393
+ ### CDP-based DOM mutation detection for ref staleness
394
+
395
+ **What:** Use Chrome DevTools Protocol `DOM.documentUpdated` / MutationObserver events to proactively invalidate stale refs when the DOM changes, without requiring an explicit `snapshot` call.
396
+
397
+ **Why:** Current ref staleness detection (async count() check) only catches stale refs at action time. CDP mutation detection would proactively warn when refs become stale, preventing the 5-second timeout entirely for SPA re-renders.
398
+
399
+ **Context:** Parts 1+2 of ref staleness fix (RefEntry metadata + eager validation via count()) are shipped. This is Part 3 — the most ambitious piece. Requires CDP session alongside Playwright, MutationObserver bridge, and careful performance tuning to avoid overhead on every DOM change.
400
+
401
+ **Effort:** L
402
+ **Priority:** P3
403
+ **Depends on:** Ref staleness Parts 1+2 (shipped)
404
+
405
+ ## Office Hours / Design
406
+
407
+ ### Design docs → Supabase team store sync
408
+
409
+ **What:** Add design docs (`*-design-*.md`) to the Supabase sync pipeline alongside test plans, retro snapshots, and QA reports.
410
+
411
+ **Why:** Cross-team design discovery at scale. Local `~/.gstack/projects/$SLUG/` keyword-grep discovery works for same-machine users now, but Supabase sync makes it work across the whole team. Duplicate ideas surface, everyone sees what's been explored.
412
+
413
+ **Context:** /office-hours writes design docs to `~/.gstack/projects/$SLUG/`. The team store already syncs test plans, retro snapshots, QA reports. Design docs follow the same pattern — just add a sync adapter.
414
+
415
+ **Effort:** S
416
+ **Priority:** P2
417
+ **Depends on:** `garrytan/team-supabase-store` branch landing on main
418
+
419
+ ### /yc-prep skill
420
+
421
+ **What:** Skill that helps founders prepare their YC application after /office-hours identifies strong signal. Pulls from the design doc, structures answers to YC app questions, runs a mock interview.
422
+
423
+ **Why:** Closes the loop. /office-hours identifies the founder, /yc-prep helps them apply well. The design doc already contains most of the raw material for a YC application.
424
+
425
+ **Effort:** M (human: ~2 weeks / CC: ~2 hours)
426
+ **Priority:** P2
427
+ **Depends on:** office-hours founder discovery engine shipping first
428
+
429
+ ## Design Review
430
+
431
+ ### /plan-design-review + /qa-design-review + /design-consultation — SHIPPED
432
+
433
+ Shipped as v0.5.0 on main. Includes `/plan-design-review` (report-only design audit), `/qa-design-review` (audit + fix loop), and `/design-consultation` (interactive DESIGN.md creation). `{{DESIGN_METHODOLOGY}}` resolver provides shared 80-item design audit checklist.
434
+
435
+ ## Document-Release
436
+
437
+ ### Auto-invoke /document-release from /ship — SHIPPED
438
+
439
+ Shipped in v0.8.3. Step 8.5 added to `/ship` — after creating the PR, `/ship` automatically reads `document-release/SKILL.md` and executes the doc update workflow. Zero-friction doc updates.
440
+
441
+ ### `{{DOC_VOICE}}` shared resolver
442
+
443
+ **What:** Create a placeholder resolver in gen-skill-docs.ts encoding the gstack voice guide (friendly, user-forward, lead with benefits). Inject into /ship Step 5, /document-release Step 5, and reference from CLAUDE.md.
444
+
445
+ **Why:** DRY — voice rules currently live inline in 3 places (CLAUDE.md CHANGELOG style section, /ship Step 5, /document-release Step 5). When the voice evolves, all three drift.
446
+
447
+ **Context:** Same pattern as `{{QA_METHODOLOGY}}` — shared block injected into multiple templates to prevent drift. ~20 lines in gen-skill-docs.ts.
448
+
449
+ **Effort:** S
450
+ **Priority:** P2
451
+ **Depends on:** None
452
+
453
+ ## Ship Confidence Dashboard
454
+
455
+ ### Smart review relevance detection — PARTIALLY SHIPPED
456
+
457
+ ~~**What:** Auto-detect which of the 4 reviews are relevant based on branch changes (skip Design Review if no CSS/view changes, skip Code Review if plan-only).~~
458
+
459
+ `bin/gstack-diff-scope` shipped — categorizes diff into SCOPE_FRONTEND, SCOPE_BACKEND, SCOPE_PROMPTS, SCOPE_TESTS, SCOPE_DOCS, SCOPE_CONFIG. Used by design-review-lite to skip when no frontend files changed. Dashboard integration for conditional row display is a follow-up.
460
+
461
+ **Remaining:** Dashboard conditional row display (hide "Design Review: NOT YET RUN" when SCOPE_FRONTEND=false). Extend to Eng Review (skip for docs-only) and CEO Review (skip for config-only).
462
+
463
+ **Effort:** S
464
+ **Priority:** P3
465
+ **Depends on:** gstack-diff-scope (shipped)
466
+
467
+
468
+ ## Completeness
469
+
470
+ ### Completeness metrics dashboard
471
+
472
+ **What:** Track how often Claude chooses the complete option vs shortcut across gstack sessions. Aggregate into a dashboard showing completeness trend over time.
473
+
474
+ **Why:** Without measurement, we can't know if the Completeness Principle is working. Could surface patterns (e.g., certain skills still bias toward shortcuts).
475
+
476
+ **Context:** Would require logging choices (e.g., append to a JSONL file when AskUserQuestion resolves), parsing them, and displaying trends. Similar pattern to eval persistence.
477
+
478
+ **Effort:** M (human) / S (CC)
479
+ **Priority:** P3
480
+ **Depends on:** Boil the Lake shipped (v0.6.1)
481
+
482
+ ## Safety & Observability
483
+
484
+ ### On-demand hook skills (/careful, /freeze, /guard) — SHIPPED
485
+
486
+ ~~**What:** Three new skills that use Claude Code's session-scoped PreToolUse hooks to add safety guardrails on demand.~~
487
+
488
+ Shipped as `/careful`, `/freeze`, `/guard`, and `/unfreeze` in v0.6.5. Includes hook fire-rate telemetry (pattern name only, no command content) and inline skill activation telemetry.
489
+
490
+ ### Skill usage telemetry — SHIPPED
491
+
492
+ ~~**What:** Track which skills get invoked, how often, from which repo.~~
493
+
494
+ Shipped in v0.6.5. TemplateContext in gen-skill-docs.ts bakes skill name into preamble telemetry line. Analytics CLI (`bun run analytics`) for querying. /retro integration shows skills-used-this-week.
495
+
496
+ ### /investigate scoped debugging enhancements (gated on telemetry)
497
+
498
+ **What:** Six enhancements to /investigate auto-freeze, contingent on telemetry showing the freeze hook actually fires in real debugging sessions.
499
+
500
+ **Why:** /investigate v0.7.1 auto-freezes edits to the module being debugged. If telemetry shows the hook fires often, these enhancements make the experience smarter. If it never fires, the problem wasn't real and these aren't worth building.
501
+
502
+ **Context:** All items are prose additions to `investigate/SKILL.md.tmpl`. No new scripts.
503
+
504
+ **Items:**
505
+ 1. Stack trace auto-detection for freeze directory (parse deepest app frame)
506
+ 2. Freeze boundary widening (ask to widen instead of hard-block when hitting boundary)
507
+ 3. Post-fix auto-unfreeze + full test suite run
508
+ 4. Debug instrumentation cleanup (tag with DEBUG-TEMP, remove before commit)
509
+ 5. Debug session persistence (~/.gstack/investigate-sessions/ — save investigation for reuse)
510
+ 6. Investigation timeline in debug report (hypothesis log with timing)
511
+
512
+ **Effort:** M (all 6 combined)
513
+ **Priority:** P3
514
+ **Depends on:** Telemetry data showing freeze hook fires in real /investigate sessions
515
+
516
+ ## Completed
517
+
518
+ ### Deploy pipeline (v0.9.8.0)
519
+ - /land-and-deploy — merge PR, wait for CI/deploy, canary verification
520
+ - /canary — post-deploy monitoring loop with anomaly detection
521
+ - /benchmark — performance regression detection with Core Web Vitals
522
+ - /setup-deploy — one-time deploy platform configuration
523
+ - /review Performance & Bundle Impact pass
524
+ - E2E model pinning (Sonnet default, Opus for quality tests)
525
+ - E2E timing telemetry (first_response_ms, max_inter_turn_ms, wall_clock_ms)
526
+ - test:e2e:fast tier, --retry 2 on all E2E scripts
527
+ **Completed:** v0.9.8.0
528
+
529
+ ### Phase 1: Foundations (v0.2.0)
530
+ - Rename to gstack
531
+ - Restructure to monorepo layout
532
+ - Setup script for skill symlinks
533
+ - Snapshot command with ref-based element selection
534
+ - Snapshot tests
535
+ **Completed:** v0.2.0
536
+
537
+ ### Phase 2: Enhanced Browser (v0.2.0)
538
+ - Annotated screenshots, snapshot diffing, dialog handling, file upload
539
+ - Cursor-interactive elements, element state checks
540
+ - CircularBuffer, async buffer flush, health check
541
+ - Playwright error wrapping, useragent fix
542
+ - 148 integration tests
543
+ **Completed:** v0.2.0
544
+
545
+ ### Phase 3: QA Testing Agent (v0.3.0)
546
+ - /qa SKILL.md with 6-phase workflow, 3 modes (full/quick/regression)
547
+ - Issue taxonomy, severity classification, exploration checklist
548
+ - Report template, health score rubric, framework detection
549
+ - wait/console/cookie-import commands, find-browse binary
550
+ **Completed:** v0.3.0
551
+
552
+ ### Phase 3.5: Browser Cookie Import (v0.3.x)
553
+ - cookie-import-browser command (Chromium cookie DB decryption)
554
+ - Cookie picker web UI, /setup-browser-cookies skill
555
+ - 18 unit tests, browser registry (Comet, Chrome, Arc, Brave, Edge)
556
+ **Completed:** v0.3.1
557
+
558
+ ### E2E test cost tracking
559
+ - Track cumulative API spend, warn if over threshold
560
+ **Completed:** v0.3.6
561
+
562
+ ### Auto-upgrade mode + smart update check
563
+ - Config CLI (`bin/gstack-config`), auto-upgrade via `~/.gstack/config.yaml`, 12h cache TTL, exponential snooze backoff (24h→48h→1wk), "never ask again" option, vendored copy sync on upgrade
564
+ **Completed:** v0.3.8
@@ -0,0 +1 @@
1
+ 0.11.1.0