forgelens scan --root . --out .forgelens --format all
Use when starting a new repo session with any coding agent.
Copy these patterns for local projects, pull requests, and team review handoffs.
forgelens scan --root . --out .forgelens --format all
Use when starting a new repo session with any coding agent.
forgelens baseline save --name current
forgelens drift --from current
forgelens drift --git main..HEAD
Attach `DRIFT_REPORT.md` to review notes before merge.
pnpm release-check
Runs typecheck, tests, build, and npm pack dry run before publish.