rcourtman
b666d131b0
Migrate Docker integrations to maintained Moby modules
2026-04-18 11:40:38 +01:00
rcourtman
35429774b4
Probe /api/health in hot-dev backend monitor
...
The supervisor's backend health monitor in scripts/hot-dev.sh only
checked whether a `./pulse` process existed via pgrep. If the Go binary
hung, panicked into recovery without exiting, or failed to bind :7655
while the process stayed alive, the monitor saw a healthy process count
and never restarted, leaving the dev frontend talking to a dead listener.
Hit that twice in one session.
Add an HTTP probe of /api/health on the dev port. After two consecutive
5s polls where the process exists but /api/health is unreachable, kill
the process and restart the same way the dead/duplicate branches do.
Cut the poll interval from 10s to 5s so the worst-case unresponsive
window is ~10s instead of ~30s. Bring deployment-installability into
line by naming alive-but-unresponsive recovery as part of the dev-runtime
orchestration boundary, and cover the new branch with static-source
assertions in scripts/tests/test-hot-dev-bg.sh.
2026-04-18 10:56:33 +01:00
rcourtman
ba9589f091
Fix hot-dev mock mode env contract
2026-04-17 20:49:36 +01:00
rcourtman
be3c1535c6
Harden telemetry privacy reporting contract
2026-04-14 15:06:37 +01:00
rcourtman
53bf37a8b2
Add windowed telemetry adoption snapshots
2026-04-14 11:16:11 +01:00
rcourtman
58e67c7b19
Canonicalize usage-data telemetry reporting
2026-04-14 11:05:10 +01:00
rcourtman
12294b587e
Keep embedded demo assets in sync
2026-04-12 14:33:02 +01:00
rcourtman
d92ce0c54b
Anchor trial retry-after UI proof
2026-04-10 23:58:54 +01:00
rcourtman
c54b245bed
Tighten hosted trial contract anchors
2026-04-10 22:46:02 +01:00
rcourtman
ef0b2af196
Anchor tracked trial-start docs
2026-04-10 19:33:12 +01:00
rcourtman
f0b30f9a81
Anchor trial-start release matrix
2026-04-10 19:26:27 +01:00
rcourtman
b929321a3d
Anchor eval trial-signup metadata
2026-04-10 19:02:35 +01:00
rcourtman
8610f3b808
Unify trial-start doc anchors
2026-04-10 18:32:58 +01:00
rcourtman
a31d237952
Auto-discover trial-start doc references
2026-04-10 18:24:59 +01:00
rcourtman
1e897bd35d
Strengthen trial-start docs guard
2026-04-10 18:13:22 +01:00
rcourtman
b87a46b01e
Extend hosted-trial docs guard
2026-04-10 18:11:25 +01:00
rcourtman
dced561bc0
Align trial-start architecture docs
2026-04-10 17:55:09 +01:00
rcourtman
5f9db943cf
Guard trial-signup runbook contract
2026-04-10 17:51:43 +01:00
rcourtman
d38dcb00da
Align trial-start proofs with retry burst
2026-04-10 17:48:20 +01:00
rcourtman
259285ad40
Unify Playwright route base selection
2026-04-10 17:33:18 +01:00
rcourtman
659c5f5988
Prefer explicit Playwright browser base URL
2026-04-10 17:26:18 +01:00
rcourtman
1e8daa84c0
fix: remediate dependency alerts
2026-04-09 09:35:28 +01:00
rcourtman
cabd224987
fix(frontend): sync summary hover cursor and proof
2026-04-01 14:48:47 +01:00
rcourtman
a3f99a271b
Curate demo-facing mock data across platform views
2026-03-31 18:05:55 +01:00
rcourtman
d877763fde
test(integration): restart managed runtime for verify
2026-03-28 23:36:49 +00:00
rcourtman
e918cca2c9
test(repo): generalize docs drift guard
2026-03-28 22:15:12 +00:00
rcourtman
fb3b72f6e8
test(repo): broaden docs drift guard
2026-03-28 22:09:06 +00:00
rcourtman
d809b0d6d9
test(scripts): run python smoke tests
2026-03-28 21:53:09 +00:00
rcourtman
bab308ff1e
test(repo): add docs drift guard
2026-03-28 21:40:25 +00:00
rcourtman
0b98a0d3e0
fix(deploy): pin docs links to release refs
2026-03-28 21:32:11 +00:00
rcourtman
2cde5c71ec
Share integration browser default helper
2026-03-25 17:02:41 +00:00
rcourtman
5d08a917f6
Prefer managed browser shell in integration defaults
2026-03-25 16:53:55 +00:00
rcourtman
aef1bd41fa
Clarify local browser targets in dev docs
2026-03-25 16:44:09 +00:00
rcourtman
c087db5da5
Delegate frontend dev runtime to root wrapper
2026-03-25 16:39:17 +00:00
rcourtman
88f27f6dfc
Stabilize managed dev verify runtime
2026-03-25 12:14:39 +00:00
rcourtman
3f6c910f3a
Stabilize hot-dev watcher restarts
2026-03-25 11:17:01 +00:00
rcourtman
2880c73619
Prove managed owner-process recovery
2026-03-25 09:08:04 +00:00
rcourtman
dd818164d6
Supervise managed dev runtime restarts
2026-03-25 08:47:38 +00:00
rcourtman
9d74c943c7
Expand managed dev browser proof pack
2026-03-24 21:48:34 +00:00
rcourtman
4a5b5d5fde
Clarify hot-dev-bg usage entrypoints
2026-03-24 21:39:08 +00:00
rcourtman
5f11a2f4e5
Route Makefile dev targets through npm wrappers
2026-03-24 21:37:28 +00:00
rcourtman
811e497d60
Make hot-dev-bg startup output teach browser entrypoint
2026-03-24 21:34:06 +00:00
rcourtman
25a28e3f27
Route recovery proof docs through backend wrapper
2026-03-24 21:31:12 +00:00
rcourtman
bab1b8ad5f
Route hot-dev-bg launchd guidance through npm wrapper
2026-03-24 21:28:13 +00:00
rcourtman
d0246dcf70
Route hot-dev-bg guidance through npm wrappers
2026-03-24 21:21:51 +00:00
rcourtman
959777e9c6
Align hot-dev-bg managed entry guidance
2026-03-24 21:19:56 +00:00
rcourtman
9fb7c15ebf
Govern dashboard storage presentation helper
2026-03-24 16:21:24 +00:00
rcourtman
b8fd73cf5b
Prefer managed runtime controls in launchd helper
2026-03-24 16:01:14 +00:00
rcourtman
4212a5ad0e
Make dev-check use managed runtime status
2026-03-24 15:57:41 +00:00
rcourtman
9b9ee97f85
Route mock alert cleanup through managed runtime
2026-03-24 15:49:29 +00:00