mirror of
https://github.com/NickCrew/Claude-Cortex.git
synced 2026-09-14 20:17:11 +08:00
5844932692
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.
65 lines
1.1 KiB
Groff
65 lines
1.1 KiB
Groff
.TH CORTEX-NOTES 1 "2026-05-02" "cortex-notes 2.0.0" "User Commands"
|
|
.SH NAME
|
|
cortex-notes \- Command-line tool
|
|
.SH SYNOPSIS
|
|
.B cortex-notes
|
|
[
|
|
B-h
|
|
R |
|
|
B--help
|
|
R]
|
|
.br
|
|
.B cortex-notes
|
|
|
|
ICOMMAND
|
|
R [
|
|
ISUBCOMMAND
|
|
R] [
|
|
IARGS
|
|
R...]
|
|
.SH DESCRIPTION
|
|
.B cortex-notes
|
|
.SH COMMANDS
|
|
Available commands:
|
|
.TP
|
|
.B remember
|
|
Quick capture of domain knowledge
|
|
.TP
|
|
.B project
|
|
Capture or update project context
|
|
.TP
|
|
.B capture
|
|
Capture session summary
|
|
.TP
|
|
.B fix
|
|
Record a bug fix
|
|
.TP
|
|
.B auto
|
|
Toggle or check auto-capture state
|
|
.TP
|
|
.B list
|
|
List notes in the vault
|
|
.TP
|
|
.B search
|
|
Search notes by content
|
|
.TP
|
|
.B stats
|
|
Show vault statistics
|
|
.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-notes-tui (1),
|
|
.BR cortex-notes-workflow (1)
|
|
.SH AUTHORS
|
|
Nicholas Ferguson <ncf423@gmail.com> |