cc-dev-template 0.1.62 → 0.1.63

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/bin/install.js CHANGED
@@ -255,7 +255,10 @@ if (fs.existsSync(mergeSettingsPath)) {
255
255
  { file: 'read-guard-hook.json', name: 'Context guard for large reads' },
256
256
  { file: 'statusline-config.json', name: 'Custom status line' },
257
257
  { file: 'bash-overflow-hook.json', name: 'Bash overflow guard hook' },
258
- { file: 'env-config.json', name: 'Environment variables' }
258
+ { file: 'env-config.json', name: 'Environment variables' },
259
+ // Spinner verbs - choose one (Helldivers or Factorio)
260
+ { file: 'spinner-verbs-helldivers.json', name: 'Helldivers spinner verbs' }
261
+ // { file: 'spinner-verbs-factorio.json', name: 'Factorio spinner verbs' }
259
262
  ];
260
263
 
261
264
  configs.forEach(({ file, name }) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-dev-template",
3
- "version": "0.1.62",
3
+ "version": "0.1.63",
4
4
  "description": "Structured AI-assisted development framework for Claude Code",
5
5
  "bin": {
6
6
  "cc-dev-template": "./bin/install.js"
@@ -0,0 +1,27 @@
1
+ {
2
+ "spinnerVerbs": {
3
+ "mode": "replace",
4
+ "verbs": [
5
+ "Optimizing ratios",
6
+ "Expanding the factory",
7
+ "Researching technology",
8
+ "Balancing belts",
9
+ "Routing logistics",
10
+ "Smelting ore",
11
+ "Automating production",
12
+ "Deploying blueprints",
13
+ "Scaling throughput",
14
+ "Refining petroleum",
15
+ "Extending rail network",
16
+ "Calculating ratios",
17
+ "Processing resources",
18
+ "Assembling components",
19
+ "Constructing outpost",
20
+ "Launching rockets",
21
+ "Clearing biters",
22
+ "Inserting inserters",
23
+ "Growing the factory",
24
+ "The factory must grow"
25
+ ]
26
+ }
27
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "spinnerVerbs": {
3
+ "mode": "replace",
4
+ "verbs": [
5
+ "Spreading democracy",
6
+ "Liberating",
7
+ "Deploying stratagems",
8
+ "Calling in reinforcements",
9
+ "Eliminating hostiles",
10
+ "Securing perimeter",
11
+ "Extracting intel",
12
+ "Suppressing resistance",
13
+ "Dispensing freedom",
14
+ "Neutralizing threats",
15
+ "Conducting reconnaissance",
16
+ "Mobilizing forces",
17
+ "Purging enemies",
18
+ "Defending liberty",
19
+ "Executing orbital strike",
20
+ "Requesting extraction",
21
+ "Fortifying position",
22
+ "Engaging targets",
23
+ "Invoking Super Earth",
24
+ "Upholding managed democracy"
25
+ ]
26
+ }
27
+ }