claude-verbs 1.2.0 โ†’ 1.3.0

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # claude-verbs
2
2
 
3
- Replace Claude Code's thinking verbs with Star Wars, Game of Thrones, Lord of the Rings, and more.
3
+ Replace Claude Code's thinking verbs with Star Wars, Game of Thrones, Lord of the Rings, Project Hail Mary, and more.
4
4
 
5
5
  ![claude-verbs demo](assets/claude-verbs.gif)
6
6
 
@@ -42,6 +42,7 @@ npx claude-verbs current # Show currently applied verbs
42
42
  | `bb` | Breaking Bad | "๐Ÿงช 99.1% pure coverage" |
43
43
  | `got` | Game of Thrones | "๐Ÿ—ก๏ธ What do we say to PO? Not today." |
44
44
  | `br` | Blade Runner | "๐ŸŒง๏ธ All those prompts lost in time... like tears in rain" |
45
+ | `phm` | Project Hail Mary | "โ“ Question?" |
45
46
 
46
47
  ## How it works
47
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-verbs",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Change Claude Code spinner verbs with themed word sets",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -25,8 +25,9 @@
25
25
  "Dune",
26
26
  "lord-of-the-rings",
27
27
  "breaking-bad",
28
- "blade-runner"
29
- ],
28
+ "blade-runner",
29
+ "project-hail-mary"
30
+ ],
30
31
  "author": "Samet Acar <sametacarsamet@gmail.com>",
31
32
  "license": "MIT",
32
33
  "engines": {
@@ -39,5 +40,11 @@
39
40
  "homepage": "https://github.com/sametacar/claude-verbs#readme",
40
41
  "bugs": {
41
42
  "url": "https://github.com/sametacar/claude-verbs/issues"
42
- }
43
+ },
44
+ "contributors": [
45
+ {
46
+ "name": "mwerwee",
47
+ "url": "https://github.com/mwerwee"
48
+ }
49
+ ]
43
50
  }
@@ -10,6 +10,7 @@ export const verbs = {
10
10
  bb: require('./bb.json'),
11
11
  got: require('./got.json'),
12
12
  br: require('./br.json'),
13
+ phm: require('./phm.json'),
13
14
  };
14
15
 
15
16
  export function list() {
@@ -0,0 +1,65 @@
1
+ {
2
+ "name": "Project Hail Mary",
3
+ "id": "phm",
4
+ "verbs": [
5
+ "๐Ÿงฌ Culturing Astrophage",
6
+ "๐ŸŽต Blip-A... Blip-B...",
7
+ "๐Ÿชจ Question?",
8
+ "๐Ÿค We are crew!",
9
+ "๐ŸŒŸ Tau Ceti is fine, by the way",
10
+ "โ˜€๏ธ Measuring the Petrova frequency",
11
+ "๐Ÿ˜ด Waking up from a coma with no memory",
12
+ "๐Ÿง‘โ€๐Ÿซ Science-ing the tokens",
13
+ "๐ŸŽถ Learning Eridian the hard way",
14
+ "๐Ÿชจ Rocky is helping",
15
+ "๐Ÿ”ฌ Yay science!",
16
+ "๐Ÿ’€ You die, I die, deal?",
17
+ "๐ŸŒ Earth protected",
18
+ "๐Ÿชจ Rocky protected",
19
+ "๐Ÿงช Amazeballs!",
20
+ "๐ŸŒŒ Last known position: middle of nowhere",
21
+ "โš—๏ธ Running the experiment again",
22
+ "๐ŸŽต More better communication",
23
+ "๐Ÿค” Working the problem",
24
+ "๐Ÿ›ธ Two ships, one star, no plan",
25
+ "๐Ÿง‘โ€๐Ÿซ I was a middle school science teacher",
26
+ "๐ŸŒก๏ธ Temperature nominal",
27
+ "๐Ÿ”ญ Adjusting the spectrometer",
28
+ "๐Ÿงฌ Astrophage energy output: suspicious",
29
+ "๐ŸŽต Translating via musical tones",
30
+ "๐Ÿ’ค Three crew members... mostly",
31
+ "๐Ÿชจ Human is Ryland Grace",
32
+ "๐ŸŒ‘ Staring at a dead star",
33
+ "๐Ÿ›ธ Xenonite hull integrity: holding",
34
+ "๐Ÿ”ข Doing math on the whiteboard",
35
+ "๐Ÿ› It feeds on light. Wild.",
36
+ "๐ŸŒŠ No ocean, but same feeling",
37
+ "๐Ÿš€ Launched with no return ticket",
38
+ "๐ŸŽธ Rocky's playing again",
39
+ "๐Ÿงฎ Calculating orbital mechanics manually",
40
+ "๐Ÿค Inter-species pair programming",
41
+ "โšก Taulight converting to energy",
42
+ "๐ŸŒ Saving Earth with vibes and science",
43
+ "๐Ÿชจ Rocky says question mark",
44
+ "๐Ÿซ Should've stayed a teacher",
45
+ "๐ŸŽต Blip-A means yes. Probably.",
46
+ "๐Ÿ›ธ Docking with an alien ship",
47
+ "๐Ÿ”ฌ Microscope says interesting",
48
+ "๐Ÿ’ก It's obvious once you know it",
49
+ "๐ŸŒŒ Context window: 4 light years",
50
+ "๐Ÿ˜… No pressure, just mankind's survival",
51
+ "๐Ÿค– The robots didn't make it. I did.",
52
+ "๐Ÿงฌ Astrophage per cc: concerning",
53
+ "๐Ÿชจ Rocky more smart than expected",
54
+ "๐Ÿ›ฐ๏ธ Signal detected at 10 AU",
55
+ "๐ŸŽถ Singing at the alien",
56
+ "๐ŸŒŸ Tau Ceti g has potential",
57
+ "๐Ÿ”ญ Pointing every instrument at that",
58
+ "๐Ÿ’ฌ Language barrier: crumbling",
59
+ "๐Ÿค Deal sealed with a claw-bump",
60
+ "๐Ÿš€ No comms, no backup, no problem",
61
+ "๐ŸŒ Someone has to do it",
62
+ "๐Ÿชจ Is friend",
63
+ "๐Ÿคฉ Amaze, Amaze, Amaze"
64
+ ]
65
+ }