• feat(manifest): public_routes + sitemap manifest capability (ADR 0026)

    Ghost released this 2026-07-11 18:41:31 +00:00 | 1 commits to main since this release

    Plugins declare site-root path claims (exact or prefix) and a sitemap
    contribution flag in plugin.mod; the packer validates and stamps them
    into PluginManifest. Validation rejects reserved prefixes (/admin,
    /api/plugins, /ws), traversal, duplicates, and prefix claims that cover
    a reserved prefix.

    Co-Authored-By: Claude Fable 5 noreply@anthropic.com

    Downloads