oh-my-customcodex 0.3.1 → 0.3.4

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.
Files changed (44) hide show
  1. package/README.md +34 -34
  2. package/dist/cli/index.js +25 -30
  3. package/dist/index.js +5 -10
  4. package/package.json +1 -4
  5. package/templates/.claude/hooks/scripts/adaptive-harness-scan.sh +3 -3
  6. package/templates/.claude/rules/MUST-continuous-improvement.md +1 -1
  7. package/templates/.claude/rules/MUST-sync-verification.md +3 -3
  8. package/templates/.claude/rules/SHOULD-wiki-sync.md +6 -6
  9. package/templates/.claude/skills/adaptive-harness/SKILL.md +11 -11
  10. package/templates/.claude/skills/agora/SKILL.md +5 -5
  11. package/templates/.claude/skills/analysis/SKILL.md +3 -3
  12. package/templates/.claude/skills/audit-agents/SKILL.md +1 -1
  13. package/templates/.claude/skills/claude-native/SKILL.md +5 -5
  14. package/templates/.claude/skills/create-agent/SKILL.md +1 -1
  15. package/templates/.claude/skills/dev-refactor/SKILL.md +3 -3
  16. package/templates/.claude/skills/evaluator-optimizer/SKILL.md +1 -1
  17. package/templates/.claude/skills/fix-refs/SKILL.md +1 -1
  18. package/templates/.claude/skills/harness-eval/SKILL.md +4 -4
  19. package/templates/.claude/skills/help/SKILL.md +1 -1
  20. package/templates/.claude/skills/lists/SKILL.md +1 -1
  21. package/templates/.claude/skills/monitoring-setup/SKILL.md +1 -1
  22. package/templates/.claude/skills/npm-audit/SKILL.md +1 -1
  23. package/templates/.claude/skills/npm-publish/SKILL.md +1 -1
  24. package/templates/.claude/skills/npm-version/SKILL.md +1 -1
  25. package/templates/.claude/skills/omcodex-auto-improve/SKILL.md +4 -4
  26. package/templates/.claude/skills/omcodex-feedback/SKILL.md +10 -10
  27. package/templates/.claude/skills/omcodex-improve-report/SKILL.md +2 -2
  28. package/templates/.claude/skills/omcodex-loop/SKILL.md +4 -4
  29. package/templates/.claude/skills/omcodex-release-notes/SKILL.md +5 -5
  30. package/templates/.claude/skills/omcodex-takeover/SKILL.md +4 -4
  31. package/templates/.claude/skills/omcodex-web/SKILL.md +4 -4
  32. package/templates/.claude/skills/sauron-watch/SKILL.md +1 -1
  33. package/templates/.claude/skills/scout/SKILL.md +1 -1
  34. package/templates/.claude/skills/status/SKILL.md +1 -1
  35. package/templates/.claude/skills/update-docs/SKILL.md +1 -1
  36. package/templates/.claude/skills/update-external/SKILL.md +1 -1
  37. package/templates/.claude/skills/wiki/SKILL.md +9 -9
  38. package/templates/.claude/skills/wiki-rag/SKILL.md +6 -6
  39. package/templates/AGENTS.md.en +22 -22
  40. package/templates/AGENTS.md.ko +22 -22
  41. package/templates/CLAUDE.md +12 -12
  42. package/templates/CLAUDE.md.en +22 -22
  43. package/templates/CLAUDE.md.ko +22 -22
  44. package/templates/manifest.json +2 -2
@@ -94,24 +94,24 @@ NO EXCEPTIONS. NO EXCUSES.
94
94
 
95
95
  | Command | Description |
96
96
  |---------|-------------|
97
- | `/omcodex:analysis` | Analyze project and auto-configure customizations |
97
+ | `/omcustomcodex:analysis` | Analyze project and auto-configure customizations |
98
98
  | `/idea` | Turn a natural-language idea into structured issue specs |
99
- | `/omcodex:create-agent` | Create a new agent |
100
- | `/omcodex:update-docs` | Sync documentation with project structure |
101
- | `/omcodex:update-external` | Update agents from external sources |
102
- | `/omcodex:audit-agents` | Audit agent dependencies |
103
- | `/omcodex:fix-refs` | Fix broken references |
104
- | `/omcodex:takeover` | Extract canonical spec from existing agent/skill |
99
+ | `/omcustomcodex:create-agent` | Create a new agent |
100
+ | `/omcustomcodex:update-docs` | Sync documentation with project structure |
101
+ | `/omcustomcodex:update-external` | Update agents from external sources |
102
+ | `/omcustomcodex:audit-agents` | Audit agent dependencies |
103
+ | `/omcustomcodex:fix-refs` | Fix broken references |
104
+ | `/omcustomcodex:takeover` | Extract canonical spec from existing agent/skill |
105
105
  | `/dev-review` | Review code for best practices |
