Skip to content

v0.2.0

Choose a tag to compare

@tamnd tamnd released this 14 Jun 04:43
· 7 commits to main since this release
v0.2.0
8e70a88

The kit framework gains a resource-URI layer and a database/sql-style domain-driver registry, so a site CLI can expose its records under one URI namespace.

  • Resource URIs (scheme://authority/path) with a domain registry: blank-import a driver and its records become addressable.
  • Host dereferences URIs, follows typed kit:"link" edges, mints a record's own URI, and reads its kit:"body" text.
  • The mint index is seeded only from resolver ops, so a list op never mis-mints a child under its parent's authority.