Update analyze-stage metadata and manifest output

This commit is contained in:
2026-05-19 19:07:44 -05:00
parent e38ed8ba97
commit 86caf4b222
5 changed files with 234 additions and 3 deletions

View File

@@ -374,6 +374,7 @@ func executeAnalyzeArtifact(
generatedConfigs := []string{}
meta := map[string]any{
"stage": "analyze",
"name": artifactName,
"artifact_name": artifactName,
"source_id": artifacts.ConfiguredArtifactSourceID(artifactName),
"output_kind": "scriptorium_artifact",
@@ -507,6 +508,7 @@ func executeAnalyzeArtifact(
logPaths = append(logPaths, stdoutLogPath, stderrLogPath)
generatedConfigs = append(generatedConfigs, generatedConfigPath)
meta["run_output_path"] = finalOutputPath
meta["path"] = canonicalOutputPath
meta["output_path"] = canonicalOutputPath
meta["generated_config_path"] = generatedConfigPath
meta["stdout_log_path"] = stdoutLogPath