Files
Nicholas Ferguson 5844932692 chore(manpages): regenerate and register cortex-hooks.1 in pyproject
Output of `cortex dev manpages`. Surfaces two changes:

  1. cortex-tmux.1 picks up the new subcommands shipped in this
     branch (say, sessions, snapshot, rename) plus the --cwd flag
     on `tmux new` and pane-syntax targeting.
  2. cortex-hooks.1 was generated for the first time — the `hooks`
     subparser had been live in the CLI for a while but the manpage
     wasn't registered as a setuptools data-file, so users who
     installed via pip never got `man cortex-hooks`.

The other 17 manpages show date-stamp-only diffs; no content change.

`cortex dev validate-manpages` passes after the pyproject update.
2026-05-02 19:34:19 -04:00

96 lines
1.7 KiB
Groff

.TH CORTEX 1 "2026-05-02" "cortex 2.0.0" "User Commands"
.SH NAME
cortex \- Python implementation of cortex list and status commands
.SH SYNOPSIS
.B cortex
[
B-h
R |
B--help
R]
.br
.B cortex
ICOMMAND
R [
ISUBCOMMAND
R] [
IARGS
R...]
.SH DESCRIPTION
.B cortex
is Python implementation of cortex list and status commands
.SH COMMANDS
Available commands:
.TP
.B agent
Agent commands
.TP
.B rules
Rule commands
.TP
.B hooks
Hook commands
.TP
.B skills
Skill commands
.TP
.B completions
Print shell completion script to stdout
.TP
.B mcp
MCP server commands
.TP
.B git
Safe git operations
.TP
.B tmux
Tmux window management for agents
.TP
.B statusline
Render Claude Code status line
.TP
.B tui
Launch interactive TUI for agent management
.TP
.B suggest
Unified skill and agent suggestions for the current context
.TP
.B export
Export context commands
.TP
.B install
Install CLI integrations and optional extras
.TP
.B notes
Capture and manage notes in the basic-memory vault (~/basic-memory/)
.TP
.B docs
Browse documentation (includes bundled package docs)
.TP
.B dev
Development and maintenance tools
.TP
.B uninstall
Uninstall cortex
.TP
.B status
Show overall status
.TP
.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 (1),
.BR cortex-workflow (1)
.SH AUTHORS
Nicholas Ferguson <ncf423@gmail.com>