colophon docs
← colophon docs

colophon persona

List writing voices or emit write-as context

List writing voices or emit write-as context

Usage: colophon persona (personas) <command> [flags]

List writing voices or emit write-as context

Flags:
  -h, --help       Show context-sensitive help.
      --version    Print version and exit

Commands:
  persona (personas) list [flags]
    List personas

  persona (personas) context [<persona>] [flags]
    Emit style guide + top-K exemplars for AI-assisted writing

colophon persona list

Usage: colophon persona (personas) list [flags]

List personas

Flags:
  -h, --help       Show context-sensitive help.
      --version    Print version and exit

      --json       Output JSON

colophon persona context

Usage: colophon persona (personas) context [<persona>] [flags]

Emit style guide + top-K exemplars for AI-assisted writing

Arguments:
  [<persona>]    Persona id (defaults to the only persona, or 'default')

Flags:
  -h, --help            Show context-sensitive help.
      --version         Print version and exit

      --topic=STRING    Topic/outline to retrieve exemplars for (ranked by
                        relevance)
      --tag=TAG,...     Only draw exemplars tagged with this tag; repeatable
      --top-k=3         Max number of exemplars to emit
      --length=INT      Per-exemplar character cap (0 = the default); ignored
                        with --full
      --full            Emit each exemplar's full body (still bounded by
                        --budget)
      --budget=10000    Total character budget across all exemplars
      --json            Output JSON

Generated from the binary's --help output by tools/gendocs.