Skip to content

Releases: Zanetach/luban-loop

Luban Loop v0.1.3

Choose a tag to compare

@Zanetach Zanetach released this 29 May 05:31

Public branding cleanup release.

Highlights:

  • Installs one top-level luban skill 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}" bash

Verification:

  • ./scripts/verify.sh
  • GitHub Actions Verify on main and v0.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)

Choose a tag to compare

@Zanetach Zanetach released this 29 May 05:26

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