Skip to content

tenets.cli.commands Package

CLI command implementations.

CLI command modules.

Command modules are imported dynamically to avoid circular import issues. Use the import functions below or import the modules directly as needed.

Command Modules

  • chronicle - Git history analysis command
  • config - Configuration management command
  • distill - Context distillation command
  • examine - Code examination command
  • instill - Session and tenet injection command
  • momentum - Development momentum tracking command
  • rank - File ranking command
  • session - Session management command
  • system_instruction - System instruction command
  • tenet - Tenet management command
  • viz - Visualization command

Utility Modules

  • _utils - Shared command utilities