claudekit-cli 3.39.3-dev.6 → 3.39.3-dev.7

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
@@ -42491,6 +42491,7 @@ var init_ck_config = __esm(() => {
42491
42491
  codingLevel: CodingLevelSchema.optional(),
42492
42492
  statusline: StatuslineModeSchema.optional(),
42493
42493
  statuslineColors: exports_external.boolean().optional(),
42494
+ statuslineQuota: exports_external.boolean().optional(),
42494
42495
  privacyBlock: exports_external.boolean().optional(),
42495
42496
  docs: CkDocsConfigSchema.optional(),
42496
42497
  plan: CkPlanConfigSchema.optional(),
@@ -42509,6 +42510,7 @@ var init_ck_config = __esm(() => {
42509
42510
  codingLevel: -1,
42510
42511
  statusline: "full",
42511
42512
  statuslineColors: true,
42513
+ statuslineQuota: true,
42512
42514
  privacyBlock: true,
42513
42515
  docs: {
42514
42516
  maxLoc: 800
@@ -48523,6 +48525,11 @@ var init_ck_config_schema = __esm(() => {
48523
48525
  default: true,
48524
48526
  description: "Enable ANSI colors in statusline output. Set false for plain text. Respects NO_COLOR/FORCE_COLOR env vars."
48525
48527
  },
48528
+ statuslineQuota: {
48529
+ type: "boolean",
48530
+ default: true,
48531
+ description: "Show the cosmetic 5h / wk quota chips in the statusline. Disable to keep the statusline layout without usage-window percentages."
48532
+ },
48526
48533
  hooks: {
48527
48534
  type: "object",
48528
48535
  description: "Toggle individual hooks on/off. Default: all enabled.",
@@ -48550,7 +48557,7 @@ var init_ck_config_schema = __esm(() => {
48550
48557
  "usage-context-awareness": {
48551
48558
  type: "boolean",
48552
48559
  default: true,
48553
- description: "UserPromptSubmit/PostToolUse hook - usage limits awareness"
48560
+ description: "UserPromptSubmit/PostToolUse hook - inject usage-limit awareness into prompt context"
48554
48561
  },
48555
48562
  "context-tracking": {
48556
48563
  type: "boolean",
@@ -57284,7 +57291,7 @@ var package_default;
57284
57291
  var init_package = __esm(() => {
57285
57292
  package_default = {
57286
57293
  name: "claudekit-cli",
57287
- version: "3.39.3-dev.6",
57294
+ version: "3.39.3-dev.7",
57288
57295
  description: "CLI tool for bootstrapping and updating ClaudeKit projects",
57289
57296
  type: "module",
57290
57297
  repository: {