Skip to content

Add inspector overlay workflow and deterministic debug bundle export#57

Merged
RtlZeroMemory merged 2 commits into
mainfrom
epic-05-inspector-overlay-export
Feb 16, 2026
Merged

Add inspector overlay workflow and deterministic debug bundle export#57
RtlZeroMemory merged 2 commits into
mainfrom
epic-05-inspector-overlay-export

Conversation

@RtlZeroMemory

@RtlZeroMemory RtlZeroMemory commented Feb 13, 2026

Copy link
Copy Markdown
Owner

Summary

  • add a first-class inspector overlay widget and createAppWithInspectorOverlay helper with runtime hotkey toggle (ctrl+shift+i by default)
  • capture runtime breadcrumb metadata for focus, cursor, damage, frame state, event routing path, and last action with disabled-state overhead guards
  • add deterministic debug bundle export APIs (exportBundle, exportBundleBytes) with schema version rezi-debug-bundle-v1, bounded payload snapshots, terminal caps snapshot support, and optional recent frame summaries
  • document overlay enablement, bundle export usage, bundle contents, and privacy guidance in the debugging guide

Testing

  • npm run lint
  • npm run typecheck
  • npm run build
  • npm test
  • npm run test:e2e
  • npm run test:e2e:reduced
  • npm run test:native:smoke

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 27d995ea90

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread packages/core/src/debug/debugController.ts Outdated
@RtlZeroMemory
RtlZeroMemory merged commit 0f7112b into main Feb 16, 2026
16 checks passed
@RtlZeroMemory
RtlZeroMemory deleted the epic-05-inspector-overlay-export branch February 16, 2026 05:25
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.

1 participant