uctm 1.0.0 → 1.0.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 +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,6 +27,14 @@ claude
|
|
|
27
27
|
> [new-feature] Add a hello world feature
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
+
To run without permission prompts (file creation, shell commands, etc.), use bypass mode:
|
|
31
|
+
|
|
32
|
+
```bash
|
|
33
|
+
claude --dangerously-skip-permissions
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
> **Warning**: Only use bypass mode in isolated environments or when you trust the pipeline fully. See [Claude Code Permissions](https://code.claude.com/docs/en/permissions) for details.
|
|
37
|
+
|
|
30
38
|
That's it. The router analyzes your request, plans the work, and executes through isolated subagent pipelines.
|
|
31
39
|
|
|
32
40
|
---
|