@iamdevlinph/codex-kit 1.0.20 → 1.0.22

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.
package/LICENSE CHANGED
@@ -1,6 +1,3 @@
1
- This license applies only to files included in the published
2
- @iamdevlinph/codex-kit npm package. It does not apply to repository-only files.
3
-
4
1
  ISC License
5
2
 
6
3
  Copyright (c) 2026 Devlin Pajaron
package/README.md CHANGED
@@ -246,9 +246,13 @@ standard-library modules.
246
246
 
247
247
  ## License
248
248
 
249
- Files included in the published `@iamdevlinph/codex-kit` npm package are
250
- licensed under the [ISC License](LICENSE). Repository-only files remain
251
- proprietary and are not covered by that license.
249
+ This repository and the published `@iamdevlinph/codex-kit` package are licensed
250
+ under the [ISC License](LICENSE).
251
+
252
+ ## Security
253
+
254
+ See [SECURITY.md](SECURITY.md) for supported versions and private vulnerability
255
+ reporting instructions.
252
256
 
253
257
  ## References
254
258
 
@@ -92,6 +92,10 @@ conditional procedures into validated project skills.
92
92
  - Reuse existing constants, schemas, enums, shared types, and components before
93
93
  creating duplicates. Add reusable domain values at their existing source of
94
94
  truth instead of scattering magic strings.
95
+ - Promote repeated closed-set domain values used in production control flow to
96
+ feature-owned immutable runtime constants. Where the language supports it,
97
+ derive static types from that runtime source; keep incidental presentation,
98
+ browser, protocol, route, environment, and test-contract strings inline.
95
99
 
96
100
  ## Project Discovery
97
101
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iamdevlinph/codex-kit",
3
- "version": "1.0.20",
3
+ "version": "1.0.22",
4
4
  "description": "Portable Codex subagents and project AGENTS.md defaults.",
5
5
  "type": "module",
6
6
  "bin": {