spotme 0.1.1 → 0.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.
Files changed (4) hide show
  1. package/dist/index.js +11541 -11903
  2. package/dist/opencode.js +11541 -11903
  3. package/package.json +3 -4
  4. package/dist/pi.js +0 -258275
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spotme",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "SpotMe — gym mode for agentic coding. Works with OpenCode and Pi.",
5
5
  "author": {
6
6
  "name": "wtfzambo"
@@ -9,8 +9,7 @@
9
9
  "main": "./dist/index.js",
10
10
  "exports": {
11
11
  ".": "./dist/index.js",
12
- "./opencode": "./dist/opencode.js",
13
- "./pi": "./dist/pi.js"
12
+ "./opencode": "./dist/opencode.js"
14
13
  },
15
14
  "files": [
16
15
  "dist",
@@ -24,7 +23,7 @@
24
23
  "url": "https://github.com/wtfzambo/spotme"
25
24
  },
26
25
  "scripts": {
27
- "build": "bun build src/index.ts src/opencode.ts src/pi.ts --outdir dist --target bun",
26
+ "build": "bun build src/index.ts src/opencode.ts --outdir dist --target bun",
28
27
  "typecheck": "tsc --noEmit",
29
28
  "lint": "eslint src",
30
29
  "lint:fix": "eslint src --fix",