Skip to content

Commit 3bdc612

Browse files
chore: release v0.8.2 rg-backed backlinks (#70)
Version bump and changelog. okf-graph backlinks uses ripgrep when present. Fixes #68 Co-authored-by: Richard Hightower <382678+RichardHightower@users.noreply.github.com>
1 parent c4e3a17 commit 3bdc612

9 files changed

Lines changed: 11 additions & 9 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"name": "okf-graph-eng",
1212
"source": "./",
1313
"description": "OKF graph engine \u2014 Catalog, ContextPack, impact, progressive-disclosure packs.",
14-
"version": "0.8.1",
14+
"version": "0.8.2",
1515
"author": {
1616
"name": "Rick Hightower"
1717
},

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "okf-graph-eng",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "OKF graph engine: validate, walk, pack, and impact-analyze Git-native knowledge graphs. Owns Catalog and ContextPack. Domain nouns live in PKC, SAC, DEKC, and AGER.",
55
"author": {
66
"name": "Rick Hightower",

.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "okf-graph-eng",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "OKF graph engine: validate, walk, pack, and impact-analyze Git-native knowledge graphs. Owns Catalog and ContextPack. Domain nouns live in PKC, SAC, DEKC, and AGER.",
55
"author": {
66
"name": "Rick Hightower",

.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "okf-graph-eng",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "OKF graph engine: validate, walk, pack, and impact-analyze Git-native knowledge graphs. Owns Catalog and ContextPack. Domain nouns live in PKC, SAC, DEKC, and AGER.",
55
"author": {
66
"name": "Rick Hightower"

.grok-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "okf-plugin-marketplace",
33
"description": "Optional native Grok marketplace metadata. Grok Build already loads Claude plugins with zero config; this file pins identity for Grok marketplace listings.",
4-
"version": "0.8.1",
4+
"version": "0.8.2",
55
"plugins": [
66
{
77
"name": "okf-graph-eng",
88
"source": ".",
99
"description": "OKF graph engine \u2014 Catalog, ContextPack, impact, progressive disclosure. Claude-compatible.",
10-
"version": "0.8.1",
10+
"version": "0.8.2",
1111
"compatibility": {
1212
"claude_plugin": true,
1313
"zero_config": true

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.8.2 — 2026-08-30
6+
57
### Added
68

79
- **rg-backed `backlinks`**. `okf-graph.py backlinks` uses ripgrep (when on

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Works in **Claude Code**, **Grok Build** (zero-config), **Cursor**, **Codex**, *
88
|---|---|
99
| **Plugin name** | `okf-graph-eng` |
1010
| **Repo** | [SpillwaveSolutions/okf-plugin](https://github.com/SpillwaveSolutions/okf-plugin) |
11-
| **Version** | 0.8.1 |
11+
| **Version** | 0.8.2 |
1212
| **License** | MIT |
1313
| **Nouns this plugin owns** | `Catalog`, `ContextPack` |
1414

marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"name": "okf-graph-eng",
1111
"source": "./",
1212
"description": "OKF graph engine \u2014 Catalog, ContextPack, impact, progressive-disclosure packs.",
13-
"version": "0.8.1"
13+
"version": "0.8.2"
1414
}
1515
]
1616
}

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
33
"name": "okf-graph-eng",
4-
"version": "0.8.1",
4+
"version": "0.8.2",
55
"description": "OKF graph engine: validate, walk, pack, and impact-analyze Git-native knowledge graphs. Owns Catalog and ContextPack. Domain nouns live in PKC, SAC, DEKC, and AGER.",
66
"author": {
77
"name": "Rick Hightower",

0 commit comments

Comments
 (0)