@wairon/cli 5.1.1-dev.5 → 5.1.1-dev.7
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 +1 -0
- package/dist/cli/index.js +1118 -880
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +488 -250
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -188,6 +188,7 @@ See [docs/cli.md](docs/cli.md). Summary:
|
|
|
188
188
|
- [Hosted server](docs/design/hosted-mcp-server.md) — self-host wairon over HTTP (Docker, auth, sizing)
|
|
189
189
|
- [Pack scoping](docs/design/pack-scoping.md) — the pack store, per-project selection, and reproducibility (design)
|
|
190
190
|
- [Connecting-agent entrypoint](docs/design/connecting-agent-entrypoint.md) — MCP `instructions`, prompts, and skill composition
|
|
191
|
+
- [Approval baselines](docs/design/approval-baseline.md) — what `lock` approves, and why it stopped rewriting your spec tree (design)
|
|
191
192
|
- [Extending wairon](docs/extending-wairon.md) — extension packs & wrapper products (with a [working example](examples/wrapper/))
|
|
192
193
|
- [Templates](docs/templates.md) — agent rendering templates
|
|
193
194
|
- [Standards](docs/standards/INDEX.md) — the architecture standards the SDD model is built on
|