- Plan created and approved
- Step 1: Edit
src/config/index.js— addESCROW_READ_PROJECTION_ENABLEDto Zod schema - Step 2: Edit
src/services/escrowRead.js— gategetEscrowStateWithProjection()with feature flag - Step 3: Edit
src/config/index.test.js— add config validation tests for new flag - Step 4: Edit
tests/escrow.read.test.js— add feature flag tests covering flag on, flag off, default - Step 5: Edit
README.md— document the new env flag - Step 6: Cannot run
npm run lintandnpm test— Node.js is not available in this environment