-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathcodemeta.json
More file actions
43 lines (43 loc) · 1.36 KB
/
Copy pathcodemeta.json
File metadata and controls
43 lines (43 loc) · 1.36 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
{
"@context": "https://w3id.org/codemeta/3.0",
"@type": "SoftwareSourceCode",
"name": "roam-code",
"version": "14.0.0",
"description": "Local codebase intelligence for AI coding agents: structural repo map, change-safety gates, MCP security receipts, and tamper-evident ChangeEvidence packets. Local analysis, zero API keys, no source-code egress.",
"license": "https://spdx.org/licenses/Apache-2.0",
"codeRepository": "https://github.com/Cranot/roam-code",
"url": "https://roam-code.com/",
"issueTracker": "https://github.com/Cranot/roam-code/issues",
"downloadUrl": "https://pypi.org/project/roam-code/",
"programmingLanguage": "Python",
"runtimePlatform": "Python 3.10+",
"operatingSystem": [
"Linux",
"macOS",
"Windows"
],
"developmentStatus": "active",
"applicationCategory": "DeveloperApplication",
"author": [
{
"@type": "Person",
"name": "Cranot",
"url": "https://github.com/Cranot"
}
],
"maintainer": [
{
"@type": "Person",
"name": "Cranot",
"url": "https://github.com/Cranot"
}
],
"keywords": [
"codebase-intelligence",
"static-analysis",
"call-graph",
"model-context-protocol",
"ai-agents",
"software-supply-chain"
]
}