@flowstack-ui/agent-tools 0.1.0-bootstrap.0 → 0.1.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flowstack-ui",
3
- "version": "0.1.0-bootstrap.0",
3
+ "version": "0.1.0",
4
4
  "description": "Exact-version workflows for building, composing, reviewing, and maintaining FLOWSTACK UI.",
5
5
  "author": {
6
6
  "name": "FLOWSTACK UI",
package/docs/testing.md CHANGED
@@ -30,3 +30,8 @@ boundary, archive ingestion, all four skill contracts, plugin metadata, MCP
30
30
  protocol behavior, and both exact npm archives in isolated consumers. Hosted
31
31
  verification is separate because it compares a deployed production surface
32
32
  with the already-verified local corpus.
33
+
34
+ The canonical host is checked daily and on demand by the `Hosted drift`
35
+ workflow. It runs the same corpus byte/digest and MCP protocol verifier against
36
+ `https://agents.brick-ui.com`, cancels superseded runs, restores no package
37
+ manager cache, and fails within ten minutes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowstack-ui/agent-tools",
3
- "version": "0.1.0-bootstrap.0",
3
+ "version": "0.1.0",
4
4
  "description": "Version-aware delivery adapters for public FLOWSTACK Agent Knowledge.",
5
5
  "type": "module",
6
6
  "license": "MIT",