Conversation
Add v0.2.2 features from PR #187 that were missing from the agent skill: - Output modes: --md/-m, --styled, -v/-vv - Quick reference: "Post silently" row - Messages: --no-subscribe/--subscribe flags with examples - Files & Documents: --no-subscribe example for doc create - Schedule: --no-subscribe/--subscribe flags and example Closes #189
Add v0.2.2 feature from PR #181: config trust subsection explaining authority key protection and trust/untrust commands.
There was a problem hiding this comment.
Pull request overview
Updates the Basecamp CLI skill documentation to reflect features introduced in v0.2.2 (notably subscription-control flags, new output modes, and the config trust model) so agents/users can discover and use them correctly.
Changes:
- Documented global output flags:
--md/-m,--styled,-v/-vv. - Added/expanded docs for
--no-subscribe/--subscribeon message, files doc create, and schedule create; noted mutual exclusivity. - Added documentation for
basecamp config trust/untrustand why authority keys require trust; added a “Post silently” quick reference row.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
--no-subscribe/--subscribeflags across messages, files, and schedule sections (from Add --subscribe / --no-subscribe to recording creation commands #187)--md/--markdown/-m,--styled,-v/-vvoutput mode flags (from Add --subscribe / --no-subscribe to recording creation commands #187)config trust/untrustcommands with authority key explanation (from Add config trust model for authority keys #181)--subscribe/--no-subscribeCloses #189
Test plan
make checkpasses (skill file is data-only, no compilation impact)