원클릭으로
workspace-add-repo
Add repositories to the current progressive polyrepo workspace
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Add repositories to the current progressive polyrepo workspace
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
pan close <id> — close-out ceremony for a completed and merged issue
pan review <subcommand> — manage the code review lifecycle: list pending work, re-request review, heal status drift, reset/abort/restart review cycles
pan start <id> — spawn a work agent for an issue in its own tmux session and workspace
Maintain a project knowledge wiki in Open Knowledge Format with /okf init, open, author, convert, sync, study, retro, extract, validate, lint, and embed.
pan flywheel — start, pause, resume, complete, stop, inspect, emit, and report on the singleton Fix-All Flywheel orchestrator
pan orders — create, inspect, edit, and start Flywheel order books
| name | workspace-add-repo |
| description | Add repositories to the current progressive polyrepo workspace |
Use this when you need to work on repos that aren't in the workspace yet.
Run from the workspace root:
pan workspace add-repo <workspace-id> <repo-name> [repo-name...]
pan workspace add-repo <workspace-id> --group <group-name>
pan workspace add-repo <workspace-id> --new <git-url>
Examples:
# Add specific repos
pan workspace add-repo int-123 int-provider-a int-canonical-to-hs
# Add a named group
pan workspace add-repo int-123 --group simphony
# Add all configured repos
pan workspace add-repo int-123 --group all
# Register a repo created as part of this issue
pan workspace add-repo int-123 --new git@github.com:acme/new-service.git
repo-map.md in the meta repo for architecture and repo descriptionsrepo-groups.yaml for available groupsThe new repos appear as subdirectories in the workspace with feature branches ready. Run git commands inside each repo subdirectory.
Run --new <git-url> before cloning or committing in a repository created during the issue. Overdeck clones the project-level source repo, creates the issue feature worktree, and registers it so review, inspection, and merge include it.
If the repo name inferred from the URL is not suitable, pass the workspace directory name before --new:
pan workspace add-repo int-123 service --new git@github.com:acme/new-service.git
--new fails instead of silently reporting success--dry-run first to see what would be added without making changes