@charmland/crush 0.75.0 → 0.77.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.
Files changed (2) hide show
  1. package/README.md +27 -0
  2. package/package.json +25 -25
package/README.md CHANGED
@@ -402,6 +402,33 @@ down. There is a short grace window right after `POST /v1/workspaces` so a
402
402
  client that has created the workspace but not yet opened its event stream
403
403
  does not get reaped before it can attach.
404
404
 
405
+ ### Global context files
406
+
407
+ Crush automatically includes two files for cross-project instructions.
408
+
409
+ - `~/.config/crush/CRUSH.md`: Crush-specific rules that would confuse other
410
+ agentic coding tools. If you only use Crush, this is the only one you need to
411
+ edit.
412
+ - `~/.config/AGENTS.md`: generic instructions that other coding tools might
413
+ read. Avoid referring to Crush-specific features or workflows here. You
414
+ probably only care about this if you use multiple agentic coding tools and
415
+ want to share instructions between them.
416
+
417
+ You can customize these paths using the `global_context_paths` option in your
418
+ configuration:
419
+
420
+ ```jsonc
421
+ {
422
+ "$schema": "https://charm.land/crush.json",
423
+ "options": {
424
+ "global_context_paths": [
425
+ "~/path/to/custom/context/file.md",
426
+ "/full/path/to/folder/of/files/" // recursively load all .md files in folder
427
+ ]
428
+ }
429
+ }
430
+ ```
431
+
405
432
  ### Ignoring Files
406
433
 
407
434
  Crush respects `.gitignore` files by default, but you can also create a
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@charmland/crush",
3
3
  "type": "module",
4
- "version": "0.75.0",
4
+ "version": "0.77.0",
5
5
  "description": "A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal.",
6
6
  "scripts": {
7
7
  "postinstall": "node install.js",
@@ -27,82 +27,82 @@
27
27
  },
