@atheneworkai/speci5 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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ A spec-driven development framework for AI-assisted coding. Gives your AI coding
|
|
|
7
7
|
Add speci5 to any project:
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
npx speci5 init
|
|
10
|
+
npx @atheneworkai/speci5 init
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
This copies the skill definitions and config into your repo:
|
|
@@ -22,7 +22,7 @@ CLAUDE.md # Framework instructions for your AI agent
|
|
|
22
22
|
To update to the latest version:
|
|
23
23
|
|
|
24
24
|
```bash
|
|
25
|
-
npx speci5 update
|
|
25
|
+
npx @atheneworkai/speci5 update
|
|
26
26
|
```
|
|
27
27
|
|
|
28
28
|
## Usage
|