docs(skills): align parent-agent skills with current CLI - #1509
Open
vkehfdl1 wants to merge 2 commits into
Open
Conversation
Correct AutoRAG and AutoRAG-setup skill docs so a parent agent can drive the librarian without stale contracts: MinSync auto-install on by default, search sessionId only with --json --debug, HWP supported, unknown datasources skipped, and autorag ui as the datasource setup path.
Windows checkout uses CRLF, so newline-anchored skill contract assertions failed. Normalize skill markdown before matching.
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
--json --debug, HWP is a supported parser, unknown datasource names are skipped, andautorag uiis the datasource setup pathWhat was wrong
Parent agents following
skills/autoragandskills/autorag-setupwould do the wrong thing:autorag search --jsonand look for sessionId to record feedback (that field is debug-only).hwpas unsupported (rhwp parses.hwpand.hwpx)unknown-datasource-skilland continue)autorag ui,AUTORAG_HOME, and builtin templates such as kakao, clawgallery, and mail-exportVerification
bun test test/cli/skill-docs.test.ts— 6 passbun run lint— no issues in the changed files (pre-existing biome schema version info only)