@constructive-io/cli 7.23.7 → 7.23.9
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 +11 -0
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -243,6 +243,17 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
|
243
243
|
|
|
244
244
|
* [constructive-skills](https://github.com/constructive-io/constructive-skills): **📖 Platform documentation and AI agent skills** — feature catalog, blueprint reference, SDK guides (i18n, billing, limits, events, uploads, security, entities, search, AI), and deployment guides.
|
|
245
245
|
|
|
246
|
+
Install skills for AI coding agents:
|
|
247
|
+
|
|
248
|
+
```bash
|
|
249
|
+
# All platform skills (security, blueprints, codegen, billing, etc.)
|
|
250
|
+
npx skills add constructive-io/constructive-skills
|
|
251
|
+
|
|
252
|
+
# Individual repo skills (pgpm, testing, CLI, search, etc.)
|
|
253
|
+
npx skills add https://github.com/constructive-io/constructive --skill pgpm
|
|
254
|
+
npx skills add https://github.com/constructive-io/constructive --skill constructive-testing
|
|
255
|
+
```
|
|
256
|
+
|
|
246
257
|
## Credits
|
|
247
258
|
|
|
248
259
|
**🛠 Built by the [Constructive](https://constructive.io) team — creators of modular Postgres tooling for secure, composable backends. If you like our work, contribute on [GitHub](https://github.com/constructive-io).**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@constructive-io/cli",
|
|
3
|
-
"version": "7.23.
|
|
3
|
+
"version": "7.23.9",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "Constructive CLI",
|
|
6
6
|
"main": "index.js",
|
|
@@ -45,14 +45,14 @@
|
|
|
45
45
|
"ts-node": "^10.9.2"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@constructive-io/graphql-codegen": "^4.47.
|
|
48
|
+
"@constructive-io/graphql-codegen": "^4.47.6",
|
|
49
49
|
"@constructive-io/graphql-env": "^3.13.0",
|
|
50
|
-
"@constructive-io/graphql-explorer": "^4.21.
|
|
51
|
-
"@constructive-io/graphql-server": "^4.35.
|
|
50
|
+
"@constructive-io/graphql-explorer": "^4.21.5",
|
|
51
|
+
"@constructive-io/graphql-server": "^4.35.5",
|
|
52
52
|
"@constructive-io/graphql-types": "^3.12.0",
|
|
53
|
-
"@constructive-io/knative-job-service": "^2.20.
|
|
53
|
+
"@constructive-io/knative-job-service": "^2.20.5",
|
|
54
54
|
"@inquirerer/utils": "^3.3.7",
|
|
55
|
-
"@pgpmjs/core": "^6.
|
|
55
|
+
"@pgpmjs/core": "^6.24.0",
|
|
56
56
|
"@pgpmjs/logger": "^2.12.0",
|
|
57
57
|
"@pgpmjs/server-utils": "^3.13.0",
|
|
58
58
|
"@pgpmjs/types": "^2.29.0",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"js-yaml": "^4.1.0",
|
|
63
63
|
"pg-cache": "^3.12.0",
|
|
64
64
|
"pg-env": "^1.16.0",
|
|
65
|
-
"pgpm": "^4.
|
|
65
|
+
"pgpm": "^4.28.0",
|
|
66
66
|
"shelljs": "^0.10.0",
|
|
67
67
|
"yanse": "^0.2.1"
|
|
68
68
|
},
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"postgres",
|
|
78
78
|
"graphile"
|
|
79
79
|
],
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "659c7776183c8dc497e640c384e8d1af45965065"
|
|
81
81
|
}
|