28
28
  "archives": {
29
29
  "darwin-arm64": {
30
- "name": "crush_0.75.0_Darwin_arm64.tar.gz",
31
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.75.0/crush_0.75.0_Darwin_arm64.tar.gz",
30
+ "name": "crush_0.77.0_Darwin_arm64.tar.gz",
31
+ "url": "https://github.com/charmbracelet/crush/releases/download/v0.77.0/crush_0.77.0_Darwin_arm64.tar.gz",
32
32
  "bins": [
33
33
  "crush"
34
34
  ],
35
35
  "format": "tar.gz",
36
36
  "checksum": {
37
37
  "algorithm": "sha256",
38
- "digest": "b69a7c2beaaf55d1d4549ce076af55f0e4130f1e3957c91c88fb784e3d0e23ce"
38
+ "digest": "28cbcfd4f2389e05b29f520275e5192597e9a38234fb7174f3d2563a31d80660"
39
39
  },
40
- "wrappedIn": "crush_0.75.0_Darwin_arm64"
40
+ "wrappedIn": "crush_0.77.0_Darwin_arm64"
41
41
  },
42
42
  "darwin-x64": {
43
- "name": "crush_0.75.0_Darwin_x86_64.tar.gz",
44
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.75.0/crush_0.75.0_Darwin_x86_64.tar.gz",
43
+ "name": "crush_0.77.0_Darwin_x86_64.tar.gz",
44
+ "url": "https://github.com/charmbracelet/crush/releases/download/v0.77.0/crush_0.77.0_Darwin_x86_64.tar.gz",
45
45
  "bins": [
46
46
  "crush"
47
47
  ],
48
48
  "format": "tar.gz",
49
49
  "checksum": {
50
50
  "algorithm": "sha256",
51
- "digest": "170c5be36894aefeeca366686a84b19ef4b7e7f5949537f0025e75f9d5394b62"
51
+ "digest": "b7c1f6e75bdb67c909cc78f26ca04f6d050e45aedff3a58c6850931c17099db4"
52
52
  },
53
- "wrappedIn": "crush_0.75.0_Darwin_x86_64"
53
+ "wrappedIn": "crush_0.77.0_Darwin_x86_64"
54
54
  },
55
55
  "linux-arm64": {
56
- "name": "crush_0.75.0_Linux_arm64.tar.gz",
57
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.75.0/crush_0.75.0_Linux_arm64.tar.gz",
56
+ "name": "crush_0.77.0_Linux_arm64.tar.gz",
57
+ "url": "https://github.com/charmbracelet/crush/releases/download/v0.77.0/crush_0.77.0_Linux_arm64.tar.gz",
58
58
  "bins": [
59
59
  "crush"
60
60
  ],
61
61
  "format": "tar.gz",
62
62
  "checksum": {
63
63
  "algorithm": "sha256",
64
- "digest": "601705d6645b78beb778cebea21c076a85bc21db8cbe0b0711bb96ebbca133b5"
64
+ "digest": "16fc5415409a0c1deede9d73e27fa7b325755676e4eb4e02dfe662bf9b6b1879"
65
65
  },
66
- "wrappedIn": "crush_0.75.0_Linux_arm64"
66
+ "wrappedIn": "crush_0.77.0_Linux_arm64"
67
67
  },
68
68
  "linux-x64": {
69
- "name": "crush_0.75.0_Linux_x86_64.tar.gz",
70
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.75.0/crush_0.75.0_Linux_x86_64.tar.gz",
69
+ "name": "crush_0.77.0_Linux_x86_64.tar.gz",
70
+ "url": "https://github.com/charmbracelet/crush/releases/download/v0.77.0/crush_0.77.0_Linux_x86_64.tar.gz",
71
71
  "bins": [
72
72
  "crush"
73
73
  ],
74
74
  "format": "tar.gz",
75
75
  "checksum": {
76
76
  "algorithm": "sha256",
77
- "digest": "fe23180c294c761d2d1bc36efae5a8110962f5d667a4e5d3c8112b808ccfbba0"
77
+ "digest": "9a426a2f56a2cf643541260d6c50df960fa8a9e5513fac928248ab90126adf2a"
78
78
  },
79
- "wrappedIn": "crush_0.75.0_Linux_x86_64"
79
+ "wrappedIn": "crush_0.77.0_Linux_x86_64"
80
80
  },
81
81
  "win32-arm64": {
82
- "name": "crush_0.75.0_Windows_arm64.zip",
83
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.75.0/crush_0.75.0_Windows_arm64.zip",
82
+ "name": "crush_0.77.0_Windows_arm64.zip",
83
+ "url": "https://github.com/charmbracelet/crush/releases/download/v0.77.0/crush_0.77.0_Windows_arm64.zip",
84
84
  "bins": [
85
85
  "crush.exe"
86
86
  ],
87
87
  "format": "zip",
88
88
  "checksum": {
89
89
  "algorithm": "sha256",
90
- "digest": "cffd2cb96949328b67333e2056f013213c0f6fc87b50a413835d15408fc8df72"
90
+ "digest": "4fc83449d02b36c2fdbf410a82145c46535fdd957c73d3c5eff3a1d1d700f96e"
91
91
  },
92
- "wrappedIn": "crush_0.75.0_Windows_arm64"
92
+ "wrappedIn": "crush_0.77.0_Windows_arm64"
93
93
  },
94
94
  "win32-x64": {
95
- "name": "crush_0.75.0_Windows_x86_64.zip",
96
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.75.0/crush_0.75.0_Windows_x86_64.zip",
95
+ "name": "crush_0.77.0_Windows_x86_64.zip",
96
+ "url": "https://github.com/charmbracelet/crush/releases/download/v0.77.0/crush_0.77.0_Windows_x86_64.zip",
97
97
  "bins": [
98
98
  "crush.exe"
99
99
  ],
100
100
  "format": "zip",
101
101
  "checksum": {
102
102
  "algorithm": "sha256",
103
- "digest": "f44fb5bf246469f752d23a32f1d6e3239a71155a63f813b481a280727ceafcd5"
103
+ "digest": "ccd98be007b39d938687c5a281e6cd5bcb432974e8e4433f74d03480bbf10680"
104
104
  },
105
- "wrappedIn": "crush_0.75.0_Windows_x86_64"
105
+ "wrappedIn": "crush_0.77.0_Windows_x86_64"
106
106
  }
107
107
  }
108
108
  }