Added: AI agent support. The theme now ships with AGENTS.md (read by Codex, Cursor, GitHub Copilot, Windsurf, Zed, Jules, Amp and others), CLAUDE.md for Claude Code and GEMINI.md for Gemini CLI, plus a docs/ folder with the architecture, conventions and step-by-step recipes — open the theme folder in your AI tool and ask for the change you need.
Added: The download includes the build toolchain (Rollup config, lint settings, scripts, lockfile), so npm ci, npm run verify and npm run package rebuild, validate and repackage the theme without any private dependency.
Added:npm run verify runs lint, build and the Ghost theme validator in one go; npm run translate keeps every locale file in sync with the templates.
Added: Footer navigation columns and headings: in the secondary navigation, a --- item starts a new column and a # Heading item adds a column heading.
Added: The theme reports its version in the browser console as pd.theme.
Changed: The #project tag is treated like #work everywhere, and the bundled routes.yaml keeps such posts out of the journal and inside /works/ — re-upload routes.yaml in Ghost Admin → Settings → Labs to apply it.
Fixed: "Load More" on sites installed in a subdirectory.
Fixed: Author pages now list posts where the author is a co-author, and authors who only publish works no longer get an empty "Posts" heading.
Fixed: Sites without a home-hero page show the site description under the homepage title.
Fixed: The theme link in the default copyright line showed the site name instead of "Core".
Fixed: Ghost no longer logs an error on every homepage view when the home-hero, tags, blog or works page does not exist.
Improved: Lighter avatar images on the authors page, and the homepage no longer downloads the featured image twice on wide screens.
Improved: Every template and partial starts with a short description of what it does and where it is used; unused files were removed and the README now points to the documentation.