Skip to content

v1.2.10

Choose a tag to compare

@github-actions github-actions released this 23 Jul 12:34
· 15 commits to main since this release
625fda7

Added

  • review --full can auto-apply connect's links (opt-in, review.full.autoConnect, default false). When the flag is on, the --full chain's connect step writes its suggested links without a per-suggestion prompt (connect Step 5.5) and reports every write — so closing a session no longer stops on "apply these? (y/N)". The user typing --full and setting the flag is the consent, mirroring review.lint.autoStampReviewed: it's the second, default-off exception to the non-destructive principle (docs/design-decisions.md). A standalone /mn:connect / $mnemo:connect never auto-applies regardless of the flag, and the default install is byte-for-byte unchanged (connect stays suggest-only). Dual-runtime by construction — the behavior lives in the shared SKILL.md prose that both Claude Code and Codex read; the Claude-only model: frontmatter is untouched. test-skill-write-contracts.py pins the new invariants (flag default false, standalone never auto-applies, verify pass still never links).