amduat-api/registry
2025-12-22 21:03:00 +01:00
..
amduatd-api-contract.v1.json Add concept names via TGK edges 2025-12-22 21:03:00 +01:00
api-contract.jsonl Add concept names via TGK edges 2025-12-22 21:03:00 +01:00
api-contract.schema.md Seed and advertise API contract 2025-12-22 19:37:41 +01:00
README.md Seed and advertise API contract 2025-12-22 19:37:41 +01:00

amduat-api registry (draft)

This directory mirrors the core vendor/amduat/registry/ model for the amduatd HTTP API contract.

Goal

  • Keep a stable, machine-readable API contract in-repo.
  • Seed that contract into the daemon's single ASL store root at startup.
  • Advertise the store-backed contract ref via GET /v1/meta.

The daemon remains thin: the contract bytes are data, and the store-backed ref acts as the version identifier.

Files

  • api-contract.schema.md — JSONL manifest schema for API contracts.
  • api-contract.jsonl — manifest of published contracts.
  • amduatd-api-contract.v1.json — contract bytes (v1).