Releases: moshcoder/moshcode
Releases · moshcoder/moshcode
Release list
moshcode v0.3.0
What's Changed
- Reject invalid moshscript characters by @aiirvizionz in #5
- Require commas between moshscript arguments by @aiirvizionz in #6
- Validate moshcode run options by @aiirvizionz in #9
- Reject extra args for zero-arg moshscript commands by @aiirvizionz in #8
Full Changelog: v0.2.0...v0.3.0
v0.2.0 — spec command + one-line installer 🤘
🎸 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 vianpx -y @fission-ai/openspec@latest(zero setup).
One-line installer
curl -fsSL https://moshcode.sh/install.sh | shNode.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