Add path-scoped .claude/rules#101
Merged
GeorgeJahad merged 10 commits intoarmadaproject:masterfrom Feb 17, 2026
Merged
Conversation
Signed-off-by: Sudipto Baral <sudiptobaral.me@gmail.com>
Signed-off-by: Sudipto Baral <sudiptobaral.me@gmail.com>
…specific guidance Signed-off-by: Sudipto Baral <sudiptobaral.me@gmail.com>
Signed-off-by: Sudipto Baral <sudiptobaral.me@gmail.com>
Signed-off-by: Sudipto Baral <sudiptobaral.me@gmail.com>
39ec4a9 to
8a5c396
Compare
Signed-off-by: Sudipto Baral <sudiptobaral.me@gmail.com>
Signed-off-by: Sudipto Baral <sudiptobaral.me@gmail.com>
Signed-off-by: Sudipto Baral <sudiptobaral.me@gmail.com>
Signed-off-by: Sudipto Baral <sudiptobaral.me@gmail.com>
Signed-off-by: Sudipto Baral <sudiptobaral.me@gmail.com>
GeorgeJahad
approved these changes
Feb 17, 2026
Collaborator
GeorgeJahad
left a comment
There was a problem hiding this comment.
I haven't had a chance to experiment with all the features but it looks good to me.
Thanks @sudiptob2 !
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What: Add slash commands (
/implement,/address-review,/issue) and extract path-scoped.claude/rulesfor a more structured Claude Code workflow.Why: Common tasks like picking up GitHub issues, addressing PR review comments, and drafting issues were manual and repetitive. Testing, config, and version-specific guidance was embedded inline in
CLAUDE.md, making it verbose. Extracting rules into path-scoped files surfaces the right context only when editing relevant files.Changes:
/implementcommand: fetches a GitHub issue, creates a branch from latest master (with remote selection), plans the work, executes step-by-step with programmer approval, commits incrementally, and generates a PR summary/address-reviewcommand: walks through unaddressed PR review comments one by one (fix, reply, or skip), commits fixes, and posts replies with confirmation/issuecommand: drafts a GitHub issue markdown file from user-provided context and saves toplans/.claude/rules/with path-scoped triggersghCLI permissions insettings.jsonto specific subcommands instead of a blanketgh *wildcardCLAUDE.mdby replacing inline code examples with references to the new rule filesHow to verify:
/implement <issue-number>and verify it walks through all 5 phases (fetch, branch, plan, execute, summary)/address-review <pr-number>on a PR with review commentssrc/test/and confirm testing rules context is surfaced.claude/settings.jsonfor scopedghpermissions