cyberneticlibrary

Compose Liakont orchestration commits

orch-commitsubagentsetup L20
Kalexand22/Liakont
What it does

Write conventional commit messages

Best for

When orchestrated work requires deterministic conventional commit messages written at the right time in a multi-step workflow.

Inputs
  • · Git working tree state
  • · Repository root directory
Outputs
  • · .orch-commit-msg (commit message)
Requires
  • · Bash shell
  • · Read/Write file tools
Preconditions
  • · Feature branch created with changes
  • · Ollama running locally (if using local LLM)
Failure modes
  • · Forbidden files detected (secrets, large binaries)
Trust signals
  • · Provides concrete example output format
  • · Requires passing automated tests as prerequisite
  • · Provides verifiable checklist or rules
  • · Follows established standard (Conventional Commits)