@taotao7/braincode 0.2.1 → 0.2.2
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 +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,12 +10,17 @@ npm i -g @taotao7/braincode
|
|
|
10
10
|
|
|
11
11
|
A `postinstall` step downloads the platform-specific binary from the matching GitHub release. Supported platforms: macOS arm64/x64, Linux x64/arm64.
|
|
12
12
|
|
|
13
|
+
## Release
|
|
14
|
+
|
|
15
|
+
`0.2.2` ships the TUI transcript folding fix and the bottom-right BrainPet progress footer. The npm package version must match the GitHub release tag because `postinstall` downloads assets from `v<version>`.
|
|
16
|
+
|
|
13
17
|
## Usage
|
|
14
18
|
|
|
15
19
|
```bash
|
|
16
20
|
braincode # interactive TUI
|
|
17
21
|
braincode config # open browser configuration
|
|
18
22
|
braincode run "..." # one-shot task
|
|
23
|
+
braincode benchmark # representative coding-task plan benchmark
|
|
19
24
|
braincode help
|
|
20
25
|
```
|
|
21
26
|
|