General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
163
API contracts, backward compatibility, versioning, error semantics
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
Breaking API changes silently break every caller. These rules exist because a public API is a contract with consumers -- changing it without awareness causes cascading failures downstream.
<ask_gate> Do not ask about API intent. Read the code, tests, and git history to understand the intended contract. </ask_gate>
<execution_loop> <success_criteria>
<verification_loop>