squadrant 0.18.0 → 0.19.0
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 +2 -2
- package/dist/index.js +4940 -3438
- package/dist/index.js.map +1 -1
- package/dist/squadrantd.js +4042 -833
- package/dist/squadrantd.js.map +1 -1
- package/package.json +1 -1
- package/scripts/gen-codex-types.sh +1 -1
package/README.md
CHANGED
|
@@ -92,8 +92,8 @@ tracked in [#31](https://github.com/tu11aa/squadrant/issues/31).
|
|
|
92
92
|
|
|
93
93
|
- [QUICKSTART.md](QUICKSTART.md) — hands-on first run: install, first
|
|
94
94
|
captain, first crew, optional Telegram
|
|
95
|
-
- [Architecture diagram](docs/diagrams/2026-
|
|
96
|
-
— visual overview of the monorepo
|
|
95
|
+
- [Architecture diagram](docs/diagrams/2026-08-22-squadrant-architecture.html)
|
|
96
|
+
— visual overview of the monorepo, driver seams, lifecycle sources, and control/captain channel
|
|
97
97
|
- [docs/reference.md](docs/reference.md) — full command table, monorepo
|
|
98
98
|
structure, architecture deep-dive, Telegram integration, config schema
|
|
99
99
|
- [CONTRIBUTING.md](CONTRIBUTING.md) — setup, branching, and conventions for
|