Skip to content

Commit 526e02b

Browse files
chore: release v0.9.3 catalog and rg fixes (#72) (#73)
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TZ1sCoZonCJw2oPbPcPioW
1 parent ab059ab commit 526e02b

10 files changed

Lines changed: 31 additions & 10 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": "project-knowledge-capture",
1212
"source": "./",
1313
"description": "Capture meetings, experiments, discoveries, and decisions into OKF; materialize WikiTicket work into a durable knowledge graph. Works in Claude Code and Grok Build.",
14-
"version": "0.9.2",
14+
"version": "0.9.3",
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": "project-knowledge-capture",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"description": "Project Knowledge Capture: meetings, experiments, decisions, TicketLink/WikiTicket work, and project-memory nouns into a durable OKF knowledge graph. Multi-host bindings and write isolation for shared second brains.",
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": "project-knowledge-capture",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"description": "Project Knowledge Capture: meetings, experiments, decisions, TicketLink/WikiTicket work, and project-memory nouns into a durable OKF knowledge graph. Multi-host bindings and write isolation for shared second brains.",
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": "project-knowledge-capture",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"description": "Project Knowledge Capture: meetings, experiments, decisions, TicketLink/WikiTicket work, and project-memory nouns into a durable OKF knowledge graph. Multi-host bindings and write isolation for shared second brains.",
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": "pkc-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.9.2",
4+
"version": "0.9.3",
55
"plugins": [
66
{
77
"name": "project-knowledge-capture",
88
"source": ".",
99
"description": "Project Knowledge Capture \u2014 meetings, experiments, decisions \u2192 OKF knowledge graph. Claude-compatible.",
10-
"version": "0.9.2",
10+
"version": "0.9.3",
1111
"compatibility": {
1212
"claude_plugin": true,
1313
"zero_config": true

CHANGELOG.md

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

33
## Unreleased
44

5+
## 0.9.3 — 2026-08-31
6+
7+
Correctness patch for catalog rendering and the rg-backed reverse index. Both
8+
defects were found by porting the system-architecture-capture v0.5.4 fixes to
9+
the shared PKC code.
10+
11+
### Fixed
12+
13+
- Catalog rendering no longer crashes on a YAML scalar title. `title: 421`
14+
parses as an int, and `_escape_link_label()` assumed a string, so one legacy
15+
title aborted the refresh after capture had already written concepts. Both
16+
`refresh_catalog_index()` and `ensure_catalog_index()` now share one label
17+
helper, which also stops a falsy-but-real title (`0`, `false`) from falling
18+
back to the file stem.
19+
([#72](https://github.com/SpillwaveSolutions/project-knowledge-capture/issues/72))
20+
- The rg-backed inbound pack no longer drops matches when the bundle is
21+
addressed through a symlink. `rg_list_files()` resolves its hits, so
22+
`path.relative_to(bundle)` raised and the handler silently discarded a real
23+
inbound edge while the pack still reported `reverse_index: rg`.
24+
([#73](https://github.com/SpillwaveSolutions/project-knowledge-capture/issues/73))
25+
526
## 0.9.2 — 2026-08-31
627

728
Dry-run safety patch for WikiTicket materialization.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Works on **Claude Code**, **Grok Build**, **Codex**, **Agent Plugins 1.0**, **Gr
88
|---|---|
99
| **Plugin name** | `project-knowledge-capture` |
1010
| **Repo** | [SpillwaveSolutions/project-knowledge-capture](https://github.com/SpillwaveSolutions/project-knowledge-capture) |
11-
| **Version** | 0.9.2 |
11+
| **Version** | 0.9.3 |
1212
| **License** | MIT |
1313
| **Nouns this plugin owns** | Meeting, Experiment, Discovery, Assumption, Question, Feature, Requirement, Specification, Design, Release, CodeChange, Package, Risk, Acceptance, DecisionRecord, TicketLink, Epic, Story, Task, Subtask, Bug, Branch, Project, Playbook, Runbook, Reference |
1414

marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"name": "project-knowledge-capture",
1111
"source": "./",
1212
"description": "Project Knowledge Capture \u2014 OKF knowledge graph from meetings, experiments, and WikiTicket",
13-
"version": "0.9.2"
13+
"version": "0.9.3"
1414
}
1515
]
1616
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "project-knowledge-capture",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"private": true,
55
"description": "Project Knowledge Capture \u2014 Claude Code / Grok Build plugin (docs preview)",
66
"scripts": {

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": "project-knowledge-capture",
4-
"version": "0.9.2",
4+
"version": "0.9.3",
55
"description": "Project Knowledge Capture: meetings, experiments, decisions, TicketLink/WikiTicket work, and project-memory nouns into a durable OKF knowledge graph. Multi-host bindings and write isolation for shared second brains.",
66
"author": {
77
"name": "Rick Hightower",

0 commit comments

Comments
 (0)