Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 901 Bytes

File metadata and controls

25 lines (17 loc) · 901 Bytes

AGENTS.md

Scope

This repository is the Massively Ghost theme. Keep changes focused on theme source, generated assets, CI, and repo-level metadata for this repository.

Commands

Use pnpm for this repo, pinned by package.json.

pnpm install --frozen-lockfile
pnpm dev
pnpm test:ci
pnpm zip

Run the test command before opening a PR when theme files, generated assets, dependencies, or CI change.

Boundaries

  • Edit source CSS, JavaScript, Handlebars templates, partials, and package metadata intentionally.
  • Keep generated assets/built/ files in sync when source assets change and the repo tracks those outputs.
  • Do not commit node_modules/, local Ghost content, generated zip files outside tracked release expectations, or secrets.
  • Repo settings, descriptions, and branch rules belong on the GitHub repository; internal clean-repos metadata stays in TryGhost/cleanrepos.