Get v1methodologycurrent
Response
Current methodology version + lifecycle status
Public methodology lifecycle pointer.
version, status, and fix_url are the original (v1) shape — every
current consumer (web/app/api/methodology/route.ts type-checks only
version+status) is forward-compatible with the additive fields below.
Lifecycle status from methodology_versions.status enum:
active | deprecated | broken.
Semver version of the currently-active methodology crate.
Only populated when status = broken. Points at the #lifecycle
section of /methodology, which renders the broken-version banner.
Immutable git release tag, e.g. methodology-v0.1.0. Always present
when the version table is populated; omitted only on an un-migrated DB.
RFC3339 timestamp this version was released. The honest analogue of the often-requested "adopted_at" — there is no separate adoption column; release == adoption in this lifecycle (ADR-0003).
Operator note attached to a deprecated/broken transition, if any.
Set when this version has been superseded by a newer one.