@rungs/cli 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -182,9 +182,9 @@ Four promises that shape everything else:
182
182
 
183
183
  ## Status
184
184
 
185
- **Release candidate, v0.1.1** — prepared locally as
186
- [`@rungs/cli`](https://www.npmjs.com/package/@rungs/cli); the public `latest` tag remains v0.1.0
187
- until registry credentials are available.
185
+ **Next release, v0.1.3** — prepared locally as
186
+ [`@rungs/cli`](https://www.npmjs.com/package/@rungs/cli); the public `latest` tag is v0.1.2.
187
+ The release remains untagged until the release gates and publication step are run.
188
188
 
189
189
  rungs is installed in its own repo and its gates run on every change — 20 pass,
190
190
  0 fail (`rungs check`, 2026-08-15). A clean consumer has also installed the packed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rungs/cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Installs and maintains a repository's agentic development system, composed from modules.",
5
5
  "author": "Antoine Dancre",
6
6
  "repository": {