ok
sha256:8d7f41aafae41deee70035a92f93602ef1722a290153597451e5932af503a42c
docs: queue board-identity follow-ups so they survive the session
Human
1 hour ago
| 1 | #!/usr/bin/env sh |
| 2 | # Overseer Kit CLI — canonical POSIX shim → python -m cli.main (init|sync|status|review|governance-sync). |
| 3 | set -eu |
| 4 | ROOT="$(CDPATH= cd -- "$(dirname "$0")/.." && pwd)" |
| 5 | export PYTHONPATH="${ROOT}${PYTHONPATH:+:$PYTHONPATH}" |
| 6 | if [ -x "$ROOT/.venv/bin/python3" ]; then |
| 7 | exec "$ROOT/.venv/bin/python3" -m cli.main "$@" |
| 8 | fi |
| 9 | exec python3 -m cli.main "$@" |
File History
1 commit
sha256:8d7f41aafae41deee70035a92f93602ef1722a290153597451e5932af503a42c
docs: queue board-identity follow-ups so they survive the session
Human
1 hour ago