Intent-Code Divergence
Medium
- Confidence
- 97% confidence
- Finding
- The skill explicitly says to never invent CLI parameters and only use flags listed in the Parameters Table, but Playbook D uses `--journey-type 1`, which is undocumented. This creates a spec inconsistency that can cause unsafe command construction, failed executions, or normalization of undocumented flags that may have other effects in future CLI versions.
