Skip to content

Kudos

Track recognition given and received. Link kudos to goals for performance review evidence, building a record of collaboration and impact.

Entity Fields

FieldTypeDescription
idKudosIdBranded numeric ID
raw_inputstringOriginal input text
directionKudosDirection | nullgiven or received
personstring | nullPerson name
summarystring | nullOne-sentence summary
contextstring | nullSituation or project context
goal_idnumber | nullLinked goal
enrichment_statusEnrichmentStatusraw or enriched
created_atstringISO timestamp
updated_atstringISO timestamp

Interactive TUI

rmbr kudos list opens an interactive terminal UI:

  • Arrow keys to navigate, q to quit
  • Direction filter: 1 all, 2 given, 3 received
  • Color-coded directions: given (green), received (blue)
  • Use --ai for plain text output (for AI agents or scripts)

CLI Commands

For full syntax details, see the CLI Reference.

CommandDescription
rmbr kudos addRecord a new kudos from raw input
rmbr kudos listInteractive TUI (default) or plain text (--ai, --direction)
rmbr kudos showShow a single kudos entry by ID
rmbr kudos deleteSoft-delete a kudos entry (hidden from lists by default)
rmbr kudos restoreRestore a soft-deleted kudos entry
rmbr kudos enrichEnrich a kudos with direction, person, summary, context

MCP Tools

ToolDescription
rmbr_kudos_createCreate a new kudos; accepts optional enrichment fields
rmbr_kudos_listList kudos with optional direction and enrichment filters
rmbr_kudos_getGet a single kudos entry by ID
rmbr_kudos_deleteSoft-delete a kudos entry
rmbr_kudos_restoreRestore a soft-deleted kudos entry
rmbr_kudos_enrichEnrich a raw kudos with direction, person, summary, context

Released under the MIT License.