FAQ - cgbarlow/pipeline GitHub Wiki

Q: How do you disable git checkpoints?

A: The easiest way to fix this is simply to ask claude code to modify the default settings.json

In later versions of claude-flow, git checkpoints were introduced. This allows a nice way of rolling back, however it can cause issues where you want more direct control over when commits occur.

The easiest way to fix this is simply to ask claude code to modify the default settings.json:

check the default settings.json for git checkpoints and if this is enabled, switch it off

That's it!

Q: How do you count the lines of code in a project?

A: Run the following prompt in claude code:

install the scc go package and give me a detailed breakdown of the sourcecode and value, save as a github issue using the CLI

run scc and give me the report