client-boundaries

Installation
SKILL.md

client-boundaries

What to do

  1. For files under client/src/shared/, verify imports do not reference @/protoOS, @/protoFleet, or relative paths into either app.
  2. For files under client/src/protoOS/, verify imports do not reference protoFleet. Symmetric check for protoFleet.
  3. Scan the changed files for new console.log calls. The existing logger in client/src/shared/utils/version.ts is intentional; do not treat it as precedent for new logs.

What to avoid

  • Do not move app-specific hooks, stores, API clients, or feature components into shared/ unless they are made genuinely app-neutral.
  • Do not add eslint disables for no-console to suppress the rule.
Installs
1
GitHub Stars
36
First Seen
8 days ago
client-boundaries — block/proto-fleet