All activity
Elijah Bowlbyleft a comment
This is exactly what I've been wanting. I use Claude Code daily for development but being tied to my laptop for it feels limiting. Being able to kick off a task from my phone while commuting and check results later would change my workflow completely. How does it handle long-running tasks? Does it queue them and notify you when done, or is it more of a real-time interactive session?

KarmaBoxRun your own Claude Code in your pocket.
Elijah Bowlbyleft a comment
Really interesting timing on this. I've been using Claude Code heavily and the biggest issue isn't that the AI writes bad code per se, it's that it optimizes for "works now" without considering long-term maintainability. Functions get too long, coupling creeps in, and you don't notice until the PR is already 400 lines. Having code health checks integrated directly into the MCP layer means the...
CodeHealth MCP Server by CodeSceneKeep AI-generated code healthy and maintainable
Elijah Bowlbyleft a comment
This solves a real pain point. I work at a fintech and we hit the same wall constantly: engineers want to use Claude Code on production support tickets but the moment there's a customer IBAN or address in the file, compliance shuts it down. The PreToolUse hook approach is smart because it catches things before they ever leave your machine. Curious about the performance overhead on large files...

noirdocPII guard for Claude Code to keep client data out of context
