openmates 0.15.0-alpha.99 → 0.15.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 CHANGED
@@ -144,9 +144,12 @@ review the spend confirmation before live runs.
144
144
  ### Local source bridge
145
145
 
146
146
  ```bash
147
- openmates remote-access
148
- openmates remote-access --path ./my-repo --path ../shared
149
- openmates remote-access --path ./my-repo --json
147
+ openmates remote-access --personal
148
+ openmates remote-access --team <team> --path ./my-repo --path ../shared
149
+ openmates remote-access --personal --path ./my-repo --json
150
+ openmates projects files list <project> --personal --json
151
+ openmates projects files search <project> <query> --team <team> --source <source-id> --json
152
+ openmates projects files read <project> <relative-path> --team <team> --source <source-id> --json
150
153
  ```
151
154
 
152
155
  The command discovers Git repositories below the current folder by default;
@@ -157,6 +160,14 @@ selected text previews. The bridge is read-only, excludes ignored, protected,
157
160
  binary, and out-of-root files, and never uploads a preview unless you explicitly
158
161
  choose to upload it.
159
162
 
163
+ Interactive hosting confirms Personal or Team context before discovery.
164
+ Non-interactive/JSON hosting and live file requests require `--personal` or
165
+ `--team <team>`. Team permissions are enforced by the API; live filesystem
166
+ methods remain CLI-only and are not exposed by the npm SDK.
167
+ Project deletion requires the exact Project ID, and source removal requires the
168
+ exact source ID, both in the CLI prompt and in the server request. Generic
169
+ boolean confirmation is not supported.
170
+
160
171
  Project keys authenticate end-to-end encryption between trusted clients. The
161
172
  backend receives routing metadata and opaque ciphertext, not filesystem paths,
162
173
  queries, snippets, file contents, or encryption keys. Local source associations