@agentprodready/platform-governance
v1.0.1
Published
**Platform governance & evolution contracts — versioning, compatibility, governance facts.**
Readme
@agentprodready/platform-governance
Platform governance & evolution contracts — versioning, compatibility, governance facts.
| | |
|---|---|
| Status | Production contracts published |
| Install | npm install @agentprodready/platform-governance |
| Module | ESM · Node.js >=22 <25 |
| License | MIT |
| Repository | ameenmari/agentprodready |
When to use
You operate multi-version platform evolution policies.
Prefer not to start here if you are shipping a single-app embedded agent.
Install
npm install @agentprodready/platform-governanceSample
import type { CompatibilityPolicy } from '@agentprodready/platform-governance';
declare const policy: CompatibilityPolicy;
console.log(policy);Ownership
| Owns | Does not own | |---|---| | Governance / compatibility contracts | npm publishing scripts; Runtime execution |
Documentation
License
MIT © 2026 ameenmari
