Integrate create-repo/add-collaborators/list-projs/repo-config into repo script, remove originals, update git-ctrl and SKILL.md

This commit is contained in:
lyn
2026-04-13 13:49:23 +00:00
parent f3c19ba6e2
commit d20e827a5c
7 changed files with 234 additions and 369 deletions

View File

@@ -35,16 +35,16 @@ Generate an access token for the current user.
### Repository Operations
Manage repositories on git.hangman-lab.top via the `repo` subcommand:
Manage repositories via `git-ctrl repo`:
```bash
{baseDir}/scripts/git-ctrl repo create <repo-name>
{baseDir}/scripts/git-ctrl repo add-collaborators --user <user> --repo <repo>
{baseDir}/scripts/git-ctrl repo list-all
{baseDir}/scripts/git-ctrl repo config --repo-path <path>
{baseDir}/scripts/git-ctrl repo config --repo-path <path> [--recursive]
```
> **Note**: `create` creates the repo at `${AGENT_WORKSPACE}/${repo-name}`
> `create` creates the repo at `${AGENT_WORKSPACE}/${repo-name}`
### Pull Request Operations