Before Adopting jcode, Run a 15-Minute Agent-Harness Exit Test A developer proposes a 15-minute exit test for evaluating coding-agent harnesses like jcode, a new MIT-licensed Rust tool. The test checks patch portability, command evidence, failure semantics, state portability, and cleanup by having the harness fix a deliberate bug and produce artifacts that another developer can verify with standard Git and npm commands. jcode https://github.com/1jehuang/jcode is a new MIT-licensed coding-agent harness written in Rust. That is interesting to a small team because harnesses decide how an agent starts, calls tools, stores state, and leaves work behind. The wrong first test is “Can it solve my biggest issue?” The better first test is “Can I leave after fifteen minutes with portable evidence?” Create a tiny repository: README.md src/add.js test/add.test.js package.json EXIT.md Put one deliberate bug in add.js , and make npm test fail. Ask the harness to repair it without changing the test. After the run, fill in EXIT.md : - Initial commit: