Skip to content

AODS v0.9.0

Latest

Choose a tag to compare

@emosamastudio emosamastudio released this 13 May 10:04
· 21 commits to main since this release

AODS v0.9.0

Highlights

  • Added structured term reference metadata and validator gates for stable vocabulary and lifecycle contracts.
  • Added evidence freshness, location diagnostics, and suggested remediation metadata for validation output.
  • Added validation/routing observability samples, skipped-module opt-in diagnostics, route explanation metadata, and dependency edge reporting.
  • Added metadata-first capability support: provider capability metadata, consumer requirement metadata, compatibility mismatch detection, unsupported reasons, fallback posture, degraded behavior, and consumer actions.
  • Added source-first and compiled pilot examples for capability mismatch and event correction graph checks.
  • Added static event correction graph validation for missing correction targets and supersession cycles without event replay.
  • Added benchmark-only migration dry-run static report shape and no-execution guard fixture.
  • Kept packaged examples, fixture smoke, conformance inputs, package surface guard, generated clean guard, and release-aligned skill checks green.

Validation

  • npm run release:hygiene
  • npm pack --dry-run --json
  • packed tarball install smoke
  • packaged compiled-pilot strict validation
  • packaged fixture smoke
  • packaged conformance run

Non-goals

  • No workflow runtime.
  • No event store or event replay.
  • No policy engine.
  • No remote gateway.
  • No migration executor or database connection.
  • No telemetry store, dashboard, trace backend, graph database, provider discovery, auth exchange, fallback ranking, adapter execution, or dynamic probing.

Public issue status

  • #59 closed for metadata/reporting scope.
  • #41 closed for metadata-first capability scope.
  • #60 remains open as the roadmap tracker.
  • #64 tracks deferred runtime/protocol negotiation beyond metadata capability support.