@standardagents/code 0.0.2-dev.b3cdaaf → 0.1.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/README.md CHANGED
@@ -71,13 +71,21 @@ we're letting new folks in every week.
71
71
 
72
72
  ## Quick start
73
73
 
74
- Standard Code is a zero-dependency CLI (Node built-ins only) run through `tsx`:
74
+ Standard Code is a zero-dependency CLI (Node built-ins only). For local development it
75
+ runs through `tsx`; published builds are bundled with `tsup`:
75
76
 
76
77
  ```bash
77
- pnpm install # installs tsx + typescript
78
+ pnpm install # installs dev dependencies
78
79
  pnpm code <dir> # run against a project directory (defaults to cwd)
80
+ ```
81
+
82
+ Installed from npm:
83
+
84
+ ```bash
85
+ npx @standardagents/code@latest <dir>
79
86
  # or
80
- node bin/standardcode.mjs <dir>
87
+ npm install -g @standardagents/code
88
+ standardcode <dir>
81
89
  ```
82
90
 
83
91
  On first run it asks for your Standard Agents instance URL and an API token (stored in