sigit 1.0.4

siGit Code — ACP-compatible AI coding agent. Sí, git.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "@smbcloud/${node_pkg}",
  "version": "${node_version}",
  "description": "Platform binary for siGit Code.",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/getsigit/sigit.git"
  },
  "keywords": ["${node_pkg}","cli","binary","sigit","ai","coding-agent"],
  "os": ["${node_os}"],
  "cpu": ["${node_arch}"],
  "files": ["bin"]
}