catalog: add linear preset v1.0.0#2604
Open
derobiwan wants to merge 1 commit into
Open
Conversation
Adds the 'linear' community preset entry that pairs with the forthcoming 'linear' extension submission (github#2603). The preset replaces local-file storage with Linear-as-storage-backend: all Spec-Driven Development artifacts (constitution, spec, plan, tasks, research, contracts, checklists) persist as Linear issues with dual labels (speckit:<type> + feature:NNN-name) via the official Linear MCP server. Source: https://github.com/derobiwan/speckit-linear Release: https://github.com/derobiwan/speckit-linear/releases/tag/v1.0.0 Tested: 3268 tests passing; gitleaks 0 findings.
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
Adds the
linearcommunity preset entry topresets/catalog.community.json. Pairs with the forthcominglinearextension submission opened as github/spec-kit#2603.The pair (
--extension linear --preset linear) replaces local-file storage with Linear-as-storage-backend: all Spec-Driven Development artifacts ([CONSTITUTION],[SPEC],[PLAN],[RESEARCH],[DATA-MODEL],[CONTRACT],[QUICKSTART],[CHECKLIST], individual tasks) persist as Linear issues with the dual-label convention (speckit:<type>+feature:NNN-name) via the official Linear MCP server.Test plan
preset.ymlvalidates against schema_version1.0presets/catalog.community.jsonparses as valid JSON after the editjiraandmde)download_urlresolves anonymously (verified withcurl -I https://github.com/derobiwan/speckit-linear/archive/refs/tags/v1.0.0.zip→ HTTP 200)repositoryURL resolves anonymouslyrequires.speckit_versionuses the>=X.Y.Zformprovides.commandsmatches the count oftype: commandentries inpreset.yml(9)Release info
Description (mirrors preset.yml verbatim, FR-013)
Notes for reviewers
/speckit.*command templates (constitution,specify,clarify,plan,tasks,checklist,analyze,implement,taskstoissues). Each wrapper runs abefore_*hook to resolve the active Linear feature, executes the upstream template body, then runs anafter_*hook to persist the produced artifact as a Linear issue.wrap(preserves upstream's template body; adds Linear persistence before/after)./speckit.linear.*commands and 18 hooks that the preset wrappers call into.🤖 Generated with Claude Code