@standardagents/code 0.0.0-dev.fffff → 0.0.2-dev.51cdb4c

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 CHANGED
@@ -77,7 +77,7 @@ Standard Code is a zero-dependency CLI (Node built-ins only) run through `tsx`:
77
77
  pnpm install # installs tsx + typescript
78
78
  pnpm code <dir> # run against a project directory (defaults to cwd)
79
79
  # or
80
- node bin/standardcode.mjs <dir>
80
+ node bin/standardcode.js <dir>
81
81
  ```
82
82
 
83
83
  On first run it asks for your Standard Agents instance URL and an API token (stored in
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@standardagents/code",
3
- "version": "0.0.0-dev.fffff",
3
+ "version": "0.0.2-dev.51cdb4c",
4
4
  "description": "Standard Code — a terminal coding agent whose LLM loop runs on a Standard Agents instance while its tools execute on your machine via this CLI.",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",
@@ -14,7 +14,7 @@
14
14
  "registry": "https://registry.npmjs.org/"
15
15
  },
16
16
  "bin": {
17
- "standardcode": "./bin/standardcode.mjs"
17
+ "standardcode": "./bin/standardcode.js"
18
18
  },
19
19
  "files": [
20
20
  "bin",
File without changes