Repository Rules

This repository is the live GitHub Pages site for JJYYY-JJY.github.io.

Hard rules for future agents:

  • Use main as the only working and publishing branch for this repository.
  • Do not create feature branches, PR-only branches, or alternate deployment branches unless the user explicitly overrides this rule in the current turn.
  • When the user asks to push site changes, commit and push directly to main after verification.
  • Before pushing, confirm git branch --show-current returns main.
  • Keep local agent tooling out of the repository. Do not commit .agents/; it must stay ignored.
  • If another branch exists after a task, clean it up locally and remotely once its changes are on main.

Verification baseline before publishing:

  • npm run format:check
  • npm run lint
  • npm run build
  • npm test