106
106
  | `/dev-refactor` | Refactor code |
107
107
  | `/memory-save` | Save session context to omx-memory |
108
108
  | `/memory-recall` | Search and recall memories |
109
- | `/omcodex:monitoring-setup` | Enable/disable OTel console monitoring |
109
+ | `/omcustomcodex:monitoring-setup` | Enable/disable OTel console monitoring |
110
110
  | `/token-efficiency-audit` | Audit and tune token-efficiency settings |
111
- | `/omcodex:npm-publish` | Publish package to npm registry |
112
- | `/omcodex:npm-version` | Manage semantic versions |
113
- | `/omcodex:npm-audit` | Audit dependencies |
114
- | `/omcodex-release-notes` | Generate release notes from git history |
111
+ | `/omcustomcodex:npm-publish` | Publish package to npm registry |
112
+ | `/omcustomcodex:npm-version` | Manage semantic versions |
113
+ | `/omcustomcodex:npm-audit` | Audit dependencies |
114
+ | `/omcustomcodex-release-notes` | Generate release notes from git history |
115
115
  | `/codex-exec` | Execute Codex CLI prompts |
116
116
  | `/optimize-analyze` | Analyze bundle and performance |
117
117
  | `/optimize-bundle` | Optimize bundle size |
@@ -119,11 +119,11 @@ NO EXCEPTIONS. NO EXCUSES.
119
119
  | `/research` | 10-team parallel deep analysis and cross-verification |
120
120
  | `/deep-plan` | Research-validated planning (research → plan → verify) |
121
121
  | `/pre-generation-arch-check` | Check architecture risks before implementation |
122
- | `/omcodex:sauron-watch` | Full R017 verification |
122
+ | `/omcustomcodex:sauron-watch` | Full R017 verification |
123
123
  | `/structured-dev-cycle` | 6-stage structured development cycle (Plan → Verify → Implement → Verify → Compound → Done) |
124
- | `/omcodex:lists` | Show all available commands |
125
- | `/omcodex:status` | Show system status |
126
- | `/omcodex:help` | Show help information |
124
+ | `/omcustomcodex:lists` | Show all available commands |
125
+ | `/omcustomcodex:status` | Show system status |
126
+ | `/omcustomcodex:help` | Show help information |
127
127
 
128
128
  ## Project Structure
129
129
 
@@ -198,15 +198,15 @@ Task tool + routing skills remain the fallback for simple/cost-sensitive tasks.
198
198
 
199
199
  ```bash
200
200
  # Project analysis
201
- /omcodex:analysis
201
+ /omcustomcodex:analysis
202
202
 
203
203
  # Show all commands
204
- /omcodex:lists
204
+ /omcustomcodex:lists
205
205
 
206
206
  # Agent management
207
- /omcodex:create-agent my-agent
208
- /omcodex:update-docs
209
- /omcodex:audit-agents
207
+ /omcustomcodex:create-agent my-agent
208
+ /omcustomcodex:update-docs
209
+ /omcustomcodex:audit-agents
210
210
 
211
211
  # Code review
212
212
  /dev-review src/main.go
@@ -216,7 +216,7 @@ Task tool + routing skills remain the fallback for simple/cost-sensitive tasks.
216
216
  /memory-recall authentication
217
217
 
218
218
  # Verification
219
- /omcodex:sauron-watch
219
+ /omcustomcodex:sauron-watch
220
220
  ```
221
221
 
222
222
  ## External Dependencies
@@ -94,24 +94,24 @@ oh-my-customcodex로 구동됩니다.
94
94
 
95
95
  | 커맨드 | 설명 |
96
96
  |--------|------|
97
- | `/omcodex:analysis` | 프로젝트 분석 및 자동 커스터마이징 |
97
+ | `/omcustomcodex:analysis` | 프로젝트 분석 및 자동 커스터마이징 |
98
98
  | `/idea` | 자연어 아이디어를 구조화된 이슈 스펙으로 변환 |
99
- | `/omcodex:create-agent` | 새 에이전트 생성 |
100
- | `/omcodex:update-docs` | 프로젝트 구조와 문서 동기화 |
101
- | `/omcodex:update-external` | 외부 소스에서 에이전트 업데이트 |
102
- | `/omcodex:audit-agents` | 에이전트 의존성 감사 |
103
- | `/omcodex:fix-refs` | 깨진 참조 수정 |
104
- | `/omcodex:takeover` | 기존 에이전트/스킬에서 canonical spec 추출 |
99
+ | `/omcustomcodex:create-agent` | 새 에이전트 생성 |
100
+ | `/omcustomcodex:update-docs` | 프로젝트 구조와 문서 동기화 |
101
+ | `/omcustomcodex:update-external` | 외부 소스에서 에이전트 업데이트 |
102
+ | `/omcustomcodex:audit-agents` | 에이전트 의존성 감사 |
103
+ | `/omcustomcodex:fix-refs` | 깨진 참조 수정 |
104
+ | `/omcustomcodex:takeover` | 기존 에이전트/스킬에서 canonical spec 추출 |
105
105
  | `/dev-review` | 코드 베스트 프랙티스 리뷰 |
