v0.5.0
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-mcpskill 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
domaintonamespaceacross the public docs and codebase (#102). - Move the worked example from
domains/toexamples/(#102).
Upgrading
- Run
pontifex-mcp db upgrade. - Rename
domain:tonamespace:in connector YAML. - If you import the internal registry model, switch
DomainRegistryModeltoNamespaceRegistryModel.
What stays the same
- Existing scope values such as
payments:balance:readandgse:*:*. ApiKeyAuthandJwtAuth.- The
pontifex-mcpCLI commands and flags.