@relipa/ai-flow-kit 0.0.1 → 0.0.2
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/CHANGELOG.md +7 -2
- package/QUICK_START.md +2 -2
- package/README.md +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
All notable changes to
|
|
3
|
+
All notable changes to **@relipa/ai-flow-kit** will be documented in this file.
|
|
4
4
|
|
|
5
5
|
Format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
6
6
|
Versioning follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
@@ -13,6 +13,11 @@ Versioning follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
13
13
|
|
|
14
14
|
---
|
|
15
15
|
|
|
16
|
+
## [0.0.2] - 2026-04-13
|
|
17
|
+
### Changed
|
|
18
|
+
- Updated package to scoped name `@relipa/ai-flow-kit` in documentation and configuration.
|
|
19
|
+
- Fixed installation guides in README and QUICK_START.
|
|
20
|
+
|
|
16
21
|
## [0.0.1] - 2026-04-13 — Initial Release
|
|
17
22
|
|
|
18
23
|
### Added
|
|
@@ -66,7 +71,7 @@ Versioning follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
66
71
|
## How to upgrade
|
|
67
72
|
|
|
68
73
|
```bash
|
|
69
|
-
npm install -g ai-flow-kit@latest
|
|
74
|
+
npm install -g @relipa/ai-flow-kit@latest
|
|
70
75
|
aiflow --version
|
|
71
76
|
```
|
|
72
77
|
|
package/QUICK_START.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
npm install -g ai-flow-kit
|
|
10
|
+
npm install -g @relipa/ai-flow-kit
|
|
11
11
|
aiflow --version
|
|
12
12
|
```
|
|
13
13
|
|
|
@@ -359,7 +359,7 @@ aiflow guide
|
|
|
359
359
|
|
|
360
360
|
**`aiflow` not found:**
|
|
361
361
|
```bash
|
|
362
|
-
npm install -g ai-flow-kit
|
|
362
|
+
npm install -g @relipa/ai-flow-kit
|
|
363
363
|
```
|
|
364
364
|
|
|
365
365
|
**Incorrect credentials:**
|
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ Developers only need a single command to load ticket context → AI automaticall
|
|
|
24
24
|
```
|
|
25
25
|
┌─────────────────────────────────────────────────────────────────┐
|
|
26
26
|
│ TECH LEAD │
|
|
27
|
-
│ npm publish ai-flow-kit → developer: npm install -g │
|
|
27
|
+
│ npm publish @relipa/ai-flow-kit → developer: npm install -g │
|
|
28
28
|
└─────────────────────────────────┬───────────────────────────────┘
|
|
29
29
|
│
|
|
30
30
|
┌─────────────▼─────────────┐
|
|
@@ -91,7 +91,7 @@ Developers only need a single command to load ticket context → AI automaticall
|
|
|
91
91
|
## Installation
|
|
92
92
|
|
|
93
93
|
```bash
|
|
94
|
-
npm install -g ai-flow-kit
|
|
94
|
+
npm install -g @relipa/ai-flow-kit
|
|
95
95
|
```
|
|
96
96
|
|
|
97
97
|
---
|
|
@@ -304,7 +304,7 @@ Then run `aiflow update` to apply.
|
|
|
304
304
|
|
|
305
305
|
**`aiflow` not found:**
|
|
306
306
|
```bash
|
|
307
|
-
npm install -g ai-flow-kit
|
|
307
|
+
npm install -g @relipa/ai-flow-kit
|
|
308
308
|
```
|
|
309
309
|
|
|
310
310
|
**Backlog load fails:**
|
package/package.json
CHANGED