docs: fix CLI binary name in AGENTS.md codebase map#416
Conversation
The codebase map referred to the CLI binary as `streamkit-client` but the actual binary name is `skit-cli` (per apps/skit-cli/Cargo.toml). Closes #413 Signed-off-by: StreamKit Devin <devin@streamkit.dev> Co-Authored-By: Claudio Costa <cstcld91@gmail.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
| |-----------|---------| | ||
| | `apps/skit/` | Server binary — HTTP/WS handlers, config, auth, plugins | | ||
| | `apps/skit-cli/` | CLI client binary (`streamkit-client`) | | ||
| | `apps/skit-cli/` | CLI client binary (`skit-cli`) | |
There was a problem hiding this comment.
📝 Info: Documentation change matches the binary/package split
The updated AGENTS.md entry refers specifically to the CLI client binary, not the Cargo package. That matches apps/skit-cli/Cargo.toml:14-16, where the binary is declared as skit-cli; the package/crate name remains streamkit-client (apps/skit-cli/Cargo.toml:1-2). Existing docs also describe this split as skit-cli for the binary and streamkit-client for the crate, so I did not treat the remaining streamkit-client references elsewhere as inconsistent with this change.
Was this helpful? React with 👍 or 👎 to provide feedback.
Summary
Fixes the CLI binary name in the AGENTS.md codebase map table:
streamkit-client→skit-cli, matching the actual binary name defined inapps/skit-cli/Cargo.toml(lines 14–16).Closes #413
Review & Testing Checklist for Human
apps/skit-cli/Cargo.tomlmatchesskit-cliNotes
Documentation-only change — single line in the codebase map table.
Link to Devin session: https://staging.itsdev.in/sessions/5eb691805fb242128381193e2e7cc7d2
Requested by: @streamer45
Devin Review
37bbf2c