pi-rakit-git
v0.1.1
Published
Focused and confirmation-gated Git commands for Pi
Maintainers
Readme
Pi Rakit Git
A focused Pi extension for inspecting Git state and committing changes that you explicitly staged.
Requirements
- Node.js 20+
- Git
- Pi
- A Git repository
Install
pi install npm:pi-rakit-gitOr run npx pi-rakit@latest --install and select Git. Start or reload Pi after installation.
Commands
/git status
/git branch
/git commit Explain the staged changestatusshowsgit status --short --branch.branchshows the current branch, or the short commit when HEAD is detached.commitasks for confirmation and runsgit commit -musing the supplied message.
Safety
/git commit never stages files. Review and stage exactly what you want with your normal workflow before invoking it. The command refuses to create a commit when the index is empty and does not bypass Git hooks.
The extension does not expose push, reset, clean, force, or branch-deletion operations.
