Isolated containers that snapshot your local repos.
Test your changes before you push.
Security-hardened Docker/Podman containers with an embedded Gitea
server that snapshots your exact working tree—including
untracked and deleted files—into a clean test environment.
create and status commands return the exact commit hash captured from your local repo.Data as of: February 20, 2026
Feature status: Alpha (pyproject.toml: "Development Status :: 3 - Alpha")
Bundle version: 0.2.0 (bundle.yaml) / 0.1.0 (pyproject.toml)
Research performed:
git log --oneline on unshallowed amplifier-bundle-shadow cache (72 commits)git log --format="%an" | sort | uniq -c (1 contributor: Brian Krabach)find . -name "*.py" | wc -l (22 files, 7,226 lines total)find src/ tests/ modules/ -name "*.py" -exec cat {} + | wc -l per directorygit log --reverse --format="%ai" first commit Jan 6, last Feb 4 = 29 daysgit log --all --grep="shadow" in amplifier-foundation (21 commits)Gaps: Shadow bundle cache was shallow-cloned; full history retrieved via git fetch --unshallow. PR count (2) reflects merge commits only; additional PRs may exist without merge commit messages.
Primary contributor: Brian Krabach — 72/72 commits (100%)
Isolated. Reproducible. Verified.