-
Notifications
You must be signed in to change notification settings - Fork 6
Update CODEOWNERS, fix CI setup, and enhance plugin functionality #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
397fbd0
Replace @k-bieniek with @ElizaVetaFomka in CODEOWNERS (#63)
omaiesh c0c63cd
Clarify that coding-agents-prompting-flow.md is a Rosetta KB path, no…
YevheniiaLementova 4f6afa5
fix(claude): category field is not recognized (#64)
SIGAN 4af2595
Fix codex hooks (#65)
SIGAN 6e985aa
Fix requirements authoring (#66)
SIGAN 12c03f8
Update reviewers list
isolomatov-gd ac0f064
Add GitHub OAuth mode (ROSETTA_OAUTH_MODE=github) (#68)
isolomatov-gd 3a6d4ad
Fix CI: add Node.js setup for validate-types.sh
isolomatov-gd e2dbdd8
Use Node.js 24 (LTS) across all pipelines
isolomatov-gd dab2b6f
Use working-directory instead of --prefix for npm ci
isolomatov-gd 52f6ecf
Fix plugin documentation
isolomatov-gd 9cc37c7
Refactor to use JSON
isolomatov-gd 80ffff3
Make sure claude plugin hook is fully read.
isolomatov-gd e405e65
Update SKILL and hook
isolomatov-gd ec542d6
Preview is not enough
isolomatov-gd 3472a07
Fix v2
isolomatov-gd 8364d6c
Fix claude code truncating hook context output to 2K
isolomatov-gd f31e93e
Fix another way
isolomatov-gd cb13736
Fix finalization
isolomatov-gd f35d9f6
Provide instructions to update too
isolomatov-gd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These JetBrains Copilot steps reference files/paths that no longer exist in the generated
core-copilotplugin (e.g..github/.mcp.json,.github/rules/bootstrap.md), and they say workflows live under.github/rules/<workflowtag>.mdeven though the plugin’s workflows are under.github/workflows/. Please update the instructions to match the current archive contents and directory layout so users don’t follow broken cleanup/copy steps.