totopo 3.4.0-rc-2 → 3.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.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -108,7 +108,7 @@ Each workspace has a git mode (set via **Manage Workspace > Git mode**) that con
|
|
|
108
108
|
|---|---|---|
|
|
109
109
|
| **local** *(default)* | Allowed | Blocked at the gitconfig protocol layer |
|
|
110
110
|
| **strict** | Blocked — a read-only `git` wrapper allows inspection (`status`, `log`, `diff`, `blame`, `show`, etc.) and rejects mutations (`commit`, `add`, `reset`, `checkout`, etc.) | Blocked at the gitconfig protocol layer |
|
|
111
|
-
| **unrestricted** | Allowed | Allowed
|
|
111
|
+
| **unrestricted** | Allowed | Allowed |
|
|
112
112
|
|
|
113
113
|
The active mode is recorded per workspace in `.lock`, exposed inside the container as `TOTOPO_GIT_MODE`, and reflected in the agent context so each session knows what is permitted. Switching modes recreates the container on the next session.
|
|
114
114
|
|