git-chronicle 0.1.14

AI-powered commit annotation tool that captures reasoning and intent behind code changes
Documentation
1
2
3
4
5
6
7
8
9
10
pre-commit:
  parallel: true
  jobs:
    - name: cargo fmt
      glob: "*.rs"
      run: cargo fmt --all -- --check

    - name: cargo clippy
      glob: "*.rs"
      run: cargo clippy --all-targets --all-features -- -D warnings