appclaw-vision 0.0.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.
package/README.md ADDED
@@ -0,0 +1,15 @@
1
+ # df-vision
2
+
3
+ Gemini-based vision helpers (instruction + screenshot → structured actions / coordinates).
4
+
5
+ **npm:** [`df-vision`](https://www.npmjs.com/package/df-vision) (unscoped). In the Device Farm monorepo this package still lives under `packages/stark-vision`.
6
+
7
+ ## Build
8
+
9
+ ```bash
10
+ npm run build
11
+ ```
12
+
13
+ ```bash
14
+ npm run build:watch # tsc watch only — run full `npm run build` before publish (codegen + tsc + webpack → dist/bundle.js)
15
+ ```