ara-validate
v1.0.0
Published
Validator for ARA (Agent-Ready Architecture) manifest files
Maintainers
Readme
ara-validate
Validates ARA (Agent-Ready Architecture) manifest files against the v1.0 specification.
Quick Start
# Validate a live site
npx ara-validate https://example.com
# Validate a local file
npx ara-validate ./manifest.json
# JSON output
npx ara-validate https://example.com --jsonWhat It Checks
manifest.jsonexists at/.well-known/ara/manifest.json- Valid JSON structure
- Required
$araversion field identitysection (name, type, description)content_mapwith resourcescapabilitieswith protocolspoliciessectionmetasectiondigest.mdpresence
Scoring
| Grade | Score | Meaning | |-------|---------|---------| | A | 90-100% | Production-ready | | B | 80-89% | Good, minor improvements needed | | C | 70-79% | Decent start | | D | 50-69% | Needs work | | F | 0-49% | Incomplete |
Links
- Spec: https://ara-standard.org
- GitHub: https://github.com/aka9871/ara-standard
- Web Validator: https://ara-standard.org/validate
License
MIT
