Configuration
Configure Paragon with project files and authentication.
paragon.json
Create a paragon.json file in your project root to configure Paragon behavior:
{
"automations": [
{
"name": "Build & Test",
"prompts": [
"Run the build",
"Run all tests",
"Report any failures"
]
}
]
}PARAGON.md
Use /init to generate a PARAGON.md file that provides project context to Paragon. This file should contain:
- Project structure overview
- Key technologies and frameworks
- Development conventions
- Important architectural decisions
Authentication
Login
paragon auth loginOpens a browser-based authentication flow to connect your Paragon account.
Status
paragon auth statusDisplays current authentication state and account information.
Logout
paragon auth logoutRemoves stored credentials.
FAQ
Getting Help
- Use
/helpto view keyboard shortcuts - Run
paragon --helpfor CLI options - Contact support@polarity.com for assistance