Skip to content

Commit 072ce1a

Browse files
KSchlobohmCopilot
andcommitted
Replace escaped em dashes in community catalog
Assisted-by: GitHub Copilot (model: GPT-5.6 Sol, autonomous) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent cb6cd25 commit 072ce1a

1 file changed

Lines changed: 31 additions & 31 deletions

File tree

extensions/catalog.community.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"adrkit": {
7-
"name": "adrkit \u2014 decision memory for spec-driven development",
7+
"name": "adrkit decision memory for spec-driven development",
88
"id": "adrkit",
99
"description": "Pulls the decisions governing this work into agent context, checks produced plans against them, and drafts an ADR from a plan artifact.",
1010
"author": "Mark Beacom (@mbeacom)",
@@ -240,7 +240,7 @@
240240
"aide": {
241241
"name": "AI-Driven Engineering (AIDE)",
242242
"id": "aide",
243-
"description": "A structured 7-step workflow for building new projects from scratch with AI assistants \u2014 from vision through implementation.",
243+
"description": "A structured 7-step workflow for building new projects from scratch with AI assistants from vision through implementation.",
244244
"author": "mnriem",
245245
"version": "1.0.0",
246246
"download_url": "https://github.com/mnriem/spec-kit-extensions/releases/download/aide-v1.0.0/aide.zip",
@@ -309,7 +309,7 @@
309309
"api-evolve": {
310310
"name": "API Evolve",
311311
"id": "api-evolve",
312-
"description": "Managed API contract evolution \u2014 breaking-change detection, semver enforcement, deprecation orchestration, and lifecycle gates across REST, GraphQL, and gRPC.",
312+
"description": "Managed API contract evolution breaking-change detection, semver enforcement, deprecation orchestration, and lifecycle gates across REST, GraphQL, and gRPC.",
313313
"author": "Quratulain-bilal",
314314
"version": "1.0.0",
315315
"download_url": "https://github.com/Quratulain-bilal/spec-kit-api-evolve/archive/refs/tags/v1.0.0.zip",
@@ -538,7 +538,7 @@
538538
"ascii-diagram": {
539539
"name": "ASCII Diagram Renderer",
540540
"id": "ascii-diagram",
541-
"description": "Renders hand-drawn ASCII/Unicode diagrams (state machine, architecture, flow, coverage map) of what spec/plan/tasks/analyze already say \u2014 plain text, no Mermaid renderer needed.",
541+
"description": "Renders hand-drawn ASCII/Unicode diagrams (state machine, architecture, flow, coverage map) of what spec/plan/tasks/analyze already say plain text, no Mermaid renderer needed.",
542542
"author": "MRZHUH",
543543
"version": "1.1.0",
544544
"download_url": "https://github.com/MRZHUH/spec-kit-ascii-diagram/archive/refs/tags/v1.1.0.zip",
@@ -750,7 +750,7 @@
750750
"updated_at": "2026-04-17T00:00:00Z"
751751
},
752752
"blueprint-index": {
753-
"name": "Blueprint Index \u2014 Living Architecture Map",
753+
"name": "Blueprint Index Living Architecture Map",
754754
"id": "blueprint-index",
755755
"description": "Living architecture map for brownfield and greenfield projects, with a deterministic CI gate that blocks contradictions between the map, specs, and code while warning on non-blocking drift.",
756756
"author": "ogil109",
@@ -832,7 +832,7 @@
832832
"brownfield": {
833833
"name": "Brownfield Bootstrap",
834834
"id": "brownfield",
835-
"description": "Bootstrap spec-kit for existing codebases \u2014 auto-discover architecture and adopt SDD incrementally.",
835+
"description": "Bootstrap spec-kit for existing codebases auto-discover architecture and adopt SDD incrementally.",
836836
"author": "Quratulain-bilal",
837837
"version": "1.0.0",
838838
"download_url": "https://github.com/Quratulain-bilal/spec-kit-brownfield/archive/refs/tags/v1.0.0.zip",
@@ -864,7 +864,7 @@
864864
"updated_at": "2026-04-10T00:00:00Z"
865865
},
866866
"brownkit": {
867-
"name": "BrownKit \u2014 Brownfield Discovery for Spec-Kit",
867+
"name": "BrownKit Brownfield Discovery for Spec-Kit",
868868
"id": "brownkit",
869869
"description": "Evidence-driven capability discovery, security and QA risk assessment for existing codebases.",
870870
"author": "Maksim Shautsou",
@@ -900,7 +900,7 @@
900900
"bugfix": {
901901
"name": "Bugfix Workflow",
902902
"id": "bugfix",
903-
"description": "Structured bugfix workflow \u2014 capture bugs, trace to spec artifacts, and patch specs surgically.",
903+
"description": "Structured bugfix workflow capture bugs, trace to spec artifacts, and patch specs surgically.",
904904
"author": "Quratulain-bilal",
905905
"version": "1.0.0",
906906
"download_url": "https://github.com/Quratulain-bilal/spec-kit-bugfix/archive/refs/tags/v1.0.0.zip",
@@ -971,7 +971,7 @@
971971
"catalog-ci": {
972972
"name": "Catalog CI",
973973
"id": "catalog-ci",
974-
"description": "Automated validation for spec-kit community catalog entries \u2014 structure, URLs, diffs, and linting.",
974+
"description": "Automated validation for spec-kit community catalog entries structure, URLs, diffs, and linting.",
975975
"author": "Quratulain-bilal",
976976
"version": "1.0.0",
977977
"download_url": "https://github.com/Quratulain-bilal/spec-kit-catalog-ci/archive/refs/tags/v1.0.0.zip",
@@ -1110,7 +1110,7 @@
11101110
"ci-guard": {
11111111
"name": "CI Guard",
11121112
"id": "ci-guard",
1113-
"description": "Spec compliance gates for CI/CD \u2014 verify specs exist, check drift, and block merges on gaps.",
1113+
"description": "Spec compliance gates for CI/CD verify specs exist, check drift, and block merges on gaps.",
11141114
"author": "Quratulain-bilal",
11151115
"version": "1.0.0",
11161116
"download_url": "https://github.com/Quratulain-bilal/spec-kit-ci-guard/archive/refs/tags/v1.0.0.zip",
@@ -1212,7 +1212,7 @@
12121212
"companion": {
12131213
"name": "SpecKit Companion",
12141214
"id": "companion",
1215-
"description": "Live spec-driven progress for SpecKit Companion \u2014 lifecycle capture, status, resume, living specs, and composable commands you can customize with hooks and recipes.",
1215+
"description": "Live spec-driven progress for SpecKit Companion lifecycle capture, status, resume, living specs, and composable commands you can customize with hooks and recipes.",
12161216
"author": "alfredoperez",
12171217
"version": "0.20.2",
12181218
"download_url": "https://github.com/alfredoperez/speckit-companion/releases/download/speckit-ext-v0.20.2/companion-0.20.2.zip",
@@ -1314,7 +1314,7 @@
13141314
"contextforge-mcp": {
13151315
"name": "ContextForge MCP",
13161316
"id": "contextforge-mcp",
1317-
"description": "Integrates codebase-memory-mcp + headroom into Spec Kit \u2014 graph-based code intelligence and context compression for the implement phase.",
1317+
"description": "Integrates codebase-memory-mcp + headroom into Spec Kit graph-based code intelligence and context compression for the implement phase.",
13181318
"author": "capatinore",
13191319
"version": "0.1.0",
13201320
"download_url": "https://github.com/capatinore/contextforge-mcp/releases/download/ext-v0.1.0/contextforge-mcp-speckit-extension.zip",
@@ -1383,7 +1383,7 @@
13831383
"cost": {
13841384
"name": "Cost Tracker",
13851385
"id": "cost",
1386-
"description": "Track real LLM dollar cost across SDD workflows \u2014 per-feature budgets, per-integration comparison, and finance-ready exports.",
1386+
"description": "Track real LLM dollar cost across SDD workflows per-feature budgets, per-integration comparison, and finance-ready exports.",
13871387
"author": "Quratulain-bilal",
13881388
"version": "1.0.0",
13891389
"download_url": "https://github.com/Quratulain-bilal/spec-kit-cost/archive/refs/tags/v1.0.0.zip",
@@ -1547,9 +1547,9 @@
15471547
"updated_at": "2026-06-23T00:00:00Z"
15481548
},
15491549
"docguard": {
1550-
"name": "DocGuard \u2014 CDD Enforcement",
1550+
"name": "DocGuard CDD Enforcement",
15511551
"id": "docguard",
1552-
"description": "The only doc-integrity engine with an MCP server, SARIF/JUnit output, and a deterministic zero-LLM core. Validates, scores, and traces documentation against code \u2014 27 validators, stable finding codes, adoption baseline for legacy repos, compliance-evidence reports, GitHub Action with PR annotations, spec-kit hooks. Pure Node.js, one pinned dep.",
1552+
"description": "The only doc-integrity engine with an MCP server, SARIF/JUnit output, and a deterministic zero-LLM core. Validates, scores, and traces documentation against code 27 validators, stable finding codes, adoption baseline for legacy repos, compliance-evidence reports, GitHub Action with PR annotations, spec-kit hooks. Pure Node.js, one pinned dep.",
15531553
"author": "raccioly",
15541554
"version": "0.33.0",
15551555
"download_url": "https://github.com/raccioly/docguard/releases/download/v0.33.0/spec-kit-docguard-v0.33.0.zip",
@@ -1783,7 +1783,7 @@
17831783
"figma": {
17841784
"name": "Spec Kit Figma",
17851785
"id": "figma",
1786-
"description": "Agent-agnostic SpecKit extension that grounds spec, plan & task generation in Figma design context \u2014 REST + optional MCP, single/mono/multi-repo, macOS/Linux/Windows.",
1786+
"description": "Agent-agnostic SpecKit extension that grounds spec, plan & task generation in Figma design context REST + optional MCP, single/mono/multi-repo, macOS/Linux/Windows.",
17871787
"author": "Fyloss",
17881788
"version": "1.6.0",
17891789
"download_url": "https://github.com/Fyloss/spec-kit-figma/archive/refs/tags/v1.6.0.zip",
@@ -2375,7 +2375,7 @@
23752375
"iterate": {
23762376
"name": "Iterate",
23772377
"id": "iterate",
2378-
"description": "Iterate on spec documents with a two-phase define-and-apply workflow \u2014 refine specs mid-implementation and go straight back to building",
2378+
"description": "Iterate on spec documents with a two-phase define-and-apply workflow refine specs mid-implementation and go straight back to building",
23792379
"author": "Vianca Martinez",
23802380
"version": "2.0.0",
23812381
"download_url": "https://github.com/imviancagrace/spec-kit-iterate/archive/refs/tags/v2.0.0.zip",
@@ -2714,7 +2714,7 @@
27142714
"updated_at": "2026-04-28T00:00:00Z"
27152715
},
27162716
"maqa": {
2717-
"name": "MAQA \u2014 Multi-Agent & Quality Assurance",
2717+
"name": "MAQA Multi-Agent & Quality Assurance",
27182718
"id": "maqa",
27192719
"description": "Coordinator \u2192 feature \u2192 QA agent workflow with parallel worktree-based implementation. Language-agnostic. Auto-detects installed board plugins (Trello, Linear, GitHub Projects, Jira, Azure DevOps). Optional CI gate.",
27202720
"author": "GenieRobot",
@@ -3442,7 +3442,7 @@
34423442
"orchestrator": {
34433443
"name": "Spec Orchestrator",
34443444
"id": "orchestrator",
3445-
"description": "Cross-feature orchestration \u2014 track state, select tasks, and detect conflicts across parallel specs.",
3445+
"description": "Cross-feature orchestration track state, select tasks, and detect conflicts across parallel specs.",
34463446
"author": "Quratulain-bilal",
34473447
"version": "1.0.0",
34483448
"download_url": "https://github.com/Quratulain-bilal/spec-kit-orchestrator/archive/refs/tags/v1.0.0.zip",
@@ -3514,7 +3514,7 @@
35143514
"updated_at": "2026-07-14T00:00:00Z"
35153515
},
35163516
"pay-x402": {
3517-
"name": "AgentPay x402 \u2014 Spend Controls for Spec Kit Agents",
3517+
"name": "AgentPay x402 Spend Controls for Spec Kit Agents",
35183518
"id": "pay-x402",
35193519
"description": "Set USDC spending caps and execute x402 payments to paid APIs during spec implementation. Zero platform fee on Base L2.",
35203520
"author": "AgentPay Team",
@@ -4203,7 +4203,7 @@
42034203
"ripple": {
42044204
"name": "Ripple",
42054205
"id": "ripple",
4206-
"description": "Detect side effects that tests can't catch after implementation \u2014 surface hidden ripple effects across 9 analysis categories",
4206+
"description": "Detect side effects that tests can't catch after implementation surface hidden ripple effects across 9 analysis categories",
42074207
"author": "chordpli",
42084208
"version": "1.1.0",
42094209
"download_url": "https://github.com/chordpli/spec-kit-ripple/archive/refs/tags/v1.1.0.zip",
@@ -4275,7 +4275,7 @@
42754275
"updated_at": "2026-06-24T00:00:00Z"
42764276
},
42774277
"schedule": {
4278-
"name": "Spec Kit Schedule \u2014 CP-SAT Agent Orchestrator",
4278+
"name": "Spec Kit Schedule CP-SAT Agent Orchestrator",
42794279
"id": "schedule",
42804280
"description": "Optimal multi-agent task scheduling via CP-SAT solver with DAG precedence, hallucination-aware caps, file-conflict avoidance, stochastic durations, replanning, and interactive HTML output",
42814281
"author": "Julio C\u00e9sar Franco Ardila",
@@ -4311,7 +4311,7 @@
43114311
"scope": {
43124312
"name": "Spec Scope",
43134313
"id": "scope",
4314-
"description": "Effort estimation and scope tracking \u2014 estimate work, detect creep, and budget time per phase.",
4314+
"description": "Effort estimation and scope tracking estimate work, detect creep, and budget time per phase.",
43154315
"author": "Quratulain-bilal",
43164316
"version": "1.0.0",
43174317
"download_url": "https://github.com/Quratulain-bilal/spec-kit-scope-/archive/refs/tags/v1.0.0.zip",
@@ -4390,7 +4390,7 @@
43904390
"updated_at": "2026-08-20T00:00:00Z"
43914391
},
43924392
"sf": {
4393-
"name": "SFSpeckit \u2014 Salesforce Spec-Driven Development",
4393+
"name": "SFSpeckit Salesforce Spec-Driven Development",
43944394
"id": "sf",
43954395
"description": "Enterprise-Grade Spec-Driven Development (SDD) Framework for Salesforce.",
43964396
"author": "Sumanth Yanamala",
@@ -4503,7 +4503,7 @@
45034503
"spec-validate": {
45044504
"name": "Spec Validate",
45054505
"id": "spec-validate",
4506-
"description": "Comprehension validation, review gating, and approval state for spec-kit artifacts \u2014 staged-reveal quizzes, peer review SLA, and a hard gate before /speckit.implement.",
4506+
"description": "Comprehension validation, review gating, and approval state for spec-kit artifacts staged-reveal quizzes, peer review SLA, and a hard gate before /speckit.implement.",
45074507
"author": "Ahmed Eltayeb",
45084508
"version": "1.0.1",
45094509
"download_url": "https://github.com/aeltayeb/spec-kit-spec-validate/archive/refs/tags/v1.0.1.zip",
@@ -4614,7 +4614,7 @@
46144614
"updated_at": "2026-08-21T00:00:00Z"
46154615
},
46164616
"specjudge": {
4617-
"name": "SpecJudge \u2014 right-size the model before you implement",
4617+
"name": "SpecJudge right-size the model before you implement",
46184618
"id": "specjudge",
46194619
"description": "Recommends the model that fits your tasks, citing the spec fragment behind every level.",
46204620
"author": "Joaqu\u00edn Ruiz",
@@ -4884,7 +4884,7 @@
48844884
"status": {
48854885
"name": "Project Status",
48864886
"id": "status",
4887-
"description": "Show current SDD workflow progress \u2014 active feature, artifact status, task completion, workflow phase, and extensions summary.",
4887+
"description": "Show current SDD workflow progress active feature, artifact status, task completion, workflow phase, and extensions summary.",
48884888
"author": "KhawarHabibKhan",
48894889
"version": "1.0.0",
48904890
"download_url": "https://github.com/KhawarHabibKhan/spec-kit-status/archive/refs/tags/v1.0.0.zip",
@@ -5289,7 +5289,7 @@
52895289
"time-machine": {
52905290
"name": "Time Machine",
52915291
"id": "time-machine",
5292-
"description": "Retroactively apply the full SDD workflow to existing codebases \u2014 analyse, spec, and ship feature-by-feature",
5292+
"description": "Retroactively apply the full SDD workflow to existing codebases analyse, spec, and ship feature-by-feature",
52935293
"author": "te3yo",
52945294
"version": "1.1.0",
52955295
"download_url": "https://github.com/teeyo/spec-kit-time-machine/archive/refs/tags/v1.1.0.zip",
@@ -5328,7 +5328,7 @@
53285328
"tinyspec": {
53295329
"name": "TinySpec",
53305330
"id": "tinyspec",
5331-
"description": "Lightweight single-file workflow for small tasks \u2014 skip the heavy multi-step SDD process.",
5331+
"description": "Lightweight single-file workflow for small tasks skip the heavy multi-step SDD process.",
53325332
"author": "Quratulain-bilal",
53335333
"version": "1.0.0",
53345334
"download_url": "https://github.com/Quratulain-bilal/spec-kit-tinyspec/archive/refs/tags/v1.0.0.zip",
@@ -5535,7 +5535,7 @@
55355535
"trace": {
55365536
"name": "Spec Trace",
55375537
"id": "trace",
5538-
"description": "Build a requirement \u2192 test traceability matrix from spec.md and the test suite \u2014 surface untested requirements and orphan tests",
5538+
"description": "Build a requirement \u2192 test traceability matrix from spec.md and the test suite surface untested requirements and orphan tests",
55395539
"author": "Quratulain-bilal",
55405540
"version": "1.0.0",
55415541
"download_url": "https://github.com/Quratulain-bilal/spec-kit-trace/archive/refs/tags/v1.0.0.zip",
@@ -5920,7 +5920,7 @@
59205920
"worktrees": {
59215921
"name": "Worktrees",
59225922
"id": "worktrees",
5923-
"description": "Default-on worktree isolation for parallel agents \u2014 sibling or nested layout",
5923+
"description": "Default-on worktree isolation for parallel agents sibling or nested layout",
59245924
"author": "dango85",
59255925
"version": "1.0.0",
59265926
"download_url": "https://github.com/dango85/spec-kit-worktree-parallel/archive/refs/tags/v1.0.0.zip",

0 commit comments

Comments
 (0)