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