Repository Rules
Repository Rules
This repository is the live GitHub Pages site for JJYYY-JJY.github.io.
Hard rules for future agents:
- Use
mainas 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
mainafter verification. - Before pushing, confirm
git branch --show-currentreturnsmain. - 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:checknpm run lintnpm run buildnpm test