@really-knows-ai/foundry 1.3.0 → 1.3.1

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": "@really-knows-ai/foundry",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "A structured framework for AI-driven artefact creation with deterministic routing, quality gates, and iterative refinement cycles.",
5
5
  "type": "module",
6
6
  "main": ".opencode/plugins/foundry.js",
@@ -28,6 +28,7 @@
28
28
  "test": "node --test tests/**/*.test.js"
29
29
  },
30
30
  "dependencies": {
31
+ "@opencode-ai/plugin": "^1.4.0",
31
32
  "js-yaml": "^4.1.0",
32
33
  "minimatch": "^10.2.5"
33
34
  },