totopo 2.1.0-rc-7 → 2.1.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
|
@@ -22,7 +22,7 @@ totopo organises work around **projects** — any local directory you register w
|
|
|
22
22
|
|
|
23
23
|
- **Open session** — jump into an AI coding session
|
|
24
24
|
- **Stop container** — stop the running container
|
|
25
|
-
- **Settings** — runtime mode, shadow paths
|
|
25
|
+
- **Project Settings** — runtime mode, shadow paths
|
|
26
26
|
- **Rebuild container** — rebuild the docker image (upon changing runtime mode)
|
|
27
27
|
|
|
28
28
|
All config lives in `~/.totopo/` — nothing is written to your project directory.
|