summarylogtreecommitdiffstats
path: root/pi-coding-agent-git.install
blob: c02272cb210511bb6ea4bb8122678fe7f4fc2bfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  cat <<EOF
==> Optional: let Pi know about its own source code.
    Copy the example system prompt append file:

    mkdir -p ~/.pi/agent
    cp /usr/share/doc/pi-coding-agent/APPEND_SYSTEM.md.example ~/.pi/agent/APPEND_SYSTEM.md

EOF
}

post_upgrade() {
  post_install
}