@fro.bot/systematic 2.23.5 → 2.24.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.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fro.bot/systematic",
3
- "version": "2.23.5",
3
+ "version": "2.24.0",
4
4
  "description": "Structured engineering workflows for OpenCode",
5
5
  "type": "module",
6
6
  "homepage": "https://fro.bot/systematic",
@@ -36,6 +36,7 @@
36
36
  "docs:dev": "bun run --cwd docs dev",
37
37
  "docs:build": "bun run docs:generate && bun run --cwd docs build",
38
38
  "docs:preview": "bun run --cwd docs preview",
39
+ "docs:verify": "bun install --frozen-lockfile && bun run --cwd docs playwright install --with-deps chromium && bun run docs:build",
39
40
  "docs:generate": "bun docs/scripts/transform-content.ts && bun scripts/generate-config-schema.ts && bun docs/scripts/generate-config-reference.ts",
40
41
  "schema:generate": "bun scripts/generate-config-schema.ts",
41
42
  "schema:drift": "bun scripts/generate-config-schema.ts --check",