oh-my-customcode 0.30.3 → 0.30.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.
package/README.md CHANGED
@@ -21,7 +21,7 @@ Like oh-my-zsh transformed shell customization, oh-my-customcode makes personali
21
21
 
22
22
  | Feature | Description |
23
23
  |---------|-------------|
24
- | **Batteries Included** | 42 agents, 66 skills, 22 guides, 18 rules, 2 hooks, 4 contexts, ontology graph - ready to use out of the box |
24
+ | **Batteries Included** | 43 agents, 67 skills, 23 guides, 18 rules, 2 hooks, 4 contexts, ontology graph - ready to use out of the box |
25
25
  | **Sub-Agent Model** | Supports hierarchical agent orchestration with specialized roles |
26
26
  | **Dead Simple Customization** | Create a folder + markdown file = new agent or skill |
27
27
  | **Mix and Match** | Use built-in components, create your own, or combine both |
@@ -175,7 +175,7 @@ All commands are invoked inside the Claude Code conversation.
175
175
  | **Infrastructure** | 2 | infra-docker-expert, infra-aws-expert |
176
176
  | **QA** | 3 | qa-planner, qa-writer, qa-engineer |
177
177
  | **Security** | 1 | sec-codeql-expert |
178
- | **Total** | **42** | |
178
+ | **Total** | **43** | |
179
179
 
180
180
  ### Skills (67)
181
181
 
@@ -275,12 +275,12 @@ your-project/
275
275
  ├── rules/ # Behavior rules (18 total)
276
276
  ├── hooks/ # Event hooks (2 total)
277
277
  ├── contexts/ # Context files (4 total)
278
- ├── agents/ # Agent definitions (42 flat .md files)
278
+ ├── agents/ # Agent definitions (43 flat .md files)
279
279
  │ ├── lang-golang-expert.md
280
280
  │ ├── be-fastapi-expert.md
281
281
  │ ├── mgr-creator.md
282
282
  │ └── ...
283
- ├── skills/ # Skill modules (66 directories, each with SKILL.md)
283
+ ├── skills/ # Skill modules (67 directories, each with SKILL.md)
284
284
  │ ├── go-best-practices/
285
285
  │ ├── react-best-practices/
286
286
  │ ├── secretary-routing/
@@ -291,7 +291,7 @@ your-project/
291
291
  │ ├── skills.yaml
292
292
  │ ├── rules.yaml
293
293
  │ └── graphs/
294
- └── guides/ # Reference docs (22 total)
294
+ └── guides/ # Reference docs (23 total)
295
295
  ```
296
296
 
297
297
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-customcode",
3
- "version": "0.30.3",
3
+ "version": "0.30.5",
4
4
  "description": "Batteries-included agent harness for Claude Code",
5
5
  "type": "module",
6
6
  "bin": {
@@ -186,7 +186,7 @@ Hybrid Workflow:
186
186
  | Step | Agent | Model |
187
187
  |------|-------|-------|
188
188
  | Analysis | Claude team member | sonnet/opus |
189
- | Generation | codex-exec | o3/o4-mini |
189
+ | Generation | codex-exec | (Codex default) |
190
190
  | Review | Claude team member | sonnet |
191
191
  | Refinement | Appropriate expert | sonnet |
192
192
 
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.30.3",
2
+ "version": "0.30.5",
3
3
  "lastUpdated": "2026-03-09T00:00:00.000Z",
4
4
  "components": [
5
5
  {