Skip to content

Remove in-repo ink-compat package and mark compatibility as redesign WIP#37

Merged
RtlZeroMemory merged 1 commit into
mainfrom
feat/rework-ink-compat
Feb 12, 2026
Merged

Remove in-repo ink-compat package and mark compatibility as redesign WIP#37
RtlZeroMemory merged 1 commit into
mainfrom
feat/rework-ink-compat

Conversation

@RtlZeroMemory

@RtlZeroMemory RtlZeroMemory commented Feb 12, 2026

Copy link
Copy Markdown
Owner

Summary

  • remove the in-repo packages/ink-compat package from this branch
  • remove workspace/typecheck references to packages/ink-compat
  • update README.md compatibility messaging to state Ink compatibility is being redesigned and will return only after stronger validation

Notes

  • this intentionally removes the current in-repo implementation so a clean redesign can be developed from scratch
  • no changes were committed to /home/k3nig/Rezi dirty working branch; work was done in a separate worktree branch from main

@RtlZeroMemory
RtlZeroMemory merged commit 7699884 into main Feb 12, 2026
5 of 14 checks passed
@RtlZeroMemory
RtlZeroMemory deleted the feat/rework-ink-compat branch February 12, 2026 09:48

@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: 6e8da3f591

ℹ️ 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 package.json
Comment on lines 7 to 12
"packages/core",
"packages/node",
"packages/testkit",
"packages/ink-compat",
"packages/native",
"packages/jsx",
"packages/bench",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Refresh lockfile when dropping ink-compat workspace

Removing the packages/ink-compat workspace here without regenerating package-lock.json leaves a stale workspace link (node_modules/@rezi-ui/ink-compat resolved to packages/ink-compat), but that directory is deleted in this commit; after install, imports of @rezi-ui/ink-compat used by benchmark scenarios fail with MODULE_NOT_FOUND because the symlink target does not exist. Please update the lockfile (or dependency wiring) in the same change so clean installs resolve a real package.

Useful? React with 👍 / 👎.

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.

2 participants