Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 546 Bytes

File metadata and controls

30 lines (22 loc) · 546 Bytes
title Initialization
description Project initialization and detection

Initialization

clawpatch init creates project-local state.

clawpatch init
clawpatch init --force

It detects:

  • git remote, branch, and head
  • project name
  • languages
  • known frameworks
  • package managers
  • likely validation commands

It writes:

  • .clawpatch/project.json
  • .clawpatch/config.json

--force allows replacing the existing project/config detection output. It does not run review, fix code, commit, or contact any provider.