4 Commits

Author SHA1 Message Date
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
Nicholas Ferguson fbd9e97f86 chore(docs): regenerate manpages for CLI changes
All 16 .1 files re-synced to match the new CLI shape:
- New subcommands: cortex notes, cortex docs --memories/--plans,
  cortex install aliases, cortex suggest --record-success,
  --ingest-review
- Removed subcommands: cortex worktree, ai, memory, plan, file,
  dev validate
- New manpage: cortex-completions.1 (previously missing)

Regenerated via: cortex dev manpages
Verified via: cortex dev validate-manpages
2026-04-23 17:56:43 -04:00
Nicholas Ferguson 806fffde6f chore(manpages): update generated date stamps 2026-03-27 05:44:41 -04:00
Nicholas Ferguson 70d4b1e59a docs(manpages): auto-discover subcommands and generate all manpages 2026-03-24 03:48:17 -04:00