@iloveagents/foundry-agent 0.3.0 → 0.3.1

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/AGENTS.md CHANGED
@@ -33,7 +33,7 @@ Files under `packages/agent/src/` (excluding `msal/`) MUST NOT import:
33
33
 
34
34
  Files under `packages/agent/src/msal/` MAY import `@azure/msal-browser` (dynamic import only — keeps the dep optional). They MUST NOT import `@azure/msal-react` (which is React-bound and lives in `@iloveagents/foundry-web-ui`).
35
35
 
36
- `packages/agent/` MUST NOT import from any other `@lastspace/*` package — agent is the leaf of the open-core graph.
36
+ `packages/agent/` MUST NOT import from any other `@iloveagents/foundry-*` package — agent is the leaf of the open-core graph. (No package here may import `@lastspace/*` commercial downstream, either.)
37
37
 
38
38
  # Why `zustand/vanilla`
39
39
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @iloveagents/foundry-agent
2
2
 
3
+ ## 0.3.1
4
+
3
5
  ## 0.3.0
4
6
 
5
7
  ## 0.2.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iloveagents/foundry-agent",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "type": "module",
6
6
  "types": "./src/index.ts",