Skip to content

Commit faeb956

Browse files
Add PatchWarden Evidence Pack extension to community catalog (#3514)
Add patchwarden-evidence extension submitted by @jiezeng2004-design to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #3512 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 91839fb commit faeb956

2 files changed

Lines changed: 42 additions & 1 deletion

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ The following community-contributed extensions are available in [`catalog.commun
9191
| Optimize | Audit and optimize AI governance for context efficiency — token budgets, rule health, interpretability, compression, coherence, and echo detection | `process` | Read+Write | [spec-kit-optimize](https://github.com/sakitA/spec-kit-optimize) |
9292
| Orchestration Task Context Management | Adds subagent work-unit orchestration to generated Spec Kit task files | `process` | Read+Write | [spec-kit-orchestration-task-context-management](https://github.com/benizzio/spec-kit-orchestration-task-context-management) |
9393
| OWASP LLM Threat Model | OWASP Top 10 for LLM Applications 2025 threat analysis on agent artifacts | `code` | Read-only | [spec-kit-threatmodel](https://github.com/NaviaSamal/spec-kit-threatmodel) |
94+
| PatchWarden Evidence Pack | Map Spec Kit tasks into a guarded PatchWarden Goal and export bounded, traceable evidence for an accepted lineage. | `process` | Read+Write | [spec-kit-patchwarden](https://github.com/jiezeng2004-design/spec-kit-patchwarden) |
9495
| Plan Review Gate | Require spec.md and plan.md to be merged via MR/PR before allowing task generation | `process` | Read-only | [spec-kit-plan-review-gate](https://github.com/luno/spec-kit-plan-review-gate) |
9596
| PR Bridge | Auto-generate pull request descriptions, checklists, and summaries from spec artifacts | `process` | Read-only | [spec-kit-pr-bridge-](https://github.com/Quratulain-bilal/spec-kit-pr-bridge-) |
9697
| Presetify | Create and validate presets and preset catalogs | `process` | Read+Write | [presetify](https://github.com/mnriem/spec-kit-extensions/tree/main/presetify) |

extensions/catalog.community.json

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-07-13T00:00:00Z",
3+
"updated_at": "2026-07-14T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -2677,6 +2677,46 @@
26772677
"created_at": "2026-04-24T14:00:00Z",
26782678
"updated_at": "2026-04-24T14:00:00Z"
26792679
},
2680+
"patchwarden-evidence": {
2681+
"name": "PatchWarden Evidence Pack",
2682+
"id": "patchwarden-evidence",
2683+
"description": "Map Spec Kit tasks into a guarded PatchWarden Goal and export bounded, traceable evidence for an accepted lineage.",
2684+
"author": "Zengjie",
2685+
"version": "1.0.1",
2686+
"download_url": "https://github.com/jiezeng2004-design/spec-kit-patchwarden/archive/refs/tags/v1.0.1.zip",
2687+
"repository": "https://github.com/jiezeng2004-design/spec-kit-patchwarden",
2688+
"homepage": "https://github.com/jiezeng2004-design/spec-kit-patchwarden",
2689+
"documentation": "https://github.com/jiezeng2004-design/spec-kit-patchwarden/blob/main/README.md",
2690+
"changelog": "https://github.com/jiezeng2004-design/spec-kit-patchwarden/blob/main/CHANGELOG.md",
2691+
"license": "MIT",
2692+
"category": "process",
2693+
"effect": "read-write",
2694+
"requires": {
2695+
"speckit_version": ">=0.1.0",
2696+
"tools": [
2697+
{
2698+
"name": "patchwarden",
2699+
"version": ">=1.5.1",
2700+
"required": true
2701+
}
2702+
]
2703+
},
2704+
"provides": {
2705+
"commands": 2,
2706+
"hooks": 2
2707+
},
2708+
"tags": [
2709+
"verification",
2710+
"evidence",
2711+
"traceability",
2712+
"security"
2713+
],
2714+
"verified": false,
2715+
"downloads": 0,
2716+
"stars": 0,
2717+
"created_at": "2026-07-14T00:00:00Z",
2718+
"updated_at": "2026-07-14T00:00:00Z"
2719+
},
26802720
"plan-review-gate": {
26812721
"name": "Plan Review Gate",
26822722
"id": "plan-review-gate",

0 commit comments

Comments
 (0)