Skip to content

v0.6.2 — doctor --json + field-feedback fixes

Latest

Choose a tag to compare

@Karthick-Ramachandran Karthick-Ramachandran released this 02 Jul 17:46

Machine-readable Doctor output (community-contributed) plus fixes from real-world usage.

npx persist-os@latest init

New

  • persist doctor --json — a stable, machine-readable report (schemaVersion, status, exit code, summary, findings) for CI artifacts, hooks, and agent handoffs. The human output is unchanged. Thanks to @caioribeiroclw-pixel for the contribution (#11).

Fixed (from field feedback)

  • Removed a dangling docs/ai/MODULE_DELIVERY_WORKFLOW.md reference in the plan-module / update-module-memory skills — init never generated that file.
  • persist adr accept now accepts the full ADR-####-<slug> filename (with or without .md), not just the bare slug.
  • Generated CI (persist.yml) now runs on pull_request + pushes to main — Doctor runs once per PR instead of twice.

Verified

typecheck · lint · format · build · 293/293 tests · persist doctor PASSED.

Local-first: no network, no telemetry, no AI calls.