@osfactory/har 0.6.0 → 0.8.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
@@ -189,6 +189,8 @@ har env init # remembers the repo for sync when Control starts
189
189
  har control sync # push runs + slot status
190
190
  ```
191
191
 
192
+ **Do not run `har control up` and `cd control && har env launch 1` on port 3847 at the same time.** Use the harness for agent dev (hot reload); use `har control up` for the packaged Docker dashboard. Preflight on each side detects the conflict and suggests `har control down` or an alternate harness slot/port.
193
+
192
194
  See [`control/AGENT.md`](./control/AGENT.md) for dashboard development. Hosted team features are **HAR Cloud** (paid).
193
195
 
194
196
  Agents can still use GitHub, Linear, observability, and other MCP servers directly. HAR focuses on the repository harness and run state.