General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
163
Rules for files in the playground directory
Loading actions...
<a href="https://prompts.chat">
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend linting, type safety, or ESLint configuration.
risks
The playground/ directory at the project root contains ad-hoc scripts for manual testing, experimentation, and prototyping. These scripts are not part of the production codebase or the automated test suite.
<project_root>/playground/
Playground scripts import from the SDK, so they must be run from the sdk/ directory with uv:
cd sdk && uv run python ../playground/<script_name>.py