Remove list-projs from git-ctrl routing; add to SKILL.md

This commit is contained in:
lyn
2026-04-13 13:37:55 +00:00
parent 5c8d1d3529
commit bd84a50e98
2 changed files with 9 additions and 3 deletions

View File

@@ -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.

View File

@@ -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" "$@"
;;