@wairon/cli 5.1.0 → 5.1.1-dev.2
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 +5 -3
- package/dist/cli/index.js +13228 -11671
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +12322 -11364
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
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:**
|
|
7
|
-
>
|
|
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
|
|
@@ -186,6 +186,8 @@ See [docs/cli.md](docs/cli.md). Summary:
|
|
|
186
186
|
- [Vision](docs/vision.md) — long-term direction
|
|
187
187
|
- [CLI Reference](docs/cli.md) — all commands
|
|
188
188
|
- [Hosted server](docs/design/hosted-mcp-server.md) — self-host wairon over HTTP (Docker, auth, sizing)
|
|
189
|
+
- [Pack scoping](docs/design/pack-scoping.md) — the pack store, per-project selection, and reproducibility (design)
|
|
190
|
+
- [Connecting-agent entrypoint](docs/design/connecting-agent-entrypoint.md) — MCP `instructions`, prompts, and skill composition
|
|
189
191
|
- [Extending wairon](docs/extending-wairon.md) — extension packs & wrapper products (with a [working example](examples/wrapper/))
|
|
190
192
|
- [Templates](docs/templates.md) — agent rendering templates
|
|
191
193
|
- [Standards](docs/standards/INDEX.md) — the architecture standards the SDD model is built on
|
|
@@ -201,7 +203,7 @@ validation), js-yaml, the MCP SDK, and Vitest. Bundled with tsup.
|
|
|
201
203
|
|
|
202
204
|
## Contributing
|
|
203
205
|
|
|
204
|
-
|
|
206
|
+
Actively developed. For bugs or questions, open an issue.
|
|
205
207
|
|
|
206
208
|
## License
|
|
207
209
|
|