Start
Configuration
Layered, schema-validated Pax configuration with environment variables and repository-local overrides.
Pax configuration is layered, schema-validated, and migration-ready.
Precedence
- Built-in defaults
- User config:
~/.config/pax/config.json - Repository config:
.pax/pax.config.json - Environment variables
- CLI flags
Environment variables
| Variable | Effect |
|---|---|
PAX_JSON | Force JSON output |
PAX_VERBOSE | Verbose mode |
PAX_QUIET | Quiet mode |
PAX_CACHE_DIR | Override cache directory |
PAX_INFERENCE_MODE | disabled, agent-native, byok, openai-compatible, local |
PAX_INFERENCE_ENDPOINT | User-owned endpoint |
PAX_INFERENCE_MODEL | Optional model id |
CI | Enables CI mode |
NO_COLOR / FORCE_COLOR | Color control |
Project layout
.pax/
pax.config.json
brand.json
motion.json
rules.md
references/
approved/
snapshots/
cache/Commit portable files only. Ignore .pax/cache/, .pax/snapshots/, and *.local.json.
Inference modes
Pax never hosts inference. Deterministic recipes and diagnostics work with inference.mode = "disabled".
Commands
pnpm paxfx config list
pnpm paxfx config get inference.mode
pnpm paxfx config set inference.mode disabledWas this page helpful?
Answers are not recorded or transmitted. Pax has no telemetry.