Skip to content

Commit ef1ce4c

Browse files
committed
chore: release v0.7.4 (three-host hooks)
1 parent c9613a1 commit ef1ce4c

8 files changed

Lines changed: 13 additions & 8 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": "Graph engineering for OKF repos \u2014 impact analysis, agent/harness graphs, progressive disclosure, typed edges, TicketLink/worklog bridges. Works in Claude Code and Grok Build.",
14-
"version": "0.7.3",
14+
"version": "0.7.4",
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.7.3",
3+
"version": "0.7.4",
44
"description": "Graph engineering for OKF repos \u2014 impact analysis, agent/harness graphs, progressive disclosure, typed edges, TicketLink/worklog bridges, and curation. Works in Claude Code and Grok Build.",
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.7.3",
3+
"version": "0.7.4",
44
"description": "Graph engineering for OKF repositories \u2014 impact analysis, progressive disclosure, typed edges, and fail-closed post-edit validate. Codex-compatible packaging for the same skills and hooks used by Claude Code and Grok Build.",
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.7.3",
3+
"version": "0.7.4",
44
"description": "Graph engineering for OKF repositories \u2014 impact analysis, agent/harness graphs, progressive disclosure, typed edges, TicketLink/worklog bridges, and write isolation bindings for multi-host agents.",
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.7.3",
4+
"version": "0.7.4",
55
"plugins": [
66
{
77
"name": "okf-graph-eng",
88
"source": ".",
99
"description": "OKF graph engineering \u2014 impact analysis, agent graphs, progressive disclosure. Claude-compatible.",
10-
"version": "0.7.3",
10+
"version": "0.7.4",
1111
"compatibility": {
1212
"claude_plugin": true,
1313
"zero_config": true

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.7.4
4+
5+
- Three-host hooks: Codex + Cursor-native when Claude hooks exist.
6+
7+
38
## 0.7.3 — 2026-08-17
49

510
- **Cursor host.** `.cursor-plugin/plugin.json` (Cursor Plugins) plus `.cursor/rules/second-brain.mdc`. Docs: `docs/CURSOR.md`. `docs/GROK_BOT.md` now covers Grok Bot spawning Cursor cloud agents.

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": "Graph engineering for OKF repos",
13-
"version": "0.7.3"
13+
"version": "0.7.4"
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.7.3",
4+
"version": "0.7.4",
55
"description": "Graph engineering for OKF repositories \u2014 impact analysis, agent/harness graphs, progressive disclosure, typed edges, TicketLink/worklog bridges, and write isolation bindings for multi-host agents.",
66
"author": {
77
"name": "Rick Hightower",

0 commit comments

Comments
 (0)