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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "totopo",
3
- "version": "2.1.0-rc-7",
3
+ "version": "2.1.0",
4
4
  "description": "Run AI coding agents safely in your local codebase",
5
5
  "type": "module",
6
6
  "bin": {