Skip to content

armada v1.0.1

Choose a tag to compare

@rafmacalaba rafmacalaba released this 05 Aug 23:10
· 81 commits to master since this release
58e5029

Summary

Patch release. Re-publishes the corrected files from the GitHub repo rename so the published npm tarball matches origin HEAD.

What changed

  • All opencode-armada references updated to armada across package.json, docs/, AGENTS.md, LICENSE, SPEC.md, template/, scaffold test, TODO release log
  • npm package is @rafmacalaba/armada (already renamed in v1.0.0)
  • Version bump: 1.0.0 → 1.0.1

Why a patch

v1.0.0's published tarball still had the old GitHub repo URLs. GitHub auto-redirects the repo link, but the issues link 404s. v1.0.1 ships the corrected files.

Install

```bash
npm install -g @rafmacalaba/armada
```

Verify

```bash
armada --version # armada v1.0.1
```

Full diff: v1.0.0...v1.0.1

What's Changed

  • chore: post-merge remediation — wire state layer + consolidate tests + fix .gitignore by @rafmacalaba in #104
  • chore(lean): public release — strip voyage artifacts, drop starter, slim tests, add cookiecutter by @rafmacalaba in #105
  • chore(npm): enumerate files explicitly — drop docs/superpowers/ from tarball by @rafmacalaba in #106
  • chore(github): rename repo to armada by @rafmacalaba in #107
  • docs(todo): log github-rename #107 by @rafmacalaba in #108
  • chore(release): bump to 1.0.1 by @rafmacalaba in #109

Full Changelog: v1.0.0...v1.0.1