@@ -108,70 +108,7 @@ After installation, open the project in VS Code. It will detect `.devcontainer/d
108108## Available Commands
109109
110110``` text
111- Available recipes:
112- [build]
113- build no_cache="" # Build local development image
114- clean version="dev" # Remove image (default: dev)
115- clean-test-containers # Clean up lingering test containers
116-
117- [git]
118- branch # Show current branch + list recent branches
119- log # Pretty one-line git log (last 20 commits)
120-
121- [github]
122- gh-issues # List open issues and PRs grouped by milestone [alias: gh-i]
123-
124- [info]
125- default # Show available commands (default)
126- docs # Generate documentation from templates
127- help # Show available commands
128- info # Show image information
129- init *args # Install system dependencies and setup development environment
130- login # Test login to GHCR
131- sync-workspace # Sync workspace templates from repo root to assets/workspace/
132-
133- [podman]
134- podman-kill name # Stop and remove a container by name or ID [alias: pdm-kill]
135- podman-kill-all # Stop and remove all containers (with confirmation) [alias: pdm-kill-all]
136- podman-kill-project # Stop and remove project-related containers [alias: pdm-kill-project]
137- podman-prune # Prune unused containers, images, networks, and volumes [alias: pdm-prune]
138- podman-prune-all # Full cleanup: prune including volumes [alias: pdm-prune-all]
139- podman-ps *args # List containers/images (--all for all podman resources) [alias: pdm-ps]
140- podman-rmi image # Remove an image by name, tag, or ID [alias: pdm-rmi]
141- podman-rmi-all # Remove all images (with confirmation) [alias: pdm-rmi-all]
142- podman-rmi-dangling # Remove dangling images (untagged) [alias: pdm-rmi-dangling]
143- podman-rmi-project # Remove project-related images [alias: pdm-rmi-project]
144-
145- [quality]
146- format # Format code
147- lint # Run all linters
148- precommit # Run pre-commit hooks on all files
149-
150- [release]
151- finalize-release version ref="" *flags # Finalize and publish release via GitHub Actions workflow (step 3, after testing)
152- prepare-release version ref="" *flags # Prepare release branch for testing (step 1)
153- promote-release version ref="" *flags # Promote final release: GHCR :latest, publish draft GitHub Release, merge release PR (after downstream smoke-test final release)
154- publish-candidate version ref="" *flags # Publish release candidate via GitHub Actions workflow
155- pull version="latest" # Pull image from registry (default: latest)
156- reset-changelog # Reset CHANGELOG Unreleased section (after merging release to dev)
157-
158- [test]
159- test version="dev" # Run all test suites
160- test-bats # Run BATS shell script tests
161- test-image version="dev" # Run image tests only
162- test-install # Run install script tests only
163- test-integration version="dev" # Run integration tests only
164- test-utils # Run utils tests only
165- test-validate-commit-msg # Run validate commit msg tests only
166- test-vig-utils # Run check action pins tests only
167-
168- [worktree]
169- worktree-attach issue # before attaching. See tests/bats/worktree.bats for integration tests. [alias: wt-attach]
170- worktree-clean mode="" # Default (no args): clean only stopped worktrees. Use 'all' to clean everything. [alias: wt-clean]
171- worktree-list # List active worktrees and their tmux sessions [alias: wt-list]
172- worktree-start issue prompt="" reviewer="" # Create a worktree for an issue, open tmux session, launch cursor-agent [alias: wt-start]
173- worktree-stop issue # Stop a worktree's tmux session and remove the worktree [alias: wt-stop]
174-
111+ <!-- Run 'just --list' to see available recipes -->
175112```
176113
177114For detailed command descriptions, run ` just --list --unsorted ` or ` just --help ` .
@@ -182,7 +119,7 @@ For detailed command descriptions, run `just --list --unsorted` or `just --help`
182119- ** Registry** : ` ghcr.io/vig-os/devcontainer `
183120- ** Architecture** : Multi-platform support (AMD64, ARM64)
184121- ** License** : Apache
185- - ** Latest Version** : [ 0.3.1 ] ( https://github.com/vig-os/devcontainer/releases/tag/0.3.1 ) - 2026-03-26
122+ - ** Latest Version** : [ 0.3.2 ] ( https://github.com/vig-os/devcontainer/releases/tag/0.3.2 ) - 2026-04-07
186123- ** Image tags** : bare semver (` 0.2.1 ` , ` latest ` ) — git tags use ` v ` prefix (` v0.2.1 ` ) but image tags do not
187124
188125## Features
0 commit comments