Imported from A-BenLi06/MetroApp-developing-skill (
AGENTS.md). Install upstream withnpx skills add A-BenLi06/MetroApp-developing-skill. Copyright stays with the author.
Agent workflow
- Treat this repository as a git-tracked workspace.
- After every completed file modification, run
git status --short, stage only the files changed for that modification, and create a git commit before starting the next modification. - Keep commits focused and use concise commit messages that describe the completed change.
- Do not bundle unrelated edits into one commit.
- Do not rewrite, squash, reset, or amend commits unless the user explicitly asks for it.
- If tests or validation are relevant to a modification, run them before committing and mention the result in the commit message or final update.