@nuanu-ai/agentbrowse 0.2.10 → 0.2.12
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/README.md +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -118,8 +118,9 @@ Default verification for this package is no longer unit-only:
|
|
|
118
118
|
- `pnpm --filter @nuanu-ai/agentbrowse test` includes local fixture browser integration coverage for runtime and extract flows
|
|
119
119
|
- the default suite also covers one explicit Stagehand-assisted observe fallback plus launch/session smoke at the command boundary
|
|
120
120
|
|
|
121
|
-
See
|
|
121
|
+
See package docs:
|
|
122
122
|
|
|
123
|
-
- [
|
|
123
|
+
- [packages/browse-cli/docs/README.md](/Users/dmitry/Dev/mercuryo-agent-pay/packages/browse-cli/docs/README.md)
|
|
124
|
+
- [packages/browse-cli/docs/testing/cli-usage-guide.md](/Users/dmitry/Dev/mercuryo-agent-pay/packages/browse-cli/docs/testing/cli-usage-guide.md)
|
|
124
125
|
|
|
125
126
|
Releases are published automatically from `main` after checks pass. `@nuanu-ai/agentbrowse` is the only CLI package published by the current npm release workflow.
|