You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Gitset CLI — drafts commits, PRs, issues, READMEs and release notes with your own AI key. Fully local: your code and keys never touch a Gitset server. Draft. Refine. Ship.",
"type": "commonjs",
"bin": {
"gitset": "index.js"
},
"files": [
"index.js",
"lib/",
"!lib/__tests__",
"src/"
],
"packageManager": "pnpm@9.15.0",
"engines": {
"node": ">=20"
},
"scripts": {
"sync:ai": "node scripts/sync-ai.js",
"test": "node --test lib/__tests__/*.test.js",
"start": "node index.js"
},
"keywords": [
"git",
"cli",
"commit",
"ai",
"byoai",
"github",
"automation",
"readme-generator",
"pull-request",
"release-notes"
],
"author": "Iván Luna <support@gitset.dev> (https://gitset.dev)",