opencode-plugin-flow 8.1.0 → 8.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-plugin-flow",
3
- "version": "8.1.0",
3
+ "version": "8.1.2",
4
4
  "description": "Small durable planning, validation, and review workflow for OpenCode",
5
5
  "type": "module",
6
6
  "repository": {
@@ -33,6 +33,7 @@
33
33
  "clean": "bun run scripts/clean-dist.ts",
34
34
  "eval": "bun run evals/run.ts",
35
35
  "eval:smoke": "bun run evals/run.ts -- --repeat 1",
36
+ "eval:canary": "bun run scripts/eval-canary.ts",
36
37
  "benchmark": "bun run evals/benchmark-run.ts",
37
38
  "lint": "bunx biome check biome.json src tests scripts evals --files-ignore-unknown=true --vcs-use-ignore-file=true",
38
39
  "release:metadata": "bun run scripts/release-metadata.ts",