upskill 0.6.3

Author and distribute AI-assistance content across coding agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# git-std hooks — bootstrap.hooks
#
# Commands run by `git std bootstrap` after built-in checks.
# Prefix controls behavior:
#
#   !  required   fail bootstrap on failure
#   ?  advisory   run command, never fail bootstrap
#
# Examples:
#   ! npm install          # install dependencies
#   ! pip install -r requirements.txt
#   ? pre-commit install   # optional tool setup
#