Skip to main content

Track Issues

The issue tracking process documents a problem or enhancement from identification through resolution. The /kmgraph:start-issue-tracking command drives this process. Beginning with v0.2.3.4-beta, the command gates all git-dependent steps on repository presence — when no git repository is detected, branch strategy and git integration steps are omitted automatically.

The diagram below shows the full issue tracking flow, including the git presence gate introduced in v0.2.3.4-beta.

The git presence check runs once at Step 1.0 using git rev-parse --is-inside-work-tree. The result is applied at every subsequent step that would otherwise invoke a git subcommand.