diff --git a/git-hangman-lab/SKILL.md b/git-hangman-lab/SKILL.md index 598274d..d7f39c3 100644 --- a/git-hangman-lab/SKILL.md +++ b/git-hangman-lab/SKILL.md @@ -43,6 +43,14 @@ Create a new git repository on git.hangman-lab.top. > **Note**: The repository will be created at `${AGENT_WORKSPACE}/${repo-name}` (default: `/root/.openclaw/workspace/workspace-mentor`) +### List Projects + +List all repositories visible to the current user on git.hangman-lab.top in markdown table format. + +```bash +{baseDir}/scripts/list-projs +``` + ### Pull Request Operations Manage pull requests on git.hangman-lab.top. diff --git a/git-hangman-lab/scripts/git-ctrl b/git-hangman-lab/scripts/git-ctrl index a6336a7..966d4bc 100755 --- a/git-hangman-lab/scripts/git-ctrl +++ b/git-hangman-lab/scripts/git-ctrl @@ -54,9 +54,7 @@ case "$subcommand" in external-login-ctrl) "$SCRIPT_DIR/external-login-ctrl" "$@" ;; - list-projs) - "$SCRIPT_DIR/list-projs" "$@" - ;; + reset-password) "$SCRIPT_DIR/reset-password" "$@" ;;