-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Add canon extension and canon-core preset. #2022
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "schema_version": "1.0", | ||
| "updated_at": "2026-03-27T08:22:30Z", | ||
| "updated_at": "2026-03-30T02:43:48Z", | ||
| "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", | ||
| "extensions": { | ||
| "aide": { | ||
|
|
@@ -106,6 +106,41 @@ | |
| "created_at": "2026-03-03T00:00:00Z", | ||
| "updated_at": "2026-03-03T00:00:00Z" | ||
| }, | ||
| "canon": { | ||
| "name": "Canon", | ||
| "id": "canon", | ||
| "description": "Adds canon-driven (baseline-driven) workflows: spec-first, code-first, spec-drift. Requires Canon Core preset installation.", | ||
| "author": "Maxim Stupakov", | ||
| "version": "0.1.0", | ||
| "download_url": "https://github.com/maximiliamus/spec-kit-canon/releases/download/v0.1.0/spec-kit-canon-v0.1.0.zip", | ||
| "repository": "https://github.com/maximiliamus/spec-kit-canon/tree/master/extension", | ||
| "homepage": "https://github.com/maximiliamus/spec-kit-canon", | ||
| "documentation": "https://github.com/maximiliamus/spec-kit-canon/blob/main/README.md", | ||
| "changelog": "https://github.com/maximiliamus/spec-kit-canon/blob/main/CHANGELOG.md", | ||
| "license": "MIT", | ||
|
Comment on lines
+115
to
+120
|
||
| "requires": { | ||
| "speckit_version": ">=0.4.3" | ||
| }, | ||
| "provides": { | ||
| "commands": 15, | ||
| "hooks": 0 | ||
| }, | ||
| "tags": [ | ||
| "process", | ||
| "baseline", | ||
| "canon", | ||
| "drift", | ||
| "spec-first", | ||
| "code-first", | ||
| "spec-drift", | ||
| "vibecoding" | ||
| ], | ||
| "verified": false, | ||
| "downloads": 0, | ||
| "stars": 0, | ||
| "created_at": "2026-03-29T00:00:00Z", | ||
| "updated_at": "2026-03-29T00:00:00Z" | ||
| }, | ||
| "checkpoint": { | ||
| "name": "Checkpoint Extension", | ||
| "id": "checkpoint", | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,6 +1,6 @@ | ||||||
| { | ||||||
| "schema_version": "1.0", | ||||||
| "updated_at": "2026-03-24T00:00:00Z", | ||||||
| "updated_at": "2026-03-30T02:43:48Z", | ||||||
| "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/presets/catalog.community.json", | ||||||
| "presets": { | ||||||
| "aide-in-place": { | ||||||
|
|
@@ -29,6 +29,30 @@ | |||||
| "aide" | ||||||
| ] | ||||||
| }, | ||||||
| "canon-core": { | ||||||
| "name": "Canon Core", | ||||||
| "id": "canon-core", | ||||||
| "version": "0.1.0", | ||||||
| "description": "Adapts original Spec Kit workflow to work together with Canon extension.", | ||||||
| "author": "Maxim Stupakov", | ||||||
| "download_url": "https://github.com/maximiliamus/spec-kit-canon/releases/download/v0.1.0/spec-kit-canon-core-v0.1.0.zip", | ||||||
| "repository": "https://github.com/maximiliamus/spec-kit-canon/tree/master/preset", | ||||||
|
||||||
| "repository": "https://github.com/maximiliamus/spec-kit-canon/tree/master/preset", | |
| "repository": "https://github.com/maximiliamus/spec-kit-canon", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link text
spec-kit-canon-coredoesn’t match the actual repository name in the URL (spec-kit-canon). For consistency with the rest of the tables (and the publishing guide example which uses the repo name as link text), consider changing the label tospec-kit-canon(or another accurate repo label).