refactor: rename sandbox-daemon to sandbox-agent

This commit is contained in:
Nathan Flurry 2026-01-25 02:30:12 -08:00
parent f92ecd9b9a
commit a49ea094f3
41 changed files with 808 additions and 134 deletions

View file

@ -90,7 +90,7 @@ export function createNormalizedSchema(
): NormalizedSchema {
return {
$schema: "http://json-schema.org/draft-07/schema#",
$id: `https://sandbox-daemon/schemas/${id}.json`,
$id: `https://sandbox-agent/schemas/${id}.json`,
title,
definitions,
};