@lovenyberg/ove 0.1.0 → 0.1.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 CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  <p align="center">
8
8
  Your grumpy but meticulous dev companion.<br>
9
- <a href="https://jacksoncage.github.io/ove">Docs</a> · <a href="https://github.com/jacksoncage/ove">GitHub</a> · <a href="https://github.com/jacksoncage/ove/pkgs/npm/ove">Package</a>
9
+ <a href="https://jacksoncage.github.io/ove">Docs</a> · <a href="https://github.com/jacksoncage/ove">GitHub</a> · <a href="https://www.npmjs.com/package/@lovenyberg/ove">Package</a>
10
10
  </p>
11
11
 
12
12
  ---
@@ -16,7 +16,7 @@ Talk to Ove from Slack, WhatsApp, Telegram, Discord, GitHub issues, a Web UI, or
16
16
  ## Quick Start
17
17
 
18
18
  ```bash
19
- npm install -g @jacksoncage/ove
19
+ npm install -g @lovenyberg/ove
20
20
  ove init # interactive setup — creates config.json and .env
21
21
  ove start
22
22
  ```
@@ -55,7 +55,7 @@ Three ways to run Ove. Pick what fits. See the [full guide](https://jacksoncage.
55
55
  ### Local
56
56
 
57
57
  ```bash
58
- npm install -g @jacksoncage/ove
58
+ npm install -g @lovenyberg/ove
59
59
  ove init
60
60
  ove start
61
61
  ```
package/docs/index.html CHANGED
@@ -611,7 +611,7 @@
611
611
  </section>
612
612
 
613
613
  <div class="install-bar">
614
- <code>npm install -g @jacksoncage/ove</code>
614
+ <code>npm install -g @lovenyberg/ove</code>
615
615
  </div>
616
616
 
617
617
  <div class="container">
@@ -678,7 +678,7 @@
678
678
 
679
679
  <h3>1. Local</h3>
680
680
  <p>Install globally, run the interactive setup, start.</p>
681
- <pre data-label="shell">npm install -g @jacksoncage/ove
681
+ <pre data-label="shell">npm install -g @lovenyberg/ove
682
682
  ove init # walks you through config
683
683
  ove start</pre>
684
684
  <p>Requires <a href="https://bun.sh">Bun</a> runtime on your machine.</p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lovenyberg/ove",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Your grumpy but meticulous dev companion. AI coding agent for Slack, WhatsApp, Telegram, Discord, GitHub, HTTP API, and CLI.",
5
5
  "type": "module",
6
6
  "bin": {