Agent
Plug-and-play panels for React Native DevTools. Install, enable, and start debugging in minutes.
Agent
Plug-and-play panels for React Native DevTools. Install, enable, and start debugging in minutes.
Agent
packages/shell/src/ReleaseContent.tsx contains the welcome dialog content.
Agent
When changing @rozenite/ui.
Agent
pnpm expo run:ios pnpm expo run:android.
Agent
discovery, anything reachable from metro.config.js) must be verified by actually running Metro in apps/playground (e.g. CI=1 pnpm --filter playground start), not just unit tests — Metro loads these packages as CJS, and build/test suites won't catch runtime failures like requiring an ESM-only dependency.
Agent
Rozenite DevTools plugins. Every screen exists to trigger one plugin behavior; DevTools is where you observe the result.
Agent
src/tests/release-bundle.test.ts proving its DevTools panel cannot reach a shipped app; plugins exporting a bundler integration (./metro) guard that too. See release bundle testing.
Agent
Read this guide before preparing or opening a pull request.
Agent
Rozenite is a development tool. Whatever a project wires into its bundler config, a release build must ship none of our code. @rozenite/test-utils provides the bench that proves it, and every plugin owns a Vitest suite in src/tests/release-bundle.test.ts that uses it.
Agent
Plug-and-play panels for React Native DevTools. Install, enable, and start debugging in minutes.
Agent
How to run checks in this repository without rebuilding all 38 packages for a two-file change.
Agent
A version plan is required only for changes that affect a publishable package's behavior. Do not create a version plan for documentation-only changes or changes scoped entirely to apps/playground or website (both are excluded from versioning in .changeset/config.json).
Skill Claude CodeCodex
Use Rozenite for Agents to inspect React Native DevTools data and Rozenite plugins on a live app target, either through shell-driven rozenite agent commands or programmatic @rozenite/agent-sdk usage. Trigger this skill for any task that needs live app inspection, debugging, or plugin interaction through Rozenite.
callstackincubator/agent-react-devtools
Plugin Claude Code
Plugin marketplace listing 1 plugin: agent-react-devtools.
callstackincubator/agent-react-devtools
Instructions file CodexOpenCode
Instructions for callstackincubator/agent-react-devtools, covering agents.md, skills, available skills and how to use skills.
callstackincubator/agent-react-devtools
Skill Claude CodeCodex
React DevTools CLI for AI agents. Use when the user asks you to debug a React or React Native app at runtime, inspect component props/state/hooks, diagnose render performance, profile re-renders, find slow components, or understand why something re-renders. Triggers include "why does this re-render", "inspect the…
Instructions file CodexOpenCode
Instructions for callstackincubator/evals, covering agents guide, what this repo is, mental model of execution, think-before-coding rules (required) and execution principles (default policy).
Instructions file CodexOpenCode
Instructions for callstackincubator/skillgym, a project described as: Prove your agent skills work before you ship them.