feat: add TCS mother-root dynamic number navigator
This commit is contained in:
parent
c323b3aa4e
commit
5bfe163748
32 changed files with 1702 additions and 28 deletions
6
.githooks/post-commit
Normal file
6
.githooks/post-commit
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
canonical='/Volumes/JZAO/HoloLake/persona-runtime/repo-012-main'
|
||||
current=$(git rev-parse --show-toplevel 2>/dev/null) || exit 0
|
||||
[ "$current" = "$canonical" ] || exit 0
|
||||
/usr/bin/python3 "$canonical/server-tools/tcs-mother-root-agent/tcs_mother_root_agent.py" refresh --repo "$canonical" --trigger git-post-commit >/dev/null 2>&1 || true
|
||||
exit 0
|
||||
Loading…
Reference in a new issue