From 590eb468d6ea72957481fbccdbb865409a9be71f Mon Sep 17 00:00:00 2001 From: Dyan Galih Date: Sun, 26 Apr 2026 16:19:30 +0000 Subject: [PATCH 1/8] chore: update security review catalog metadata --- README.md | 2 +- extensions/catalog.community.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 419e7f919a..9e6fa05441 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ The following community-contributed extensions are available in [`catalog.commun | Review Extension | Post-implementation comprehensive code review with specialized agents for code quality, comments, tests, error handling, type design, and simplification | `code` | Read-only | [spec-kit-review](https://github.com/ismaelJimenez/spec-kit-review) | | Ripple | Detect side effects that tests can't catch after implementation — delta-anchored analysis across 9 domain-agnostic categories | `code` | Read+Write | [spec-kit-ripple](https://github.com/chordpli/spec-kit-ripple) | | SDD Utilities | Resume interrupted workflows, validate project health, and verify spec-to-task traceability | `process` | Read+Write | [speckit-utils](https://github.com/mvanhorn/speckit-utils) | -| Security Review | Comprehensive security audit of codebases using AI-powered DevSecOps analysis | `code` | Read-only | [spec-kit-security-review](https://github.com/DyanGalih/spec-kit-security-review) | +| Security Review | Full-project secure-by-design security audits plus staged, branch/PR, plan, task, and follow-up reviews | `code` | Read-only | [spec-kit-security-review](https://github.com/DyanGalih/spec-kit-security-review) | | SFSpeckit | Enterprise Salesforce SDLC with 18 commands for the full SDD lifecycle. | `process` | Read+Write | [spec-kit-sf](https://github.com/ysumanth06/spec-kit-sf) | | Ship Release Extension | Automates release pipeline: pre-flight checks, branch sync, changelog generation, CI verification, and PR creation | `process` | Read+Write | [spec-kit-ship](https://github.com/arunt14/spec-kit-ship) | | Spec Reference Loader | Reads the ## References section from the feature spec and loads only the listed docs into context | `docs` | Read-only | [spec-kit-spec-reference-loader](https://github.com/KevinBrown5280/spec-kit-spec-reference-loader) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 0c6e5cbfb3..af8108142f 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1852,10 +1852,10 @@ "security-review": { "name": "Security Review", "id": "security-review", - "description": "Comprehensive security audit of codebases using AI-powered DevSecOps analysis", - "author": "DyanGalih", - "version": "1.1.1", - "download_url": "https://github.com/DyanGalih/spec-kit-security-review/archive/refs/tags/v1.1.1.zip", + "description": "Full-project secure-by-design security audits plus staged, branch/PR, plan, task, and follow-up reviews", + "author": "Spec-Kit Security Team", + "version": "1.2.0", + "download_url": "https://github.com/DyanGalih/spec-kit-security-review/archive/refs/tags/v1.2.0.zip", "repository": "https://github.com/DyanGalih/spec-kit-security-review", "homepage": "https://github.com/DyanGalih/spec-kit-security-review", "documentation": "https://github.com/DyanGalih/spec-kit-security-review/blob/main/README.md", @@ -1865,7 +1865,7 @@ "speckit_version": ">=0.1.0" }, "provides": { - "commands": 3, + "commands": 6, "hooks": 0 }, "tags": [ @@ -1879,7 +1879,7 @@ "downloads": 0, "stars": 0, "created_at": "2026-04-03T03:24:03Z", - "updated_at": "2026-04-03T04:15:00Z" + "updated_at": "2026-04-26T16:19:13Z" }, "sf": { "name": "SFSpeckit — Salesforce Spec-Driven Development", From 541c185b49f356ff34e4a7c9095d40f6df3b9db6 Mon Sep 17 00:00:00 2001 From: Dyan Galih Date: Sun, 26 Apr 2026 22:28:33 +0000 Subject: [PATCH 2/8] fix: sync security review catalog with v1.3.0 --- README.md | 2 +- extensions/catalog.community.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9e6fa05441..73737059d4 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ The following community-contributed extensions are available in [`catalog.commun | Review Extension | Post-implementation comprehensive code review with specialized agents for code quality, comments, tests, error handling, type design, and simplification | `code` | Read-only | [spec-kit-review](https://github.com/ismaelJimenez/spec-kit-review) | | Ripple | Detect side effects that tests can't catch after implementation — delta-anchored analysis across 9 domain-agnostic categories | `code` | Read+Write | [spec-kit-ripple](https://github.com/chordpli/spec-kit-ripple) | | SDD Utilities | Resume interrupted workflows, validate project health, and verify spec-to-task traceability | `process` | Read+Write | [speckit-utils](https://github.com/mvanhorn/speckit-utils) | -| Security Review | Full-project secure-by-design security audits plus staged, branch/PR, plan, task, and follow-up reviews | `code` | Read-only | [spec-kit-security-review](https://github.com/DyanGalih/spec-kit-security-review) | +| Security Review | Full-project secure-by-design security audits plus staged, branch/PR, plan, task, follow-up, and apply reviews | `code` | Read+Write | [spec-kit-security-review](https://github.com/DyanGalih/spec-kit-security-review) | | SFSpeckit | Enterprise Salesforce SDLC with 18 commands for the full SDD lifecycle. | `process` | Read+Write | [spec-kit-sf](https://github.com/ysumanth06/spec-kit-sf) | | Ship Release Extension | Automates release pipeline: pre-flight checks, branch sync, changelog generation, CI verification, and PR creation | `process` | Read+Write | [spec-kit-ship](https://github.com/arunt14/spec-kit-ship) | | Spec Reference Loader | Reads the ## References section from the feature spec and loads only the listed docs into context | `docs` | Read-only | [spec-kit-spec-reference-loader](https://github.com/KevinBrown5280/spec-kit-spec-reference-loader) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index af8108142f..63907c09e1 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1852,10 +1852,10 @@ "security-review": { "name": "Security Review", "id": "security-review", - "description": "Full-project secure-by-design security audits plus staged, branch/PR, plan, task, and follow-up reviews", + "description": "Full-project secure-by-design security audits plus staged, branch/PR, plan, task, follow-up, and apply reviews", "author": "Spec-Kit Security Team", - "version": "1.2.0", - "download_url": "https://github.com/DyanGalih/spec-kit-security-review/archive/refs/tags/v1.2.0.zip", + "version": "1.3.0", + "download_url": "https://github.com/DyanGalih/spec-kit-security-review/archive/refs/tags/v1.3.0.zip", "repository": "https://github.com/DyanGalih/spec-kit-security-review", "homepage": "https://github.com/DyanGalih/spec-kit-security-review", "documentation": "https://github.com/DyanGalih/spec-kit-security-review/blob/main/README.md", @@ -1879,7 +1879,7 @@ "downloads": 0, "stars": 0, "created_at": "2026-04-03T03:24:03Z", - "updated_at": "2026-04-26T16:19:13Z" + "updated_at": "2026-04-26T22:28:23Z" }, "sf": { "name": "SFSpeckit — Salesforce Spec-Driven Development", From 08482d2982313c3f1572e01fa0a4946e1814507b Mon Sep 17 00:00:00 2001 From: Dyan Galih Date: Sun, 26 Apr 2026 23:04:16 +0000 Subject: [PATCH 3/8] chore: refresh community catalog timestamp --- extensions/catalog.community.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 63907c09e1..c19a034ac8 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-04-24T14:00:00Z", + "updated_at": "2026-04-26T23:04:09Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { "aide": { From 5569ec30a4b7dcc8e95a9e7b9d2c2f62ec613b70 Mon Sep 17 00:00:00 2001 From: Dyan Galih Date: Mon, 27 Apr 2026 01:09:03 +0000 Subject: [PATCH 4/8] fix: update author information for Security Review catalog entry --- extensions/catalog.community.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index c19a034ac8..976c14b972 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1853,7 +1853,7 @@ "name": "Security Review", "id": "security-review", "description": "Full-project secure-by-design security audits plus staged, branch/PR, plan, task, follow-up, and apply reviews", - "author": "Spec-Kit Security Team", + "author": "Dyan Galih", "version": "1.3.0", "download_url": "https://github.com/DyanGalih/spec-kit-security-review/archive/refs/tags/v1.3.0.zip", "repository": "https://github.com/DyanGalih/spec-kit-security-review", From 2c13bbae0356476dcfb7d299b6555618cb7a39d7 Mon Sep 17 00:00:00 2001 From: Dyan Galih Date: Mon, 27 Apr 2026 01:10:21 +0000 Subject: [PATCH 5/8] fix: correct author name format in Security Review catalog entry --- extensions/catalog.community.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 976c14b972..973b9a1020 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1853,7 +1853,7 @@ "name": "Security Review", "id": "security-review", "description": "Full-project secure-by-design security audits plus staged, branch/PR, plan, task, follow-up, and apply reviews", - "author": "Dyan Galih", + "author": "DyanGalih", "version": "1.3.0", "download_url": "https://github.com/DyanGalih/spec-kit-security-review/archive/refs/tags/v1.3.0.zip", "repository": "https://github.com/DyanGalih/spec-kit-security-review", From 72736c928909f872e497d909f93157abcff9969e Mon Sep 17 00:00:00 2001 From: Dyan Galih Date: Wed, 29 Apr 2026 01:49:24 +0000 Subject: [PATCH 6/8] chore: refresh community catalog timestamps --- extensions/catalog.community.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index e56ad501dc..6d0537a0c0 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-04-28T12:00:00Z", + "updated_at": "2026-04-29T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { "aide": { @@ -1956,7 +1956,7 @@ "downloads": 0, "stars": 0, "created_at": "2026-04-03T03:24:03Z", - "updated_at": "2026-04-26T22:28:23Z" + "updated_at": "2026-04-29T00:00:00Z" }, "sf": { "name": "SFSpeckit — Salesforce Spec-Driven Development", From 853c664999b4a2e3ba6b50611271ae94d46379d6 Mon Sep 17 00:00:00 2001 From: Dyan Galih Date: Wed, 29 Apr 2026 01:59:06 +0000 Subject: [PATCH 7/8] chore: reapply catalog formatting --- extensions/catalog.community.json | 319 +++++------------------------- 1 file changed, 45 insertions(+), 274 deletions(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 6d0537a0c0..c52a7ca0c2 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -119,12 +119,7 @@ "commands": 1, "hooks": 0 }, - "tags": [ - "archive", - "memory", - "merge", - "changelog" - ], + "tags": ["archive", "memory", "merge", "changelog"], "verified": false, "downloads": 0, "stars": 0, @@ -221,13 +216,7 @@ "commands": 3, "hooks": 1 }, - "tags": [ - "branch", - "naming", - "convention", - "gitflow", - "workflow" - ], + "tags": ["branch", "naming", "convention", "gitflow", "workflow"], "verified": false, "downloads": 0, "stars": 0, @@ -352,13 +341,7 @@ "commands": 4, "hooks": 0 }, - "tags": [ - "ci", - "validation", - "catalog", - "quality", - "automation" - ], + "tags": ["ci", "validation", "catalog", "quality", "automation"], "verified": false, "downloads": 0, "stars": 0, @@ -417,10 +400,7 @@ "commands": 1, "hooks": 0 }, - "tags": [ - "checkpoint", - "commit" - ], + "tags": ["checkpoint", "commit"], "verified": false, "downloads": 0, "stars": 0, @@ -446,13 +426,7 @@ "commands": 1, "hooks": 1 }, - "tags": [ - "quality", - "tech-debt", - "review", - "cleanup", - "scout-rule" - ], + "tags": ["quality", "tech-debt", "review", "cleanup", "scout-rule"], "verified": false, "downloads": 0, "stars": 0, @@ -478,11 +452,7 @@ "commands": 1, "hooks": 0 }, - "tags": [ - "conduct", - "workflow", - "automation" - ], + "tags": ["conduct", "workflow", "automation"], "verified": false, "downloads": 0, "stars": 0, @@ -508,11 +478,7 @@ "commands": 1, "hooks": 1 }, - "tags": [ - "docs", - "review", - "planning" - ], + "tags": ["docs", "review", "planning"], "verified": false, "downloads": 0, "stars": 0, @@ -538,9 +504,7 @@ "commands": 1, "hooks": 0 }, - "tags": [ - "confluence" - ], + "tags": ["confluence"], "verified": false, "downloads": 0, "stars": 0, @@ -671,12 +635,7 @@ "commands": 5, "hooks": 0 }, - "tags": [ - "extensions", - "workflow", - "validation", - "experimental" - ], + "tags": ["extensions", "workflow", "validation", "experimental"], "verified": false, "downloads": 0, "stars": 0, @@ -702,13 +661,7 @@ "commands": 1, "hooks": 1 }, - "tags": [ - "code", - "analysis", - "quality", - "automation", - "findings" - ], + "tags": ["code", "analysis", "quality", "automation", "findings"], "verified": false, "downloads": 0, "stars": 0, @@ -734,12 +687,7 @@ "commands": 1, "hooks": 0 }, - "tags": [ - "debugging", - "fixit", - "spec-alignment", - "post-implementation" - ], + "tags": ["debugging", "fixit", "spec-alignment", "post-implementation"], "verified": false, "downloads": 0, "stars": 0, @@ -765,12 +713,7 @@ "commands": 2, "hooks": 1 }, - "tags": [ - "orchestration", - "workflow", - "human-in-the-loop", - "parallel" - ], + "tags": ["orchestration", "workflow", "human-in-the-loop", "parallel"], "verified": false, "downloads": 0, "stars": 0, @@ -836,13 +779,7 @@ "commands": 3, "hooks": 0 }, - "tags": [ - "issue", - "integration", - "github", - "issues", - "sync" - ], + "tags": ["issue", "integration", "github", "issues", "sync"], "verified": false, "downloads": 0, "stars": 0, @@ -868,11 +805,7 @@ "commands": 2, "hooks": 0 }, - "tags": [ - "iteration", - "change-management", - "spec-maintenance" - ], + "tags": ["iteration", "change-management", "spec-maintenance"], "verified": false, "downloads": 0, "stars": 0, @@ -898,12 +831,7 @@ "commands": 3, "hooks": 1 }, - "tags": [ - "issue-tracking", - "jira", - "atlassian", - "project-management" - ], + "tags": ["issue-tracking", "jira", "atlassian", "project-management"], "verified": false, "downloads": 0, "stars": 0, @@ -929,12 +857,7 @@ "commands": 2, "hooks": 1 }, - "tags": [ - "learning", - "education", - "mentoring", - "knowledge-transfer" - ], + "tags": ["learning", "education", "mentoring", "knowledge-transfer"], "verified": false, "downloads": 0, "stars": 0, @@ -1128,13 +1051,7 @@ "commands": 2, "hooks": 0 }, - "tags": [ - "jira", - "project-management", - "multi-agent", - "maqa", - "kanban" - ], + "tags": ["jira", "project-management", "multi-agent", "maqa", "kanban"], "verified": false, "downloads": 0, "stars": 0, @@ -1160,13 +1077,7 @@ "commands": 2, "hooks": 0 }, - "tags": [ - "linear", - "project-management", - "multi-agent", - "maqa", - "kanban" - ], + "tags": ["linear", "project-management", "multi-agent", "maqa", "kanban"], "verified": false, "downloads": 0, "stars": 0, @@ -1192,13 +1103,7 @@ "commands": 2, "hooks": 0 }, - "tags": [ - "trello", - "project-management", - "multi-agent", - "maqa", - "kanban" - ], + "tags": ["trello", "project-management", "multi-agent", "maqa", "kanban"], "verified": false, "downloads": 0, "stars": 0, @@ -1263,12 +1168,7 @@ "commands": 1, "hooks": 7 }, - "tags": [ - "context", - "memory", - "governance", - "hooks" - ], + "tags": ["context", "memory", "governance", "hooks"], "verified": false, "downloads": 0, "stars": 0, @@ -1294,13 +1194,7 @@ "commands": 5, "hooks": 0 }, - "tags": [ - "memory", - "workflow", - "docs", - "copilot", - "markdown" - ], + "tags": ["memory", "workflow", "docs", "copilot", "markdown"], "verified": false, "downloads": 0, "stars": 0, @@ -1326,13 +1220,7 @@ "commands": 1, "hooks": 1 }, - "tags": [ - "memory", - "governance", - "constitution", - "agents-md", - "process" - ], + "tags": ["memory", "governance", "constitution", "agents-md", "process"], "verified": false, "downloads": 0, "stars": 0, @@ -1455,12 +1343,7 @@ "commands": 1, "hooks": 1 }, - "tags": [ - "review", - "quality", - "workflow", - "gate" - ], + "tags": ["review", "quality", "workflow", "gate"], "verified": false, "downloads": 0, "stars": 0, @@ -1518,12 +1401,7 @@ "commands": 4, "hooks": 0 }, - "tags": [ - "presets", - "workflow", - "templates", - "experimental" - ], + "tags": ["presets", "workflow", "templates", "experimental"], "verified": false, "downloads": 0, "stars": 0, @@ -1549,13 +1427,7 @@ "commands": 29, "hooks": 0 }, - "tags": [ - "process", - "lifecycle", - "monorepo", - "v-model", - "portfolio" - ], + "tags": ["process", "lifecycle", "monorepo", "v-model", "portfolio"], "verified": false, "downloads": 0, "stars": 0, @@ -1581,11 +1453,7 @@ "commands": 1, "hooks": 1 }, - "tags": [ - "code", - "testing", - "qa" - ], + "tags": ["code", "testing", "qa"], "verified": false, "downloads": 0, "stars": 0, @@ -1621,12 +1489,7 @@ "commands": 2, "hooks": 1 }, - "tags": [ - "implementation", - "automation", - "loop", - "copilot" - ], + "tags": ["implementation", "automation", "loop", "copilot"], "verified": false, "downloads": 0, "stars": 0, @@ -1652,12 +1515,7 @@ "commands": 1, "hooks": 0 }, - "tags": [ - "reconcile", - "drift", - "tasks", - "remediation" - ], + "tags": ["reconcile", "drift", "tasks", "remediation"], "verified": false, "downloads": 0, "stars": 0, @@ -1754,11 +1612,7 @@ "commands": 3, "hooks": 0 }, - "tags": [ - "utility", - "brownfield", - "analysis" - ], + "tags": ["utility", "brownfield", "analysis"], "verified": false, "downloads": 0, "stars": 0, @@ -1784,11 +1638,7 @@ "commands": 1, "hooks": 0 }, - "tags": [ - "process", - "retrospective", - "metrics" - ], + "tags": ["process", "retrospective", "metrics"], "verified": false, "downloads": 0, "stars": 0, @@ -1945,13 +1795,7 @@ "commands": 6, "hooks": 0 }, - "tags": [ - "security", - "devsecops", - "audit", - "owasp", - "compliance" - ], + "tags": ["security", "devsecops", "audit", "owasp", "compliance"], "verified": false, "downloads": 0, "stars": 0, @@ -1989,13 +1833,7 @@ "commands": 18, "hooks": 2 }, - "tags": [ - "salesforce", - "enterprise", - "sdlc", - "apex", - "devops" - ], + "tags": ["salesforce", "enterprise", "sdlc", "apex", "devops"], "verified": false, "downloads": 0, "stars": 0, @@ -2021,11 +1859,7 @@ "commands": 1, "hooks": 1 }, - "tags": [ - "process", - "release", - "automation" - ], + "tags": ["process", "release", "automation"], "verified": false, "downloads": 0, "stars": 0, @@ -2051,12 +1885,7 @@ "commands": 1, "hooks": 6 }, - "tags": [ - "context", - "references", - "docs", - "hooks" - ], + "tags": ["context", "references", "docs", "hooks"], "verified": false, "downloads": 0, "stars": 0, @@ -2082,13 +1911,7 @@ "commands": 6, "hooks": 3 }, - "tags": [ - "validation", - "review", - "quality", - "workflow", - "process" - ], + "tags": ["validation", "review", "quality", "workflow", "process"], "verified": false, "downloads": 0, "stars": 0, @@ -2114,13 +1937,7 @@ "commands": 3, "hooks": 2 }, - "tags": [ - "resume", - "doctor", - "validate", - "workflow", - "health-check" - ], + "tags": ["resume", "doctor", "validate", "workflow", "health-check"], "verified": false, "downloads": 0, "stars": 0, @@ -2179,11 +1996,7 @@ "commands": 1, "hooks": 1 }, - "tags": [ - "code", - "review", - "quality" - ], + "tags": ["code", "review", "quality"], "verified": false, "downloads": 0, "stars": 0, @@ -2241,11 +2054,7 @@ "commands": 1, "hooks": 0 }, - "tags": [ - "workflow", - "project-management", - "status" - ], + "tags": ["workflow", "project-management", "status"], "verified": false, "downloads": 0, "stars": 0, @@ -2347,13 +2156,7 @@ "commands": 5, "hooks": 1 }, - "tags": [ - "sync", - "drift", - "validation", - "bidirectional", - "backfill" - ], + "tags": ["sync", "drift", "validation", "bidirectional", "backfill"], "verified": false, "downloads": 0, "stars": 0, @@ -2411,13 +2214,7 @@ "commands": 1, "hooks": 1 }, - "tags": [ - "security", - "owasp", - "threat-model", - "llm", - "analysis" - ], + "tags": ["security", "owasp", "threat-model", "llm", "analysis"], "verified": false, "downloads": 0, "stars": 0, @@ -2507,12 +2304,7 @@ "commands": 1, "hooks": 1 }, - "tags": [ - "verification", - "quality", - "phantom-completion", - "tasks" - ], + "tags": ["verification", "quality", "phantom-completion", "tasks"], "verified": false, "downloads": 0, "stars": 0, @@ -2538,12 +2330,7 @@ "commands": 3, "hooks": 4 }, - "tags": [ - "versioning", - "npm", - "validation", - "hooks" - ], + "tags": ["versioning", "npm", "validation", "hooks"], "verified": false, "downloads": 0, "stars": 0, @@ -2567,11 +2354,7 @@ "commands": 1, "hooks": 0 }, - "tags": [ - "analysis", - "planning", - "simulation" - ], + "tags": ["analysis", "planning", "simulation"], "verified": false, "downloads": 0, "stars": 0, @@ -2632,13 +2415,7 @@ "commands": 3, "hooks": 1 }, - "tags": [ - "worktree", - "git", - "parallel", - "isolation", - "workflow" - ], + "tags": ["worktree", "git", "parallel", "isolation", "workflow"], "verified": false, "downloads": 0, "stars": 0, @@ -2664,13 +2441,7 @@ "commands": 3, "hooks": 1 }, - "tags": [ - "worktree", - "git", - "parallel", - "isolation", - "agents" - ], + "tags": ["worktree", "git", "parallel", "isolation", "agents"], "verified": false, "downloads": 0, "stars": 0, From fae342ea35d3788438038758a294e3ff4839038b Mon Sep 17 00:00:00 2001 From: Dyan Galih Date: Wed, 29 Apr 2026 02:17:30 +0000 Subject: [PATCH 8/8] chore: align catalog formatting with main --- extensions/catalog.community.json | 319 +++++++++++++++++++++++++----- 1 file changed, 274 insertions(+), 45 deletions(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index c52a7ca0c2..6d0537a0c0 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -119,7 +119,12 @@ "commands": 1, "hooks": 0 }, - "tags": ["archive", "memory", "merge", "changelog"], + "tags": [ + "archive", + "memory", + "merge", + "changelog" + ], "verified": false, "downloads": 0, "stars": 0, @@ -216,7 +221,13 @@ "commands": 3, "hooks": 1 }, - "tags": ["branch", "naming", "convention", "gitflow", "workflow"], + "tags": [ + "branch", + "naming", + "convention", + "gitflow", + "workflow" + ], "verified": false, "downloads": 0, "stars": 0, @@ -341,7 +352,13 @@ "commands": 4, "hooks": 0 }, - "tags": ["ci", "validation", "catalog", "quality", "automation"], + "tags": [ + "ci", + "validation", + "catalog", + "quality", + "automation" + ], "verified": false, "downloads": 0, "stars": 0, @@ -400,7 +417,10 @@ "commands": 1, "hooks": 0 }, - "tags": ["checkpoint", "commit"], + "tags": [ + "checkpoint", + "commit" + ], "verified": false, "downloads": 0, "stars": 0, @@ -426,7 +446,13 @@ "commands": 1, "hooks": 1 }, - "tags": ["quality", "tech-debt", "review", "cleanup", "scout-rule"], + "tags": [ + "quality", + "tech-debt", + "review", + "cleanup", + "scout-rule" + ], "verified": false, "downloads": 0, "stars": 0, @@ -452,7 +478,11 @@ "commands": 1, "hooks": 0 }, - "tags": ["conduct", "workflow", "automation"], + "tags": [ + "conduct", + "workflow", + "automation" + ], "verified": false, "downloads": 0, "stars": 0, @@ -478,7 +508,11 @@ "commands": 1, "hooks": 1 }, - "tags": ["docs", "review", "planning"], + "tags": [ + "docs", + "review", + "planning" + ], "verified": false, "downloads": 0, "stars": 0, @@ -504,7 +538,9 @@ "commands": 1, "hooks": 0 }, - "tags": ["confluence"], + "tags": [ + "confluence" + ], "verified": false, "downloads": 0, "stars": 0, @@ -635,7 +671,12 @@ "commands": 5, "hooks": 0 }, - "tags": ["extensions", "workflow", "validation", "experimental"], + "tags": [ + "extensions", + "workflow", + "validation", + "experimental" + ], "verified": false, "downloads": 0, "stars": 0, @@ -661,7 +702,13 @@ "commands": 1, "hooks": 1 }, - "tags": ["code", "analysis", "quality", "automation", "findings"], + "tags": [ + "code", + "analysis", + "quality", + "automation", + "findings" + ], "verified": false, "downloads": 0, "stars": 0, @@ -687,7 +734,12 @@ "commands": 1, "hooks": 0 }, - "tags": ["debugging", "fixit", "spec-alignment", "post-implementation"], + "tags": [ + "debugging", + "fixit", + "spec-alignment", + "post-implementation" + ], "verified": false, "downloads": 0, "stars": 0, @@ -713,7 +765,12 @@ "commands": 2, "hooks": 1 }, - "tags": ["orchestration", "workflow", "human-in-the-loop", "parallel"], + "tags": [ + "orchestration", + "workflow", + "human-in-the-loop", + "parallel" + ], "verified": false, "downloads": 0, "stars": 0, @@ -779,7 +836,13 @@ "commands": 3, "hooks": 0 }, - "tags": ["issue", "integration", "github", "issues", "sync"], + "tags": [ + "issue", + "integration", + "github", + "issues", + "sync" + ], "verified": false, "downloads": 0, "stars": 0, @@ -805,7 +868,11 @@ "commands": 2, "hooks": 0 }, - "tags": ["iteration", "change-management", "spec-maintenance"], + "tags": [ + "iteration", + "change-management", + "spec-maintenance" + ], "verified": false, "downloads": 0, "stars": 0, @@ -831,7 +898,12 @@ "commands": 3, "hooks": 1 }, - "tags": ["issue-tracking", "jira", "atlassian", "project-management"], + "tags": [ + "issue-tracking", + "jira", + "atlassian", + "project-management" + ], "verified": false, "downloads": 0, "stars": 0, @@ -857,7 +929,12 @@ "commands": 2, "hooks": 1 }, - "tags": ["learning", "education", "mentoring", "knowledge-transfer"], + "tags": [ + "learning", + "education", + "mentoring", + "knowledge-transfer" + ], "verified": false, "downloads": 0, "stars": 0, @@ -1051,7 +1128,13 @@ "commands": 2, "hooks": 0 }, - "tags": ["jira", "project-management", "multi-agent", "maqa", "kanban"], + "tags": [ + "jira", + "project-management", + "multi-agent", + "maqa", + "kanban" + ], "verified": false, "downloads": 0, "stars": 0, @@ -1077,7 +1160,13 @@ "commands": 2, "hooks": 0 }, - "tags": ["linear", "project-management", "multi-agent", "maqa", "kanban"], + "tags": [ + "linear", + "project-management", + "multi-agent", + "maqa", + "kanban" + ], "verified": false, "downloads": 0, "stars": 0, @@ -1103,7 +1192,13 @@ "commands": 2, "hooks": 0 }, - "tags": ["trello", "project-management", "multi-agent", "maqa", "kanban"], + "tags": [ + "trello", + "project-management", + "multi-agent", + "maqa", + "kanban" + ], "verified": false, "downloads": 0, "stars": 0, @@ -1168,7 +1263,12 @@ "commands": 1, "hooks": 7 }, - "tags": ["context", "memory", "governance", "hooks"], + "tags": [ + "context", + "memory", + "governance", + "hooks" + ], "verified": false, "downloads": 0, "stars": 0, @@ -1194,7 +1294,13 @@ "commands": 5, "hooks": 0 }, - "tags": ["memory", "workflow", "docs", "copilot", "markdown"], + "tags": [ + "memory", + "workflow", + "docs", + "copilot", + "markdown" + ], "verified": false, "downloads": 0, "stars": 0, @@ -1220,7 +1326,13 @@ "commands": 1, "hooks": 1 }, - "tags": ["memory", "governance", "constitution", "agents-md", "process"], + "tags": [ + "memory", + "governance", + "constitution", + "agents-md", + "process" + ], "verified": false, "downloads": 0, "stars": 0, @@ -1343,7 +1455,12 @@ "commands": 1, "hooks": 1 }, - "tags": ["review", "quality", "workflow", "gate"], + "tags": [ + "review", + "quality", + "workflow", + "gate" + ], "verified": false, "downloads": 0, "stars": 0, @@ -1401,7 +1518,12 @@ "commands": 4, "hooks": 0 }, - "tags": ["presets", "workflow", "templates", "experimental"], + "tags": [ + "presets", + "workflow", + "templates", + "experimental" + ], "verified": false, "downloads": 0, "stars": 0, @@ -1427,7 +1549,13 @@ "commands": 29, "hooks": 0 }, - "tags": ["process", "lifecycle", "monorepo", "v-model", "portfolio"], + "tags": [ + "process", + "lifecycle", + "monorepo", + "v-model", + "portfolio" + ], "verified": false, "downloads": 0, "stars": 0, @@ -1453,7 +1581,11 @@ "commands": 1, "hooks": 1 }, - "tags": ["code", "testing", "qa"], + "tags": [ + "code", + "testing", + "qa" + ], "verified": false, "downloads": 0, "stars": 0, @@ -1489,7 +1621,12 @@ "commands": 2, "hooks": 1 }, - "tags": ["implementation", "automation", "loop", "copilot"], + "tags": [ + "implementation", + "automation", + "loop", + "copilot" + ], "verified": false, "downloads": 0, "stars": 0, @@ -1515,7 +1652,12 @@ "commands": 1, "hooks": 0 }, - "tags": ["reconcile", "drift", "tasks", "remediation"], + "tags": [ + "reconcile", + "drift", + "tasks", + "remediation" + ], "verified": false, "downloads": 0, "stars": 0, @@ -1612,7 +1754,11 @@ "commands": 3, "hooks": 0 }, - "tags": ["utility", "brownfield", "analysis"], + "tags": [ + "utility", + "brownfield", + "analysis" + ], "verified": false, "downloads": 0, "stars": 0, @@ -1638,7 +1784,11 @@ "commands": 1, "hooks": 0 }, - "tags": ["process", "retrospective", "metrics"], + "tags": [ + "process", + "retrospective", + "metrics" + ], "verified": false, "downloads": 0, "stars": 0, @@ -1795,7 +1945,13 @@ "commands": 6, "hooks": 0 }, - "tags": ["security", "devsecops", "audit", "owasp", "compliance"], + "tags": [ + "security", + "devsecops", + "audit", + "owasp", + "compliance" + ], "verified": false, "downloads": 0, "stars": 0, @@ -1833,7 +1989,13 @@ "commands": 18, "hooks": 2 }, - "tags": ["salesforce", "enterprise", "sdlc", "apex", "devops"], + "tags": [ + "salesforce", + "enterprise", + "sdlc", + "apex", + "devops" + ], "verified": false, "downloads": 0, "stars": 0, @@ -1859,7 +2021,11 @@ "commands": 1, "hooks": 1 }, - "tags": ["process", "release", "automation"], + "tags": [ + "process", + "release", + "automation" + ], "verified": false, "downloads": 0, "stars": 0, @@ -1885,7 +2051,12 @@ "commands": 1, "hooks": 6 }, - "tags": ["context", "references", "docs", "hooks"], + "tags": [ + "context", + "references", + "docs", + "hooks" + ], "verified": false, "downloads": 0, "stars": 0, @@ -1911,7 +2082,13 @@ "commands": 6, "hooks": 3 }, - "tags": ["validation", "review", "quality", "workflow", "process"], + "tags": [ + "validation", + "review", + "quality", + "workflow", + "process" + ], "verified": false, "downloads": 0, "stars": 0, @@ -1937,7 +2114,13 @@ "commands": 3, "hooks": 2 }, - "tags": ["resume", "doctor", "validate", "workflow", "health-check"], + "tags": [ + "resume", + "doctor", + "validate", + "workflow", + "health-check" + ], "verified": false, "downloads": 0, "stars": 0, @@ -1996,7 +2179,11 @@ "commands": 1, "hooks": 1 }, - "tags": ["code", "review", "quality"], + "tags": [ + "code", + "review", + "quality" + ], "verified": false, "downloads": 0, "stars": 0, @@ -2054,7 +2241,11 @@ "commands": 1, "hooks": 0 }, - "tags": ["workflow", "project-management", "status"], + "tags": [ + "workflow", + "project-management", + "status" + ], "verified": false, "downloads": 0, "stars": 0, @@ -2156,7 +2347,13 @@ "commands": 5, "hooks": 1 }, - "tags": ["sync", "drift", "validation", "bidirectional", "backfill"], + "tags": [ + "sync", + "drift", + "validation", + "bidirectional", + "backfill" + ], "verified": false, "downloads": 0, "stars": 0, @@ -2214,7 +2411,13 @@ "commands": 1, "hooks": 1 }, - "tags": ["security", "owasp", "threat-model", "llm", "analysis"], + "tags": [ + "security", + "owasp", + "threat-model", + "llm", + "analysis" + ], "verified": false, "downloads": 0, "stars": 0, @@ -2304,7 +2507,12 @@ "commands": 1, "hooks": 1 }, - "tags": ["verification", "quality", "phantom-completion", "tasks"], + "tags": [ + "verification", + "quality", + "phantom-completion", + "tasks" + ], "verified": false, "downloads": 0, "stars": 0, @@ -2330,7 +2538,12 @@ "commands": 3, "hooks": 4 }, - "tags": ["versioning", "npm", "validation", "hooks"], + "tags": [ + "versioning", + "npm", + "validation", + "hooks" + ], "verified": false, "downloads": 0, "stars": 0, @@ -2354,7 +2567,11 @@ "commands": 1, "hooks": 0 }, - "tags": ["analysis", "planning", "simulation"], + "tags": [ + "analysis", + "planning", + "simulation" + ], "verified": false, "downloads": 0, "stars": 0, @@ -2415,7 +2632,13 @@ "commands": 3, "hooks": 1 }, - "tags": ["worktree", "git", "parallel", "isolation", "workflow"], + "tags": [ + "worktree", + "git", + "parallel", + "isolation", + "workflow" + ], "verified": false, "downloads": 0, "stars": 0, @@ -2441,7 +2664,13 @@ "commands": 3, "hooks": 1 }, - "tags": ["worktree", "git", "parallel", "isolation", "agents"], + "tags": [ + "worktree", + "git", + "parallel", + "isolation", + "agents" + ], "verified": false, "downloads": 0, "stars": 0,