/shaktra:init — Project Initialization
Prerequisites
- Must be run from the root of a project directory
.shaktra/directory must NOT already exist (prevents double-init)
Execution Steps
Step 0: Verify Prerequisites
Run python3 -c "import yaml" via Bash.
If the command fails (non-zero exit code), stop and report: "Shaktra requires PyYAML for its hook scripts. Install with: pip install pyyaml Then run /shaktra:init again."
Do not proceed to Step 1 until PyYAML is c
[Description truncada. Veja o README completo no GitHub.]