squadrant 0.11.2 → 0.12.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 +1 -1
- package/dist/index.js +1372 -1050
- package/dist/index.js.map +1 -1
- package/dist/squadrantd.js +127 -96
- package/dist/squadrantd.js.map +1 -1
- package/package.json +1 -1
- package/scripts/gen-codex-types.sh +2 -10
- package/scripts/migrate-to-squadrant.sh +49 -23
package/README.md
CHANGED
|
@@ -129,7 +129,7 @@ Six internal packages in a one-way dependency DAG. All are private (not publishe
|
|
|
129
129
|
- `dist/index.js` — CLI bin (`squadrant` command), entry: `packages/cli/src/index.ts`
|
|
130
130
|
- `dist/squadrantd.js` — daemon process, entry: `packages/cli/src/daemon-host.ts`
|
|
131
131
|
|
|
132
|
-
See the [architecture diagram](docs/diagrams/2026-06-18-
|
|
132
|
+
See the [architecture diagram](docs/diagrams/2026-06-18-squadrant-monorepo-architecture.html) for a visual overview.
|
|
133
133
|
|
|
134
134
|
## Architecture
|
|
135
135
|
|