oh-my-customcode 0.61.0 → 0.62.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 CHANGED
@@ -9325,7 +9325,7 @@ var init_package = __esm(() => {
9325
9325
  workspaces: [
9326
9326
  "packages/*"
9327
9327
  ],
9328
- version: "0.61.0",
9328
+ version: "0.62.1",
9329
9329
  description: "Batteries-included agent harness for Claude Code",
9330
9330
  type: "module",
9331
9331
  bin: {
package/dist/index.js CHANGED
@@ -1672,7 +1672,7 @@ var package_default = {
1672
1672
  workspaces: [
1673
1673
  "packages/*"
1674
1674
  ],
1675
- version: "0.61.0",
1675
+ version: "0.62.1",
1676
1676
  description: "Batteries-included agent harness for Claude Code",
1677
1677
  type: "module",
1678
1678
  bin: {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "workspaces": [
4
4
  "packages/*"
5
5
  ],
6
- "version": "0.61.0",
6
+ "version": "0.62.1",
7
7
  "description": "Batteries-included agent harness for Claude Code",
8
8
  "type": "module",
9
9
  "bin": {
@@ -24,6 +24,20 @@ Update the relevant rule rather than just acknowledging the violation.
24
24
  | Self-detected violation | Fix immediately, consider rule update |
25
25
  | Ambiguous situation | Ask user, then update if needed |
26
26
 
27
+ ## Defect Response Matrix
28
+
29
+ | Defect Type | Rule Update | Memory | Issue |
30
+ |-------------|:-----------:|:------:|:-----:|
31
+ | Rule violation (agent behavior) | ✅ | — | — |
32
+ | CI/infra defect | — | ✅ | ✅ |
33
+ | Process gap (workflow hole) | ✅ | ✅ | ✅ |
34
+ | Repeatable system bug | — | ✅ | ✅ |
35
+
36
+ When CI failure, process gap, or repeatable system defect is found:
37
+ 1. Record feedback memory (defend current session)
38
+ 2. Register GitHub issue (trackable improvement item)
39
+ 3. Both required — memory alone is NOT sufficient for system-level defects
40
+
27
41
  ## Anti-Patterns
28
42
 
29
43
  | Anti-Pattern | Why It's Wrong | Correct Action |
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.61.0",
2
+ "version": "0.62.1",
3
3
  "lastUpdated": "2026-03-24T00:00:00.000Z",
4
4
  "components": [
5
5
  {