@base44-preview/cli 0.0.23-pr.142.62f77ee → 0.0.24-pr.145.9ad2228
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
CHANGED
|
@@ -57,30 +57,11 @@ The CLI will guide you through project setup. For step-by-step tutorials, see th
|
|
|
57
57
|
|
|
58
58
|
<!--| [`eject`](https://docs.base44.com/developers/references/cli/commands/eject) | Create a Base44 backend project from an existing Base44 app | -->
|
|
59
59
|
|
|
60
|
-
## AI
|
|
60
|
+
## AI agent skills
|
|
61
61
|
|
|
62
|
-
When creating a project,
|
|
62
|
+
When creating a project, [base44/skills](https://github.com/base44/skills) are automatically installed. These help AI agents understand how to work with Base44 projects.
|
|
63
63
|
|
|
64
|
-
|
|
65
|
-
◆ Add AI agent skills? (Select agents to configure)
|
|
66
|
-
│ ◼ Cursor
|
|
67
|
-
│ ◼ Claude Code
|
|
68
|
-
└
|
|
69
|
-
```
|
|
70
|
-
|
|
71
|
-
This installs [base44/skills](https://github.com/base44/skills) which helps AI agents understand how to work with Base44 projects.
|
|
72
|
-
|
|
73
|
-
**Non-interactive mode:**
|
|
74
|
-
|
|
75
|
-
```bash
|
|
76
|
-
# Install skills for all supported agents
|
|
77
|
-
base44 create --name my-app --path ./my-app --skills
|
|
78
|
-
|
|
79
|
-
# Skip skills installation
|
|
80
|
-
base44 create --name my-app --path ./my-app
|
|
81
|
-
```
|
|
82
|
-
|
|
83
|
-
**Manual installation:**
|
|
64
|
+
If you need to install skills manually, use the following command:
|
|
84
65
|
|
|
85
66
|
```bash
|
|
86
67
|
npx add-skill base44/skills
|
package/dist/index.js
CHANGED
|
@@ -39225,7 +39225,7 @@ const siteDeployCommand = new Command("site").description("Manage site deploymen
|
|
|
39225
39225
|
|
|
39226
39226
|
//#endregion
|
|
39227
39227
|
//#region package.json
|
|
39228
|
-
var version = "0.0.
|
|
39228
|
+
var version = "0.0.24";
|
|
39229
39229
|
|
|
39230
39230
|
//#endregion
|
|
39231
39231
|
//#region src/cli/program.ts
|