oh-my-customcodex 0.3.5 → 0.3.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.
package/README.md CHANGED
@@ -275,18 +275,14 @@ your-project/
275
275
  ├── AGENTS.md # Entry point
276
276
  ├── .codex/
277
277
  │ ├── agents/ # 48 agent definitions
278
- │ ├── skills/ # 108 skill modules
278
+ │ ├── skills/ # 112 skill modules
279
279
  │ ├── rules/ # 22 governance rules (R000-R021)
280
280
  │ ├── hooks/ # 15 lifecycle hook scripts
281
281
  │ ├── schemas/ # Tool input validation schemas
282
282
  │ ├── specs/ # Extracted canonical specs
283
283
  │ ├── contexts/ # 4 shared context files
284
284
  │ └── ontology/ # Knowledge graph for RAG
285
- <<<<<<< HEAD
286
285
  └── guides/ # 40 reference documents
287
- =======
288
- └── guides/ # 40 reference documents
289
- >>>>>>> origin/develop
290
286
  ```
291
287
 
292
288
  ---
package/dist/cli/index.js CHANGED
@@ -3091,7 +3091,7 @@ var init_package = __esm(() => {
3091
3091
  workspaces: [
3092
3092
  "packages/*"
3093
3093
  ],
3094
- version: "0.3.5",
3094
+ version: "0.3.7",
3095
3095
  description: "Batteries-included agent harness on top of GPT Codex + OMX",
3096
3096
  type: "module",
3097
3097
  bin: {
package/dist/index.js CHANGED
@@ -2180,7 +2180,7 @@ var package_default = {
2180
2180
  workspaces: [
2181
2181
  "packages/*"
2182
2182
  ],
2183
- version: "0.3.5",
2183
+ version: "0.3.7",
2184
2184
  description: "Batteries-included agent harness on top of GPT Codex + OMX",
2185
2185
  type: "module",
2186
2186
  bin: {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "workspaces": [
4
4
  "packages/*"
5
5
  ],
6
- "version": "0.3.5",
6
+ "version": "0.3.7",
7
7
  "description": "Batteries-included agent harness on top of GPT Codex + OMX",
8
8
  "type": "module",
9
9
  "bin": {
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "0.3.5",
3
- "lastUpdated": "2026-04-22T05:00:00.000Z",
2
+ "version": "0.3.7",
3
+ "lastUpdated": "2026-04-22T05:10:00.000Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "rules",