@principles/codex-adapter 0.4.4 → 0.4.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.
@@ -8,9 +8,12 @@
8
8
  * never fire on a real Codex event.
9
9
  *
10
10
  * EVIDENCE BOUND: this declaration contains only names with in-repo
11
- * evidence — the installer's hook matcher `Bash|apply_patch`
12
- * (create-principles-disciple/src/installers/codex-host-installer.ts:203,
13
- * locked by codex-plugin-bundle.test.ts). Extending it with the remaining
11
+ * evidence — the shipped hook matcher `Bash|apply_patch`
12
+ * (plugins/principles-disciple/hooks/hooks.json:5, locked by
13
+ * packages/codex-adapter/tests/codex-plugin-bundle.test.ts:183 and used as
14
+ * the installed-hook fixture in
15
+ * packages/create-principles-disciple/tests/codex-host-installer.test.ts
16
+ * lines 122/162/170). Extending it with the remaining
14
17
  * Codex tool surface is tracked as PRI-657 — a wrong guess would be worse
15
18
  * than a gap (the reliability check rejects undeclared names, forcing
16
19
  * correct names).
@@ -8,9 +8,12 @@
8
8
  * never fire on a real Codex event.
9
9
  *
10
10
  * EVIDENCE BOUND: this declaration contains only names with in-repo
11
- * evidence — the installer's hook matcher `Bash|apply_patch`
12
- * (create-principles-disciple/src/installers/codex-host-installer.ts:203,
13
- * locked by codex-plugin-bundle.test.ts). Extending it with the remaining
11
+ * evidence — the shipped hook matcher `Bash|apply_patch`
12
+ * (plugins/principles-disciple/hooks/hooks.json:5, locked by
13
+ * packages/codex-adapter/tests/codex-plugin-bundle.test.ts:183 and used as
14
+ * the installed-hook fixture in
15
+ * packages/create-principles-disciple/tests/codex-host-installer.test.ts
16
+ * lines 122/162/170). Extending it with the remaining
14
17
  * Codex tool surface is tracked as PRI-657 — a wrong guess would be worse
15
18
  * than a gap (the reliability check rejects undeclared names, forcing
16
19
  * correct names).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@principles/codex-adapter",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "Codex CLI host adapter for Principles Disciple — implements HostAdapter interface for OpenAI Codex CLI's stdin/stdout JSON hook model (ADR-0020).",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",