-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequired-cli-tools-registry.json
More file actions
176 lines (176 loc) · 6.62 KB
/
Copy pathrequired-cli-tools-registry.json
File metadata and controls
176 lines (176 loc) · 6.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
{
"schemaVersion": 1,
"updated": "2026-07-28",
"description": "Required CLI command checks for the learning-series MSL toolchains, SBOM tooling, GitHub Spec Kit, and required agent CLI surfaces.",
"policy": {
"defaultScope": "required",
"specKitInstallCommand": "uv tool install specify-cli --from git+https://github.com/github/spec-kit.git",
"npmAgentRegistry": "scripts/config/npm-agent-cli-registry.json",
"agentCliPolicy": "codex, claude, the standalone GitHub Copilot CLI, and Google Antigravity CLI are required cross-platform CLI surfaces. Google Antigravity replaces Gemini CLI. macOS uses Homebrew, Windows uses WinGet, and Linux uses the checksum-verified official vendor installer. npm fallback installations are maintained through npm-agent-cli-registry.json.",
"hostingAccountPolicy": "Learners need an account on the selected institutional Git hosting system. A GitHub account is required only for the direct GitHub profile or optional GitHub Copilot sign-in.",
"forgejoClientPolicy": "No additional Forgejo client CLI is required. Bootstrap automation uses normal git, HTTPS credentials from a secure Git credential helper, and the Forgejo REST API.",
"linuxWithoutBrew": "Linux without Homebrew uses distro packages where available. Swift uses the pinned, checksum-verified official Swiftly contract on Ubuntu 22.04/24.04 x86_64/aarch64. .NET and Syft may require external package sources; GitHub Spec Kit uses uv. Antigravity CLI uses its checksum-verified official vendor installer."
},
"tools": [
{
"id": "dotnet",
"scope": "required",
"platforms": ["Darwin", "Linux", "Windows"],
"command": "dotnet",
"args": ["--version"],
"purpose": "C#/.NET MSL CLI toolchain for learning-series repositories"
},
{
"id": "go",
"scope": "required",
"platforms": ["Darwin", "Linux", "Windows"],
"command": "go",
"args": ["version"],
"purpose": "Go MSL CLI toolchain for learning-series repositories"
},
{
"id": "java",
"scope": "required",
"platforms": ["Darwin", "Linux", "Windows"],
"command": "java",
"args": ["-version"],
"purpose": "Java runtime command from the required JDK"
},
{
"id": "javac",
"scope": "required",
"platforms": ["Darwin", "Linux", "Windows"],
"command": "javac",
"args": ["-version"],
"purpose": "Java compiler command from the required JDK"
},
{
"id": "python3",
"scope": "required",
"platforms": ["Darwin", "Linux"],
"command": "python3",
"args": ["--version"],
"purpose": "Python MSL CLI toolchain for learning-series repositories"
},
{
"id": "python",
"scope": "required",
"platforms": ["Windows"],
"command": "python",
"args": ["--version"],
"purpose": "Python MSL CLI toolchain for learning-series repositories"
},
{
"id": "cargo",
"scope": "required",
"platforms": ["Darwin", "Linux", "Windows"],
"command": "cargo",
"args": ["--version"],
"purpose": "Rust package/build command from the required Rust toolchain"
},
{
"id": "rustc",
"scope": "required",
"platforms": ["Darwin", "Linux", "Windows"],
"command": "rustc",
"args": ["--version"],
"purpose": "Rust compiler command from the required Rust toolchain"
},
{
"id": "swift",
"scope": "required",
"platforms": ["Darwin", "Linux", "Windows"],
"command": "swift",
"args": ["--version"],
"install": {
"manager": "swiftly",
"linux": {
"swiftlyVersion": "1.1.2",
"swiftVersion": "6.3.3",
"profiles": {
"ubuntu:22.04": "ubuntu2204",
"ubuntu:24.04": "ubuntu2404"
},
"artifacts": {
"x86_64": {
"url": "https://download.swift.org/swiftly/linux/swiftly-1.1.2-x86_64.tar.gz",
"sha256": "21ad3d6376af0b423435f1f7295364add66c7173ea342654f4ae536c20ae88ba"
},
"aarch64": {
"url": "https://download.swift.org/swiftly/linux/swiftly-1.1.2-aarch64.tar.gz",
"sha256": "cb53dfea98f23a2bf62e89c2abbbf2f331ba5ad8ebc4a68a37e918b964848627"
}
}
}
},
"purpose": "Swift MSL CLI toolchain; macOS uses the Apple toolchain, Windows uses WinGet Swift.Toolchain, and supported Ubuntu Linux profiles use the pinned official Swiftly contract"
},
{
"id": "syft",
"scope": "required",
"platforms": ["Darwin", "Linux", "Windows"],
"command": "syft",
"args": ["version"],
"purpose": "SBOM generation for supply-chain evidence"
},
{
"id": "lychee",
"scope": "required",
"platforms": ["Darwin", "Linux", "Windows"],
"command": "lychee",
"args": ["--version"],
"purpose": "Local Markdown/HTML link and anchor checker matching the CI documentation gate"
},
{
"id": "specify",
"scope": "required",
"platforms": ["Darwin", "Linux", "Windows"],
"command": "specify",
"args": ["--version"],
"install": {
"manager": "uv",
"arguments": ["tool", "install", "specify-cli", "--from", "git+https://github.com/github/spec-kit.git"]
},
"purpose": "GitHub Spec Kit CLI for specification-driven development"
},
{
"id": "codex",
"scope": "required",
"platforms": ["Darwin", "Linux", "Windows"],
"command": "codex",
"args": ["--version"],
"purpose": "OpenAI Codex command-line agent for AI-assisted development"
},
{
"id": "claude",
"scope": "required",
"platforms": ["Darwin", "Linux", "Windows"],
"command": "claude",
"args": ["--version"],
"purpose": "Claude Code command-line agent for AI-assisted development"
},
{
"id": "antigravity",
"scope": "required",
"platforms": ["Darwin", "Linux", "Windows"],
"command": "agy",
"args": ["--version"],
"install": {
"manager": "vendor-script",
"platforms": ["Linux"],
"url": "https://antigravity.google/cli/install.sh",
"sha256": "ee1ea43ce4e9e56356c4ab6dad907ef357ae4bdfcaadb682735909fb57c9c640",
"interpreter": "bash"
},
"purpose": "Google Antigravity command-line agent for AI-assisted development; replaces Gemini CLI"
},
{
"id": "copilot",
"scope": "required",
"platforms": ["Darwin", "Linux", "Windows"],
"command": "copilot",
"args": ["--version"],
"purpose": "Standalone GitHub Copilot command-line agent for AI-assisted development"
}
]
}