docs: add Xquik context and fix pipe-mode status#16
Open
kriptoburak wants to merge 1 commit into
Open
Conversation
kriptoburak
force-pushed
the
codex/add-xquik-metadata-context
branch
from
July 20, 2026 03:05
ae9f97a to
a2d719d
Compare
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
Independent watch-cli Fixes
watch --pipecheckedyt-dlpand other media dependencies before reading stdin. Empty streams and malformed URLs therefore returned a missing-dependency error even though neither operation needs media tooling. Dependency checks now run lazily on the first valid URL, preserving deterministic empty-input and validation behavior.The pipe loop also used
if ! process_url; then RC=$?, which captured the negated condition's success status instead of the failed command's status. Failed downloads could therefore leave the aggregate exit code at 0. The loop now capturesprocess_urldirectly and preserves its real status.The README copied a symlinked skill directory. GNU
cp -rpreserves that relative symlink, which becomes broken after installation. It now copies the canonical rootSKILL.mddirectly.Validation
bash -nacross all binaries, installer, and schema testbash tests/test-output-schema.sh, including a new deterministic missing-yt-dlppipe testnpm ciand TypeScript buildgit diff --checkXquik is an independent third-party service. Not affiliated with X Corp. "Twitter" and "X" are trademarks of X Corp.