Separate live Senpai skills from operator guides - #3500
Merged
Conversation
…me-skill-boundary
…me-skill-boundary
…me-skill-boundary
…me-skill-boundary # Conflicts: # AGENTS.md # system_instructions/ADVISOR.md
…me-skill-boundary
…into codex/senpai-runtime-skill-boundary
…into codex/senpai-runtime-skill-boundary
…into codex/senpai-runtime-skill-boundary # Conflicts: # tests/test_openhands_tools_and_agents.py
…into codex/senpai-runtime-skill-boundary
…into codex/senpai-runtime-skill-boundary
…into codex/senpai-runtime-skill-boundary
…into codex/senpai-runtime-skill-boundary
…into codex/senpai-runtime-skill-boundary
…into codex/senpai-runtime-skill-boundary
…into codex/senpai-runtime-skill-boundary
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Stacked on #3498. This PR isolates the Senpai runtime-skill boundary from the
program.mdsystem-prompt work.plugins/senpai/skillsthe sole source for Senpai-owned live skills: assignment, delegation, result submission, review, human Issues, status, Exa, AlphaXiv, and W&B.agents/skills; movebootstrap-targetthere.agents/skillsinto pods and disable ambient user-skill loading for root and file agentsThis prevents interactive onboarding and developer-only skills from reaching live autoresearch agents while keeping every live Senpai skill in the plugin OpenHands loads. The separate
grilling-autoresearchskill is in sibling PR #3501; Claude skill discovery is isolated in sibling PR #3502.Verification
bash -non the modified entrypoint/context scriptsgit diff --checkgit diff --exit-code origin/main -- paperMerge order
Merge #3498 first, then retarget or rebase this PR onto
mainbefore merging it. PRs #3501 and #3502 are independent sibling stacks on #3498.