@constructive-io/graphql-server 4.35.3 → 4.35.5

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 +5 -5
package/README.md CHANGED
@@ -205,6 +205,17 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
205
205
 
206
206
  * [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.
207
207
 
208
+ Install skills for AI coding agents:
209
+
210
+ ```bash
211
+ # All platform skills (security, blueprints, codegen, billing, etc.)
212
+ npx skills add constructive-io/constructive-skills
213
+
214
+ # Individual repo skills (pgpm, testing, CLI, search, etc.)
215
+ npx skills add https://github.com/constructive-io/constructive --skill pgpm
216
+ npx skills add https://github.com/constructive-io/constructive --skill constructive-testing
217
+ ```
218
+
208
219
  ## Credits
209
220
 
210
221
  **🛠 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/graphql-server",
3
- "version": "4.35.3",
3
+ "version": "4.35.5",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "Constructive GraphQL Server",
6
6
  "main": "index.js",
@@ -65,8 +65,8 @@
65
65
  "graphile-build-pg": "5.0.2",
66
66
  "graphile-cache": "^3.13.0",
67
67
  "graphile-config": "1.0.1",
68
- "graphile-llm": "^0.11.2",
69
- "graphile-settings": "^5.6.2",
68
+ "graphile-llm": "^0.11.4",
69
+ "graphile-settings": "^5.6.4",
70
70
  "graphile-utils": "5.0.1",
71
71
  "graphql": "16.13.0",
72
72
  "graphql-upload": "^13.0.0",
@@ -90,10 +90,10 @@
90
90
  "@types/pg": "^8.20.0",
91
91
  "@types/request-ip": "^0.0.41",
92
92
  "cookie-parser": "^1.4.7",
93
- "graphile-test": "4.17.2",
93
+ "graphile-test": "4.17.4",
94
94
  "makage": "^0.3.0",
95
95
  "nodemon": "^3.1.14",
96
96
  "ts-node": "^10.9.2"
97
97
  },
98
- "gitHead": "d6a34a51d5e889443c2345c80ccfcea050875bda"
98
+ "gitHead": "659c7776183c8dc497e640c384e8d1af45965065"
99
99
  }