Tutorial · 2026-06-30
Hermon Code and Wish coding agents
A coding-agent model should inspect repositories, propose minimal patches, name tests, and protect user work.
Developers building or evaluating coding-agent workflows.
01
Start with repository context
Hermon Code should identify files to inspect, package conventions, tests, runtime services, and ownership boundaries before proposing changes.
02
Make the patch reviewable
The model output should include proposed_changes, tests, rollback, actions, and residual risk rather than vague implementation prose.
03
Deny unsafe shortcuts
Secret exposure, destructive git commands, unrelated cleanup, and production deployment without authorization are failures, not productivity.