Quick Start
npm install -g arial-cli
arial init
arial plan --specs ./specs
arial runCreate a specs/ directory with markdown files describing your tasks.
Documentation
- Getting StartedInstallation and your first parallel workstreams
- ConceptsWorkstreams, git isolation, and the plan-run-merge workflow
- Workflow ExamplesReal-world patterns for features, refactoring, and CI/CD
- TroubleshootingCommon issues and how to fix them
- AuthenticationAPI keys, local credentials, and CI/CD setup
- CommandsAll CLI commands, options, and environment variables
- Spec FormatComplete reference for spec file structure and best practices
- ConfigurationEnvironment variables, state management, and settings
- ArchitectureHigh-level system design and component overview
- AdaptersPluggable AI backend interface and implementation
- OrchestratorParallel execution and merge coordination
- State ManagementState schema, storage, and operations
- Git OperationsWorktrees, branches, and merge strategies
- TUITerminal user interface implementation