Skip to content

docs(skill): list bsk console and bsk network in SKILL.md - #80

Closed
BB-fat wants to merge 1 commit into
mainfrom
docs/console-network-skill
Closed

docs(skill): list bsk console and bsk network in SKILL.md#80
BB-fat wants to merge 1 commit into
mainfrom
docs/console-network-skill

Conversation

@BB-fat

@BB-fat BB-fat commented Aug 12, 2026

Copy link
Copy Markdown
Collaborator

Motivation

Follow-up of #7 and #8 (also refs #61). Those PRs added the read-only bsk console / bsk network commands but never registered them in the bundled SKILL.md, so agents that install the skill have no way to discover the two commands exist.

Changes

  • Add a short Console & network debugging (read-only) section to the CLI command reference in skill/SKILL.md, covering:
    • one-line summaries for bsk console (console messages / JS exceptions / browser log entries, --include-stack) and bsk network (responses with status/method/URL/type, failures with net::ERR_* reason)
    • the shared paging flags: --since / --limit (default 50, max 200) / --max-text-chars (default 1000, max 4096) / --tab-id
    • the strictly read-only scope: no interception/modification, no headers/bodies/timings captured
  • Sync crates/bsk-cli/skill/SKILL.md (build.rs already copies the repo-root file during dev builds; both copies are committed identically).

Testing

Docs-only change; verified the two files stay byte-identical (diff) and the table renders as the existing command tables do.

PR #7 and PR #8 added the console/network read-only commands but never
registered them in the bundled skill, so agents installing the skill
could not discover them. Add a short "Console & network debugging"
section covering both commands, their paging flags, and their read-only
scope. Keep crates/bsk-cli/skill/SKILL.md in sync (build.rs copies the
repo-root file during dev builds).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant