drip-cli 0.1.1

Delta Read Interception Proxy — sends only file diffs to your LLM agent
1
2
3
4
5
6
7
8
9
{
  "extends": ["@commitlint/config-conventional"],
  "rules": {
    "subject-case": [0],
    "body-max-line-length": [0],
    "footer-max-line-length": [0],
    "header-max-length": [2, "always", 100]
  }
}