Fix comments

This commit is contained in:
James Brunton
2026-08-28 13:40:01 +01:00
parent c4a72685c9
commit ae4b869d3f
2 changed files with 2 additions and 2 deletions
@@ -87,7 +87,6 @@ public record Policy(
return inputs.stream().map(PipelineInput::sourceId).toList();
}
/** The distinct trigger types configured across this policy's inputs (manual inputs aside). */
/**
* The moment this policy fires in the editor ("upload" / "export"), or empty when the editor
* does not run it. Legacy blobs are lifted onto {@link EditorConfig} when they are read.
@@ -96,6 +95,7 @@ public record Policy(
return editor.allowed() ? Optional.of(editor.runOn()) : Optional.empty();
}
/** The distinct trigger types configured across this policy's inputs (manual inputs aside). */
public List<String> triggerTypes() {
return inputs.stream()
.map(PipelineInput::trigger)
@@ -141,7 +141,7 @@ beforeEach(() => {
outputs: [{ fileId: "backend-out-0", fileName: "doc.pdf" }],
});
// Classification now dispatches its own AI run (see useClassificationPolicy); this suite exercises
// Classification now dispatches its own AI run (see usePolicyLocalPasses); this suite exercises
// the auto-run engine's generic import/label-stamping path, so seed a completed classification run
// for it to pick up rather than driving a dispatch.
recordRunStart({