fest feedback

Manage structured feedback collection

Synopsis

Collect and manage structured feedback during festival execution.

Feedback allows agents to record observations based on defined criteria for later aggregation and analysis.

Examples:

  fest feedback init --criteria "Code quality" --criteria "Performance"
  fest feedback add --criteria "Code quality" --observation "Found duplication"
  fest feedback view
  fest feedback export --format markdown

Options

  -h, --help   help for feedback

Options inherited from parent commands

      --config string   config file (default: ~/.config/fest/config.json)
      --debug           enable debug logging
      --no-color        disable colored output
      --verbose         enable verbose output

SEE ALSO