fix(agents): correct prompt hook docs, split modules, and fix install script#1384
Merged
joshua-mo-143 merged 2 commits into0xPlaygrounds:mainfrom Feb 16, 2026
Merged
Conversation
3bc6226 to
4511c9a
Compare
joshua-mo-143
suggested changes
Feb 12, 2026
Contributor
joshua-mo-143
left a comment
There was a problem hiding this comment.
Looks mostly OK, see comments
joshua-mo-143
approved these changes
Feb 16, 2026
Contributor
joshua-mo-143
left a comment
There was a problem hiding this comment.
Looks good to me. I think we will need to add some documentation on the docsite to match this.
Merged
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
rig-quality-gatesmodule intorig-prompt-hooks(hook API docs) +rig-quality-gates(coding style & quality standards), fixing prompt hook content leaking into unrelated adapter files (e.g. vector-store)CancelSignal::cancel()→ToolCallHookAction::Terminate/HookAction::Terminate, removed fictional dual-trait (PromptHook+StreamingPromptHook) section, added#[cfg]attributes to WasmCompat traits, expandedCapabilitiesexample withCapable<T>/Nothinginstall-rig-skill.sh:install_gemininow appends instead of overwriting,SKILL_SOURCEdetection no longer changes cwdrig-migrateskill andSelf::NAMEusage intools.md100755) on all three shell scripts — fixes CI "Permission denied" onsync_agent_instruction_files.shTest plan
scripts/sync_agent_instruction_files.shruns without errorsscripts/validate_agent_instruction_files.shconfirms all adapters in sync/rig-agent-scaffold,/rig-provider-checklist,/rig-review-gates)install-rig-skill.sh --agent geminiappends correctly on a clean targetFixes #1343