Remove historical inspection commands

This commit is contained in:
2026-08-01 19:58:11 +00:00
parent 7ffc3dc603
commit ece31567b8
14 changed files with 76 additions and 1058 deletions

View File

@@ -13,7 +13,6 @@ func tomorrowDefinition() Definition {
PromptVersion: "2.0.0",
TemplateID: "tomorrow",
GeneratedTextSchemaID: "tomorrow",
ComparisonStrategy: CompareSameValidDate,
ArtifactGroup: "tomorrow",
OutputName: "tomorrow.md",
DistributorPathTemplates: []string{
@@ -21,10 +20,9 @@ func tomorrowDefinition() Definition {
"daily/{valid_start_date}/index.md",
"tomorrow/index.md",
},
CompatiblePriorIDs: []ID{Tomorrow},
Modules: tomorrowModules(),
Evening: true,
resolve: resolveTomorrow,
Modules: tomorrowModules(),
Evening: true,
resolve: resolveTomorrow,
}
}