Remove list-projs from git-ctrl routing; add to SKILL.md
This commit is contained in:
@@ -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`)
|
> **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
|
### Pull Request Operations
|
||||||
|
|
||||||
Manage pull requests on git.hangman-lab.top.
|
Manage pull requests on git.hangman-lab.top.
|
||||||
|
|||||||
@@ -54,9 +54,7 @@ case "$subcommand" in
|
|||||||
external-login-ctrl)
|
external-login-ctrl)
|
||||||
"$SCRIPT_DIR/external-login-ctrl" "$@"
|
"$SCRIPT_DIR/external-login-ctrl" "$@"
|
||||||
;;
|
;;
|
||||||
list-projs)
|
|
||||||
"$SCRIPT_DIR/list-projs" "$@"
|
|
||||||
;;
|
|
||||||
reset-password)
|
reset-password)
|
||||||
"$SCRIPT_DIR/reset-password" "$@"
|
"$SCRIPT_DIR/reset-password" "$@"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user