Perch: Semantic Code Linting with Jev TypeSafe has released Perch, a semantic code linting CLI installed via `npm install -g @lakeday/perch`, which scans source files and reports defects such as wrong_order, inverted_condition, off_by_one and unhandled_null with per-finding confidence scores and severity weights. The tool requires a PERCH_API_KEY from console.typesafe.ai, ranks findings worst-first through `perch issues`, re-checks fixes with `perch check`, and supports custom rules in perch.yaml plus assistant integrations for Claude Code, Codex, Pi and Cursor. A sample scan reported 20 problems across 5 files, all failing. Semantic code linting with Jev. Create an API key at console.typesafe.ai https://console.typesafe.ai and set it as PERCH API KEY . npm install -g @lakeday/perch export PERCH API KEY=