@iservu-inc/adf-cli 0.5.1 → 0.5.3
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/.project/chats/current/SESSION-STATUS.md +32 -17
- package/CHANGELOG.md +77 -0
- package/lib/utils/postinstall.js +29 -0
- package/package.json +6 -5
|
@@ -1,36 +1,42 @@
|
|
|
1
1
|
# ADF CLI - Current Session Status
|
|
2
2
|
|
|
3
3
|
**Date:** 2025-10-05
|
|
4
|
-
**Status:** ✅ Active -
|
|
5
|
-
**Latest Version:** v0.5.
|
|
6
|
-
**Phase:** Phase 5 - Polish & UX Improvements
|
|
4
|
+
**Status:** ✅ Active - v0.5.2 Published
|
|
5
|
+
**Latest Version:** v0.5.2 (Published)
|
|
6
|
+
**Phase:** Phase 5 - Polish & UX Improvements Complete
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
10
|
## Recent Completion
|
|
11
11
|
|
|
12
|
-
**Session:**
|
|
12
|
+
**Session:** Post-Install Information Display (v0.5.2)
|
|
13
13
|
**Completed:** 2025-10-05
|
|
14
|
-
**Status:** ✅
|
|
14
|
+
**Status:** ✅ Published to npm
|
|
15
15
|
**Branch:** main
|
|
16
|
-
**
|
|
17
|
-
- `4f236fe` - feat: v0.5.0 - Intelligent Answer Analysis & Dynamic Question Pipeline
|
|
16
|
+
**Commit:** `964262c` - feat: v0.5.2 - Post-Install Information Display
|
|
18
17
|
|
|
19
18
|
---
|
|
20
19
|
|
|
21
20
|
## Current State
|
|
22
21
|
|
|
23
|
-
###
|
|
24
|
-
- **Package:** `@iservu-inc/adf-cli@0.5.
|
|
25
|
-
- **Status:** 🚀 Ready for npm publish
|
|
26
|
-
- **Changes:** UX improvement for existing project detection
|
|
27
|
-
- **Size:** ~955 kB (tarball), ~2.0 MB (unpacked)
|
|
28
|
-
- **Files:** 105 total files
|
|
29
|
-
|
|
30
|
-
### Previous Published Version
|
|
31
|
-
- **Package:** `@iservu-inc/adf-cli@0.5.0`
|
|
22
|
+
### Published Version
|
|
23
|
+
- **Package:** `@iservu-inc/adf-cli@0.5.2`
|
|
32
24
|
- **Status:** ✅ Live on npm
|
|
33
25
|
- **Published:** 2025-10-05
|
|
26
|
+
- **Size:** 962.9 kB (tarball), 2.0 MB (unpacked)
|
|
27
|
+
- **Files:** 107 total files
|
|
28
|
+
- **New Feature:** Post-install info display with version & paths
|
|
29
|
+
|
|
30
|
+
### npm Registry
|
|
31
|
+
```bash
|
|
32
|
+
npm install -g @iservu-inc/adf-cli
|
|
33
|
+
# Now installs v0.5.2 with post-install info display
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
### Recent Version History
|
|
37
|
+
- **v0.5.2** (2025-10-05) - Post-install information display
|
|
38
|
+
- **v0.5.1** (2025-10-05) - Improved existing project detection UX
|
|
39
|
+
- **v0.5.0** (2025-10-05) - Intelligent Answer Analysis & Dynamic Question Pipeline
|
|
34
40
|
|
|
35
41
|
### Test Coverage
|
|
36
42
|
- **Tests:** 200 passing (80 new analysis tests added)
|
|
@@ -62,7 +68,16 @@
|
|
|
62
68
|
- ✅ IDE deployment in `adf config` command
|
|
63
69
|
- ✅ Answer extraction for Cursor and VSCode generators
|
|
64
70
|
|
|
65
|
-
### Latest Achievement (v0.5.
|
|
71
|
+
### Latest Achievement (v0.5.2 - Post-Install Display)
|
|
72
|
+
- ✅ Post-install message showing version confirmation
|
|
73
|
+
- ✅ Display ADF CLI installation path
|
|
74
|
+
- ✅ Display current project path
|
|
75
|
+
- ✅ Quick start commands for new users
|
|
76
|
+
- ✅ Documentation link for reference
|
|
77
|
+
- ✅ Better onboarding experience
|
|
78
|
+
- ✅ Troubleshooting aid with path information
|
|
79
|
+
|
|
80
|
+
### Previous Achievement (v0.5.1 - UX Improvement)
|
|
66
81
|
- ✅ Improved existing project detection with better options
|
|
67
82
|
- ✅ Added content summary (sessions, outputs, learning data)
|
|
68
83
|
- ✅ Replaced binary prompt with intuitive menu
|
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,83 @@ All notable changes to `@iservu-inc/adf-cli` will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.5.3] - 2025-10-05
|
|
9
|
+
|
|
10
|
+
### 🔧 Dependency Updates & Warning Fixes
|
|
11
|
+
|
|
12
|
+
**MAINTENANCE:** Updated AI SDK dependencies and removed deprecated packages.
|
|
13
|
+
|
|
14
|
+
#### What Changed
|
|
15
|
+
|
|
16
|
+
- Updated `@anthropic-ai/sdk` from v0.32.0 to **v0.65.0**
|
|
17
|
+
- Updated `@google/generative-ai` from v0.21.0 to **v0.24.1**
|
|
18
|
+
- Updated `openai` from v4.73.0 to **v6.1.0**
|
|
19
|
+
- Removed deprecated `node-domexception` dependency (now uses Node.js native implementation)
|
|
20
|
+
|
|
21
|
+
#### Benefits
|
|
22
|
+
|
|
23
|
+
- ✅ **No more deprecation warnings** during installation
|
|
24
|
+
- ✅ **Latest AI features** from all providers
|
|
25
|
+
- ✅ **Better performance** from updated SDKs
|
|
26
|
+
- ✅ **Security improvements** from dependency updates
|
|
27
|
+
- ✅ **Smaller package size** (removed 33 packages, added 3)
|
|
28
|
+
- ✅ **All 200 tests passing** - fully backward compatible
|
|
29
|
+
|
|
30
|
+
#### Technical Details
|
|
31
|
+
|
|
32
|
+
**Explanation:** The `node-domexception` deprecation warning occurred because older versions of `@anthropic-ai/sdk` used a polyfill package. Since Node.js 17+, `DOMException` is built into Node.js itself, making the polyfill unnecessary. The latest SDKs use Node.js's native implementation.
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
## [0.5.2] - 2025-10-05
|
|
37
|
+
|
|
38
|
+
### ✨ Post-Install Information Display
|
|
39
|
+
|
|
40
|
+
**ENHANCEMENT:** Added informative post-install message showing installation details.
|
|
41
|
+
|
|
42
|
+
#### What Changed
|
|
43
|
+
|
|
44
|
+
After running `npm install -g @iservu-inc/adf-cli`, users now see:
|
|
45
|
+
|
|
46
|
+
```
|
|
47
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
48
|
+
|
|
49
|
+
✅ ADF CLI installed successfully!
|
|
50
|
+
|
|
51
|
+
📦 Installation Info:
|
|
52
|
+
Version: v0.5.2
|
|
53
|
+
ADF CLI Path: /usr/local/lib/node_modules/@iservu-inc/adf-cli
|
|
54
|
+
Project Path: /Users/username/current-directory
|
|
55
|
+
|
|
56
|
+
🚀 Quick Start:
|
|
57
|
+
$ adf init # Start interactive interview
|
|
58
|
+
$ adf config # Configure AI & settings
|
|
59
|
+
$ adf deploy windsurf # Deploy to IDE
|
|
60
|
+
|
|
61
|
+
📚 Documentation:
|
|
62
|
+
https://github.com/iServU/adf-cli#readme
|
|
63
|
+
|
|
64
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
#### Benefits
|
|
68
|
+
|
|
69
|
+
- **Version confirmation**: See installed version immediately
|
|
70
|
+
- **Path visibility**: Know where ADF CLI is installed
|
|
71
|
+
- **Quick reference**: Quick start commands right after install
|
|
72
|
+
- **Better onboarding**: New users know exactly what to do next
|
|
73
|
+
- **Troubleshooting aid**: Installation paths help with debugging
|
|
74
|
+
|
|
75
|
+
#### Technical Changes
|
|
76
|
+
|
|
77
|
+
**New Files:**
|
|
78
|
+
- `lib/utils/postinstall.js` - Post-install script
|
|
79
|
+
|
|
80
|
+
**Modified Files:**
|
|
81
|
+
- `package.json` - Added `postinstall` script hook
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
8
85
|
## [0.5.1] - 2025-10-05
|
|
9
86
|
|
|
10
87
|
### 🎯 Improved Existing Project Detection UX
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
3
|
+
const chalk = require('chalk');
|
|
4
|
+
const path = require('path');
|
|
5
|
+
const packageJson = require('../../package.json');
|
|
6
|
+
|
|
7
|
+
// Get installation paths
|
|
8
|
+
const adfInstallPath = path.resolve(__dirname, '../..');
|
|
9
|
+
const currentProjectPath = process.cwd();
|
|
10
|
+
|
|
11
|
+
console.log('');
|
|
12
|
+
console.log(chalk.cyan.bold('━'.repeat(60)));
|
|
13
|
+
console.log(chalk.green.bold(`\n✅ ADF CLI installed successfully!`));
|
|
14
|
+
console.log('');
|
|
15
|
+
console.log(chalk.cyan('📦 Installation Info:'));
|
|
16
|
+
console.log(chalk.gray(' Version: ') + chalk.white.bold(`v${packageJson.version}`));
|
|
17
|
+
console.log(chalk.gray(' ADF CLI Path: ') + chalk.white(adfInstallPath));
|
|
18
|
+
console.log(chalk.gray(' Project Path: ') + chalk.white(currentProjectPath));
|
|
19
|
+
console.log('');
|
|
20
|
+
console.log(chalk.cyan('🚀 Quick Start:'));
|
|
21
|
+
console.log(chalk.gray(' $ adf init ') + chalk.white('# Start interactive interview'));
|
|
22
|
+
console.log(chalk.gray(' $ adf config ') + chalk.white('# Configure AI & settings'));
|
|
23
|
+
console.log(chalk.gray(' $ adf deploy windsurf ') + chalk.white('# Deploy to IDE'));
|
|
24
|
+
console.log('');
|
|
25
|
+
console.log(chalk.cyan('📚 Documentation:'));
|
|
26
|
+
console.log(chalk.gray(' https://github.com/iServU/adf-cli#readme'));
|
|
27
|
+
console.log('');
|
|
28
|
+
console.log(chalk.gray('━'.repeat(60)));
|
|
29
|
+
console.log('');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iservu-inc/adf-cli",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"description": "CLI tool for AgentDevFramework - AI-assisted development framework with multi-provider AI support",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
},
|
|
9
9
|
"scripts": {
|
|
10
10
|
"test": "jest --coverage",
|
|
11
|
-
"test:watch": "jest --watch"
|
|
11
|
+
"test:watch": "jest --watch",
|
|
12
|
+
"postinstall": "node lib/utils/postinstall.js"
|
|
12
13
|
},
|
|
13
14
|
"keywords": [
|
|
14
15
|
"cli",
|
|
@@ -35,8 +36,8 @@
|
|
|
35
36
|
"author": "iServU",
|
|
36
37
|
"license": "MIT",
|
|
37
38
|
"dependencies": {
|
|
38
|
-
"@anthropic-ai/sdk": "^0.
|
|
39
|
-
"@google/generative-ai": "^0.
|
|
39
|
+
"@anthropic-ai/sdk": "^0.65.0",
|
|
40
|
+
"@google/generative-ai": "^0.24.1",
|
|
40
41
|
"chalk": "^4.1.2",
|
|
41
42
|
"commander": "^11.1.0",
|
|
42
43
|
"dotenv": "^17.2.3",
|
|
@@ -44,7 +45,7 @@
|
|
|
44
45
|
"inquirer": "^8.2.5",
|
|
45
46
|
"inquirer-autocomplete-prompt": "^2.0.1",
|
|
46
47
|
"node-fetch": "^2.7.0",
|
|
47
|
-
"openai": "^
|
|
48
|
+
"openai": "^6.1.0",
|
|
48
49
|
"ora": "^5.4.1",
|
|
49
50
|
"uuid": "^9.0.1"
|
|
50
51
|
},
|