@federated-planets/warp-inspector
v1.0.4
Published
Federated Planets Configuration Validator
Downloads
440
Maintainers
Readme
Warp Inspector 🔭
The Warp Inspector is a command-line utility for validating the configuration of a Federated Planet. It ensures your planet is correctly discoverable and follows the official federation protocols.
Features
- Discovery Check: Verifies the presence of the
<link rel="space-manifest">tag on your homepage. - Manifest Validation: Fetches and validates your
manifest.jsonagainst the official schema using Zod. - Coordinate Calculation: Deterministically calculates your planet's 3D coordinates based on its domain.
- Space Port Detection: Checks for an active Federated Travel Network (FTN) endpoint.
Installation
You can run the inspector directly without installing:
npx @federated-planets/warp-inspector <url>Or install it globally:
npm install -g @federated-planets/warp-inspectorUsage
Pass a URL or domain to inspect a planet:
warp-inspector prime.federatedplanets.com
warp-inspector https://towel-42.federatedplanets.com/Protocol Compliance
This tool validates compliance with:
- Core Spec: Federated Planets README
- Travel Protocol: Space Travel Protocol
✨🤖✨ AI-assisted with Gemini
