@flowstack-ui/agent-tools 0.1.4 → 0.1.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flowstack-ui",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Exact-version workflows for building, composing, reviewing, and maintaining FLOWSTACK UI.",
5
5
  "author": {
6
6
  "name": "FLOWSTACK UI",
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.5
4
+
5
+ - Include the exact package coverage profile, summary, and zero-failure list
6
+ in `list_components` responses so hosted-only skill clients can establish
7
+ the same closed-coverage gate required by the local resolver.
8
+
3
9
  ## 0.1.4
4
10
 
5
11
  - Refresh the atomic public source lock to Atom `0.25.1`, Brick `0.1.12`,
package/README.md CHANGED
@@ -73,7 +73,7 @@ Or configure the exact local stdio MCP release in a project's
73
73
  ```toml
74
74
  [mcp_servers.flowstack]
75
75
  command = "npx"
76
- args = ["--yes", "@flowstack-ui/mcp@0.1.4", "--project-root", "."]
76
+ args = ["--yes", "@flowstack-ui/mcp@0.1.5", "--project-root", "."]
77
77
  cwd = "."
78
78
  required = true
79
79
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowstack-ui/agent-tools",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Version-aware delivery adapters for public FLOWSTACK Agent Knowledge.",
5
5
  "type": "module",
6
6
  "license": "MIT",