Skip to content

fix: move session-memory back to skills/ with auto-research group#2577

Merged
terrykong merged 1 commit into
mainfrom
fix/move-session-memory-to-skills
May 26, 2026
Merged

fix: move session-memory back to skills/ with auto-research group#2577
terrykong merged 1 commit into
mainfrom
fix/move-session-memory-to-skills

Conversation

@terrykong

Copy link
Copy Markdown
Collaborator

Summary

  • Moves session-memory skill from .agents/contributor-skills/ back to skills/
  • Updates the .claude/skills/session-memory symlink to point to ../../skills/session-memory

Context

PR #2419 added auto-research, brev-etiquette, and session-memory as a group of customer-facing skills in skills/. PR #2561 accidentally moved session-memory to .agents/contributor-skills/ while reorganizing contributor skills, separating it from the other two.

This matters because auto-research explicitly depends on session-memory:

Use the session-memory skill for every auto-research campaign.

All three skills (auto-research, brev-etiquette, session-memory) belong together in skills/ as the customer-facing skill group from PR #2419.

Verification

  • All symlinks in .claude/skills/ resolve correctly (ls .claude/skills/*/SKILL.md lists all 14 skills)
  • skills/ now contains: auto-research, brev-etiquette, docs, launch-nemo-rl, session-memory
  • session-memory is no longer in .agents/contributor-skills/

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>
@terrykong
terrykong requested a review from a team as a code owner May 26, 2026 18:27
@copy-pr-bot

copy-pr-bot Bot commented May 26, 2026

Copy link
Copy Markdown

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@terrykong
terrykong enabled auto-merge (squash) May 26, 2026 19:02
@terrykong
terrykong requested review from yfw and yuki-97 May 26, 2026 19:02
@terrykong terrykong added the CI:docs Run doctest label May 26, 2026
@terrykong

Copy link
Copy Markdown
Collaborator Author

/ok to test 4d01484

@terrykong
terrykong merged commit fad476e into main May 26, 2026
35 checks passed
@terrykong
terrykong deleted the fix/move-session-memory-to-skills branch May 26, 2026 22:00
@vinhngx

vinhngx commented May 26, 2026

Copy link
Copy Markdown
Contributor

LGTM!

yfw pushed a commit that referenced this pull request May 27, 2026
)

Signed-off-by: Terry Kong <terryk@nvidia.com>
vigneshwaran pushed a commit to vigneshwaran/RL that referenced this pull request May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI:docs Run doctest

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants