oh-my-customcode 0.12.0 → 0.12.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/dist/cli/index.js +326 -53
- package/package.json +1 -1
- package/templates/.codex/agents/arch-documenter.md +1 -1
- package/templates/.codex/agents/arch-speckit-agent.md +2 -2
- package/templates/.codex/agents/be-express-expert.md +1 -1
- package/templates/.codex/agents/be-fastapi-expert.md +1 -1
- package/templates/.codex/agents/be-go-backend-expert.md +1 -1
- package/templates/.codex/agents/be-nestjs-expert.md +1 -1
- package/templates/.codex/agents/be-springboot-expert.md +1 -1
- package/templates/.codex/agents/db-postgres-expert.md +1 -1
- package/templates/.codex/agents/db-redis-expert.md +1 -1
- package/templates/.codex/agents/db-supabase-expert.md +1 -1
- package/templates/.codex/agents/de-airflow-expert.md +1 -1
- package/templates/.codex/agents/de-dbt-expert.md +1 -1
- package/templates/.codex/agents/de-kafka-expert.md +1 -1
- package/templates/.codex/agents/de-pipeline-expert.md +1 -1
- package/templates/.codex/agents/de-snowflake-expert.md +1 -1
- package/templates/.codex/agents/de-spark-expert.md +1 -1
- package/templates/.codex/agents/fe-svelte-agent.md +1 -1
- package/templates/.codex/agents/fe-vercel-agent.md +1 -1
- package/templates/.codex/agents/fe-vuejs-agent.md +1 -1
- package/templates/.codex/agents/infra-aws-expert.md +2 -2
- package/templates/.codex/agents/infra-docker-expert.md +2 -2
- package/templates/.codex/agents/lang-golang-expert.md +1 -1
- package/templates/.codex/agents/lang-java21-expert.md +1 -1
- package/templates/.codex/agents/lang-kotlin-expert.md +1 -1
- package/templates/.codex/agents/lang-python-expert.md +1 -1
- package/templates/.codex/agents/lang-rust-expert.md +1 -1
- package/templates/.codex/agents/lang-typescript-expert.md +1 -1
- package/templates/.codex/agents/mgr-claude-code-bible.md +25 -28
- package/templates/.codex/agents/mgr-creator.md +3 -3
- package/templates/.codex/agents/mgr-gitnerd.md +1 -1
- package/templates/.codex/agents/mgr-sauron.md +11 -11
- package/templates/.codex/agents/mgr-supplier.md +1 -1
- package/templates/.codex/agents/mgr-sync-checker.md +4 -4
- package/templates/.codex/agents/mgr-updater.md +2 -2
- package/templates/.codex/agents/qa-engineer.md +1 -1
- package/templates/.codex/agents/qa-planner.md +1 -1
- package/templates/.codex/agents/qa-writer.md +1 -1
- package/templates/.codex/agents/sys-memory-keeper.md +2 -2
- package/templates/.codex/agents/sys-naggy.md +1 -1
- package/templates/.codex/agents/tool-bun-expert.md +1 -1
- package/templates/.codex/agents/tool-npm-expert.md +1 -1
- package/templates/.codex/agents/tool-optimizer.md +1 -1
- package/templates/.codex/codex-native-hash.txt +1 -1
- package/templates/.codex/contexts/index.yaml +2 -2
- package/templates/.codex/hooks/hooks.json +3 -4
- package/templates/.codex/install-hooks.sh +16 -16
- package/templates/.codex/rules/MUST-agent-design.md +7 -7
- package/templates/.codex/rules/MUST-agent-identification.md +2 -2
- package/templates/.codex/rules/MUST-intent-transparency.md +1 -1
- package/templates/.codex/rules/MUST-orchestrator-coordination.md +12 -12
- package/templates/.codex/rules/MUST-parallel-execution.md +4 -4
- package/templates/.codex/rules/MUST-sync-verification.md +18 -18
- package/templates/.codex/rules/MUST-tool-identification.md +15 -15
- package/templates/.codex/rules/SHOULD-hud-statusline.md +3 -3
- package/templates/.codex/rules/SHOULD-memory-integration.md +4 -4
- package/templates/.codex/skills/claude-code-bible/SKILL.md +63 -143
- package/templates/.codex/skills/claude-code-bible/scripts/fetch-docs.js +182 -154
- package/templates/.codex/skills/de-lead-routing/SKILL.md +19 -19
- package/templates/.codex/skills/dev-lead-routing/SKILL.md +3 -3
- package/templates/.codex/skills/intent-detection/patterns/agent-triggers.yaml +1 -1
- package/templates/.codex/skills/monitoring-setup/SKILL.md +3 -3
- package/templates/.codex/skills/qa-lead-routing/SKILL.md +21 -21
- package/templates/.codex/skills/secretary-routing/SKILL.md +22 -22
- package/templates/.codex/uninstall-hooks.sh +9 -9
- package/templates/.codex/skills/go-best-practices/CLAUDE.md +0 -9
|
@@ -131,21 +131,21 @@ For projects spanning multiple DE tools:
|
|
|
131
131
|
|
|
132
132
|
| Task Type | Recommended Model | Reason |
|
|
133
133
|
|-----------|-------------------|--------|
|
|
134
|
-
| Pipeline architecture | `
|
|
135
|
-
| DAG/model review | `
|
|
136
|
-
| Implementation | `
|
|
137
|
-
| Quick validation | `
|
|
134
|
+
| Pipeline architecture | `reasoning` | Deep reasoning required |
|
|
135
|
+
| DAG/model review | `balanced` | Balanced quality judgment |
|
|
136
|
+
| Implementation | `balanced` | Standard code generation |
|
|
137
|
+
| Quick validation | `fast` | Fast response |
|
|
138
138
|
|
|
139
139
|
### Model Mapping by Agent
|
|
140
140
|
|
|
141
141
|
| Agent | Default Model | Alternative |
|
|
142
142
|
|-------|---------------|-------------|
|
|
143
|
-
| de-pipeline-expert | `
|
|
144
|
-
| de-airflow-expert | `
|
|
145
|
-
| de-dbt-expert | `
|
|
146
|
-
| de-spark-expert | `
|
|
147
|
-
| de-kafka-expert | `
|
|
148
|
-
| de-snowflake-expert | `
|
|
143
|
+
| de-pipeline-expert | `balanced` | `reasoning` for architecture |
|
|
144
|
+
| de-airflow-expert | `balanced` | `fast` for DAG validation |
|
|
145
|
+
| de-dbt-expert | `balanced` | `fast` for test checks |
|
|
146
|
+
| de-spark-expert | `balanced` | `reasoning` for optimization |
|
|
147
|
+
| de-kafka-expert | `balanced` | `reasoning` for topology design |
|
|
148
|
+
| de-snowflake-expert | `balanced` | `reasoning` for warehouse design |
|
|
149
149
|
|
|
150
150
|
### Task Call Examples
|
|
151
151
|
|
|
@@ -154,21 +154,21 @@ For projects spanning multiple DE tools:
|
|
|
154
154
|
Task(
|
|
155
155
|
subagent_type: "general-purpose",
|
|
156
156
|
prompt: "Design end-to-end pipeline architecture following de-pipeline-expert guidelines",
|
|
157
|
-
model: "
|
|
157
|
+
model: "reasoning"
|
|
158
158
|
)
|
|
159
159
|
|
|
160
160
|
# Standard DAG review
|
|
161
161
|
Task(
|
|
162
162
|
subagent_type: "general-purpose",
|
|
163
163
|
prompt: "Review Airflow DAGs in dags/ following de-airflow-expert guidelines",
|
|
164
|
-
model: "
|
|
164
|
+
model: "balanced"
|
|
165
165
|
)
|
|
166
166
|
|
|
167
167
|
# Quick dbt test validation
|
|
168
168
|
Task(
|
|
169
169
|
subagent_type: "Explore",
|
|
170
170
|
prompt: "Find all dbt models missing schema tests",
|
|
171
|
-
model: "
|
|
171
|
+
model: "fast"
|
|
172
172
|
)
|
|
173
173
|
```
|
|
174
174
|
|
|
@@ -189,9 +189,9 @@ Detection:
|
|
|
189
189
|
- kafka/ → de-kafka-expert
|
|
190
190
|
|
|
191
191
|
Route (parallel):
|
|
192
|
-
Task(de-airflow-expert role → review dags/, model: "
|
|
193
|
-
Task(de-dbt-expert role → review models/, model: "
|
|
194
|
-
Task(de-kafka-expert role → review kafka/, model: "
|
|
192
|
+
Task(de-airflow-expert role → review dags/, model: "balanced")
|
|
193
|
+
Task(de-dbt-expert role → review models/, model: "balanced")
|
|
194
|
+
Task(de-kafka-expert role → review kafka/, model: "balanced")
|
|
195
195
|
```
|
|
196
196
|
|
|
197
197
|
## Display Format
|
|
@@ -199,9 +199,9 @@ Route (parallel):
|
|
|
199
199
|
```
|
|
200
200
|
[Analyzing] Detected: Airflow, dbt, Snowflake
|
|
201
201
|
|
|
202
|
-
[Delegating] de-airflow-expert:
|
|
203
|
-
[Delegating] de-dbt-expert:
|
|
204
|
-
[Delegating] de-snowflake-expert:
|
|
202
|
+
[Delegating] de-airflow-expert:balanced → DAG design
|
|
203
|
+
[Delegating] de-dbt-expert:balanced → Model structure
|
|
204
|
+
[Delegating] de-snowflake-expert:balanced → Warehouse config
|
|
205
205
|
|
|
206
206
|
[Progress] ███████████░ 2/3 experts completed
|
|
207
207
|
|
|
@@ -69,9 +69,9 @@ user-invocable: false
|
|
|
69
69
|
|
|
70
70
|
| Task | Model |
|
|
71
71
|
|------|-------|
|
|
72
|
-
| Architecture analysis |
|
|
73
|
-
| Code review/implementation |
|
|
74
|
-
| Quick validation/search |
|
|
72
|
+
| Architecture analysis | reasoning |
|
|
73
|
+
| Code review/implementation | balanced |
|
|
74
|
+
| Quick validation/search | fast |
|
|
75
75
|
|
|
76
76
|
## Routing Rules
|
|
77
77
|
|
|
@@ -316,7 +316,7 @@ agents:
|
|
|
316
316
|
mgr-claude-code-bible:
|
|
317
317
|
keywords:
|
|
318
318
|
korean: [공식문서, 바이블, 클로드코드 문서]
|
|
319
|
-
english: ["
|
|
319
|
+
english: ["codex docs", "official docs", bible, "developers.openai.com/codex", "native verification"]
|
|
320
320
|
file_patterns: []
|
|
321
321
|
supported_actions: [fetch, verify, check]
|
|
322
322
|
base_confidence: 40
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: monitoring-setup
|
|
3
|
-
description: Enable/disable OpenTelemetry console monitoring for
|
|
3
|
+
description: Enable/disable OpenTelemetry console monitoring for Codex usage tracking
|
|
4
4
|
argument-hint: "[enable|disable|status]"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# Monitoring Setup Skill
|
|
8
8
|
|
|
9
|
-
Enable or disable OpenTelemetry console monitoring. When enabled,
|
|
9
|
+
Enable or disable OpenTelemetry console monitoring. When enabled, Codex outputs usage metrics (cost, tokens, sessions, LOC, commits, PRs, active time) and events (tool results, API requests) to the terminal.
|
|
10
10
|
|
|
11
11
|
## Natural Language Triggers
|
|
12
12
|
|
|
@@ -77,7 +77,7 @@ This skill activates when the user mentions any of:
|
|
|
77
77
|
- `settings.local.json` is NOT git-tracked (local to user)
|
|
78
78
|
- Each user enables monitoring independently
|
|
79
79
|
- No infrastructure required for console mode
|
|
80
|
-
- Metrics appear in stderr during
|
|
80
|
+
- Metrics appear in stderr during Codex execution
|
|
81
81
|
- Default export interval: 60s for metrics, 5s for events
|
|
82
82
|
|
|
83
83
|
## Available Metrics
|
|
@@ -38,7 +38,7 @@ full_qa_cycle → all agents (sequential)
|
|
|
38
38
|
User: "Create test plan for feature X"
|
|
39
39
|
|
|
40
40
|
Route:
|
|
41
|
-
Task(qa-planner role → create test plan, model: "
|
|
41
|
+
Task(qa-planner role → create test plan, model: "balanced")
|
|
42
42
|
|
|
43
43
|
Output:
|
|
44
44
|
- Test scenarios
|
|
@@ -53,7 +53,7 @@ Output:
|
|
|
53
53
|
User: "Document test cases for API"
|
|
54
54
|
|
|
55
55
|
Route:
|
|
56
|
-
Task(qa-writer role → document test cases, model: "
|
|
56
|
+
Task(qa-writer role → document test cases, model: "balanced")
|
|
57
57
|
|
|
58
58
|
Output:
|
|
59
59
|
- Test case specifications
|
|
@@ -68,7 +68,7 @@ Output:
|
|
|
68
68
|
User: "Execute tests for module Y"
|
|
69
69
|
|
|
70
70
|
Route:
|
|
71
|
-
Task(qa-engineer role → execute tests, model: "
|
|
71
|
+
Task(qa-engineer role → execute tests, model: "balanced")
|
|
72
72
|
|
|
73
73
|
Output:
|
|
74
74
|
- Test execution results
|
|
@@ -85,8 +85,8 @@ When analysis is needed (parallel execution):
|
|
|
85
85
|
User: "Analyze quality metrics"
|
|
86
86
|
|
|
87
87
|
Route (parallel):
|
|
88
|
-
Task(qa-planner role → analyze strategy, model: "
|
|
89
|
-
Task(qa-engineer role → analyze results, model: "
|
|
88
|
+
Task(qa-planner role → analyze strategy, model: "balanced")
|
|
89
|
+
Task(qa-engineer role → analyze results, model: "balanced")
|
|
90
90
|
|
|
91
91
|
Aggregate:
|
|
92
92
|
Strategy insights + execution data
|
|
@@ -100,10 +100,10 @@ For complete quality assurance workflow:
|
|
|
100
100
|
User: "Run full QA cycle for feature Z"
|
|
101
101
|
|
|
102
102
|
Route (sequential):
|
|
103
|
-
1. Task(qa-planner role → create test plan, model: "
|
|
104
|
-
2. Task(qa-writer role → document test cases, model: "
|
|
105
|
-
3. Task(qa-engineer role → execute tests, model: "
|
|
106
|
-
4. Task(qa-writer role → generate report, model: "
|
|
103
|
+
1. Task(qa-planner role → create test plan, model: "balanced")
|
|
104
|
+
2. Task(qa-writer role → document test cases, model: "balanced")
|
|
105
|
+
3. Task(qa-engineer role → execute tests, model: "balanced")
|
|
106
|
+
4. Task(qa-writer role → generate report, model: "balanced")
|
|
107
107
|
|
|
108
108
|
Aggregate and present final report
|
|
109
109
|
```
|
|
@@ -163,9 +163,9 @@ Only when tasks are truly independent:
|
|
|
163
163
|
|
|
164
164
|
```
|
|
165
165
|
Example:
|
|
166
|
-
Task(qa-engineer role → test module A, model: "
|
|
167
|
-
Task(qa-engineer role → test module B, model: "
|
|
168
|
-
Task(qa-engineer role → test module C, model: "
|
|
166
|
+
Task(qa-engineer role → test module A, model: "balanced")
|
|
167
|
+
Task(qa-engineer role → test module B, model: "balanced")
|
|
168
|
+
Task(qa-engineer role → test module C, model: "balanced")
|
|
169
169
|
```
|
|
170
170
|
|
|
171
171
|
## Sub-agent Model Selection
|
|
@@ -174,11 +174,11 @@ Example:
|
|
|
174
174
|
|
|
175
175
|
| Agent | Recommended Model | Reason |
|
|
176
176
|
|-------|-------------------|--------|
|
|
177
|
-
| qa-planner | `
|
|
178
|
-
| qa-writer | `
|
|
179
|
-
| qa-engineer | `
|
|
177
|
+
| qa-planner | `balanced` | Strategy requires balanced reasoning |
|
|
178
|
+
| qa-writer | `balanced` | Documentation quality matters |
|
|
179
|
+
| qa-engineer | `balanced` | Test execution needs accuracy |
|
|
180
180
|
|
|
181
|
-
All QA agents typically use `
|
|
181
|
+
All QA agents typically use `balanced` for balanced quality output.
|
|
182
182
|
|
|
183
183
|
### Task Call Examples
|
|
184
184
|
|
|
@@ -187,21 +187,21 @@ All QA agents typically use `sonnet` for balanced quality output.
|
|
|
187
187
|
Task(
|
|
188
188
|
subagent_type: "general-purpose",
|
|
189
189
|
prompt: "Create comprehensive test plan for authentication feature following qa-planner guidelines",
|
|
190
|
-
model: "
|
|
190
|
+
model: "balanced"
|
|
191
191
|
)
|
|
192
192
|
|
|
193
193
|
# Test documentation
|
|
194
194
|
Task(
|
|
195
195
|
subagent_type: "general-purpose",
|
|
196
196
|
prompt: "Document test cases for API endpoints following qa-writer guidelines",
|
|
197
|
-
model: "
|
|
197
|
+
model: "balanced"
|
|
198
198
|
)
|
|
199
199
|
|
|
200
200
|
# Test execution
|
|
201
201
|
Task(
|
|
202
202
|
subagent_type: "general-purpose",
|
|
203
203
|
prompt: "Execute integration tests and report results following qa-engineer guidelines",
|
|
204
|
-
model: "
|
|
204
|
+
model: "balanced"
|
|
205
205
|
)
|
|
206
206
|
```
|
|
207
207
|
|
|
@@ -232,8 +232,8 @@ Task(
|
|
|
232
232
|
```
|
|
233
233
|
[Analyzing] Spawning parallel analysis...
|
|
234
234
|
|
|
235
|
-
[Instance 1] strategy-analysis:
|
|
236
|
-
[Instance 2] results-analysis:
|
|
235
|
+
[Instance 1] strategy-analysis:balanced → qa-planner
|
|
236
|
+
[Instance 2] results-analysis:balanced → qa-engineer
|
|
237
237
|
|
|
238
238
|
[Progress] ████████████ 2/2
|
|
239
239
|
|
|
@@ -20,7 +20,7 @@ Routes agent management tasks to the appropriate manager agent. This skill conta
|
|
|
20
20
|
| mgr-gitnerd | Git operations | "commit", "push", "pr" |
|
|
21
21
|
| mgr-sync-checker | Sync verification | "sync check", "verify sync" |
|
|
22
22
|
| mgr-sauron | R016 auto-verification | "verify", "full check" |
|
|
23
|
-
| mgr-claude-code-bible |
|
|
23
|
+
| mgr-claude-code-bible | Codex spec compliance | "spec check", "verify compliance" |
|
|
24
24
|
| sys-memory-keeper | Memory operations | "save memory", "recall", "memory search" |
|
|
25
25
|
| sys-naggy | TODO management | "todo", "track tasks", "task list" |
|
|
26
26
|
|
|
@@ -80,9 +80,9 @@ Example:
|
|
|
80
80
|
User: "Create golang, python, rust expert agents"
|
|
81
81
|
|
|
82
82
|
Route:
|
|
83
|
-
Task(mgr-creator role → create lang-golang-expert, model: "
|
|
84
|
-
Task(mgr-creator role → create lang-python-expert, model: "
|
|
85
|
-
Task(mgr-creator role → create lang-rust-expert, model: "
|
|
83
|
+
Task(mgr-creator role → create lang-golang-expert, model: "balanced")
|
|
84
|
+
Task(mgr-creator role → create lang-python-expert, model: "balanced")
|
|
85
|
+
Task(mgr-creator role → create lang-rust-expert, model: "balanced")
|
|
86
86
|
|
|
87
87
|
Result: 3 agents created in parallel
|
|
88
88
|
```
|
|
@@ -95,15 +95,15 @@ Use Task tool's `model` parameter to optimize cost and performance:
|
|
|
95
95
|
|
|
96
96
|
| Agent | Recommended Model | Reason |
|
|
97
97
|
|-------|-------------------|--------|
|
|
98
|
-
| mgr-creator | `
|
|
99
|
-
| mgr-updater | `
|
|
100
|
-
| mgr-supplier | `
|
|
101
|
-
| mgr-gitnerd | `
|
|
102
|
-
| mgr-sync-checker | `
|
|
103
|
-
| mgr-sauron | `
|
|
104
|
-
| mgr-claude-code-bible | `
|
|
105
|
-
| sys-memory-keeper | `
|
|
106
|
-
| sys-naggy | `
|
|
98
|
+
| mgr-creator | `balanced` | File generation, balanced |
|
|
99
|
+
| mgr-updater | `balanced` | External sync, web fetch |
|
|
100
|
+
| mgr-supplier | `fast` | File scan, validation |
|
|
101
|
+
| mgr-gitnerd | `balanced` | Commit message quality |
|
|
102
|
+
| mgr-sync-checker | `fast` | Fast verification |
|
|
103
|
+
| mgr-sauron | `balanced` | Multi-round verification |
|
|
104
|
+
| mgr-claude-code-bible | `balanced` | Spec compliance checks |
|
|
105
|
+
| sys-memory-keeper | `balanced` | Memory operations, search |
|
|
106
|
+
| sys-naggy | `fast` | Simple TODO tracking |
|
|
107
107
|
|
|
108
108
|
### Task Call Examples
|
|
109
109
|
|
|
@@ -112,21 +112,21 @@ Use Task tool's `model` parameter to optimize cost and performance:
|
|
|
112
112
|
Task(
|
|
113
113
|
subagent_type: "general-purpose",
|
|
114
114
|
prompt: "Analyze agent dependencies and suggest improvements",
|
|
115
|
-
model: "
|
|
115
|
+
model: "reasoning"
|
|
116
116
|
)
|
|
117
117
|
|
|
118
118
|
# Standard manager task (create agent)
|
|
119
119
|
Task(
|
|
120
120
|
subagent_type: "general-purpose",
|
|
121
121
|
prompt: "Create new lang-golang-expert agent following mgr-creator workflow",
|
|
122
|
-
model: "
|
|
122
|
+
model: "balanced"
|
|
123
123
|
)
|
|
124
124
|
|
|
125
125
|
# Simple file operation
|
|
126
126
|
Task(
|
|
127
127
|
subagent_type: "general-purpose",
|
|
128
128
|
prompt: "Search for all AGENT.md files and validate symlinks",
|
|
129
|
-
model: "
|
|
129
|
+
model: "fast"
|
|
130
130
|
)
|
|
131
131
|
```
|
|
132
132
|
|
|
@@ -145,15 +145,15 @@ When spawning parallel tasks, use format: `{task-name}:{model}`
|
|
|
145
145
|
```
|
|
146
146
|
[Parallel] Spawning 3 instances...
|
|
147
147
|
|
|
148
|
-
[Instance 1] create-golang:
|
|
149
|
-
[Instance 2] create-python:
|
|
150
|
-
[Instance 3] create-rust:
|
|
148
|
+
[Instance 1] create-golang:balanced → lang-golang-expert
|
|
149
|
+
[Instance 2] create-python:balanced → lang-python-expert
|
|
150
|
+
[Instance 3] create-rust:balanced → lang-rust-expert
|
|
151
151
|
|
|
152
152
|
[Progress] ████████░░░░ 2/3
|
|
153
153
|
|
|
154
|
-
[Instance 1] create-golang:
|
|
155
|
-
[Instance 2] create-python:
|
|
156
|
-
[Instance 3] create-rust:
|
|
154
|
+
[Instance 1] create-golang:balanced ✓ lang-golang-expert created
|
|
155
|
+
[Instance 2] create-python:balanced ✓ lang-python-expert created
|
|
156
|
+
[Instance 3] create-rust:balanced ✓ lang-rust-expert created
|
|
157
157
|
|
|
158
158
|
[Summary] 3/3 tasks completed successfully
|
|
159
159
|
```
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
#!/bin/bash
|
|
2
|
-
#
|
|
2
|
+
# Codex Hooks & Contexts Uninstaller
|
|
3
3
|
# Removes hooks installed by install-hooks.sh
|
|
4
4
|
|
|
5
5
|
set -e
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
SETTINGS_FILE="${
|
|
7
|
+
CODEX_HOME="${HOME}/.codex"
|
|
8
|
+
SETTINGS_FILE="${CODEX_HOME}/settings.json"
|
|
9
9
|
|
|
10
10
|
echo "┌─────────────────────────────────────────────┐"
|
|
11
|
-
echo "│
|
|
11
|
+
echo "│ Codex Hooks Uninstaller │"
|
|
12
12
|
echo "└─────────────────────────────────────────────┘"
|
|
13
13
|
echo ""
|
|
14
14
|
|
|
@@ -22,14 +22,14 @@ fi
|
|
|
22
22
|
|
|
23
23
|
echo ""
|
|
24
24
|
echo "[1/3] Removing hook scripts..."
|
|
25
|
-
rm -rf "${
|
|
26
|
-
rm -rf "${
|
|
25
|
+
rm -rf "${CODEX_HOME}/hooks/memory-persistence"
|
|
26
|
+
rm -rf "${CODEX_HOME}/hooks/strategic-compact"
|
|
27
27
|
echo " ✓ Hook scripts removed"
|
|
28
28
|
|
|
29
29
|
echo "[2/3] Removing context files..."
|
|
30
|
-
rm -f "${
|
|
31
|
-
rm -f "${
|
|
32
|
-
rm -f "${
|
|
30
|
+
rm -f "${CODEX_HOME}/contexts/dev.md"
|
|
31
|
+
rm -f "${CODEX_HOME}/contexts/review.md"
|
|
32
|
+
rm -f "${CODEX_HOME}/contexts/research.md"
|
|
33
33
|
echo " ✓ Context files removed"
|
|
34
34
|
|
|
35
35
|
echo "[3/3] Cleaning settings.json..."
|