From 7f97f1f1f85efdc43fc9258dc04fed44f92d0cae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 09:11:30 -0500 Subject: [PATCH] Update OKF Knowledge Bundle Generator to v0.3.0 (#3608) Update okf extension submitted by @alexcpn: - extensions/catalog.community.json (version, download_url, description, provides.commands, updated_at) - docs/community/extensions.md community extensions table Closes #3602 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> --- docs/community/extensions.md | 2 +- extensions/catalog.community.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/community/extensions.md b/docs/community/extensions.md index 75d82d019..560bf2375 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -89,7 +89,7 @@ The following community-contributed extensions are available in [`catalog.commun | Multi-Repo Branch Sync | Creates the feature branch in affected sub-repositories and git submodules via plan/tasks hooks | `process` | Read+Write | [multi-repo-sync](https://github.com/fyloss/spec-kit-multi-repo-sync) | | Multi-Sites Spec Kit | Multi-site aware specify command with per-site spec folders, auto-increment, and Drupal support | `process` | Read+Write | [spec-kit-multi-sites](https://github.com/teeyo/spec-kit-multi-sites) | | .NET Framework to Modern .NET Migration | Orchestrate end-to-end .NET Framework to modern .NET migration across 7 phases, with SDD lifecycle integration | `process` | Read+Write | [spec-kit-fx-to-net](https://github.com/RogerBestMsft/spec-kit-FxToNet) | -| OKF Knowledge Bundle Generator | Generates and maintains an Open Knowledge Format (OKF v0.1) knowledge bundle from a source-code repository | `docs` | Read+Write | [speckit_ofk](https://github.com/alexcpn/speckit_ofk) | +| OKF Knowledge Bundle Generator | Generates and maintains an Open Knowledge Format (OKF v0.1) knowledge bundle from a source-code repository, mining git history for significance and rationale, and resolving open questions with the user | `docs` | Read+Write | [speckit_ofk](https://github.com/alexcpn/speckit_ofk) | | Onboard | Contextual onboarding and progressive growth for developers new to spec-kit projects. Explains specs, maps dependencies, validates understanding, and guides the next step | `process` | Read+Write | [spec-kit-onboard](https://github.com/dmux/spec-kit-onboard) | | 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) | | 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) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 1b4c88ddf..7cfdb5a1a 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -2683,10 +2683,10 @@ "okf": { "name": "OKF Knowledge Bundle Generator", "id": "okf", - "description": "Generates and maintains an Open Knowledge Format (OKF v0.1) knowledge bundle from a source-code repository.", + "description": "Generates and maintains an Open Knowledge Format (OKF v0.1) knowledge bundle from a source-code repository, mining git history for significance and rationale, and resolving open questions with the user.", "author": "Alex Punnen", - "version": "0.2.0", - "download_url": "https://github.com/alexcpn/speckit_ofk/archive/refs/tags/v0.2.0.zip", + "version": "0.3.0", + "download_url": "https://github.com/alexcpn/speckit_ofk/archive/refs/tags/v0.3.0.zip", "repository": "https://github.com/alexcpn/speckit_ofk", "homepage": "https://github.com/alexcpn/speckit_ofk", "documentation": "https://github.com/alexcpn/speckit_ofk/blob/main/README.md", @@ -2698,7 +2698,7 @@ "speckit_version": ">=0.12.0" }, "provides": { - "commands": 3, + "commands": 4, "hooks": 0 }, "tags": [ @@ -2712,7 +2712,7 @@ "downloads": 0, "stars": 0, "created_at": "2026-07-17T00:00:00Z", - "updated_at": "2026-07-17T00:00:00Z" + "updated_at": "2026-07-21T00:00:00Z" }, "onboard": { "name": "Onboard",