Documentation Index
Fetch the complete documentation index at: https://docs.phrony.com/llms.txt
Use this file to discover all available pages before exploring further.
phrony init
Creates:
manifests/index.yaml— manifest index that includes other YAML filesmanifests/example.yaml— starterphrony.manifestdocumentphrony.config.json— workspace hints (tenantId,apiBase,rootAgentId,defaultProfile)phrony.config.ts— optional duplicate for editors (the CLI reads JSON only)
.gitignore exists (or is created), the CLI appends .env and .phrony/ when missing.
| Flag | Description |
|---|---|
--force | Overwrite starter files if they already exist. |
phrony lint [path]
Validates manifest YAML against the published schema (with includes resolved from disk). Default path: ./manifests.
- Pass a file or a directory. Directories are scanned recursively for
.yaml/.yml(skippingnode_modulesand.git). - Offline — does not call the network; safe in CI for schema checks.
See also
- CLI overview — global flags, quick start, exit codes
- Manifest