Conversation
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
Prepare the documentation for 0.3.0 by closing gaps between installation, skill discovery, first use, and upgrades. Shorten the bundled browser skills while preserving concrete examples and recovery guidance for agents.
This PR changes 12 Markdown files.
Changes
Installation and release guidance
bsk doctor. A successful first-use check must read a page and stop its session.Skill compression
Full
SKILL.mdtoken counts usingo200k_base, compared with this PR'smainbase:These counts cover instruction text, not total tokens consumed by a browser task.
Validation
cargo test -p bsk --locked --test install_skill --test cli_parse— 45 passed.cargo test -p bsk --lib --locked skill_install— 38 passed.tests/skill.test.ts— 5 passed.git diff --check.Real-browser smoke tests
An independent agent context loaded the committed CLI skill and completed these tasks through the actual browser:
All three tasks passed: 30 CLI calls, zero command failures, and all three sessions stopped. A final status check found zero active sessions. Calls include one command-help lookup.
The installed CLI, daemon, and extension reported version 0.2.1; the daemon used protocol 1.1 and the extension used protocol 1.3. These smoke tests cover the common CLI flows above. They do not establish a smaller-model success-rate comparison or DSH native-tool end-to-end coverage. Large observations produced truncation warnings; the required controls and evidence remained available after applying explicit token limits.