clearhand 0.1.0 → 0.1.1
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
|
@@ -34,13 +34,6 @@ whole guided setup drive itself through the real endpoints; or go to the
|
|
|
34
34
|
queue, click through the approve flow, try to resolve a case while its
|
|
35
35
|
refund is still pending, and watch the guards fire.
|
|
36
36
|
|
|
37
|
-
> **Pre-launch:** until the package is published to npm, install from source
|
|
38
|
-
> instead of `npx`:
|
|
39
|
-
> ```bash
|
|
40
|
-
> git clone https://github.com/honganai/clearhand-help && cd clearhand-help
|
|
41
|
-
> npm install && npm run build && npm link # provides the `clearhand` CLI
|
|
42
|
-
> ```
|
|
43
|
-
|
|
44
37
|
## Real setup (~30–45 min)
|
|
45
38
|
|
|
46
39
|
```bash
|
|
@@ -127,7 +120,6 @@ src/server/ the hands: executor, lint, approval, secrets, connectors
|
|
|
127
120
|
src/mcp/ thin typed MCP proxy (zero business logic)
|
|
128
121
|
templates/ CLEARHAND.md, agent skills, overlay policy-book starters
|
|
129
122
|
dashboard/ local web UI (queue · approve · trust · calibration)
|
|
130
|
-
site/ clearhand.help sources
|
|
131
123
|
docs/ PORT_SPEC (the ported invariants), verification
|
|
132
124
|
```
|
|
133
125
|
|
|
@@ -142,5 +134,5 @@ cd dashboard && npm run dev # UI with proxy
|
|
|
142
134
|
Rule enforced forever: **every new action type lands a lint rule and an
|
|
143
135
|
executor guard in the same change**, or the LLM regains a money-unsafe path.
|
|
144
136
|
|
|
145
|
-
Apache-2.0. Local-first forever; a hosted always-on tier is planned —
|
|
146
|
-
[
|
|
137
|
+
Apache-2.0. Local-first forever; a hosted always-on tier is planned —
|
|
138
|
+
[clearhand.help](https://clearhand.help) has the waitlist.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "clearhand",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Safe hands for your agent. ClearHand lets your existing coding agent (Claude Code, Codex) run your customer support — drafting in your voice, proposing refunds and subscription changes it can never execute without your click.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"customer-support",
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
"human-in-the-loop"
|
|
13
13
|
],
|
|
14
14
|
"license": "Apache-2.0",
|
|
15
|
-
"author": "
|
|
15
|
+
"author": "ClearHand",
|
|
16
16
|
"homepage": "https://clearhand.help",
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|
|
19
|
-
"url": "git+https://github.com/
|
|
19
|
+
"url": "git+https://github.com/LinnkLabs/ClearHand.git"
|
|
20
20
|
},
|
|
21
21
|
"bugs": {
|
|
22
|
-
"url": "https://github.com/
|
|
22
|
+
"url": "https://github.com/LinnkLabs/ClearHand/issues"
|
|
23
23
|
},
|
|
24
24
|
"type": "module",
|
|
25
25
|
"engines": {
|