Skip to content

v0.5.0

Choose a tag to compare

@chris-dare chris-dare released this 21 Jun 22:57
4cc7ced

Pontifex 0.5.0 is the namespace release.

Adds agent skill for pontifex-map
Terminology cleanup: Renames domain to namespace. That changes the words we use in docs, configs, and internal names, but it does not change your scope values, API keys, CLI commands, or auth flow.

Features

  • Bundle the pontifex-mcp skill in the wheel so the coding-agent guidance ships with the package (#103).
  • Add the Upgrading guide and the coding-agent guide (#103).

Refactors

  • Rename the core concept from domain to namespace across the public docs and codebase (#102).
  • Move the worked example from domains/ to examples/ (#102).

Upgrading

  • Run pontifex-mcp db upgrade.
  • Rename domain: to namespace: in connector YAML.
  • If you import the internal registry model, switch DomainRegistryModel to NamespaceRegistryModel.

What stays the same

  • Existing scope values such as payments:balance:read and gse:*:*.
  • ApiKeyAuth and JwtAuth.
  • The pontifex-mcp CLI commands and flags.