The CodeCannon skill files under .claude/commands/ and .cursor/rules/ are out of sync with the latest CodeCannon templates. The regenerated output includes several improvements: skill descriptions now carry a "Code Cannon:" prefix so they are discoverable as a family, /submit-for-review gains a Step 9 that offers to create follow-up GitHub issues for non-blocking review findings after a successful merge, and the review agent prompt now requires every finding to be phrased as a standalone sentence so it can be promoted into a ticket title without editing.
This issue bundles all of those regenerated files together with the corresponding CodeCannon submodule bump so the command surface stays in lock-step with the upstream templates. It also cleans up leftover stash-conflict markers in three of the command files that were never resolved from an earlier stash apply.
The CodeCannon skill files under
.claude/commands/and.cursor/rules/are out of sync with the latest CodeCannon templates. The regenerated output includes several improvements: skill descriptions now carry a "Code Cannon:" prefix so they are discoverable as a family,/submit-for-reviewgains a Step 9 that offers to create follow-up GitHub issues for non-blocking review findings after a successful merge, and the review agent prompt now requires every finding to be phrased as a standalone sentence so it can be promoted into a ticket title without editing.This issue bundles all of those regenerated files together with the corresponding
CodeCannonsubmodule bump so the command surface stays in lock-step with the upstream templates. It also cleans up leftover stash-conflict markers in three of the command files that were never resolved from an earlier stash apply.