@wairon/cli 5.1.0 → 5.1.1-dev.10

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 CHANGED
@@ -3,8 +3,8 @@
3
3
  **Waffle AIron** — an AI-Driven Development (AIDD) support tool built around
4
4
  **Spec-Driven Development (SDD)**.
5
5
 
6
- > **Status:** v0.2 — the SDD spec tree, the conformance gate (a 16-module
7
- > rule registry with narrative control-flow validation, technology
6
+ > **Status:** stable, actively developed — the SDD spec tree, the conformance gate (a 40-plus-rule
7
+ > registry with narrative control-flow validation, technology
8
8
  > boundaries, and per-spec `lint.allow`), spec-derived agent topology,
9
9
  > skills, the MCP server, diagrams (Mermaid, interactive canvas + ERD,
10
10
  > draw.io/Excalidraw), extension packs (injectable profiles, language
@@ -125,8 +125,12 @@ wairon update # check and install the latest stable release
125
125
  wairon update --check # check only
126
126
  ```
127
127
 
128
- Release channels: `stable` (default), `beta`, `preview` — switch with
129
- `wairon update --channel <name>` (persists in `~/.wairon/config.json`).
128
+ Release channels: `stable` (default), `beta`, `preview`, `dev` — switch with
129
+ `wairon update --channel <name>` (persists in `~/.wairon/config.json`). Each
130
+ channel sees its own tier and every narrower one, so `stable` only ever
131
+ installs a `vX.Y.Z` release and `dev` sees the `-dev.N` build cut from every
132
+ merge to `dev`. Installing from npm, the channels are the dist-tags:
133
+ `@wairon/cli@latest`, `@beta`, `@preview`, `@dev`.
130
134
 
131
135
  ---
132
136
 
@@ -186,6 +190,10 @@ See [docs/cli.md](docs/cli.md). Summary:
186
190
  - [Vision](docs/vision.md) — long-term direction
187
191
  - [CLI Reference](docs/cli.md) — all commands
188
192
  - [Hosted server](docs/design/hosted-mcp-server.md) — self-host wairon over HTTP (Docker, auth, sizing)
193
+ - [Pack scoping](docs/design/pack-scoping.md) — the pack store, per-project selection, and reproducibility (design)
194
+ - [Connecting-agent entrypoint](docs/design/connecting-agent-entrypoint.md) — MCP `instructions`, prompts, and skill composition
195
+ - [Execution budgets](docs/design/execution-budgets.md) — what each agent's work costs to do, derived alongside what it owns (design)
196
+ - [Approval baselines](docs/design/approval-baseline.md) — what `lock` approves, and why it stopped rewriting your spec tree (design)
189
197
  - [Extending wairon](docs/extending-wairon.md) — extension packs & wrapper products (with a [working example](examples/wrapper/))
190
198
  - [Templates](docs/templates.md) — agent rendering templates
191
199
  - [Standards](docs/standards/INDEX.md) — the architecture standards the SDD model is built on
@@ -201,7 +209,7 @@ validation), js-yaml, the MCP SDK, and Vitest. Bundled with tsup.
201
209
 
202
210
  ## Contributing
203
211
 
204
- Early development. For bugs or questions, open an issue.
212
+ Actively developed. For bugs or questions, open an issue.
205
213
 
206
214
  ## License
207
215