clavix 2.7.0 → 2.7.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 +4 -4
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -105,10 +105,10 @@ MIT
105
105
 
106
106
  ## Star History
107
107
 
108
- <a href="https://www.star-history.com/#Bob5k/Clavix&type=date&legend=top-left">
108
+ <a href="https://www.star-history.com/#ClavixDev/Clavix&type=date&legend=top-left">
109
109
  <picture>
110
- <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=Bob5k/Clavix&type=date&theme=dark&legend=top-left" />
111
- <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=Bob5k/Clavix&type=date&legend=top-left" />
112
- <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=Bob5k/Clavix&type=date&legend=top-left" />
110
+ <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=ClavixDev/Clavix&type=date&theme=dark&legend=top-left" />
111
+ <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=ClavixDev/Clavix&type=date&legend=top-left" />
112
+ <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=ClavixDev/Clavix&type=date&legend=top-left" />
113
113
  </picture>
114
114
  </a>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clavix",
3
- "version": "2.7.0",
3
+ "version": "2.7.1",
4
4
  "description": "Transform vague ideas into production-ready prompts. AI agent tool with CLI interface using the CLEAR framework to analyze, improve, and generate PRDs for AI coding assistants (Claude Code, Cursor, Windsurf, and more)",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "repository": {
26
26
  "type": "git",
27
- "url": "git+https://github.com/Bob5k/Clavix.git"
27
+ "url": "git+https://github.com/ClavixDev/Clavix.git"
28
28
  },
29
29
  "keywords": [
30
30
  "cli",
@@ -40,9 +40,9 @@
40
40
  "author": "Bob5k",
41
41
  "license": "MIT",
42
42
  "bugs": {
43
- "url": "https://github.com/Bob5k/Clavix/issues"
43
+ "url": "https://github.com/ClavixDev/Clavix/issues"
44
44
  },
45
- "homepage": "https://github.com/Bob5k/Clavix#readme",
45
+ "homepage": "https://clavix.dev/",
46
46
  "engines": {
47
47
  "node": ">=18.0.0"
48
48
  },