Skip to content

As Decided v0.25.1 — OKF v0.2

Latest

Choose a tag to compare

@tcballard tcballard released this 29 Jul 11:00
7b5a7b0

Google released OKF v0.2. AsDecided now exports it without weakening the authoritative decision corpus or inventing trust.

This patch release updates decided export --okf to:

  • declare okf_version: "0.2" at the bundle root
  • preserve stable AsDecided IDs and safely encoded titles and tags
  • project AsDecided lifecycle into OKF's draft, stable, and deprecated states
  • identify the versioned deterministic exporter through generated.by
  • derive generated.at from Git when valid history is available
  • preserve structural relationships under # Related concepts

It deliberately does not infer OKF sources, verification actors, trust tiers, freshness deadlines, or attestation from unrelated AsDecided fields. A governance link is not automatically provenance; an accepted decision is not automatically externally verified.

The old v0.1 created / updated and generated # Citations shape is retained only as a bounded retirement fixture. New exports target v0.2.

The OKF path also stops performing an unnecessary whole-corpus HTML render, reducing work and removing an irrelevant failure mode from Markdown bundle generation.

The change is governed inside AsDecided through ADR-122, a linked requirement, a native projection design, and executable migration tests.

No model calls. No embeddings. No fabricated trust.

Install

brew install asdecided/tap/asdecided-core

Existing Homebrew installations can upgrade now:

brew update
brew upgrade asdecided-core

Native release archives for Linux, Apple Silicon macOS, and Windows are attached automatically after publication.

OKF v0.2 specification: https://github.com/GoogleCloudPlatform/knowledge-catalog/blob/main/okf/SPEC.md