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.
- package/README.md +34 -34
- package/dist/cli/index.js +25 -30
- package/dist/index.js +5 -10
- package/package.json +1 -4
- package/templates/.claude/hooks/scripts/adaptive-harness-scan.sh +3 -3
- package/templates/.claude/rules/MUST-continuous-improvement.md +1 -1
- package/templates/.claude/rules/MUST-sync-verification.md +3 -3
- package/templates/.claude/rules/SHOULD-wiki-sync.md +6 -6
- package/templates/.claude/skills/adaptive-harness/SKILL.md +11 -11
- package/templates/.claude/skills/agora/SKILL.md +5 -5
- package/templates/.claude/skills/analysis/SKILL.md +3 -3
- package/templates/.claude/skills/audit-agents/SKILL.md +1 -1
- package/templates/.claude/skills/claude-native/SKILL.md +5 -5
- package/templates/.claude/skills/create-agent/SKILL.md +1 -1
- package/templates/.claude/skills/dev-refactor/SKILL.md +3 -3
- package/templates/.claude/skills/evaluator-optimizer/SKILL.md +1 -1
- package/templates/.claude/skills/fix-refs/SKILL.md +1 -1
- package/templates/.claude/skills/harness-eval/SKILL.md +4 -4
- package/templates/.claude/skills/help/SKILL.md +1 -1
- package/templates/.claude/skills/lists/SKILL.md +1 -1
- package/templates/.claude/skills/monitoring-setup/SKILL.md +1 -1
- package/templates/.claude/skills/npm-audit/SKILL.md +1 -1
- package/templates/.claude/skills/npm-publish/SKILL.md +1 -1
- package/templates/.claude/skills/npm-version/SKILL.md +1 -1
- package/templates/.claude/skills/omcodex-auto-improve/SKILL.md +4 -4
- package/templates/.claude/skills/omcodex-feedback/SKILL.md +10 -10
- package/templates/.claude/skills/omcodex-improve-report/SKILL.md +2 -2
- package/templates/.claude/skills/omcodex-loop/SKILL.md +4 -4
- package/templates/.claude/skills/omcodex-release-notes/SKILL.md +5 -5
- package/templates/.claude/skills/omcodex-takeover/SKILL.md +4 -4
- package/templates/.claude/skills/omcodex-web/SKILL.md +4 -4
- package/templates/.claude/skills/sauron-watch/SKILL.md +1 -1
- package/templates/.claude/skills/scout/SKILL.md +1 -1
- package/templates/.claude/skills/status/SKILL.md +1 -1
- package/templates/.claude/skills/update-docs/SKILL.md +1 -1
- package/templates/.claude/skills/update-external/SKILL.md +1 -1
- package/templates/.claude/skills/wiki/SKILL.md +9 -9
- package/templates/.claude/skills/wiki-rag/SKILL.md +6 -6
- package/templates/AGENTS.md.en +22 -22
- package/templates/AGENTS.md.ko +22 -22
- package/templates/CLAUDE.md +12 -12
- package/templates/CLAUDE.md.en +22 -22
- package/templates/CLAUDE.md.ko +22 -22
- package/templates/manifest.json +2 -2
|
@@ -17,9 +17,9 @@ Evaluate agent quality using 15 structured software engineering task definitions
|
|
|
17
17
|
## Usage
|
|
18
18
|
|
|
19
19
|
```
|
|
20
|
-
/
|
|
21
|
-
/
|
|
22
|
-
/
|
|
20
|
+
/omcustomcodex:harness-eval # Run all 15 benchmarks
|
|
21
|
+
/omcustomcodex:harness-eval --preset quick # Run top 5 high-impact benchmarks
|
|
22
|
+
/omcustomcodex:harness-eval --task api-design # Run specific task benchmark
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
## Quality Dimensions
|
|
@@ -81,7 +81,7 @@ Run top 5 high-impact tasks (1, 3, 4, 5, 12). Quick evaluation ~15 minutes.
|
|
|
81
81
|
This skill provides preset rubrics for the evaluator-optimizer pipeline:
|
|
82
82
|
|
|
83
83
|
```
|
|
84
|
-
/
|
|
84
|
+
/omcustomcodex:harness-eval → loads rubric → evaluator-optimizer executes → scoring → report
|
|
85
85
|
```
|
|
86
86
|
|
|
87
87
|
The evaluator-optimizer skill's `pre_negotiation` phase accepts harness-eval rubric dimensions as sprint contract criteria.
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: omcustomcodex:auto-improve
|
|
3
3
|
description: Apply verified improvement suggestions from eval-core analysis to omcodex configuration
|
|
4
4
|
scope: harness
|
|
5
5
|
user-invocable: true
|
|
6
6
|
effort: high
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
-
# /
|
|
9
|
+
# /omcustomcodex:auto-improve — Automated Improvement Workflow
|
|
10
10
|
|
|
11
11
|
## Purpose
|
|
12
12
|
|
|
@@ -15,12 +15,12 @@ Reads improvement suggestions from eval-core analysis, lets the user select whic
|
|
|
15
15
|
## Usage
|
|
16
16
|
|
|
17
17
|
```
|
|
18
|
-
/
|
|
18
|
+
/omcustomcodex:auto-improve # Interactive selection from pending suggestions
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
## Prerequisites
|
|
22
22
|
|
|
23
|
-
- eval-core analysis data exists (run `/
|
|
23
|
+
- eval-core analysis data exists (run `/omcustomcodex:improve-report` first if empty)
|
|
24
24
|
- Pending improvement suggestions in `proposed` status
|
|
25
25
|
|
|
26
26
|
## Workflow
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: omcustomcodex:feedback
|
|
3
3
|
description: Submit feedback about oh-my-customcodex (supports anonymous submission)
|
|
4
4
|
scope: harness
|
|
5
5
|
user-invocable: true
|
|
@@ -19,13 +19,13 @@ Lowers the barrier for submitting feedback by allowing users to create GitHub is
|
|
|
19
19
|
|
|
20
20
|
```
|
|
21
21
|
# Inline feedback
|
|
22
|
-
/
|
|
22
|
+
/omcustomcodex:feedback HUD display is missing during parallel agent spawn
|
|
23
23
|
|
|
24
24
|
# Anonymous submission
|
|
25
|
-
/
|
|
25
|
+
/omcustomcodex:feedback --anonymous Something feels off with the routing
|
|
26
26
|
|
|
27
27
|
# Interactive (no arguments)
|
|
28
|
-
/
|
|
28
|
+
/omcustomcodex:feedback
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
## Workflow
|
|
@@ -109,7 +109,7 @@ For anonymous submissions, do NOT include the project name. Offer to include pro
|
|
|
109
109
|
|
|
110
110
|
4. Ensure labels exist (defensive):
|
|
111
111
|
```bash
|
|
112
|
-
gh label create feedback --description "User feedback via /
|
|
112
|
+
gh label create feedback --description "User feedback via /omcustomcodex:feedback" --color 0E8A16 --repo baekenough/oh-my-customcodex 2>/dev/null || true
|
|
113
113
|
# If anonymous, ensure the anonymous label exists
|
|
114
114
|
if [ "$ANONYMOUS" = "true" ]; then
|
|
115
115
|
gh label create anonymous --description "Anonymous feedback submission" --color C5DEF5 --repo baekenough/oh-my-customcodex 2>/dev/null || true
|
|
@@ -119,7 +119,7 @@ For anonymous submissions, do NOT include the project name. Offer to include pro
|
|
|
119
119
|
5. Create the issue using `--body-file` for safe markdown handling:
|
|
120
120
|
```bash
|
|
121
121
|
# Write body to temp file to avoid shell escaping issues
|
|
122
|
-
cat > /tmp/
|
|
122
|
+
cat > /tmp/omcustomcodex-feedback-body.md << 'FEEDBACK_EOF'
|
|
123
123
|
## Feedback
|
|
124
124
|
|
|
125
125
|
**Category**: {category}
|
|
@@ -135,7 +135,7 @@ For anonymous submissions, do NOT include the project name. Offer to include pro
|
|
|
135
135
|
- Project: {project_name}
|
|
136
136
|
|
|
137
137
|
---
|
|
138
|
-
*Submitted via `/
|
|
138
|
+
*Submitted via `/omcustomcodex:feedback`*
|
|
139
139
|
FEEDBACK_EOF
|
|
140
140
|
|
|
141
141
|
# Build label string
|
|
@@ -149,10 +149,10 @@ For anonymous submissions, do NOT include the project name. Offer to include pro
|
|
|
149
149
|
--repo baekenough/oh-my-customcodex \
|
|
150
150
|
--title "{title}" \
|
|
151
151
|
--label "$LABELS" \
|
|
152
|
-
--body-file /tmp/
|
|
152
|
+
--body-file /tmp/omcustomcodex-feedback-body.md
|
|
153
153
|
|
|
154
154
|
# Clean up
|
|
155
|
-
rm -f /tmp/
|
|
155
|
+
rm -f /tmp/omcustomcodex-feedback-body.md
|
|
156
156
|
```
|
|
157
157
|
|
|
158
158
|
6. If label creation fails AND issue creation fails due to labels, retry without labels as fallback
|
|
@@ -183,7 +183,7 @@ Inform the user:
|
|
|
183
183
|
[Saved] Feedback saved locally to ~/.omcodex/feedback/{timestamp}.json
|
|
184
184
|
Submit manually when connectivity is available:
|
|
185
185
|
- GitHub Issues: https://github.com/baekenough/oh-my-customcodex/issues/new
|
|
186
|
-
- Or run /
|
|
186
|
+
- Or run /omcustomcodex:feedback again when gh is available
|
|
187
187
|
```
|
|
188
188
|
|
|
189
189
|
### Category-to-Label Mapping
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: omcustomcodex:improve-report
|
|
3
3
|
description: Read-only report of improvement suggestions from eval-core analysis engine
|
|
4
4
|
scope: harness
|
|
5
5
|
user-invocable: true
|
|
@@ -16,7 +16,7 @@ Surface actionable improvement suggestions gathered by the eval-core analysis en
|
|
|
16
16
|
## Usage
|
|
17
17
|
|
|
18
18
|
```
|
|
19
|
-
/
|
|
19
|
+
/omcustomcodex:improve-report
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
## Workflow
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: omcustomcodex:loop
|
|
3
3
|
description: Prevent session idle during background agent work via SubagentStop prompt hook auto-continuation
|
|
4
4
|
scope: core
|
|
5
5
|
version: 1.0.0
|
|
6
6
|
user-invocable: true
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
-
# /
|
|
9
|
+
# /omcustomcodex:loop — Session Auto-Continuation
|
|
10
10
|
|
|
11
11
|
## Overview
|
|
12
12
|
|
|
@@ -38,8 +38,8 @@ The hook is configured in `.codex/hooks/hooks.json` under `SubagentStop`. It wor
|
|
|
38
38
|
## Usage
|
|
39
39
|
|
|
40
40
|
```bash
|
|
41
|
-
/
|
|
42
|
-
/
|
|
41
|
+
/omcustomcodex:loop # Show current auto-continuation status
|
|
42
|
+
/omcustomcodex:loop status # Same as above
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
The feature is active by default via hooks.json. No explicit activation needed.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: omcustomcodex-release-notes
|
|
3
3
|
description: Generate structured release notes from git history and closed issues within the GPT Codex + OMX session
|
|
4
4
|
scope: harness
|
|
5
5
|
user-invocable: true
|
|
@@ -17,8 +17,8 @@ Replaces the CI-based `release-notes.yml` workflow that previously used Claude A
|
|
|
17
17
|
## Usage
|
|
18
18
|
|
|
19
19
|
```
|
|
20
|
-
/
|
|
21
|
-
/
|
|
20
|
+
/omcustomcodex-release-notes 0.36.0
|
|
21
|
+
/omcustomcodex-release-notes 0.36.0 --previous-tag v0.35.3
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
## Workflow
|
|
@@ -104,8 +104,8 @@ The generated notes can be:
|
|
|
104
104
|
This skill is designed to be used during the release process:
|
|
105
105
|
|
|
106
106
|
```
|
|
107
|
-
/
|
|
108
|
-
/
|
|
107
|
+
/omcustomcodex:npm-version patch|minor|major -> version bump
|
|
108
|
+
/omcustomcodex-release-notes {version} -> generate notes
|
|
109
109
|
mgr-gitnerd: gh release create -> create release with notes
|
|
110
110
|
```
|
|
111
111
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: omcustomcodex:takeover
|
|
3
3
|
description: Extract canonical spec from existing agent or skill files
|
|
4
4
|
scope: harness
|
|
5
5
|
user-invocable: true
|
|
@@ -17,8 +17,8 @@ When an agent or skill has evolved organically without a formal spec, `omcodex:t
|
|
|
17
17
|
## Usage
|
|
18
18
|
|
|
19
19
|
```
|
|
20
|
-
/
|
|
21
|
-
/
|
|
20
|
+
/omcustomcodex:takeover <agent-name>
|
|
21
|
+
/omcustomcodex:takeover <skill-name>
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
## Workflow
|
|
@@ -110,6 +110,6 @@ generated: <ISO-8601 timestamp>
|
|
|
110
110
|
## Notes
|
|
111
111
|
|
|
112
112
|
- Specs are git-untracked (under `.codex/`)
|
|
113
|
-
- Regenerate anytime with `/
|
|
113
|
+
- Regenerate anytime with `/omcustomcodex:takeover <name>`
|
|
114
114
|
- Used by `/dev-refactor --spec` for invariant-preserving refactoring
|
|
115
115
|
- Advisory output — human review recommended before using as contract
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: omcustomcodex:web
|
|
3
3
|
description: Control and inspect the built-in Web UI (packages/serve) — start, stop, status, open
|
|
4
4
|
scope: harness
|
|
5
5
|
argument-hint: "[start|stop|status|open]"
|
|
@@ -89,7 +89,7 @@ If occupied by a non-serve process, warn the user and suggest `--port` option.
|
|
|
89
89
|
|
|
90
90
|
## No Argument Behavior
|
|
91
91
|
|
|
92
|
-
When called without arguments (`/
|
|
92
|
+
When called without arguments (`/omcustomcodex:web`):
|
|
93
93
|
1. Show status
|
|
94
|
-
2. If stopped, suggest: "Run `/
|
|
95
|
-
3. If running, suggest: "Run `/
|
|
94
|
+
2. If stopped, suggest: "Run `/omcustomcodex:web start` to start the server"
|
|
95
|
+
3. If running, suggest: "Run `/omcustomcodex:web open` to open in browser"
|
|
@@ -234,7 +234,7 @@ When verdict is `INTERNALIZE` and integration effort is M or L:
|
|
|
234
234
|
| Scenario | Better Alternative |
|
|
235
235
|
|----------|--------------------|
|
|
236
236
|
| Deep multi-source research | `/research <url>` |
|
|
237
|
-
| Internal project analysis | `/
|
|
237
|
+
| Internal project analysis | `/omcustomcodex:analysis` |
|
|
238
238
|
| Known tool evaluation | Direct agent conversation |
|
|
239
239
|
| Bulk URL analysis (5+) | `/research` with URL list |
|
|
240
240
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: omcustomcodex:wiki
|
|
3
3
|
description: Generate and maintain a persistent codebase wiki — LLM-built interlinked markdown knowledge base (Karpathy LLM Wiki pattern)
|
|
4
4
|
scope: core
|
|
5
5
|
version: 1.0.0
|
|
@@ -20,11 +20,11 @@ Builds and maintains a persistent, interlinked markdown wiki for the project cod
|
|
|
20
20
|
## Usage
|
|
21
21
|
|
|
22
22
|
```
|
|
23
|
-
/
|
|
24
|
-
/
|
|
25
|
-
/
|
|
26
|
-
/
|
|
27
|
-
/
|
|
23
|
+
/omcustomcodex:wiki # Full wiki generation / incremental update
|
|
24
|
+
/omcustomcodex:wiki ingest <path> # Ingest a specific file or directory
|
|
25
|
+
/omcustomcodex:wiki ingest .codex/agents/ # Ingest all agent definitions
|
|
26
|
+
/omcustomcodex:wiki query <question> # Query the wiki with natural language
|
|
27
|
+
/omcustomcodex:wiki lint # Health check — orphans, broken refs, stale pages
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
## Wiki Directory Structure
|
|
@@ -48,7 +48,7 @@ wiki/
|
|
|
48
48
|
|
|
49
49
|
### Default — Full Wiki Generation / Incremental Update
|
|
50
50
|
|
|
51
|
-
Invoked with `/
|
|
51
|
+
Invoked with `/omcustomcodex:wiki` (no arguments).
|
|
52
52
|
|
|
53
53
|
**Step 1 — Scan codebase structure**
|
|
54
54
|
|
|
@@ -188,7 +188,7 @@ If yes, delegate to the subagent to create the page in `wiki/concepts/`.
|
|
|
188
188
|
|
|
189
189
|
**Step 4 — Suggest fixes**
|
|
190
190
|
|
|
191
|
-
For each category: suggest the command to fix (e.g., `/
|
|
191
|
+
For each category: suggest the command to fix (e.g., `/omcustomcodex:wiki ingest .codex/agents/new-agent.md`).
|
|
192
192
|
|
|
193
193
|
**Step 5 — Insert into log.duckdb**
|
|
194
194
|
|
|
@@ -255,7 +255,7 @@ Example: `[[mgr-creator]]` and `[mgr-creator](../agents/mgr-creator.md)`
|
|
|
255
255
|
|
|
256
256
|
```yaml
|
|
257
257
|
# wiki/index.yaml — Machine-parseable wiki page index
|
|
258
|
-
# Updated by /
|
|
258
|
+
# Updated by /omcustomcodex:wiki after every operation
|
|
259
259
|
|
|
260
260
|
meta:
|
|
261
261
|
updated: "2026-04-12"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: omcustomcodex:wiki-rag
|
|
3
3
|
description: Use the project wiki as RAG knowledge source — search wiki pages to answer codebase questions before exploring raw files
|
|
4
4
|
scope: core
|
|
5
5
|
version: 1.0.0
|
|
@@ -15,9 +15,9 @@ Query the project wiki to answer questions about the codebase. The wiki is a pre
|
|
|
15
15
|
## Usage
|
|
16
16
|
|
|
17
17
|
```
|
|
18
|
-
/
|
|
19
|
-
/
|
|
20
|
-
/
|
|
18
|
+
/omcustomcodex:wiki-rag "how does orchestration work?"
|
|
19
|
+
/omcustomcodex:wiki-rag "what agents handle database tasks?"
|
|
20
|
+
/omcustomcodex:wiki-rag "explain the compilation metaphor"
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
Also triggered automatically by intent-detection when a user asks about project architecture, agent roles, skill purposes, or rule behavior.
|
|
@@ -29,7 +29,7 @@ Also triggered automatically by intent-detection when a user asks about project
|
|
|
29
29
|
Read and parse `wiki/index.yaml` to get the full page catalog. If `wiki/index.yaml` does not exist, report:
|
|
30
30
|
|
|
31
31
|
```
|
|
32
|
-
[wiki-rag] Wiki not initialized. Run /
|
|
32
|
+
[wiki-rag] Wiki not initialized. Run /omcustomcodex:wiki first to create wiki/index.yaml.
|
|
33
33
|
```
|
|
34
34
|
|
|
35
35
|
Then abort.
|
|
@@ -132,7 +132,7 @@ For partial and miss cases: always acknowledge what the wiki covered before pivo
|
|
|
132
132
|
- **Acknowledges gaps honestly** — never hallucinate content not found in the wiki
|
|
133
133
|
- **Offers to improve wiki coverage** when gaps are found — compounding the knowledge base over time
|
|
134
134
|
|
|
135
|
-
## Integration with /
|
|
135
|
+
## Integration with /omcustomcodex:wiki
|
|
136
136
|
|
|
137
137
|
| Skill | Role |
|
|
138
138
|
|-------|------|
|
package/templates/AGENTS.md.en
CHANGED
|
@@ -94,33 +94,33 @@ NO EXCEPTIONS. NO EXCUSES.
|
|
|
94
94
|
|
|
95
95
|
| Command | Description |
|
|
96
96
|
|---------|-------------|
|
|
97
|
-
| `/
|
|
98
|
-
| `/
|
|
99
|
-
| `/
|
|
100
|
-
| `/
|
|
101
|
-
| `/
|
|
102
|
-
| `/
|
|
103
|
-
| `/
|
|
97
|
+
| `/omcustomcodex:analysis` | Analyze project and auto-configure customizations |
|
|
98
|
+
| `/omcustomcodex:create-agent` | Create a new agent |
|
|
99
|
+
| `/omcustomcodex:update-docs` | Sync documentation with project structure |
|
|
100
|
+
| `/omcustomcodex:update-external` | Update agents from external sources |
|
|
101
|
+
| `/omcustomcodex:audit-agents` | Audit agent dependencies |
|
|
102
|
+
| `/omcustomcodex:fix-refs` | Fix broken references |
|
|
103
|
+
| `/omcustomcodex-takeover` | Extract canonical spec from existing agent/skill |
|
|
104
104
|
| `/dev-review` | Review code for best practices |
|
|
105
105
|
| `/dev-refactor` | Refactor code |
|
|
106
106
|
| `/memory-save` | Save session context to omx-memory |
|
|
107
107
|
| `/memory-recall` | Search and recall memories |
|
|
108
|
-
| `/
|
|
109
|
-
| `/
|
|
110
|
-
| `/
|
|
111
|
-
| `/
|
|
112
|
-
| `/
|
|
108
|
+
| `/omcustomcodex:monitoring-setup` | Enable/disable OTel console monitoring |
|
|
109
|
+
| `/omcustomcodex:npm-publish` | Publish package to npm registry |
|
|
110
|
+
| `/omcustomcodex:npm-version` | Manage semantic versions |
|
|
111
|
+
| `/omcustomcodex:npm-audit` | Audit dependencies |
|
|
112
|
+
| `/omcustomcodex-release-notes` | Generate release notes from git history |
|
|
113
113
|
| `/codex-exec` | Execute Codex CLI prompts |
|
|
114
114
|
| `/optimize-analyze` | Analyze bundle and performance |
|
|
115
115
|
| `/optimize-bundle` | Optimize bundle size |
|
|
116
116
|
| `/optimize-report` | Generate optimization report |
|
|
117
117
|
| `/research` | 10-team parallel deep analysis and cross-verification |
|
|
118
118
|
| `/deep-plan` | Research-validated planning (research → plan → verify) |
|
|
119
|
-
| `/
|
|
119
|
+
| `/omcustomcodex:sauron-watch` | Full R017 verification |
|
|
120
120
|
| `/structured-dev-cycle` | 6-stage structured development cycle (Plan → Verify → Implement → Verify → Compound → Done) |
|
|
121
|
-
| `/
|
|
122
|
-
| `/
|
|
123
|
-
| `/
|
|
121
|
+
| `/omcustomcodex:lists` | Show all available commands |
|
|
122
|
+
| `/omcustomcodex:status` | Show system status |
|
|
123
|
+
| `/omcustomcodex:help` | Show help information |
|
|
124
124
|
|
|
125
125
|
## Project Structure
|
|
126
126
|
|
|
@@ -195,15 +195,15 @@ Task tool + routing skills remain the fallback for simple/cost-sensitive tasks.
|
|
|
195
195
|
|
|
196
196
|
```bash
|
|
197
197
|
# Project analysis
|
|
198
|
-
/
|
|
198
|
+
/omcustomcodex:analysis
|
|
199
199
|
|
|
200
200
|
# Show all commands
|
|
201
|
-
/
|
|
201
|
+
/omcustomcodex:lists
|
|
202
202
|
|
|
203
203
|
# Agent management
|
|
204
|
-
/
|
|
205
|
-
/
|
|
206
|
-
/
|
|
204
|
+
/omcustomcodex:create-agent my-agent
|
|
205
|
+
/omcustomcodex:update-docs
|
|
206
|
+
/omcustomcodex:audit-agents
|
|
207
207
|
|
|
208
208
|
# Code review
|
|
209
209
|
/dev-review src/main.go
|
|
@@ -213,7 +213,7 @@ Task tool + routing skills remain the fallback for simple/cost-sensitive tasks.
|
|
|
213
213
|
/memory-recall authentication
|
|
214
214
|
|
|
215
215
|
# Verification
|
|
216
|
-
/
|
|
216
|
+
/omcustomcodex:sauron-watch
|
|
217
217
|
```
|
|
218
218
|
|
|
219
219
|
## External Dependencies
|
package/templates/AGENTS.md.ko
CHANGED
|
@@ -94,33 +94,33 @@ oh-my-customcodex로 구동됩니다.
|
|
|
94
94
|
|
|
95
95
|
| 커맨드 | 설명 |
|
|
96
96
|
|--------|------|
|
|
97
|
-
| `/
|
|
98
|
-
| `/
|
|
99
|
-
| `/
|
|
100
|
-
| `/
|
|
101
|
-
| `/
|
|
102
|
-
| `/
|
|
103
|
-
| `/
|
|
97
|
+
| `/omcustomcodex:analysis` | 프로젝트 분석 및 자동 커스터마이징 |
|
|
98
|
+
| `/omcustomcodex:create-agent` | 새 에이전트 생성 |
|
|
99
|
+
| `/omcustomcodex:update-docs` | 프로젝트 구조와 문서 동기화 |
|
|
100
|
+
| `/omcustomcodex:update-external` | 외부 소스에서 에이전트 업데이트 |
|
|
101
|
+
| `/omcustomcodex:audit-agents` | 에이전트 의존성 감사 |
|
|
102
|
+
| `/omcustomcodex:fix-refs` | 깨진 참조 수정 |
|
|
103
|
+
| `/omcustomcodex-takeover` | 기존 에이전트/스킬에서 canonical spec 추출 |
|
|
104
104
|
| `/dev-review` | 코드 베스트 프랙티스 리뷰 |
|
|
105
105
|
| `/dev-refactor` | 코드 리팩토링 |
|
|
106
106
|
| `/memory-save` | 세션 컨텍스트를 omx-memory에 저장 |
|
|
107
107
|
| `/memory-recall` | 메모리 검색 및 리콜 |
|
|
108
|
-
| `/
|
|
109
|
-
| `/
|
|
110
|
-
| `/
|
|
111
|
-
| `/
|
|
112
|
-
| `/
|
|
108
|
+
| `/omcustomcodex:monitoring-setup` | OTel 콘솔 모니터링 활성화/비활성화 |
|
|
109
|
+
| `/omcustomcodex:npm-publish` | npm 레지스트리에 패키지 배포 |
|
|
110
|
+
| `/omcustomcodex:npm-version` | 시맨틱 버전 관리 |
|
|
111
|
+
| `/omcustomcodex:npm-audit` | 의존성 감사 |
|
|
112
|
+
| `/omcustomcodex-release-notes` | 릴리즈 노트 생성 (git 히스토리 기반) |
|
|
113
113
|
| `/codex-exec` | Codex CLI 프롬프트 실행 |
|
|
114
114
|
| `/optimize-analyze` | 번들 및 성능 분석 |
|
|
115
115
|
| `/optimize-bundle` | 번들 크기 최적화 |
|
|
116
116
|
| `/optimize-report` | 최적화 리포트 생성 |
|
|
117
117
|
| `/research` | 10-team 병렬 딥 분석 및 교차 검증 |
|
|
118
118
|
| `/deep-plan` | 연구 검증 기반 계획 수립 (research → plan → verify) |
|
|
119
|
-
| `/
|
|
119
|
+
| `/omcustomcodex:sauron-watch` | 전체 R017 검증 |
|
|
120
120
|
| `/structured-dev-cycle` | 6단계 구조적 개발 사이클 (Plan → Verify → Implement → Verify → Compound → Done) |
|
|
121
|
-
| `/
|
|
122
|
-
| `/
|
|
123
|
-
| `/
|
|
121
|
+
| `/omcustomcodex:lists` | 모든 사용 가능한 커맨드 표시 |
|
|
122
|
+
| `/omcustomcodex:status` | 시스템 상태 표시 |
|
|
123
|
+
| `/omcustomcodex:help` | 도움말 표시 |
|
|
124
124
|
|
|
125
125
|
## 프로젝트 구조
|
|
126
126
|
|
|
@@ -195,15 +195,15 @@ Codex CLI의 Agent Teams 기능이 활성화되어 있으면 (`OMCODEX_AGENT_TEA
|
|
|
195
195
|
|
|
196
196
|
```bash
|
|
197
197
|
# 프로젝트 분석
|
|
198
|
-
/
|
|
198
|
+
/omcustomcodex:analysis
|
|
199
199
|
|
|
200
200
|
# 모든 커맨드 표시
|
|
201
|
-
/
|
|
201
|
+
/omcustomcodex:lists
|
|
202
202
|
|
|
203
203
|
# 에이전트 관리
|
|
204
|
-
/
|
|
205
|
-
/
|
|
206
|
-
/
|
|
204
|
+
/omcustomcodex:create-agent my-agent
|
|
205
|
+
/omcustomcodex:update-docs
|
|
206
|
+
/omcustomcodex:audit-agents
|
|
207
207
|
|
|
208
208
|
# 코드 리뷰
|
|
209
209
|
/dev-review src/main.go
|
|
@@ -213,7 +213,7 @@ Codex CLI의 Agent Teams 기능이 활성화되어 있으면 (`OMCODEX_AGENT_TEA
|
|
|
213
213
|
/memory-recall authentication
|
|
214
214
|
|
|
215
215
|
# 검증
|
|
216
|
-
/
|
|
216
|
+
/omcustomcodex:sauron-watch
|
|
217
217
|
```
|
|
218
218
|
|
|
219
219
|
## 외부 의존성
|
package/templates/CLAUDE.md
CHANGED
|
@@ -97,16 +97,16 @@ oh-my-customcodex로 구동됩니다.
|
|
|
97
97
|
|
|
98
98
|
| 카테고리 | 대표 커맨드 | 설명 |
|
|
99
99
|
|----------|------------|------|
|
|
100
|
-
| 프로젝트 관리 | `/
|
|
100
|
+
| 프로젝트 관리 | `/omcustomcodex:analysis`, `/omcustomcodex:create-agent`, `/omcustomcodex:audit-agents` | 분석, 에이전트/스킬 생성, 감사 |
|
|
101
101
|
| 아이디어 | `/idea` | 자연어 아이디어를 구조화된 이슈 스펙으로 변환 |
|
|
102
102
|
| 개발 | `/dev-review`, `/dev-refactor`, `/sdd-dev`, `/structured-dev-cycle` | 코드 리뷰, 리팩토링, SDD |
|
|
103
|
-
| 검증 | `/
|
|
104
|
-
| 릴리즈 | `/pipeline auto-dev`, `/
|
|
105
|
-
| 리서치 | `/research`, `/scout`, `/deep-plan`, `/
|
|
103
|
+
| 검증 | `/omcustomcodex:sauron-watch`, `/deep-verify`, `/adversarial-review` | R017 검증, 릴리즈 품질, 보안 리뷰 |
|
|
104
|
+
| 릴리즈 | `/pipeline auto-dev`, `/omcustomcodex-release-notes`, `/release-plan` | 자동 개발, 릴리즈 노트 |
|
|
105
|
+
| 리서치 | `/research`, `/scout`, `/deep-plan`, `/omcustomcodex:agora` | 병렬 분석, URL 평가, 연구 계획 |
|
|
106
106
|
| 메모리 | `/memory-save`, `/memory-recall` | 세션 메모리 관리 |
|
|
107
|
-
| 시스템 | `/token-efficiency-audit`, `/pre-generation-arch-check`, `/
|
|
107
|
+
| 시스템 | `/token-efficiency-audit`, `/pre-generation-arch-check`, `/omcustomcodex:lists`, `/omcustomcodex:status`, `/omcustomcodex:help` | 토큰 효율/아키텍처 감사, 전체 목록, 상태, 도움말 |
|
|
108
108
|
|
|
109
|
-
> 전체 커맨드 목록 (60+ 커맨드): `/
|
|
109
|
+
> 전체 커맨드 목록 (60+ 커맨드): `/omcustomcodex:lists` 실행
|
|
110
110
|
|
|
111
111
|
## 프로젝트 구조
|
|
112
112
|
|
|
@@ -197,15 +197,15 @@ Codex CLI의 Agent Teams 기능이 활성화되어 있으면 (`OMCODEX_AGENT_TEA
|
|
|
197
197
|
|
|
198
198
|
```bash
|
|
199
199
|
# 프로젝트 분석
|
|
200
|
-
/
|
|
200
|
+
/omcustomcodex:analysis
|
|
201
201
|
|
|
202
202
|
# 모든 커맨드 표시
|
|
203
|
-
/
|
|
203
|
+
/omcustomcodex:lists
|
|
204
204
|
|
|
205
205
|
# 에이전트 관리
|
|
206
|
-
/
|
|
207
|
-
/
|
|
208
|
-
/
|
|
206
|
+
/omcustomcodex:create-agent my-agent
|
|
207
|
+
/omcustomcodex:update-docs
|
|
208
|
+
/omcustomcodex:audit-agents
|
|
209
209
|
|
|
210
210
|
# 코드 리뷰
|
|
211
211
|
/dev-review src/main.go
|
|
@@ -215,7 +215,7 @@ Codex CLI의 Agent Teams 기능이 활성화되어 있으면 (`OMCODEX_AGENT_TEA
|
|
|
215
215
|
/memory-recall authentication
|
|
216
216
|
|
|
217
217
|
# 검증
|
|
218
|
-
/
|
|
218
|
+
/omcustomcodex:sauron-watch
|
|
219
219
|
```
|
|
220
220
|
|
|
221
221
|
## 외부 의존성
|