Skip to content

Release v0.3.1

Rick Hightower edited this page Aug 3, 2026 · 2 revisions

Release v0.3.1

release/v0.3.1 · shipped

12 item(s) shipped.

Change Log

  • Ticket-01KZ2CAAT56M9V49211G7NVBYV Escalate unverified medium-impact concepts in criticality_of (#14) — The unverified branch reassigns medium to itself, so a medium-impact concept never escalates no matter its state.
  • Ticket-01KZ2CAAT5C7PGNP8QDXGJJB9E Report ambiguous concept lookups instead of guessing (#15) — Concept resolution accepts any path ending with the query, and returns whichever match comes first in iteration order.
  • Ticket-01KZ2CAAT5JS108XWJ4T00B3V1 Make merge_edges precedence match what it documents (#17) — The third clause of the precedence test is true for every frontmatter edge, so the two clauses before it can never decide anything.
  • Ticket-01KZ2CAAT61CM8G0N25MPDEHRQ Correct the plan page published to the wiki (#18) — The adoption plan shows seven unchecked tasks that the work log records as closed, and points at the pre-move repository.
  • Ticket-01KZ2CAAT64CERBRZMR7AJZ5XW Build the undirected adjacency once in subgraph (#19) — Subgraph walks the edge set twice to build one adjacency map, which is harmless only because the result is deduped immediately after.
  • Ticket-01KZ2CAAT66ZFTBX9NQ7Z0AKKX Backfill external tickets for closed work (#20) — Every closed item lacks an external ticket: the originals live in the pre-move repository and their keys were cleared in v0.3.0 because they collided with this repo's pull request numbers.
  • Ticket-01KZ2CAAT6XQ5WCT70AS6QQNTY Flag links that point outside the bundle (#21) — A link resolving outside the bundle root is dropped before validation ever sees it, so a mistyped path is invisible rather than broken.
  • Ticket-01KZ2CAAT6YNARXMA7HMNM1AZ1 Curate the bundle wherever it is rooted (#22) — The post-edit hook filters on three hard-coded path fragments, so a bundle rooted anywhere else is skipped entirely.
  • Ticket-01KZ2CAAT6Z9Q09MMFFWD7XH1R Skip dot-directories when loading a bundle (#23) — Bundle loading skips dot-files but walks dot-directories, so pointing it at a repo root pulls the work log and other internal trees in as concepts.
  • Ticket-01KZ2CYK20RWGPSEE6VGZ3NHBP Plan pages get a status-report banner that ignores their status (#27) — Every plan page published to the wiki carries the banner 'Current — the latest status report.
  • Ticket-01KZ2D6MNZR1EKFTS3CZ8HP0GQ Cut the v0.3.1 release (#31) — Stamp the changelog, snapshot the roadmap, tag, publish the platform release, refresh the sync-doc targets, and republish the wiki.
  • Ticket-01KZ2EWBA88ZH2GBSBPCX8B42H The hook's shell test runs on no gate — tests/test_okf_curate.sh is referenced by neither the CI workflow nor the pre-commit hook, so the repo's first shell test protects nothing automatically.

Release Tree

Related PRs

Related Tickets

Clone this wiki locally