octarin-cli 0.3.0 → 0.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 (2) hide show
  1. package/README.md +0 -20
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -55,26 +55,6 @@ Device-code browser flow that mints a per-user ingest key into
55
55
  - **exit code** — `0` on success, non-zero on failure (`2` for usage errors,
56
56
  `1` for runtime errors).
57
57
 
58
- ## Development
59
-
60
- ```bash
61
- npm install
62
- npm run build # copy-assets (from ../clients) + tsc -> dist/
63
- node dist/index.js --help
64
- # or run the local checkout via npx:
65
- npx . init --help
66
- ```
67
-
68
- ## Publishing (maintainers)
69
-
70
- ```bash
71
- npm version <patch|minor|major>
72
- npm publish # runs prepublishOnly -> npm run build
73
- ```
74
-
75
- (`files` ships `dist/`, the bundled `assets/`, and this README; `prepublishOnly`
76
- rebuilds, which re-stages `assets/` from `../clients` via `copy-assets`.)
77
-
78
58
  ## License
79
59
 
80
60
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "octarin-cli",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Octarin's per-user CLI: install AI-coding capture (`octarin init` / `init-repo`) and authorize a machine (`octarin login`). Streams your Claude Code / Cursor / Codex usage to your Octarin workspace.",
5
5
  "keywords": [
6
6
  "octarin",