@nxuss/lemma 0.5.3 → 0.5.5

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 CHANGED
@@ -102,6 +102,36 @@ lemma start
102
102
  | `lemma status` | Displays active optimization modules, system health, and open connections. |
103
103
  | `lemma stats` | Outputs high-density metrics showing your real-time token and financial savings. |
104
104
 
105
+ ### ⚙️ Customization & System Options
106
+
107
+ By default, Lemma works seamlessly with zero configuration. However, if you are running in a sensitive enterprise environment or want absolute control over filesystem modifications, you can customize Lemma's behavior.
108
+
109
+ #### CLI Command Options
110
+
111
+ * **`lemma init --no-configure`**: Initialize the project without writing MCP servers to Claude Desktop or overriding shell environment files.
112
+ * **`lemma start --no-configure`**: Start the proxy without updating editor/IDE configuration mappings.
113
+ * **`lemma start --no-clipboard`**: Start the proxy without spawning the background Clipboard watcher daemon.
114
+
115
+ #### Customizing via `lemma.config.json`
116
+
117
+ Create or edit `lemma.config.json` in your project root to disable or fine-tune specific background daemons:
118
+
119
+ ```json
120
+ {
121
+ "system": {
122
+ "autoConfigure": {
123
+ "disabled": false, // Set to true to disable all automated IDE/shell overrides
124
+ "editor": true, // Set to false to prevent Cursor/Windsurf setting updates
125
+ "shell": true, // Set to false to prevent .zshrc/.bashrc overrides
126
+ "claude": true // Set to false to prevent Claude Desktop MCP updates
127
+ },
128
+ "clipboardWatcher": {
129
+ "disabled": false // Set to true to prevent clipboard watching
130
+ }
131
+ }
132
+ }
133
+ ```
134
+
105
135
  ---
106
136
 
107
137
  ## 💎 Tier Comparison