txclaw 0.3.3 → 0.4.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.aiclaw.md +12 -7
- package/README.aliclaw.md +12 -7
- package/README.alpha-claw.md +25 -0
- package/README.alphaclaw.md +25 -0
- package/README.amazonclaw.md +12 -7
- package/README.amzclaw.md +12 -7
- package/README.anthropicclaw.md +12 -7
- package/README.appleclaw.md +12 -7
- package/README.autoopenclaw.md +12 -7
- package/README.awsclaw.md +12 -7
- package/README.bdclaw.md +12 -7
- package/README.blclaw.md +12 -7
- package/README.bytclaw.md +12 -7
- package/README.claw-open.md +12 -7
- package/README.clawjs.md +10 -7
- package/README.coclaw.md +12 -7
- package/README.copaw.md +16 -3
- package/README.ddclaw.md +12 -7
- package/README.duclaw.md +12 -7
- package/README.dyclaw.md +12 -7
- package/README.easyclaw.md +12 -7
- package/README.fastclaw.md +12 -7
- package/README.fbclaw.md +12 -7
- package/README.googleclaw.md +12 -7
- package/README.hello-claw.md +25 -0
- package/README.hwclaw.md +12 -7
- package/README.jdclaw.md +12 -7
- package/README.kimiclaw.md +12 -7
- package/README.ksclaw.md +16 -3
- package/README.maxclaw.md +12 -7
- package/README.md +12 -7
- package/README.md.bak +75 -0
- package/README.megaclaw.md +12 -7
- package/README.metaclaw.md +12 -7
- package/README.miclaw.md +12 -7
- package/README.msclaw.md +12 -7
- package/README.mtclaw.md +12 -7
- package/README.nflxclaw.md +12 -7
- package/README.nvdaclaw.md +12 -7
- package/README.open-claw.md +10 -7
- package/README.openaiclaw.md +12 -7
- package/README.openclaw-cli.md +11 -225
- package/README.openclaw-daemon.md +11 -225
- package/README.openclaw-gateway.md +11 -225
- package/README.openclaw-health.md +11 -225
- package/README.openclaw-helper.md +11 -225
- package/README.openclaw-install.md +11 -225
- package/README.openclaw-manage.md +11 -225
- package/README.openclaw-monitor.md +11 -225
- package/README.openclaw-run.md +11 -225
- package/README.openclaw-service.md +11 -225
- package/README.openclaw-setup.md +11 -225
- package/README.openclaw-start.md +11 -225
- package/README.openclaw-tools.md +11 -225
- package/README.openclaw-upgrade.md +17 -5
- package/README.openclaw-utils.md +11 -225
- package/README.openclaw-watch.md +11 -225
- package/README.pddclaw.md +12 -7
- package/README.qclaw-cli.md +12 -7
- package/README.qclaw.md +10 -7
- package/README.smartclaw.md +12 -7
- package/README.ttclaw.md +12 -7
- package/README.txclaw.md +12 -7
- package/README.uberclaw.md +12 -7
- package/README.volclaw.md +12 -7
- package/README.wxclaw.md +12 -7
- package/README.xclaw.md +16 -3
- package/README.zhclaw.md +12 -7
- package/dist/{chunk-U6JVOA5H.js → chunk-UXL57WT4.js} +70 -70
- package/dist/index.js +203 -26
- package/dist/{server-GHEIPQJV.js → server-GZ3MD6AH.js} +1 -1
- package/package.json +32 -9
- package/CONTRIBUTING.md +0 -105
package/CONTRIBUTING.md
DELETED
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
# Contributing to OpenClaw Doctor
|
|
2
|
-
|
|
3
|
-
Thanks for taking the time to contribute!
|
|
4
|
-
|
|
5
|
-
## Development Setup
|
|
6
|
-
|
|
7
|
-
```bash
|
|
8
|
-
git clone https://github.com/Sobranier/openclaw-cli.git
|
|
9
|
-
cd openclaw-doctor
|
|
10
|
-
npm install
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
### Running locally
|
|
14
|
-
|
|
15
|
-
```bash
|
|
16
|
-
npm run dev -- status # Quick health check
|
|
17
|
-
npm run dev -- watch # Foreground monitoring
|
|
18
|
-
npm run dev -- watch -d # Background daemon
|
|
19
|
-
npm run dev -- unwatch # Stop daemon
|
|
20
|
-
```
|
|
21
|
-
|
|
22
|
-
### Building
|
|
23
|
-
|
|
24
|
-
```bash
|
|
25
|
-
npm run build
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
Output goes to `dist/`.
|
|
29
|
-
|
|
30
|
-
## Project Structure
|
|
31
|
-
|
|
32
|
-
```
|
|
33
|
-
src/
|
|
34
|
-
commands/ # CLI command handlers (watch, status, gateway, logs, ...)
|
|
35
|
-
core/ # Health check, restart logic, daemon management
|
|
36
|
-
dashboard/ # Web UI (Express + static assets)
|
|
37
|
-
notify/ # Notification channels (webhook, macOS system)
|
|
38
|
-
utils/ # OpenClaw config auto-detection, launchd helpers
|
|
39
|
-
scripts/
|
|
40
|
-
publish.sh # Multi-package publish script
|
|
41
|
-
```
|
|
42
|
-
|
|
43
|
-
## Making Changes
|
|
44
|
-
|
|
45
|
-
1. Fork the repo and create a branch from `main`:
|
|
46
|
-
```bash
|
|
47
|
-
git checkout -b fix/your-change
|
|
48
|
-
```
|
|
49
|
-
2. Make your changes and test locally with `npm run dev`.
|
|
50
|
-
3. Build to make sure nothing is broken:
|
|
51
|
-
```bash
|
|
52
|
-
npm run build
|
|
53
|
-
```
|
|
54
|
-
4. Open a Pull Request against `main`.
|
|
55
|
-
|
|
56
|
-
## Release Workflow
|
|
57
|
-
|
|
58
|
-
This repo publishes multiple npm packages from the same codebase. **Do not publish manually.**
|
|
59
|
-
|
|
60
|
-
### Packages
|
|
61
|
-
|
|
62
|
-
| Package | Config |
|
|
63
|
-
|---------|--------|
|
|
64
|
-
| `openclaw-doctor` | `package.json` |
|
|
65
|
-
| `openclaw-cli` | `package.openclaw-cli.json` |
|
|
66
|
-
| `openclaw-manage` | `package.openclaw-manage.json` |
|
|
67
|
-
| _(and others)_ | `package.openclaw-*.json` |
|
|
68
|
-
|
|
69
|
-
All packages share the same version number and `dist/` output.
|
|
70
|
-
|
|
71
|
-
### Cutting a release
|
|
72
|
-
|
|
73
|
-
```bash
|
|
74
|
-
# 1. Pull latest
|
|
75
|
-
git pull origin main
|
|
76
|
-
|
|
77
|
-
# 2. Bump version (patch / minor / major)
|
|
78
|
-
npm version patch # e.g. 0.3.0 → 0.3.1
|
|
79
|
-
|
|
80
|
-
# 3. Build + publish all packages
|
|
81
|
-
npm run release
|
|
82
|
-
```
|
|
83
|
-
|
|
84
|
-
`npm run release` calls `scripts/publish.sh`, which:
|
|
85
|
-
1. Builds once (`npm run build`)
|
|
86
|
-
2. Publishes `openclaw-doctor` with `package.json`
|
|
87
|
-
3. For each `package.openclaw-*.json`: temporarily swaps it in as `package.json`, publishes, then restores
|
|
88
|
-
|
|
89
|
-
### Version sync
|
|
90
|
-
|
|
91
|
-
All `package.openclaw-*.json` files must stay in sync with `package.json`. The publish script reads whichever `package.json` is active — keep `version` consistent across all of them.
|
|
92
|
-
|
|
93
|
-
To update a sub-package metadata (description, keywords, bin), edit its `package.openclaw-*.json` directly.
|
|
94
|
-
|
|
95
|
-
## Reporting Issues
|
|
96
|
-
|
|
97
|
-
Open an issue on GitHub with:
|
|
98
|
-
- Your OpenClaw version (`openclaw --version`)
|
|
99
|
-
- Your OS and Node.js version
|
|
100
|
-
- The output of `openclaw-doctor doctor`
|
|
101
|
-
- What you expected vs. what happened
|
|
102
|
-
|
|
103
|
-
## License
|
|
104
|
-
|
|
105
|
-
By contributing, you agree that your contributions will be licensed under the [MIT License](./LICENSE).
|