clavix 2.5.0 → 2.5.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.
|
@@ -9,23 +9,24 @@ You are helping the user implement tasks from their task plan with AI assistance
|
|
|
9
9
|
|
|
10
10
|
## Instructions
|
|
11
11
|
|
|
12
|
-
1. **Run
|
|
13
|
-
|
|
14
|
-
clavix
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
12
|
+
1. **First-time setup - Run CLI command if needed**:
|
|
13
|
+
|
|
14
|
+
Check if `.clavix-implement-config.json` exists in the PRD output folder.
|
|
15
|
+
|
|
16
|
+
**If config file does NOT exist** (first time running implement):
|
|
17
|
+
- Run the CLI command to initialize:
|
|
18
|
+
```bash
|
|
19
|
+
clavix implement
|
|
20
|
+
```
|
|
21
|
+
- This will:
|
|
22
|
+
- Show current progress
|
|
23
|
+
- Display the next incomplete task
|
|
24
|
+
- Prompt user for git auto-commit preferences
|
|
25
|
+
- Create `.clavix-implement-config.json` file
|
|
26
|
+
- Wait for command to complete, then proceed with step 2
|
|
27
|
+
|
|
28
|
+
**If config file already exists**:
|
|
29
|
+
- Skip to step 2 (implementation loop)
|
|
29
30
|
|
|
30
31
|
2. **As the AI agent, you should**:
|
|
31
32
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "clavix",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.1",
|
|
4
4
|
"description": "Transform vague ideas into production-ready prompts. CLI tool 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",
|