claudekit-cli 3.36.0-dev.22 → 3.36.0-dev.23
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/index.js
CHANGED
|
@@ -39104,6 +39104,7 @@ var init_ck_config = __esm(() => {
|
|
|
39104
39104
|
$schema: exports_external.string().optional(),
|
|
39105
39105
|
codingLevel: CodingLevelSchema.optional(),
|
|
39106
39106
|
statusline: StatuslineModeSchema.optional(),
|
|
39107
|
+
statuslineColors: exports_external.boolean().optional(),
|
|
39107
39108
|
privacyBlock: exports_external.boolean().optional(),
|
|
39108
39109
|
docs: CkDocsConfigSchema.optional(),
|
|
39109
39110
|
plan: CkPlanConfigSchema.optional(),
|
|
@@ -39119,6 +39120,7 @@ var init_ck_config = __esm(() => {
|
|
|
39119
39120
|
DEFAULT_CK_CONFIG = {
|
|
39120
39121
|
codingLevel: -1,
|
|
39121
39122
|
statusline: "full",
|
|
39123
|
+
statuslineColors: true,
|
|
39122
39124
|
privacyBlock: true,
|
|
39123
39125
|
docs: {
|
|
39124
39126
|
maxLoc: 800
|
|
@@ -48080,6 +48082,11 @@ var init_ck_config_schema = __esm(() => {
|
|
|
48080
48082
|
default: "full",
|
|
48081
48083
|
description: "Statusline display mode: full=all features, compact=2-3 lines, minimal=single text line, none=disabled"
|
|
48082
48084
|
},
|
|
48085
|
+
statuslineColors: {
|
|
48086
|
+
type: "boolean",
|
|
48087
|
+
default: true,
|
|
48088
|
+
description: "Enable ANSI colors in statusline output. Set false for plain text. Respects NO_COLOR/FORCE_COLOR env vars."
|
|
48089
|
+
},
|
|
48083
48090
|
hooks: {
|
|
48084
48091
|
type: "object",
|
|
48085
48092
|
description: "Toggle individual hooks on/off. Default: all enabled.",
|
|
@@ -56409,7 +56416,7 @@ var package_default;
|
|
|
56409
56416
|
var init_package = __esm(() => {
|
|
56410
56417
|
package_default = {
|
|
56411
56418
|
name: "claudekit-cli",
|
|
56412
|
-
version: "3.36.0-dev.
|
|
56419
|
+
version: "3.36.0-dev.23",
|
|
56413
56420
|
description: "CLI tool for bootstrapping and updating ClaudeKit projects",
|
|
56414
56421
|
type: "module",
|
|
56415
56422
|
repository: {
|