Skip to content

feat(skill): add deferred-critical-comments pass and reply/resolve pe… - #13

Merged
Dropelikeit merged 2 commits into
mainfrom
worktree-deferred-critical-comments
May 12, 2026
Merged

feat(skill): add deferred-critical-comments pass and reply/resolve pe…#13
Dropelikeit merged 2 commits into
mainfrom
worktree-deferred-critical-comments

Conversation

@Dropelikeit

Copy link
Copy Markdown
Owner

…rmission

Introduce a per-comment classification step (3.5) in the resolve-comments
kernel that separates "deferred" (critical/large/scope-changing) comments
from "normal" in-place edits, then handles normal items first and walks
the deferred bucket sequentially in a new Step 4b. For each deferred item
the user picks a workflow (SDD, Brainstorming, plan mode, just-do-it, or
skip) based on which design skills are visible in the current adapter.

Add a one-time-per-project Reply/Resolve permission stored in the existing
pr-comments-resolver-platform memory (values: a = post & resolve,
b = post only, c = none) and apply it uniformly across Step 4, Step 4b,
and the no-code-change path. Add a short clarification routine that
suppresses redundant questions when the answer is implied by prior turns.

Two new adapter placeholders (skill-availability, classify-confirm) ship
with snippet files for all five adapters. persistence-step.md is extended
with the new memory field and a back-compat note for older memories.
Build smoke test and validate.py assert string presence and placeholder
substitution; a manual integration walkthrough is recorded in progress.md.

…rmission

  Introduce a per-comment classification step (3.5) in the resolve-comments
  kernel that separates "deferred" (critical/large/scope-changing) comments
  from "normal" in-place edits, then handles normal items first and walks
  the deferred bucket sequentially in a new Step 4b. For each deferred item
  the user picks a workflow (SDD, Brainstorming, plan mode, just-do-it, or
  skip) based on which design skills are visible in the current adapter.

  Add a one-time-per-project Reply/Resolve permission stored in the existing
  pr-comments-resolver-platform memory (values: a = post & resolve,
  b = post only, c = none) and apply it uniformly across Step 4, Step 4b,
  and the no-code-change path. Add a short clarification routine that
  suppresses redundant questions when the answer is implied by prior turns.

  Two new adapter placeholders (skill-availability, classify-confirm) ship
  with snippet files for all five adapters. persistence-step.md is extended
  with the new memory field and a back-compat note for older memories.
  Build smoke test and validate.py assert string presence and placeholder
  substitution; a manual integration walkthrough is recorded in progress.md.
…olve preferences

- Documented new deferred-critical-comments pass, classification process, and workflow options in the README.
- Added details about the one-time Reply/Resolve permission and its integration into all comment resolution paths.
- Updated CHANGELOG with added features and memory persistence details.
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label May 12, 2026
@Dropelikeit
Dropelikeit merged commit abd1bdf into main May 12, 2026
2 checks passed
@Dropelikeit
Dropelikeit deleted the worktree-deferred-critical-comments branch May 12, 2026 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation skill:resolve-comments

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant