agdi 2.10.1 β 2.10.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/README.md +20 -26
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,32 +26,26 @@ agdi squad "Build a todo app with authentication" --deploy
|
|
|
26
26
|
## π How It Works
|
|
27
27
|
|
|
28
28
|
```
|
|
29
|
-
|
|
30
|
-
β
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
β
|
|
34
|
-
|
|
35
|
-
β
|
|
36
|
-
|
|
37
|
-
β
|
|
38
|
-
|
|
39
|
-
β
|
|
40
|
-
|
|
41
|
-
β
|
|
42
|
-
|
|
43
|
-
β
|
|
44
|
-
|
|
45
|
-
β
|
|
46
|
-
|
|
47
|
-
β
|
|
48
|
-
|
|
49
|
-
β βΌ ββββββββββββββββΊπ DevOps β β
|
|
50
|
-
β π§ Fix β β β
|
|
51
|
-
β β βΌ β β
|
|
52
|
-
β ββββββββββββΊ π Live URL! π β β
|
|
53
|
-
β β
|
|
54
|
-
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
|
29
|
+
π€ Your Prompt
|
|
30
|
+
β
|
|
31
|
+
βΌ
|
|
32
|
+
π§ Manager Agent βββββΊ π Project Spec
|
|
33
|
+
β
|
|
34
|
+
βββββΊ π¨ Frontend
|
|
35
|
+
β β
|
|
36
|
+
βββββΊ βοΈ Backend
|
|
37
|
+
β
|
|
38
|
+
βββββββββββΌββββββββββ
|
|
39
|
+
β π΅οΈ QA Agent β
|
|
40
|
+
βββββββββββ¬ββββββββββ
|
|
41
|
+
β
|
|
42
|
+
Build Pass?
|
|
43
|
+
β β
|
|
44
|
+
No ββΌβ βββΌββ Yes
|
|
45
|
+
β β
|
|
46
|
+
π§ Fix π DevOps Agent
|
|
47
|
+
β β
|
|
48
|
+
ββββββββΊ π Live URL
|
|
55
49
|
```
|
|
56
50
|
|
|
57
51
|
---
|
package/dist/index.js
CHANGED
|
@@ -6327,7 +6327,7 @@ ${chalk18.cyan(`/_/ |_|\\_, /\\__,_//_/ `)}
|
|
|
6327
6327
|
${chalk18.cyan(` /____/ `)}
|
|
6328
6328
|
`;
|
|
6329
6329
|
var program = new Command();
|
|
6330
|
-
program.name("agdi").description(chalk18.cyan("\u{1F680} AI-powered coding assistant")).version("2.10.
|
|
6330
|
+
program.name("agdi").description(chalk18.cyan("\u{1F680} AI-powered coding assistant")).version("2.10.3").option("-y, --yes", "Auto-approve all prompts (headless/CI mode)").option("-m, --minimal", "Generate only the requested file(s), not a full app").option("-d, --dry-run", "Show what would be created without writing files");
|
|
6331
6331
|
program.hook("preAction", (thisCommand) => {
|
|
6332
6332
|
const opts = thisCommand.opts();
|
|
6333
6333
|
if (opts.yes) {
|