oh-my-customcode 0.44.6 → 0.45.1

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
@@ -13,7 +13,7 @@
13
13
 
14
14
  **[한국어 문서 (Korean)](./README_ko.md)**
15
15
 
16
- 45 agents. 77 skills. 21 rules. One command.
16
+ 45 agents. 82 skills. 21 rules. One command.
17
17
 
18
18
  ```bash
19
19
  npm install -g oh-my-customcode && cd your-project && omcustom init
@@ -138,7 +138,7 @@ Each agent declares its tools, model, memory scope, and limitations in YAML fron
138
138
 
139
139
  ---
140
140
 
141
- ### Skills (77)
141
+ ### Skills (82)
142
142
 
143
143
  | Category | Count | Includes |
144
144
  |----------|-------|----------|
@@ -215,7 +215,7 @@ Key rules: R010 (orchestrator never writes files), R009 (parallel execution mand
215
215
 
216
216
  ---
217
217
 
218
- ### Guides (26)
218
+ ### Guides (28)
219
219
 
220
220
  Reference documentation covering best practices, architecture decisions, and integration patterns. Located in `guides/` at project root, covering topics from agent design to CI/CD to observability.
221
221
 
@@ -257,14 +257,14 @@ your-project/
257
257
  ├── CLAUDE.md # Entry point
258
258
  ├── .claude/
259
259
  │ ├── agents/ # 45 agent definitions
260
- │ ├── skills/ # 77 skill modules
260
+ │ ├── skills/ # 78 skill modules
261
261
  │ ├── rules/ # 21 governance rules (R000-R021)
262
262
  │ ├── hooks/ # 15 lifecycle hook scripts
263
263
  │ ├── schemas/ # Tool input validation schemas
264
264
  │ ├── specs/ # Extracted canonical specs
265
265
  │ ├── contexts/ # 4 shared context files
266
266
  │ └── ontology/ # Knowledge graph for RAG
267
- └── guides/ # 26 reference documents
267
+ └── guides/ # 28 reference documents
268
268
  ```
269
269
 
270
270
  ---