@constructive-io/cli 7.23.6 → 7.23.8

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.
Files changed (2) hide show
  1. package/README.md +11 -0
  2. 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.6",
3
+ "version": "7.23.8",
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.3",
48
+ "@constructive-io/graphql-codegen": "^4.47.5",
49
49
  "@constructive-io/graphql-env": "^3.13.0",
50
- "@constructive-io/graphql-explorer": "^4.21.2",
51
- "@constructive-io/graphql-server": "^4.35.2",
50
+ "@constructive-io/graphql-explorer": "^4.21.4",
51
+ "@constructive-io/graphql-server": "^4.35.4",
52
52
  "@constructive-io/graphql-types": "^3.12.0",
53
- "@constructive-io/knative-job-service": "^2.20.2",
53
+ "@constructive-io/knative-job-service": "^2.20.4",
54
54
  "@inquirerer/utils": "^3.3.7",
55
- "@pgpmjs/core": "^6.22.0",
55
+ "@pgpmjs/core": "^6.23.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.26.3",
65
+ "pgpm": "^4.27.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": "12515d72a1c3db748a317157770e7aec4db34c34"
80
+ "gitHead": "30fdaaacfc61f86b3e466f0c4c3768550fd77a55"
81
81
  }