Releases: Zanetach/luban-loop
Releases · Zanetach/luban-loop
Release list
Luban Loop v0.1.3
Public branding cleanup release.
Highlights:
- Installs one top-level
lubanskill for Agents, Codex, and Claude Code. - Bundles specialist modules and Square guardrails under the Luban entrypoint without exposing upstream module branding in public docs or the top-level skill.
- Preserves autonomous delivery loop and Project Mode semantics for project-level requirements.
- Keeps release version source, pinned install guidance, behavior tests, and semantic contract checks.
- Verifies
v*tags in GitHub Actions.
Install pinned release:
VERSION_TAG="v0.1.3"
curl -fsSL "https://raw.githubusercontent.com/Zanetach/luban-loop/${VERSION_TAG}/scripts/install.sh" | LUBAN_LOOP_REF="${VERSION_TAG}" bashVerification:
./scripts/verify.sh- GitHub Actions Verify on
mainandv0.1.3 - Tagged install smoke test from GitHub raw URL
- Public docs/top-level skill scan confirms upstream module branding is not exposed
Luban Loop v0.1.2 (superseded)
Superseded by v0.1.3.
Use v0.1.3 for the public release because it removes upstream module branding from public docs and the top-level installed skill.
Latest pinned install:
VERSION_TAG="v0.1.3"
curl -fsSL "https://raw.githubusercontent.com/Zanetach/luban-loop/${VERSION_TAG}/scripts/install.sh" | LUBAN_LOOP_REF="${VERSION_TAG}" bash