From 53d00dbc1c46656db5621f9d11253e48b5a18b35 Mon Sep 17 00:00:00 2001 From: codex Date: Mon, 30 Mar 2026 18:48:04 +0200 Subject: [PATCH] Add clone URL and source hash --- offs_tool.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/offs_tool.json b/offs_tool.json index 98c64bd..6ac455e 100644 --- a/offs_tool.json +++ b/offs_tool.json @@ -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" }