@scotthamilton77/sidekick 0.1.26 → 0.1.27

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.
@@ -17,6 +17,7 @@ settings:
17
17
  reminder_thresholds:
18
18
  user-prompt-submit: 10
19
19
  remember-your-persona: 20
20
+ caveman-mode: 20
20
21
 
21
22
  # Command runner prefixes that trigger unanchored pattern matching.
22
23
  # When a bash command starts with one of these prefixes, the tool pattern
@@ -115,3 +115,7 @@ settings:
115
115
  # Preserve persona across /clear instead of re-rolling
116
116
  # When true, /clear keeps the same persona. When false, a new persona is randomly selected.
117
117
  persistThroughClear: true
118
+ # Persona-reminder caveman mode level (off | lite | full | ultra)
119
+ # When non-off, the persona-voice reminder is replaced by a compact caveman
120
+ # directive and the statusline shows the level.
121
+ cavemanMode: "off"
@@ -60,7 +60,7 @@ settings:
60
60
  # Worktree-aware: "{branchWT,prefix=' | '}" → " | main" or " | feat/auth [wt]"
61
61
  # Project name: "{projectDirShort}" → "claude-code-sidekick"
62
62
  #
63
- format: "{personaName,prefix='[',suffix='] | '}{model,prefix='[',suffix='] | '}{contextBar} {tokenPercentageActual} | {logs} | {projectDirShort,maxLength=40}: {cwd,maxLength=40,truncateStyle='path'}{branchWT,prefix=' | ',maxLength=40}{title,wrapAt=120,prefix=' | ',wrapPrefix='\\n'}{summary,wrapAt=120,prefix=' | ',wrapPrefix='\\n'}"
63
+ format: "{devMode,suffix=' | '}{personaName,prefix='[',suffix='] | '}{model,prefix='[',suffix='] | '}{contextBar} {tokenPercentageActual} | {logs} | {projectDirShort,maxLength=40}: {cwd,maxLength=40,truncateStyle='path'}{branchWT,prefix=' | ',maxLength=40}{title,wrapAt=120,prefix=' | ',wrapPrefix='\\n'}{summary,wrapAt=120,prefix=' | ',wrapPrefix='\\n'}"
64
64
 
65
65
  # Threshold configuration for visual warnings
66
66
  thresholds:
@@ -114,3 +114,9 @@ settings:
114
114
  # branch: magenta # Optional: if set, overrides pattern-based coloring
115
115
  # Pattern-based defaults: main/master=green, feature/*=blue, hotfix/*=red, other=magenta
116
116
  # worktreeIndicator: dim # Optional: color for [wt] suffix in branchWT (default: dim)
117
+
118
+ # Dev-mode indicator configuration
119
+ # Controls the {devMode} token in the format string
120
+ devIndicator:
121
+ enabled: true
122
+ label: '🛠 dev'
@@ -0,0 +1,11 @@
1
+ # caveman-mode.yaml
2
+ # Replaces remember-your-persona on SessionStart and UserPromptSubmit when caveman
3
+ # mode is active. Persona voice is suppressed in Claude's main responses; sidekick's
4
+ # own snarky commentary stays in persona voice on a separate channel.
5
+ id: caveman-mode
6
+ blocking: false
7
+ priority: 5
8
+ persistent: false
9
+
10
+ additionalContext: |
11
+ {{caveman_directive}}