@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.
- package/.codex-plugin/plugin.json +1 -1
- package/docs/testing.md +5 -0
- package/package.json +1 -1
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.
|