Intent-Code Divergence
Medium
- Confidence
- 94% confidence
- Finding
- The script's documented behavior says scheduling should only be triggered with --spawn, but the implementation calls write_spawn_params() in both branches after successful validation. In this skill context, writing pending_spawn.json is itself a scheduling side effect because another component (a2a-gateway) is expected to consume it automatically, so users may unintentionally enqueue work when they believed they were only registering an agent.
