From b8f3c638aa1b4c4a0128d3b31b46725fc648522b Mon Sep 17 00:00:00 2001 From: unional Date: Sun, 19 Jul 2026 18:00:25 -0700 Subject: [PATCH] docs: add gherkin-cli to the community catalog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Registers gherkin-cli (https://github.com/cyberuni/gherkin-cli), an agent-first Gherkin CLI wrapping @cucumber/gherkin, in the AXI community catalog. It already follows AXI ergonomics: TOON-by-default output via --format, structured errors on stdout, pre-computed aggregates, and help[N]: contextual-disclosure blocks. Docs-only: one appended community entry in catalog.yaml, then README.md and docs/index.html regenerated via pnpm run docs:gen — the generated regions were not hand-edited. Co-Authored-By: Claude Sonnet 5 --- README.md | 1 + catalog.yaml | 5 +++++ docs/index.html | 14 ++++++++++++++ 3 files changed, 20 insertions(+) diff --git a/README.md b/README.md index 4020e7d..8b937eb 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ AXIs built and maintained by the community: | [`kubernetes-axi`](https://github.com/thatdudealso/kubernetes-axi) | thatdudealso | Kubernetes | Discover, inspect, deploy, debug, scale, roll out, expose, and clean up Kubernetes workloads through safe token-efficient CLI workflows. | | [`redis-axi`](https://github.com/thatdudealso/redis-axi) | thatdudealso | Redis | Discover, inspect, query, export, import, maintain, and diagnose Redis databases through safe token-efficient CLI workflows. | | [`celery-axi`](https://github.com/thatdudealso/celery-axi) | thatdudealso | Celery | Discover, inspect, run, debug, monitor, schedule, control, and safely operate Celery task queues through token-efficient CLI workflows. | +| [`gherkin-cli`](https://github.com/cyberuni/gherkin-cli) | unional | Gherkin / BDD | Parse, validate, and diff `.feature` files into a compact digest, with structured errors and a scenario-level change classifier for git refs. | diff --git a/catalog.yaml b/catalog.yaml index 3455e9b..e892ddd 100644 --- a/catalog.yaml +++ b/catalog.yaml @@ -136,3 +136,8 @@ community: author: thatdudealso domain: Celery description: "Discover, inspect, run, debug, monitor, schedule, control, and safely operate Celery task queues through token-efficient CLI workflows." + - name: gherkin-cli + url: https://github.com/cyberuni/gherkin-cli + author: unional + domain: Gherkin / BDD + description: "Parse, validate, and diff `.feature` files into a compact digest, with structured errors and a scenario-level change classifier for git refs." diff --git a/docs/index.html b/docs/index.html index fd38b25..be09de9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -669,6 +669,20 @@

The [AXI catalog].

token-efficient CLI workflows. + + + gherkin-cli + + unional + Gherkin / BDD + + Parse, validate, and diff .feature files into a + compact digest, with structured errors and a scenario-level + change classifier for git refs. + +