@constructive-io/knative-job-worker 2.16.2 → 2.16.4

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
@@ -66,6 +66,17 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
66
66
 
67
67
  * [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.
68
68
 
69
+ Install skills for AI coding agents:
70
+
71
+ ```bash
72
+ # All platform skills (security, blueprints, codegen, billing, etc.)
73
+ npx skills add constructive-io/constructive-skills
74
+
75
+ # Individual repo skills (pgpm, testing, CLI, search, etc.)
76
+ npx skills add https://github.com/constructive-io/constructive --skill pgpm
77
+ npx skills add https://github.com/constructive-io/constructive --skill constructive-testing
78
+ ```
79
+
69
80
  ## Credits
70
81
 
71
82
  **🛠 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/knative-job-worker",
3
- "version": "2.16.2",
3
+ "version": "2.16.4",
4
4
  "description": "knative job worker",
5
5
  "author": "Constructive <developers@constructive.io>",
6
6
  "homepage": "https://github.com/constructive-io/jobs/tree/master/packages/knative-job-worker#readme",
@@ -45,9 +45,9 @@
45
45
  "devDependencies": {
46
46
  "@pgpm/database-jobs": "^0.18.0",
47
47
  "@pgpm/verify": "^0.18.0",
48
- "@pgpmjs/core": "^6.22.1",
48
+ "@pgpmjs/core": "^6.24.0",
49
49
  "makage": "^0.3.0",
50
- "pgsql-test": "^4.16.2"
50
+ "pgsql-test": "^4.16.4"
51
51
  },
52
- "gitHead": "d6a34a51d5e889443c2345c80ccfcea050875bda"
52
+ "gitHead": "659c7776183c8dc497e640c384e8d1af45965065"
53
53
  }