-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathupstream-versions.json
More file actions
22 lines (22 loc) · 920 Bytes
/
upstream-versions.json
File metadata and controls
22 lines (22 loc) · 920 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"description": "Pinned upstream versions. The check-upstream GitHub Action monitors agents-md monthly and claude-code weekly.",
"sources": {
"agents-md": {
"version": "1.0",
"url": "https://github.com/agentsmd/agents.md",
"repo": "agentsmd/agents.md",
"check_url": "https://api.github.com/repos/agentsmd/agents.md/releases/latest",
"last_verified": "2026-03-10",
"stability": "evolving — v1.1 proposals in progress"
},
"claude-code": {
"check_type": "github-release",
"repo": "anthropics/claude-code",
"check_url": "https://api.github.com/repos/anthropics/claude-code/releases/latest",
"last_verified": "2026-03-12",
"last_seen_version": "2.1.74",
"sources": ["releases.atom", "changelog", "llms.txt", "settings-schema"],
"stability": "no stability policy — 4-7 releases/week, breaking changes undocumented"
}
}
}