@sapiom/harness 0.2.6 → 0.2.7

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/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @sapiom/harness
2
2
 
3
+ ## 0.2.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 267598a: Publish `@sapiom/agent-studio` as the branded Agent Studio launcher while
8
+ keeping `@sapiom/harness` as the supported implementation and compatibility
9
+ command.
10
+ - 87636c1: Make bundled starters work from a fresh Agent Studio session by preserving Studio-owned state, writing the project discovery marker, and handing Claude the local scaffold MCP tool directly.
11
+ - Updated dependencies [87636c1]
12
+ - @sapiom/agent-core@0.10.2
13
+ - @sapiom/mcp@0.12.1
14
+ - @sapiom/agent@0.9.3
15
+
3
16
  ## 0.2.6
4
17
 
5
18
  ### Patch Changes
package/README.md CHANGED
@@ -3,7 +3,9 @@
3
3
  Agent Studio is a local web app for building on Sapiom with your own coding agent.
4
4
 
5
5
  ```bash
6
- npx @sapiom/harness [dir]
6
+ npx @sapiom/agent-studio@latest [dir]
7
+ # supported direct implementation command:
8
+ npx @sapiom/harness@latest [dir]
7
9
  # also available via the Sapiom CLI (npm i -g @sapiom/cli @sapiom/harness):
8
10
  sapiom dev [dir]
9
11
  ```