claudekit-cli 4.3.0 → 4.3.1-dev.10
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/cli-manifest.json +8 -2
- package/dist/index.js +23163 -22611
- package/dist/ui/assets/{index-BrzUvlYt.js → index-SfhG5yaa.js} +1 -1
- package/dist/ui/index.html +1 -1
- package/package.json +1 -1
|
@@ -148,7 +148,7 @@ Please change the parent <Route path="${w}"> to <Route path="${w==="/"?"*":`${w}
|
|
|
148
148
|
"hooks": {
|
|
149
149
|
"subagent-init": false
|
|
150
150
|
}
|
|
151
|
-
}`},"hooks.descriptive-name":{path:"hooks.descriptive-name",type:"boolean",default:"true",description:"Injects
|
|
151
|
+
}`},"hooks.descriptive-name":{path:"hooks.descriptive-name",type:"boolean",default:"true",description:"Injects language-aware naming context so agents generate meaningful, self-documenting file names.",descriptionVi:"Tiêm ngữ cảnh đặt tên theo ngôn ngữ để agent tạo tên tệp có ý nghĩa, tự tài liệu hóa.",effect:"When enabled, reminds the agent to prefer descriptive names while respecting language conventions such as snake_case for Python, Go, and Rust.",effectVi:"Khi bật, nhắc agent ưu tiên tên mô tả nhưng vẫn theo quy ước ngôn ngữ như snake_case cho Python, Go và Rust.",example:`{
|
|
152
152
|
"hooks": {
|
|
153
153
|
"descriptive-name": false
|
|
154
154
|
}
|
package/dist/ui/index.html
CHANGED
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
background: var(--dash-text-muted);
|
|
72
72
|
}
|
|
73
73
|
</style>
|
|
74
|
-
<script type="module" crossorigin src="/assets/index-
|
|
74
|
+
<script type="module" crossorigin src="/assets/index-SfhG5yaa.js"></script>
|
|
75
75
|
<link rel="modulepreload" crossorigin href="/assets/vendor-BkC4CYzM.js">
|
|
76
76
|
<link rel="stylesheet" crossorigin href="/assets/index-fz2_unLw.css">
|
|
77
77
|
</head>
|