Skip to main content

Local git workspace management CLI built on the untaped SDK.

Project description

untaped-workspace

untaped-workspace is a standalone CLI for managing local git workspaces, built on the untaped SDK. It manages collections of repos through per-workspace untaped.yml manifests and a local registry.

Install

uv tool install untaped-workspace
# Temporary fallback until the first PyPI release is confirmed:
uv tool install git+https://github.com/alexisbeaulieu97/untaped-workspace.git

untaped-workspace also ships the untaped-workspace agent skill for Codex or Claude.

Commands

untaped-workspace list
untaped-workspace show [--workspace <ws> | --path <dir>]
untaped-workspace init <name>
untaped-workspace adopt <path>
untaped-workspace import <source.yml> <dest>
untaped-workspace add <url>... [--workspace <ws> | --path <dir>]
untaped-workspace remove <repo>... [--workspace <ws> | --path <dir>]
untaped-workspace branch set <branch> [--workspace <ws> | --path <dir>]
untaped-workspace branch unset [--workspace <ws> | --path <dir>]
untaped-workspace branch apply [--workspace <ws> | --path <dir>] [--repo <repo>]...
untaped-workspace sync [--workspace <ws> | --path <dir> | --all] [--repo <repo>]... [-j N]
                   [--timeout N]
untaped-workspace status [--workspace <ws> | --path <dir> | --all] [--repo <repo>]...
untaped-workspace foreach <cmd> [--workspace <ws> | --path <dir>] [--repo <repo>]...
                         [--timeout N]
untaped-workspace path <name>...
untaped-workspace shell-init zsh
untaped-workspace edit [--workspace <ws> | --path <dir>]

Profile selection uses the built-in --profile option, which works in any token position, so the selector can stay with the command being run:

untaped-workspace init prod --profile work
untaped-workspace status --workspace prod --profile work

See docs/workspace.md for manifest shape, command details, registry behavior, and shell helper examples.

sync -j N runs up to N repo sync jobs concurrently, whether syncing one workspace or --all. Missing clones still use the central bare cache plus git clone --reference; existing clones fetch and pull their own working remotes without touching the cache.

sync --all and status --all keep going when a registered workspace has a missing or invalid manifest. They emit a workspace-level unavailable row with repo="" and a detail message; malformed registry entries remain hard errors.

foreach closes stdin for child commands and applies a 600s per-repo timeout by default. Interactive commands receive EOF, and commands that exceed the timeout return 124 unless --timeout N is raised.

Prune operations protect local git work before deleting clones. sync --prune skips unsafe orphan clones, while remove --prune and forget --prune refuse before mutating manifests, registry state, or files. The local-only safety check blocks dirty/untracked/staged work, stash entries, and commits or local tags not reachable from local remote-tracking refs. Because it does not fetch, stale remote-tracking refs are trusted as the offline safety boundary.

Development

uv sync
uv run pytest
uv run mypy
uv run ruff check --fix
uv run ruff format
uv run untaped-workspace --help

See AGENTS.md for architecture rules and workspace-specific contracts.

Security

Please report suspected vulnerabilities privately. See SECURITY.md.

Contributing

See CONTRIBUTING.md and AGENTS.md for the local workflow, architecture rules, and workspace-specific contracts.

License

MIT. See LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

untaped_workspace-0.10.1.tar.gz (42.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

untaped_workspace-0.10.1-py3-none-any.whl (65.7 kB view details)

Uploaded Python 3

File details

Details for the file untaped_workspace-0.10.1.tar.gz.

File metadata

  • Download URL: untaped_workspace-0.10.1.tar.gz
  • Upload date:
  • Size: 42.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for untaped_workspace-0.10.1.tar.gz
Algorithm Hash digest
SHA256 6737ce105ef59515bc30238c30014128946dca4174b50ab0c9167e4680dfda10
MD5 a5e79042f07d0caea42fd70dee039951
BLAKE2b-256 6b82082105d0092cb49c22f07735f02b47640d543aea40333fa78155f379bd57

See more details on using hashes here.

Provenance

The following attestation bundles were made for untaped_workspace-0.10.1.tar.gz:

Publisher: release.yml on alexisbeaulieu97/untaped-workspace

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untaped_workspace-0.10.1-py3-none-any.whl.

File metadata

File hashes

Hashes for untaped_workspace-0.10.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0bfe230de2a0230187bd2814dd9df0d5ca9303e1bbb0993784ae84fb3b7d585e
MD5 c423cf0868ed1fdb89e74d7dd46110be
BLAKE2b-256 5e1abbf0685920c1025af9e43a0be0aba01a1a8880827c9532150aa938be4446

See more details on using hashes here.

Provenance

The following attestation bundles were made for untaped_workspace-0.10.1-py3-none-any.whl:

Publisher: release.yml on alexisbeaulieu97/untaped-workspace

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page