introspectron 4.20.6 → 4.20.7

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 +4 -4
package/README.md CHANGED
@@ -112,6 +112,17 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
112
112
 
113
113
  * [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.
114
114
 
115
+ Install skills for AI coding agents:
116
+
117
+ ```bash
118
+ # All platform skills (security, blueprints, codegen, billing, etc.)
119
+ npx skills add constructive-io/constructive-skills
120
+
121
+ # Individual repo skills (pgpm, testing, CLI, search, etc.)
122
+ npx skills add https://github.com/constructive-io/constructive --skill pgpm
123
+ npx skills add https://github.com/constructive-io/constructive --skill constructive-testing
124
+ ```
125
+
115
126
  ## Credits
116
127
 
117
128
  **🛠 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": "introspectron",
3
- "version": "4.20.6",
3
+ "version": "4.20.7",
4
4
  "description": "introspect your Postgres database and generate an SDK",
5
5
  "author": "Constructive <developers@constructive.io>",
6
6
  "main": "index.js",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@constructive-io/graphql-test": "^4.21.6",
32
+ "@constructive-io/graphql-test": "^4.21.7",
33
33
  "@jest/test-sequencer": "^30.4.1",
34
34
  "@types/pg": "^8.20.0",
35
35
  "makage": "^0.3.0",
36
- "pgsql-test": "^4.16.2"
36
+ "pgsql-test": "^4.16.3"
37
37
  },
38
38
  "dependencies": {
39
39
  "graphql": "16.13.0",
@@ -48,5 +48,5 @@
48
48
  "graphile",
49
49
  "constructive"
50
50
  ],
51
- "gitHead": "d6a34a51d5e889443c2345c80ccfcea050875bda"
51
+ "gitHead": "30fdaaacfc61f86b3e466f0c4c3768550fd77a55"
52
52
  }