oh-my-customcode 0.151.0 → 0.152.0

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 CHANGED
@@ -2334,7 +2334,7 @@ var init_package = __esm(() => {
2334
2334
  workspaces: [
2335
2335
  "packages/*"
2336
2336
  ],
2337
- version: "0.151.0",
2337
+ version: "0.152.0",
2338
2338
  description: "Batteries-included agent harness for Claude Code",
2339
2339
  type: "module",
2340
2340
  bin: {
package/dist/index.js CHANGED
@@ -2031,7 +2031,7 @@ var package_default = {
2031
2031
  workspaces: [
2032
2032
  "packages/*"
2033
2033
  ],
2034
- version: "0.151.0",
2034
+ version: "0.152.0",
2035
2035
  description: "Batteries-included agent harness for Claude Code",
2036
2036
  type: "module",
2037
2037
  bin: {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "workspaces": [
4
4
  "packages/*"
5
5
  ],
6
- "version": "0.151.0",
6
+ "version": "0.152.0",
7
7
  "description": "Batteries-included agent harness for Claude Code",
8
8
  "type": "module",
9
9
  "bin": {
@@ -592,14 +592,14 @@ agents:
592
592
  base_confidence: 85
593
593
  routing_rule: "Invoke token-efficiency-audit skill"
594
594
 
595
- skill-simplify:
595
+ skill-dev-refactor:
596
596
  keywords:
597
597
  korean: [단순화, 코드 정리, 중복 제거]
598
598
  english: [simplify, cleanup, deduplicate, "reduce complexity"]
599
599
  file_patterns: []
600
600
  supported_actions: [simplify, clean, reduce]
601
601
  base_confidence: 75
602
- routing_rule: "Invoke simplify skill"
602
+ routing_rule: "Invoke dev-refactor skill"
603
603
 
604
604
  # Memory skills
605
605
  skill-memory-save:
@@ -3,7 +3,6 @@ name: omcustom-feedback
3
3
  description: Submit feedback about oh-my-customcode (supports anonymous submission)
4
4
  scope: harness
5
5
  user-invocable: true
6
- disable-model-invocation: true
7
6
  argument-hint: "[description or leave empty for interactive] [--anonymous]"
8
7
  ---
9
8
 
@@ -201,5 +200,6 @@ Submit manually when connectivity is available:
201
200
  - Route A creates a visible GitHub issue attributed to the user's gh account
202
201
  - When `--anonymous` is used, the title is prefixed with `[Anonymous Feedback]` and the `anonymous` label is added
203
202
  - Fallback ensures no feedback is silently lost even in offline environments
204
- - `disable-model-invocation: true` ensures this skill only runs when explicitly invoked by the user
203
+ - This skill is invocable by BOTH the user (`/omcustom-feedback`) and the model (Skill tool). Model invocation enables session-end retrospective feedback drafting (#1226 item 3, #1227).
204
+ - The Phase 4A "Preview + confirmation" gate (steps 2-3) is the safety boundary: the model can DRAFT a feedback issue but CANNOT create a public GitHub issue without explicit user confirmation. This mitigates the abuse concern of model-invocation.
205
205
  - Target repo is hardcoded to `baekenough/oh-my-customcode` — feedback is always about omcustom itself
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.151.0",
2
+ "version": "0.152.0",
3
3
  "lastUpdated": "2026-05-20T00:00:00.000Z",
4
4
  "omcustomMinClaudeCode": "2.1.121",
5
5
  "omcustomMinClaudeCodeReason": "Sensitive-path direct Write/Edit on .claude/** under bypassPermissions (R010 deprecation, #1101)",