Skip to content

Add browser probe checkpoints#307

Merged
chubes4 merged 1 commit into
mainfrom
fix/issue-303-browser-probe-checkpoints
May 30, 2026
Merged

Add browser probe checkpoints#307
chubes4 merged 1 commit into
mainfrom
fix/issue-303-browser-probe-checkpoints

Conversation

@chubes4
Copy link
Copy Markdown
Collaborator

@chubes4 chubes4 commented May 30, 2026

Summary

  • Adds generic wordpress.browser-probe checkpoint support via window.__wpCodeboxProbeCheckpoint(name, metadata = {}) and files/browser/checkpoints.jsonl.
  • Adds optional repeat=<n> and reset-between=none|reload|new-page controls with per-iteration checkpoint and memory summaries.
  • Updates command metadata, recipe validation, README docs, and browser probe smoke coverage.

Closes #303.

Validation

  • npm run build
  • npm run command-registry-smoke
  • npm run recipe-dry-run-smoke
  • npm run browser-probe-artifact-smoke

AI assistance

  • AI assistance: Yes
  • Tool(s): OpenCode (GPT-5.5)
  • Used for: Implemented the browser-probe checkpoint/repeat contract, docs, validation, smoke assertions, and targeted verification; Chris remains responsible for review and merge.

@chubes4 chubes4 force-pushed the fix/issue-303-browser-probe-checkpoints branch from fae79eb to 9996a32 Compare May 30, 2026 01:19
@chubes4 chubes4 merged commit eee0edb into main May 30, 2026
@chubes4 chubes4 deleted the fix/issue-303-browser-probe-checkpoints branch May 30, 2026 01:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add browser-probe checkpoint and repeated-run leak hooks

1 participant