opencode-plugin-flow 5.3.4 → 6.0.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "opencode-plugin-flow",
3
- "version": "5.3.4",
4
- "description": "Stateful planning and execution workflow plugin for OpenCode",
3
+ "version": "6.0.0",
4
+ "description": "Small durable planning, validation, and review workflow for OpenCode",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",
@@ -16,45 +16,29 @@
16
16
  "default": "./dist/index.js"
17
17
  }
18
18
  },
19
- "bin": {
20
- "opencode-plugin-flow": "./dist/cli.js"
21
- },
22
19
  "files": [
23
20
  "dist/index.js",
24
21
  "dist/index.js.map",
25
22
  "dist/index.d.ts",
26
23
  "dist/platform/opencode/plugin.d.ts",
27
24
  "dist/platform/opencode/sdk.d.ts",
28
- "dist/cli.js",
29
- "dist/cli.js.map",
30
25
  "LICENSE",
31
26
  "README.md",
32
27
  "CHANGELOG.md"
33
28
  ],
34
29
  "scripts": {
35
- "build": "bun run clean && bun run build:plugin && bun run build:cli && bun run build:types",
30
+ "build": "bun run clean && bun run build:plugin && bun run build:types",
36
31
  "build:plugin": "bun build --target=node --outdir=./dist --entry-naming=index.js --external=@opencode-ai/plugin --external=zod --sourcemap=external ./src/index.ts",
37
- "build:cli": "bun build --target=node --outdir=./dist --entry-naming=cli.js --banner='#!/usr/bin/env node' --sourcemap=external ./src/cli.ts",
38
32
  "build:types": "tsc -p tsconfig.types.json && bun run scripts/prune-dist-declarations.ts",
39
33
  "clean": "bun run scripts/clean-dist.ts",
40
34
  "lint": "bunx biome check biome.json src tests scripts --files-ignore-unknown=true --vcs-use-ignore-file=true",
41
- "prompt:quality": "bun run scripts/prompt-quality.ts",
42
- "prompt:model-eval": "bun run scripts/prompt-model-eval.ts",
43
- "harness:report": "bun run scripts/harness-resource-report.ts --fixture tests/fixtures/harness/full-repo-audit-v1.json",
44
- "harness:gate": "bun run scripts/harness-resource-report.ts --fixture tests/fixtures/harness/full-repo-audit-v1.json --require standard && bun run scripts/harness-resource-report.ts --fixture tests/fixtures/harness/full-repo-audit-v1.json --require assurance",
45
35
  "release:metadata": "bun run scripts/release-metadata.ts",
46
- "replay:report": "bun run scripts/replay-report.ts",
47
- "transport:report": "bun run scripts/causal-transport-report.ts",
48
36
  "package:smoke": "bun test tests/package-smoke.test.ts",
49
37
  "release:monitor": "node scripts/release-monitor.mjs",
50
38
  "smoke:live": "FLOW_LIVE_SMOKE=1 bun test tests/live-opencode-smoke.test.ts",
51
- "test:lifecycle:invariants": "bun test tests/review-lifecycle-coverage-map.test.ts tests/lifecycle-invariant-sequences.test.ts tests/lifecycle-invariant-v4-only.test.ts",
52
- "test:lifecycle:recovery": "bun test tests/lifecycle-invariant-recovery.test.ts",
53
- "test:contracts": "bun test tests/lifecycle-invariant-contracts.test.ts tests/opencode-schema-contract.test.ts",
54
- "verify:lifecycle": "bun run test:lifecycle:invariants && bun run test:lifecycle:recovery && bun run test:contracts",
55
39
  "test": "bun test tests",
56
40
  "typecheck": "tsc --noEmit",
57
- "check": "bun run typecheck && bun run lint && bun run release:metadata && bun run prompt:quality && bun run build && bun run test"
41
+ "check": "bun run typecheck && bun run lint && bun run release:metadata && bun run build && bun run test"
58
42
  },
59
43
  "keywords": [
60
44
  "opencode",