pg-ast 2.18.2 → 2.20.0

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 +15 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -99,6 +99,21 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
99
99
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
100
100
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
101
101
 
102
+ ### 📚 Documentation & Skills
103
+
104
+ * [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.
105
+
106
+ Install skills for AI coding agents:
107
+
108
+ ```bash
109
+ # All platform skills (security, blueprints, codegen, billing, etc.)
110
+ npx skills add constructive-io/constructive-skills
111
+
112
+ # Individual repo skills (pgpm, testing, CLI, search, etc.)
113
+ npx skills add https://github.com/constructive-io/constructive --skill pgpm
114
+ npx skills add https://github.com/constructive-io/constructive --skill constructive-testing
115
+ ```
116
+
102
117
  ## Credits
103
118
 
104
119
  **🛠 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": "pg-ast",
3
- "version": "2.18.2",
3
+ "version": "2.20.0",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "PostgreSQL ASTs in JS",
6
6
  "main": "index.js",
@@ -45,5 +45,5 @@
45
45
  "@pgsql/types": "^17.6.2",
46
46
  "nested-obj": "0.2.2"
47
47
  },
48
- "gitHead": "423992019655cc1e780149ce3f7e6e8c9b1c6e80"
48
+ "gitHead": "958154492690368ffffef974122ea243c68055e2"
49
49
  }