oh-my-customcode 0.42.2 → 0.42.3

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "oh-my-customcode",
3
3
  "workspaces": ["packages/*"],
4
- "version": "0.42.2",
4
+ "version": "0.42.3",
5
5
  "description": "Batteries-included agent harness for Claude Code",
6
6
  "type": "module",
7
7
  "bin": {
@@ -135,7 +135,7 @@ project/
135
135
  | +-- rules/ # 전역 규칙 (R000-R021)
136
136
  | +-- hooks/ # 훅 스크립트 (보안, 검증, HUD)
137
137
  | +-- contexts/ # 컨텍스트 파일 (ecomode)
138
- +-- guides/ # 레퍼런스 문서 (25 토픽)
138
+ +-- guides/ # 레퍼런스 문서 (26 토픽)
139
139
  ```
140
140
 
141
141
  ## 오케스트레이션
@@ -133,7 +133,7 @@ project/
133
133
  | +-- rules/ # Global rules (R000-R020)
134
134
  | +-- hooks/ # Hook scripts (security, validation, HUD)
135
135
  | +-- contexts/ # Context files (ecomode)
136
- +-- guides/ # Reference docs (25 topics)
136
+ +-- guides/ # Reference docs (26 topics)
137
137
  ```
138
138
 
139
139
  ## Orchestration
@@ -133,7 +133,7 @@ project/
133
133
  | +-- rules/ # 전역 규칙 (R000-R020)
134
134
  | +-- hooks/ # 훅 스크립트 (보안, 검증, HUD)
135
135
  | +-- contexts/ # 컨텍스트 파일 (ecomode)
136
- +-- guides/ # 레퍼런스 문서 (25 토픽)
136
+ +-- guides/ # 레퍼런스 문서 (26 토픽)
137
137
  ```
138
138
 
139
139
  ## 오케스트레이션
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.42.2",
2
+ "version": "0.42.3",
3
3
  "lastUpdated": "2026-03-16T00:00:00.000Z",
4
4
  "components": [
5
5
  {