106
106
  | `/dev-refactor` | 코드 리팩토링 |
107
107
  | `/memory-save` | 세션 컨텍스트를 omx-memory에 저장 |
108
108
  | `/memory-recall` | 메모리 검색 및 리콜 |
109
- | `/omcodex:monitoring-setup` | OTel 콘솔 모니터링 활성화/비활성화 |
109
+ | `/omcustomcodex:monitoring-setup` | OTel 콘솔 모니터링 활성화/비활성화 |
110
110
  | `/token-efficiency-audit` | 토큰 효율 설정 감사 및 조정 |
111
- | `/omcodex:npm-publish` | npm 레지스트리에 패키지 배포 |
112
- | `/omcodex:npm-version` | 시맨틱 버전 관리 |
113
- | `/omcodex:npm-audit` | 의존성 감사 |
114
- | `/omcodex-release-notes` | 릴리즈 노트 생성 (git 히스토리 기반) |
111
+ | `/omcustomcodex:npm-publish` | npm 레지스트리에 패키지 배포 |
112
+ | `/omcustomcodex:npm-version` | 시맨틱 버전 관리 |
113
+ | `/omcustomcodex:npm-audit` | 의존성 감사 |
114
+ | `/omcustomcodex-release-notes` | 릴리즈 노트 생성 (git 히스토리 기반) |
115
115
  | `/codex-exec` | Codex CLI 프롬프트 실행 |
116
116
  | `/optimize-analyze` | 번들 및 성능 분석 |
117
117
  | `/optimize-bundle` | 번들 크기 최적화 |
@@ -119,11 +119,11 @@ oh-my-customcodex로 구동됩니다.
119
119
  | `/research` | 10-team 병렬 딥 분석 및 교차 검증 |
120
120
  | `/deep-plan` | 연구 검증 기반 계획 수립 (research → plan → verify) |
121
121
  | `/pre-generation-arch-check` | 구현 전 아키텍처 위험 점검 |
122
- | `/omcodex:sauron-watch` | 전체 R017 검증 |
122
+ | `/omcustomcodex:sauron-watch` | 전체 R017 검증 |
123
123
  | `/structured-dev-cycle` | 6단계 구조적 개발 사이클 (Plan → Verify → Implement → Verify → Compound → Done) |
124
- | `/omcodex:lists` | 모든 사용 가능한 커맨드 표시 |
125
- | `/omcodex:status` | 시스템 상태 표시 |
126
- | `/omcodex:help` | 도움말 표시 |
124
+ | `/omcustomcodex:lists` | 모든 사용 가능한 커맨드 표시 |
125
+ | `/omcustomcodex:status` | 시스템 상태 표시 |
126
+ | `/omcustomcodex:help` | 도움말 표시 |
127
127
 
128
128
  ## 프로젝트 구조
129
129
 
@@ -198,15 +198,15 @@ Codex CLI의 Agent Teams 기능이 활성화되어 있으면 (`OMCODEX_AGENT_TEA
198
198
 
199
199
  ```bash
200
200
  # 프로젝트 분석
201
- /omcodex:analysis
201
+ /omcustomcodex:analysis
202
202
 
203
203
  # 모든 커맨드 표시
204
- /omcodex:lists
204
+ /omcustomcodex:lists
205
205
 
206
206
  # 에이전트 관리
207
- /omcodex:create-agent my-agent
208
- /omcodex:update-docs
209
- /omcodex:audit-agents
207
+ /omcustomcodex:create-agent my-agent
208
+ /omcustomcodex:update-docs
209
+ /omcustomcodex:audit-agents
210
210
 
211
211
  # 코드 리뷰
212
212
  /dev-review src/main.go
@@ -216,7 +216,7 @@ Codex CLI의 Agent Teams 기능이 활성화되어 있으면 (`OMCODEX_AGENT_TEA
216
216
  /memory-recall authentication
217
217
 
218
218
  # 검증
219
- /omcodex:sauron-watch
219
+ /omcustomcodex:sauron-watch
220
220
  ```
221
221
 
222
222
  ## 외부 의존성
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "0.3.1",
3
- "lastUpdated": "2026-04-22T03:55:00.000Z",
2
+ "version": "0.3.4",
3
+ "lastUpdated": "2026-04-22T04:45:00.000Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "rules",