bonzai-burn 1.0.38 → 1.0.39

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
  # bonzai-burn
2
2
 
3
- Automated code cleanup via Claude Code on a safe git branch.
3
+ Code analysis CLI for Claude Code.
4
4
 
5
5
  ## Install
6
6
 
@@ -8,30 +8,20 @@ Automated code cleanup via Claude Code on a safe git branch.
8
8
  npx bonzai-burn
9
9
  ```
10
10
 
11
- Requires: [Claude Code CLI](https://github.com/anthropics/claude-code)
12
-
13
11
  ## Usage
14
12
 
15
- ### 1. Run burn
16
-
17
13
  ```bash
18
- npx bburn
14
+ npx bonzai-burn # Initialize bonzai/ folder
15
+ npx bonzai-burn -b # Run code analysis
16
+ npx bonzai-burn -h # Install Claude Code hook
17
+ npx bonzai-burn -h -s # Check hook status
18
+ npx bonzai-burn -h -u # Uninstall hook
19
19
  ```
20
20
 
21
- Creates `bonzai/specs.md` on first run. Edit it to define your cleanup rules.
22
-
23
- ### 2. Review changes
24
-
25
- ```bash
26
- git diff main
27
- ```
21
+ ## Config
28
22
 
29
- ### 3. Accept or discard
23
+ Edit `bonzai/config.json` to customize burn rules.
30
24
 
31
- ```bash
32
- # Accept
33
- baccept
25
+ ---
34
26
 
35
- # Discard
36
- brevert
37
- ```
27
+ > **Note:** Release configuration (loops, channels) is managed outside this repo. See internal docs.