@agentprodready/testing-verification
v1.0.1
Published
**Testing & verification helpers for AgentProdReady platform packages and hosts.**
Readme
@agentprodready/testing-verification
Testing & verification helpers for AgentProdReady platform packages and hosts.
| | |
|---|---|
| Status | Production contracts published |
| Install | npm install @agentprodready/testing-verification |
| Module | ESM · Node.js >=22 <25 |
| License | MIT |
| Repository | ameenmari/agentprodready |
When to use
You write architecture/integration tests against platform contracts.
Prefer not to start here if Vitest unit tests against your own createAgent app are enough.
Install
npm install @agentprodready/testing-verificationSample
// Pair with Vitest in the monorepo or a composed host test suite.
import '@agentprodready/testing-verification';
console.log('testing-verification contracts available');Ownership
| Owns | Does not own | |---|---| | Verification helpers / contract test utilities | Your application test framework choice; CI vendor |
Documentation
License
MIT © 2026 ameenmari
