@rungs/cli 0.1.1 → 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.
- package/README.md +6 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -105,7 +105,7 @@ reported as diverged and left alone.
|
|
|
105
105
|
|
|
106
106
|
## Commands
|
|
107
107
|
|
|
108
|
-
| | |
|
|
108
|
+
| Command | Description |
|
|
109
109
|
| --- | --- |
|
|
110
110
|
| `rungs init [path] [profile]` | Scaffold — `minimal` · `tracked` · `disciplined` · `hardened` · `fleet` |
|
|
111
111
|
| `rungs doctor [path]` | What does this repo already have? Works on repos that never installed anything |
|
|
@@ -117,7 +117,7 @@ reported as diverged and left alone.
|
|
|
117
117
|
| `rungs setup git [path]` | Install the merge drivers `.gitattributes` names |
|
|
118
118
|
| `rungs modules` | List the set and audit the manifests |
|
|
119
119
|
|
|
120
|
-
| | |
|
|
120
|
+
| Option | Effect |
|
|
121
121
|
| --- | --- |
|
|
122
122
|
| `--dry-run` | Report what would happen, write nothing. Any write command |
|
|
123
123
|
| `--into <path>` | `add`: install into this repo rather than the working directory |
|
|
@@ -182,9 +182,9 @@ Four promises that shape everything else:
|
|
|
182
182
|
|
|
183
183
|
## Status
|
|
184
184
|
|
|
185
|
-
**
|
|
186
|
-
[`@rungs/cli`](https://www.npmjs.com/package/@rungs/cli); the public `latest` tag
|
|
187
|
-
until
|
|
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
|
|
@@ -205,7 +205,7 @@ nobody paid for does not ship.
|
|
|
205
205
|
|
|
206
206
|
## Repository
|
|
207
207
|
|
|
208
|
-
| | |
|
|
208
|
+
| Location | Contents |
|
|
209
209
|
| --- | --- |
|
|
210
210
|
| [`docs/research/`](docs/research/README.md) | The four repo autopsies, the synthesis, the pattern catalogue |
|
|
211
211
|
| [`docs/design/`](docs/design/README.md) | Product brief, module catalogue, verification |
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rungs/cli",
|
|
3
|
-
"version": "0.1.
|
|
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": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/ThroughTheWind/rungs.git"
|
|
9
9
|
},
|
|
10
|
-
"homepage": "https://
|
|
10
|
+
"homepage": "https://docs.rungscli.com",
|
|
11
11
|
"bugs": {
|
|
12
12
|
"url": "https://github.com/ThroughTheWind/rungs/issues"
|
|
13
13
|
},
|