Teach Linear Markdown to agents without the skill - #275
Merged
Conversation
The skill learned how Linear mentions actually work; the CLI itself did not. An agent driving `linear` without it still writes `@peter` in a comment body and posts text that notifies nobody. Put the trap-avoiding rule inline on the ten commands that take a Markdown body, because a pointer alone only helps an agent that already suspects it has a gap. The full reference lives in a new `linear markdown` command, used both as its description and as what it prints: printing keeps the `+++` block unindented and copyable, and the description is what the skill-docs generator captures from `--help`. The `--json` listings say what the `url` field is for, with the team-first safeguard kept on the workspace-wide one. Help screens grow by one root row and about five lines per authoring command; parent command tables are unaffected, since cliffy renders only a description's first line there. Claude-Session: https://claude.ai/code/session_01TWeJWzhCAW61GLqv2kTpNB
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
linear markdownreference for mentions and collapsible sectionsurlfield in team and workspace member JSON outputVerification
deno fmtdeno task validatedeno task test(613 passed, 6 ignored)