Skip to content

v0.2.0 β€” spec command + one-line installer 🀘

Choose a tag to compare

@ralyodio ralyodio released this 10 Jul 13:36
· 377 commits to main since this release

🎸 moshcode v0.2.0

moshcode spec β€” spec-driven development, saved in your repo

A lean passthrough to OpenSpec. Agree on the requirements first, commit them, then let your coding agents build to the spec.

moshcode spec init        # writes an openspec/ folder (specs/ + changes/) to your repo
moshcode spec list        # list specs / changes
moshcode spec update      # refresh agent guidance + slash commands
moshcode spec validate    # check specs are well-formed
  • In the TUI shell: /spec [init|update|list|…]
  • Non-interfering by design: stdio is inherited and the exit code forwarded β€” moshcode never reads or touches the spec content. Conductor, not a fork.
  • Prefers a globally-installed openspec; else runs via npx -y @fission-ai/openspec@latest (zero setup).

One-line installer

curl -fsSL https://moshcode.sh/install.sh | sh

Node.js 18+ only β€” pulls this release's tarball and drops a moshcode wrapper on your PATH. … | sh -s -- update / … | sh -s -- remove to manage it.

Full changelog: d81d7dc...v0.2.0