| Crates.io | pave |
| lib.rs | pave |
| version | 0.1.0 |
| created_at | 2026-01-19 06:11:14.008408+00 |
| updated_at | 2026-01-19 06:11:14.008408+00 |
| description | PAVED documentation tool - structured docs optimized for AI agents |
| homepage | |
| repository | |
| max_upload_size | |
| id | 2053834 |
| size | 745,692 |
A CLI tool for creating, validating, and managing documentation optimized for human+agent pairs.
PAVED is a documentation framework that treats docs like APIs:
# Build from source
cargo build --release
# Initialize in your project
pave init
# Create a new document
pave new component my-service
# Validate your docs
pave check
# Run verification commands
pave verify
# Generate index
pave index
| Command | Description |
|---|---|
pave init |
Initialize pave in your project |
pave new <type> <name> |
Scaffold a new document |
pave check |
Validate documents against rules |
pave verify |
Run verification commands from docs |
pave changed |
Show docs impacted by code changes |
pave index |
Generate documentation index |
pave prompt <type> |
Generate AI agent prompts |
pave config |
Manage configuration |