fix: add dev report lifecycle contract (#85)

Co-authored-by: root <root@lyon.remote>
This commit is contained in:
Lyon
2026-05-22 14:33:10 +08:00
committed by GitHub
parent 1af787f63f
commit db9d6ae6e3
21 changed files with 344 additions and 21 deletions
+2
View File
@@ -10,6 +10,7 @@ import {
DEV_DB_ENV_CONTRACT,
summarizeDbContract
} from "../../internal/cloud/db-contract.mjs";
import { activeReportLifecycle } from "../../internal/dev-report-lifecycle.mjs";
import { DEV_ENDPOINT, ENVIRONMENT_DEV, SERVICE_IDS } from "../../internal/protocol/index.mjs";
const repoRoot = path.resolve(path.dirname(fileURLToPath(import.meta.url)), "../..");
@@ -970,6 +971,7 @@ export async function runDevDeployApply(argv, io = {}) {
acceptanceLevel: "dev_deploy_apply",
devOnly: true,
prodDisabled: true,
reportLifecycle: activeReportLifecycle("Current DEV deploy apply report; active public API/health endpoint is 16667 and browser endpoint is 16666."),
status,
generatedAt: new Date().toISOString(),
namespace,