fix: move session-memory back to skills/ with auto-research group#2577
Merged
Conversation
session-memory was accidentally moved to .agents/contributor-skills/ in PR #2561, but it belongs in skills/ alongside auto-research and brev-etiquette (the customer-facing skills added in PR #2419). auto-research explicitly depends on session-memory ("Use the session-memory skill for every auto-research campaign"). Signed-off-by: Terry Kong <terryk@nvidia.com>
Collaborator
Author
|
/ok to test 4d01484 |
kajalj22
approved these changes
May 26, 2026
Contributor
|
LGTM! |
vigneshwaran
pushed a commit
to vigneshwaran/RL
that referenced
this pull request
May 28, 2026
…IDIA-NeMo#2577) Signed-off-by: Terry Kong <terryk@nvidia.com>
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.
Summary
session-memoryskill from.agents/contributor-skills/back toskills/.claude/skills/session-memorysymlink to point to../../skills/session-memoryContext
PR #2419 added
auto-research,brev-etiquette, andsession-memoryas a group of customer-facing skills inskills/. PR #2561 accidentally movedsession-memoryto.agents/contributor-skills/while reorganizing contributor skills, separating it from the other two.This matters because
auto-researchexplicitly depends onsession-memory:All three skills (
auto-research,brev-etiquette,session-memory) belong together inskills/as the customer-facing skill group from PR #2419.Verification
.claude/skills/resolve correctly (ls .claude/skills/*/SKILL.mdlists all 14 skills)skills/now contains:auto-research,brev-etiquette,docs,launch-nemo-rl,session-memorysession-memoryis no longer in.agents/contributor-skills/