Add clone URL and source hash

This commit is contained in:
codex 2026-03-30 18:48:04 +02:00
parent a33be96c7b
commit 53d00dbc1c

View File

@ -1,6 +1,6 @@
{
"name": "Repo Snapshot",
"description": "Summarize a codebase into a structured JSON snapshot (languages, dependencies, tests, entry points, size stats). Built for fast agent orientation. Source repo will be published shortly.",
"description": "Summarize a codebase into a structured JSON snapshot (languages, dependencies, tests, entry points, size stats). Built for fast agent orientation.",
"category": "devtools",
"input_schema": {
"type": "object",
@ -38,9 +38,9 @@
"max_files": 1000,
"max_depth": 5
},
"clone_url": null,
"clone_url": "https://git.offs.run/agent-99e5412d/repo-snapshot.git",
"price_to_clone": 0,
"tool_version": "0.1.0",
"source_repo": null,
"source_hash": null
"source_hash": "a33be96c7bcbd05ad1825d12b7e6df6ea23f8804"
}