oh-my-muse 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # oh-my-muse
2
2
 
3
- [![CI](https://github.com/javi/oh-my-muse/actions/workflows/ci.yml/badge.svg)](https://github.com/javi/oh-my-muse/actions/workflows/ci.yml)
3
+ [![CI](https://github.com/jefalcon/oh-my-muse/actions/workflows/ci.yml/badge.svg)](https://github.com/jefalcon/oh-my-muse/actions/workflows/ci.yml)
4
4
  [![Node >= 20](https://img.shields.io/badge/node-%3E%3D20-brightgreen)](https://nodejs.org)
5
5
  [![License: MIT](https://img.shields.io/badge/license-MIT-blue)](LICENSE)
6
6
  [![ESM](https://img.shields.io/badge/modules-ESM-yellow)](package.json)
@@ -14,7 +14,7 @@ and redacted secrets.
14
14
  Requires Node.js `>= 20` (ES modules).
15
15
 
16
16
  ```sh
17
- git clone https://github.com/javi/oh-my-muse.git
17
+ git clone https://github.com/jefalcon/oh-my-muse.git
18
18
  cd oh-my-muse
19
19
  node bin/omm.mjs --help
20
20
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-muse",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Token-efficient agent pack runner for Muse Spark",
5
5
  "keywords": [
6
6
  "muse",
@@ -12,11 +12,11 @@
12
12
  "author": "Javi",
13
13
  "repository": {
14
14
  "type": "git",
15
- "url": "git+https://github.com/javi/oh-my-muse.git"
15
+ "url": "git+https://github.com/jefalcon/oh-my-muse.git"
16
16
  },
17
- "homepage": "https://github.com/javi/oh-my-muse#readme",
17
+ "homepage": "https://github.com/jefalcon/oh-my-muse#readme",
18
18
  "bugs": {
19
- "url": "https://github.com/javi/oh-my-muse/issues"
19
+ "url": "https://github.com/jefalcon/oh-my-muse/issues"
20
20
  },
21
21
  "license": "MIT",
22
22
  "type": "module",