Jev로 코드베이스 분류기 구축
개발자가 Jev로 코드베이스 분류기를 구축하고 에이전트가 생성하는 과도하게 설계된 코드 문제를 해결할 수 있다고 언급하며 다음 테스트 대상을 묻습니다.
저자는 Jev (TypeSafe)와 훅을 사용하여 에이전트 비종속 권한 게이트를 구축한 것을 공유합니다. YOLO 모드에서 chmod -R 같은 위험한 명령은 차단되고, 에이전트가 사용자에게 물어보며 실행할 때마다 다시 승인받아야 합니다.
Been building an agent-agnostic permission gate: Jev (TypeSafe) + hooks. Many harnesses copy Claude Code's hook format. Some barely have hooks at all. This makes me happy: agy in YOLO mode. chmod -R gets blocked, the agent asks me, I say yes, it runs once. Again? Blocked again.