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
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -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 |
|
package/templates/manifest.json
CHANGED