<h1 align="center">
<a href="https://prompts.chat">
coverage:
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
coverage: status: project: default: # Require overall project coverage to not decrease target: auto threshold: 0% informational: false patch: default: # Require new code in PRs to have reasonable coverage target: 50% threshold: 0% informational: false
comment: layout: 'header, diff, flags, components' behavior: default require_changes: false
ignore:
flag_management: default_rules: carryforward: true statuses: - type: project target: auto threshold: 0% - type: patch target: 50%
flags: backend: paths: - src/ carryforward: true frontend: paths: - src/app/src/ carryforward: true