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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. 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
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uctm",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Universal Claude Task Manager — SDD-based task pipeline subagent system for Claude Code CLI",
5
5
  "type": "module",
6
6
  "bin": {