Skip to content

v0.11.1: commit skill governs PR descriptions#6

Merged
KodingDev merged 2 commits into
masterfrom
feat/v0.11.1
Jun 29, 2026
Merged

v0.11.1: commit skill governs PR descriptions#6
KodingDev merged 2 commits into
masterfrom
feat/v0.11.1

Conversation

@KodingDev

@KodingDev KodingDev commented Jun 29, 2026

Copy link
Copy Markdown
Owner

v0.11.1

Commit skill

  • The commit skill governs PR descriptions alongside commit messages. A shared Message Discipline rule set applies to both: match the project's established pattern (validated against real PRs via gh where possible), use the repository's PR template when one exists, prefer brevity, choose the commit scope deliberately rather than by reflex, describe the change as it is rather than the implementation journey, and drop "used to be X, now Y" framing. The subagent rules carry the same discipline.

Asking & approval

  • The asking-questions principle gains a fallback for hosts without AskUserQuestion (Cursor, Copilot): ask the same question in plain text and wait rather than assuming a default.
  • A go-ahead for an outward action (push, open a PR, deploy) authorizes that one action, not the rest of the session, unless the user grants standing authority (e.g. "push autonomously").
  • Both reach non-Claude hosts through the session-orientation context, not just the output style.

Release

  • The three per-host manifests (.claude-plugin, .cursor-plugin, .plugin) move to 0.11.1, and the CHANGELOG records the changes.

Add a shared Message Discipline rule set to the commit skill, applied to
both commit messages and PR descriptions: match the project's established
pattern (validated against real PRs via gh), use the repo PR template when
present, prefer brevity, choose the commit scope deliberately, describe the
change as it is rather than the implementation journey, and drop "used to be
X, now Y" framing. Bump the three per-host manifests to 0.11.1 and record the
change in CHANGELOG.
Add two rules to the asking-questions principle: when AskUserQuestion is
unavailable (non-Claude hosts), ask the same question in plain text and wait
rather than assuming a default; and a go-ahead for an outward action (push,
open a PR, deploy) authorizes that one action, not the rest of the session,
unless the user grants standing authority. Both reach non-Claude hosts through
the session-orientation context. The commit skill's subagent rules point to the
Message Discipline rules instead of a drifting paraphrase.
@KodingDev KodingDev marked this pull request as ready for review June 29, 2026 03:56
@KodingDev KodingDev merged commit 811a3da into master Jun 29, 2026
5 checks passed
@KodingDev KodingDev deleted the feat/v0.11.1 branch June 29, 2026 03:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant