mirror of
https://github.com/NickCrew/Claude-Cortex.git
synced 2026-09-14 20:17:11 +08:00
570ae0fbd1
Adds a Rich-based wizard that auto-triggers when ~/.cortex doesn't exist, guiding users through initial configuration including target directory, shell completions, aliases, and rule symlinking. - New wizard.py module with WizardConfig dataclass and 7-step flow - --skip-wizard/--no-init flags and CORTEX_SKIP_WIZARD env var - Auto-skips in non-interactive environments (CI, pipes) - 16 unit tests covering detection, config, and error handling
25 lines
599 B
Groff
25 lines
599 B
Groff
.TH CORTEX-TUI 1 "2026-01-17" "cortex-tui 2.0.0" "User Commands"
|
|
.SH NAME
|
|
cortex-tui \- Command-line tool
|
|
.SH SYNOPSIS
|
|
.B cortex-tui
|
|
[IOPTIONS...R]
|
|
.SH DESCRIPTION
|
|
.B cortex-tui
|
|
.SH OPTIONS
|
|
.TP
|
|
.B \-h, \-\-help
|
|
Show help message and exit
|
|
.SH ENVIRONMENT
|
|
.TP
|
|
.B CLAUDE_PLUGIN_ROOT
|
|
Override for context directory (set automatically by Claude Code when running plugin commands)
|
|
.SH FILES
|
|
.TP
|
|
.B ~/.claude/
|
|
Default context directory containing agents, modes, rules, and other configuration
|
|
.SH SEE ALSO
|
|
.BR cortex-tui-tui (1),
|
|
.BR cortex-tui-workflow (1)
|
|
.SH AUTHORS
|
|
Nicholas Ferguson <ncf423@gmail.com> |