| metadata | {"short-description":"AIOX workflow: aiox-commit"} |
| name | aiox-commit |
| description | Create a local conventional commit for AIOX work. Never pushes. Use when: committing, /aiox-commit, or local git commit.
|
| user-invocable | true |
AIOX Local Commit
Steps
git status and git diff (and git diff --staged).
- Stage only relevant files (never force-add secrets).
- Commit with conventional message + story id when known:
feat: short description [Story X.Y]
fix: short description [Story X.Y]
docs: ...
test: ...
chore: ...
- Do NOT
git push. Tell the user to activate /aiox-devops for push/PR.
Forbidden
git push, --force, git commit --no-verify to bypass gates
- Amending published commits without explicit user request