Summary
The shortest Getting Started path currently asks users to clone the v0.1.0 tag, but the public repository currently has no v0.1.0 tag or GitHub Release.
Actual behavior
Running:
git clone --branch v0.1.0 --depth 1 https://github.com/tiammomo/ModelPort.git
fails with:
warning: Could not find remote branch v0.1.0 to clone.
fatal: Remote branch v0.1.0 not found in upstream origin
The source-build quick start in README.md uses the default branch, while docs/GETTING_STARTED.md requires a tag that has not been published.
Expected behavior
The source-build Getting Started path should clone the current default branch. The separate release-image path can remain gated on the future v0.1.0 tag and GHCR images.
Steps to reproduce
- Check the public repository Tags and Releases pages; neither currently contains
v0.1.0.
- Run
git clone --branch v0.1.0 --depth 1 https://github.com/tiammomo/ModelPort.git.
- Observe that Git reports the remote branch or tag
v0.1.0 was not found.
Environment
- ModelPort
main at fa2b510
- Linux/WSL2 x86_64
- Git 2.43.0
- Checked 2026-08-31
Proposed acceptance criteria
This is a documentation-only change; it does not alter APIs, configuration, dependencies, or deployment behavior.
Summary
The shortest Getting Started path currently asks users to clone the
v0.1.0tag, but the public repository currently has nov0.1.0tag or GitHub Release.Actual behavior
Running:
fails with:
The source-build quick start in
README.mduses the default branch, whiledocs/GETTING_STARTED.mdrequires a tag that has not been published.Expected behavior
The source-build Getting Started path should clone the current default branch. The separate release-image path can remain gated on the future
v0.1.0tag and GHCR images.Steps to reproduce
v0.1.0.git clone --branch v0.1.0 --depth 1 https://github.com/tiammomo/ModelPort.git.v0.1.0was not found.Environment
mainatfa2b510Proposed acceptance criteria
docs/GETTING_STARTED.mdso the source-build clone command succeeds against the current default branch.v0.1.0tag and release images must exist before using that path.This is a documentation-only change; it does not alter APIs, configuration, dependencies, or deployment behavior.