pulseed 0.6.4 → 0.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/adapters/datasources/artifact-metric-datasource.js +18 -1
- package/dist/adapters/datasources/artifact-metric-datasource.js.map +1 -1
- package/dist/base/config/global-config.d.ts +3 -0
- package/dist/base/config/global-config.d.ts.map +1 -1
- package/dist/base/config/global-config.js +3 -1
- package/dist/base/config/global-config.js.map +1 -1
- package/dist/base/utils/paths.d.ts +5 -0
- package/dist/base/utils/paths.d.ts.map +1 -1
- package/dist/base/utils/paths.js +7 -0
- package/dist/base/utils/paths.js.map +1 -1
- package/dist/base/utils/workspace-root.d.ts +6 -0
- package/dist/base/utils/workspace-root.d.ts.map +1 -0
- package/dist/base/utils/workspace-root.js +87 -0
- package/dist/base/utils/workspace-root.js.map +1 -0
- package/dist/interface/chat/chat-runner-commands.d.ts +2 -0
- package/dist/interface/chat/chat-runner-commands.d.ts.map +1 -1
- package/dist/interface/chat/chat-runner-commands.js +61 -4
- package/dist/interface/chat/chat-runner-commands.js.map +1 -1
- package/dist/interface/chat/freeform-route-classifier.d.ts +2 -2
- package/dist/interface/cli/cli-runner.js +0 -0
- package/dist/interface/cli/commands/daemon-shared.d.ts +4 -1
- package/dist/interface/cli/commands/daemon-shared.d.ts.map +1 -1
- package/dist/interface/cli/commands/daemon-shared.js +9 -3
- package/dist/interface/cli/commands/daemon-shared.js.map +1 -1
- package/dist/interface/cli/commands/daemon.d.ts.map +1 -1
- package/dist/interface/cli/commands/daemon.js +61 -7
- package/dist/interface/cli/commands/daemon.js.map +1 -1
- package/dist/interface/cli/commands/doctor.d.ts +1 -1
- package/dist/interface/cli/commands/doctor.d.ts.map +1 -1
- package/dist/interface/cli/commands/doctor.js +48 -29
- package/dist/interface/cli/commands/doctor.js.map +1 -1
- package/dist/orchestrator/execution/adapter-layer.d.ts +5 -1
- package/dist/orchestrator/execution/adapter-layer.d.ts.map +1 -1
- package/dist/orchestrator/execution/adapter-layer.js.map +1 -1
- package/dist/orchestrator/execution/agent-loop/agent-loop-context-assembler.d.ts.map +1 -1
- package/dist/orchestrator/execution/agent-loop/agent-loop-context-assembler.js +18 -1
- package/dist/orchestrator/execution/agent-loop/agent-loop-context-assembler.js.map +1 -1
- package/dist/orchestrator/execution/agent-loop/agent-loop-prompts.d.ts.map +1 -1
- package/dist/orchestrator/execution/agent-loop/agent-loop-prompts.js +1 -0
- package/dist/orchestrator/execution/agent-loop/agent-loop-prompts.js.map +1 -1
- package/dist/orchestrator/execution/agent-loop/agent-loop-result.d.ts +2 -0
- package/dist/orchestrator/execution/agent-loop/agent-loop-result.d.ts.map +1 -1
- package/dist/orchestrator/execution/agent-loop/bounded-agent-loop-runner.d.ts +2 -0
- package/dist/orchestrator/execution/agent-loop/bounded-agent-loop-runner.d.ts.map +1 -1
- package/dist/orchestrator/execution/agent-loop/bounded-agent-loop-runner.js +41 -2
- package/dist/orchestrator/execution/agent-loop/bounded-agent-loop-runner.js.map +1 -1
- package/dist/orchestrator/execution/agent-loop/response-item-tool-router.d.ts.map +1 -1
- package/dist/orchestrator/execution/agent-loop/response-item-tool-router.js +1 -0
- package/dist/orchestrator/execution/agent-loop/response-item-tool-router.js.map +1 -1
- package/dist/orchestrator/execution/agent-loop/response-item.d.ts +36 -36
- package/dist/orchestrator/execution/agent-loop/task-agent-loop-context.d.ts.map +1 -1
- package/dist/orchestrator/execution/agent-loop/task-agent-loop-context.js +13 -0
- package/dist/orchestrator/execution/agent-loop/task-agent-loop-context.js.map +1 -1
- package/dist/orchestrator/execution/agent-loop/task-agent-loop-result.d.ts +27 -14
- package/dist/orchestrator/execution/agent-loop/task-agent-loop-result.d.ts.map +1 -1
- package/dist/orchestrator/execution/agent-loop/task-agent-loop-result.js +67 -8
- package/dist/orchestrator/execution/agent-loop/task-agent-loop-result.js.map +1 -1
- package/dist/orchestrator/execution/agent-loop/task-agent-loop-runner.d.ts.map +1 -1
- package/dist/orchestrator/execution/agent-loop/task-agent-loop-runner.js +1 -0
- package/dist/orchestrator/execution/agent-loop/task-agent-loop-runner.js.map +1 -1
- package/dist/orchestrator/execution/task/task-artifact-contract.js +27 -4
- package/dist/orchestrator/execution/task/task-artifact-contract.js.map +1 -1
- package/dist/orchestrator/execution/task/task-diff-capture.d.ts +1 -0
- package/dist/orchestrator/execution/task/task-diff-capture.d.ts.map +1 -1
- package/dist/orchestrator/execution/task/task-diff-capture.js +10 -9
- package/dist/orchestrator/execution/task/task-diff-capture.js.map +1 -1
- package/dist/orchestrator/execution/task/task-execution-types.d.ts +2 -0
- package/dist/orchestrator/execution/task/task-execution-types.d.ts.map +1 -1
- package/dist/orchestrator/execution/task/task-execution-types.js.map +1 -1
- package/dist/orchestrator/execution/task/task-executor.d.ts.map +1 -1
- package/dist/orchestrator/execution/task/task-executor.js +1 -0
- package/dist/orchestrator/execution/task/task-executor.js.map +1 -1
- package/dist/orchestrator/execution/task/task-generation.d.ts +8 -1
- package/dist/orchestrator/execution/task/task-generation.d.ts.map +1 -1
- package/dist/orchestrator/execution/task/task-generation.js +12 -11
- package/dist/orchestrator/execution/task/task-generation.js.map +1 -1
- package/dist/orchestrator/execution/task/task-lifecycle-runner.d.ts.map +1 -1
- package/dist/orchestrator/execution/task/task-lifecycle-runner.js +1 -0
- package/dist/orchestrator/execution/task/task-lifecycle-runner.js.map +1 -1
- package/dist/orchestrator/execution/task/task-lifecycle.d.ts.map +1 -1
- package/dist/orchestrator/execution/task/task-lifecycle.js +59 -1
- package/dist/orchestrator/execution/task/task-lifecycle.js.map +1 -1
- package/dist/orchestrator/execution/task/task-outcome-ledger.d.ts +1 -0
- package/dist/orchestrator/execution/task/task-outcome-ledger.d.ts.map +1 -1
- package/dist/orchestrator/execution/task/task-outcome-ledger.js +5 -0
- package/dist/orchestrator/execution/task/task-outcome-ledger.js.map +1 -1
- package/dist/orchestrator/execution/task/task-prompt-builder.d.ts.map +1 -1
- package/dist/orchestrator/execution/task/task-prompt-builder.js +7 -3
- package/dist/orchestrator/execution/task/task-prompt-builder.js.map +1 -1
- package/dist/orchestrator/execution/task/task-verifier-rules.d.ts.map +1 -1
- package/dist/orchestrator/execution/task/task-verifier-rules.js +59 -10
- package/dist/orchestrator/execution/task/task-verifier-rules.js.map +1 -1
- package/dist/orchestrator/execution/task/task-verifier-types.d.ts +1 -1
- package/dist/orchestrator/execution/task/task-verifier-types.d.ts.map +1 -1
- package/dist/orchestrator/execution/task/task-verifier.d.ts.map +1 -1
- package/dist/orchestrator/execution/task/task-verifier.js +173 -9
- package/dist/orchestrator/execution/task/task-verifier.js.map +1 -1
- package/dist/orchestrator/execution/types/task-group.d.ts +9 -0
- package/dist/orchestrator/execution/types/task-group.d.ts.map +1 -1
- package/dist/orchestrator/execution/types/task.d.ts +38 -0
- package/dist/orchestrator/execution/types/task.d.ts.map +1 -1
- package/dist/orchestrator/execution/types/task.js +6 -0
- package/dist/orchestrator/execution/types/task.js.map +1 -1
- package/dist/orchestrator/loop/durable-loop/contracts.d.ts +2 -0
- package/dist/orchestrator/loop/durable-loop/contracts.d.ts.map +1 -1
- package/dist/orchestrator/loop/durable-loop/contracts.js.map +1 -1
- package/dist/orchestrator/loop/durable-loop/phase-specs.d.ts +12 -12
- package/dist/orchestrator/loop/loop-report-helper.d.ts.map +1 -1
- package/dist/orchestrator/loop/loop-report-helper.js +2 -0
- package/dist/orchestrator/loop/loop-report-helper.js.map +1 -1
- package/dist/platform/corrections/memory-quarantine.d.ts +2 -2
- package/dist/platform/dream/playbook-memory.d.ts +4 -4
- package/dist/platform/knowledge/types/agent-memory.d.ts +16 -16
- package/dist/platform/soil/contracts.d.ts +2 -2
- package/dist/prompt/purposes/verification.d.ts +2 -2
- package/dist/reporting/report-formatters.d.ts.map +1 -1
- package/dist/reporting/report-formatters.js +26 -1
- package/dist/reporting/report-formatters.js.map +1 -1
- package/dist/reporting/reporting-engine.d.ts.map +1 -1
- package/dist/reporting/reporting-engine.js +1 -0
- package/dist/reporting/reporting-engine.js.map +1 -1
- package/dist/reporting/reporting-types.d.ts +7 -0
- package/dist/reporting/reporting-types.d.ts.map +1 -1
- package/dist/reporting/types/report.d.ts +5 -0
- package/dist/reporting/types/report.d.ts.map +1 -1
- package/dist/reporting/types/report.js +1 -0
- package/dist/reporting/types/report.js.map +1 -1
- package/dist/runtime/control/runtime-control-service.d.ts +25 -0
- package/dist/runtime/control/runtime-control-service.d.ts.map +1 -1
- package/dist/runtime/control/runtime-control-service.js +172 -0
- package/dist/runtime/control/runtime-control-service.js.map +1 -1
- package/dist/runtime/daemon/browser-backpressure-policy.d.ts +22 -0
- package/dist/runtime/daemon/browser-backpressure-policy.d.ts.map +1 -0
- package/dist/runtime/daemon/browser-backpressure-policy.js +95 -0
- package/dist/runtime/daemon/browser-backpressure-policy.js.map +1 -0
- package/dist/runtime/daemon/client.d.ts +1 -0
- package/dist/runtime/daemon/client.d.ts.map +1 -1
- package/dist/runtime/daemon/client.js.map +1 -1
- package/dist/runtime/daemon/runner.d.ts.map +1 -1
- package/dist/runtime/daemon/runner.js +10 -1
- package/dist/runtime/daemon/runner.js.map +1 -1
- package/dist/runtime/daemon/runtime-ownership.d.ts +7 -0
- package/dist/runtime/daemon/runtime-ownership.d.ts.map +1 -1
- package/dist/runtime/daemon/runtime-ownership.js +153 -7
- package/dist/runtime/daemon/runtime-ownership.js.map +1 -1
- package/dist/runtime/event/server-snapshot-reader.d.ts +3 -1
- package/dist/runtime/event/server-snapshot-reader.d.ts.map +1 -1
- package/dist/runtime/event/server-snapshot-reader.js +68 -2
- package/dist/runtime/event/server-snapshot-reader.js.map +1 -1
- package/dist/runtime/event/server-types.d.ts +2 -0
- package/dist/runtime/event/server-types.d.ts.map +1 -1
- package/dist/runtime/interactive-automation/browser-session-resolver.d.ts +26 -0
- package/dist/runtime/interactive-automation/browser-session-resolver.d.ts.map +1 -0
- package/dist/runtime/interactive-automation/browser-session-resolver.js +75 -0
- package/dist/runtime/interactive-automation/browser-session-resolver.js.map +1 -0
- package/dist/runtime/interactive-automation/index.d.ts +2 -0
- package/dist/runtime/interactive-automation/index.d.ts.map +1 -1
- package/dist/runtime/interactive-automation/index.js +2 -0
- package/dist/runtime/interactive-automation/index.js.map +1 -1
- package/dist/runtime/interactive-automation/runtime-auth-handoff-store.d.ts +35 -0
- package/dist/runtime/interactive-automation/runtime-auth-handoff-store.d.ts.map +1 -0
- package/dist/runtime/interactive-automation/runtime-auth-handoff-store.js +125 -0
- package/dist/runtime/interactive-automation/runtime-auth-handoff-store.js.map +1 -0
- package/dist/runtime/run-spec/handoff.d.ts.map +1 -1
- package/dist/runtime/run-spec/handoff.js +31 -0
- package/dist/runtime/run-spec/handoff.js.map +1 -1
- package/dist/runtime/store/evidence-types.d.ts +136 -136
- package/dist/runtime/store/index.d.ts +2 -2
- package/dist/runtime/store/index.d.ts.map +1 -1
- package/dist/runtime/store/index.js +1 -1
- package/dist/runtime/store/index.js.map +1 -1
- package/dist/runtime/store/operator-handoff-store.d.ts +3 -3
- package/dist/runtime/store/runtime-operation-schemas.d.ts +101 -68
- package/dist/runtime/store/runtime-operation-schemas.d.ts.map +1 -1
- package/dist/runtime/store/runtime-operation-schemas.js +8 -0
- package/dist/runtime/store/runtime-operation-schemas.js.map +1 -1
- package/dist/runtime/store/runtime-paths.d.ts +2 -0
- package/dist/runtime/store/runtime-paths.d.ts.map +1 -1
- package/dist/runtime/store/runtime-paths.js +6 -0
- package/dist/runtime/store/runtime-paths.js.map +1 -1
- package/dist/runtime/store/runtime-schemas.d.ts +2200 -20
- package/dist/runtime/store/runtime-schemas.d.ts.map +1 -1
- package/dist/runtime/store/runtime-schemas.js +84 -0
- package/dist/runtime/store/runtime-schemas.js.map +1 -1
- package/dist/runtime/types/companion.d.ts +52 -52
- package/dist/runtime/types/daemon.d.ts +31 -31
- package/dist/tools/automation/InteractiveAutomationTools.d.ts +22 -2
- package/dist/tools/automation/InteractiveAutomationTools.d.ts.map +1 -1
- package/dist/tools/automation/InteractiveAutomationTools.js +75 -10
- package/dist/tools/automation/InteractiveAutomationTools.js.map +1 -1
- package/dist/tools/builtin/factory.d.ts +2 -1
- package/dist/tools/builtin/factory.d.ts.map +1 -1
- package/dist/tools/builtin/factory.js +6 -2
- package/dist/tools/builtin/factory.js.map +1 -1
- package/dist/tools/execution/MemorySaveTool/MemorySaveTool.d.ts +12 -12
- package/dist/tools/kaggle/KaggleExperimentTools.js +4 -3
- package/dist/tools/kaggle/KaggleExperimentTools.js.map +1 -1
- package/dist/tools/kaggle/KaggleSubmissionTools.js +6 -5
- package/dist/tools/kaggle/KaggleSubmissionTools.js.map +1 -1
- package/dist/tools/kaggle/KaggleWorkspacePrepareTool.js +6 -5
- package/dist/tools/kaggle/KaggleWorkspacePrepareTool.js.map +1 -1
- package/dist/tools/kaggle/paths.d.ts.map +1 -1
- package/dist/tools/kaggle/paths.js +12 -8
- package/dist/tools/kaggle/paths.js.map +1 -1
- package/dist/tools/mutation/TaskUpdateTool/TaskUpdateTool.d.ts +2 -2
- package/dist/tools/mutation/TaskUpdateTool/TaskUpdateTool.d.ts.map +1 -1
- package/dist/tools/mutation/TaskUpdateTool/TaskUpdateTool.js +49 -7
- package/dist/tools/mutation/TaskUpdateTool/TaskUpdateTool.js.map +1 -1
- package/dist/tools/runtime/LongRunningRuntimeTools.d.ts +12 -12
- package/dist/tools/system/EnvTool/EnvTool.d.ts +4 -4
- package/dist/tools/system/GitLogTool/GitLogTool.d.ts +4 -4
- package/dist/tools/system/ShellCommandTool/ShellCommandTool.js +1 -1
- package/dist/tools/system/ShellCommandTool/ShellCommandTool.js.map +1 -1
- package/dist/tools/system/ShellTool/ShellTool.d.ts.map +1 -1
- package/dist/tools/system/ShellTool/ShellTool.js +6 -2
- package/dist/tools/system/ShellTool/ShellTool.js.map +1 -1
- package/dist/tools/system/ShellTool/command-policy.d.ts +1 -0
- package/dist/tools/system/ShellTool/command-policy.d.ts.map +1 -1
- package/dist/tools/system/ShellTool/command-policy.js +10 -0
- package/dist/tools/system/ShellTool/command-policy.js.map +1 -1
- package/dist/tools/system/ShellTool/prompt.d.ts +1 -1
- package/dist/tools/system/ShellTool/prompt.d.ts.map +1 -1
- package/dist/tools/system/ShellTool/prompt.js +1 -1
- package/dist/tools/system/ShellTool/prompt.js.map +1 -1
- package/dist/tools/types.d.ts +2 -0
- package/dist/tools/types.d.ts.map +1 -1
- package/dist/tools/types.js.map +1 -1
- package/package.json +2 -2
|
@@ -592,11 +592,11 @@ export declare const RuntimeEvidenceEvaluatorValidationSchema: z.ZodObject<{
|
|
|
592
592
|
command: z.ZodOptional<z.ZodString>;
|
|
593
593
|
summary: z.ZodOptional<z.ZodString>;
|
|
594
594
|
}, "strict", z.ZodTypeAny, {
|
|
595
|
-
status: "unknown" | "pending" | "blocked" | "
|
|
595
|
+
status: "unknown" | "pending" | "blocked" | "passed" | "failed";
|
|
596
596
|
summary?: string | undefined;
|
|
597
597
|
command?: string | undefined;
|
|
598
598
|
}, {
|
|
599
|
-
status?: "unknown" | "pending" | "blocked" | "
|
|
599
|
+
status?: "unknown" | "pending" | "blocked" | "passed" | "failed" | undefined;
|
|
600
600
|
summary?: string | undefined;
|
|
601
601
|
command?: string | undefined;
|
|
602
602
|
}>;
|
|
@@ -611,17 +611,17 @@ export declare const RuntimeEvidenceEvaluatorProvenanceSchema: z.ZodObject<{
|
|
|
611
611
|
retrieved_at: z.ZodOptional<z.ZodString>;
|
|
612
612
|
}, "strict", z.ZodTypeAny, {
|
|
613
613
|
kind: "other" | "local_command" | "external_url" | "ci" | "benchmark" | "human_review";
|
|
614
|
+
run_id?: string | undefined;
|
|
614
615
|
command?: string | undefined;
|
|
615
616
|
url?: string | undefined;
|
|
616
|
-
run_id?: string | undefined;
|
|
617
617
|
external_id?: string | undefined;
|
|
618
618
|
raw_ref?: string | undefined;
|
|
619
619
|
retrieved_at?: string | undefined;
|
|
620
620
|
}, {
|
|
621
621
|
kind?: "other" | "local_command" | "external_url" | "ci" | "benchmark" | "human_review" | undefined;
|
|
622
|
+
run_id?: string | undefined;
|
|
622
623
|
command?: string | undefined;
|
|
623
624
|
url?: string | undefined;
|
|
624
|
-
run_id?: string | undefined;
|
|
625
625
|
external_id?: string | undefined;
|
|
626
626
|
raw_ref?: string | undefined;
|
|
627
627
|
retrieved_at?: string | undefined;
|
|
@@ -816,11 +816,11 @@ export declare const RuntimeEvidenceEvaluatorObservationSchema: z.ZodObject<{
|
|
|
816
816
|
command: z.ZodOptional<z.ZodString>;
|
|
817
817
|
summary: z.ZodOptional<z.ZodString>;
|
|
818
818
|
}, "strict", z.ZodTypeAny, {
|
|
819
|
-
status: "unknown" | "pending" | "blocked" | "
|
|
819
|
+
status: "unknown" | "pending" | "blocked" | "passed" | "failed";
|
|
820
820
|
summary?: string | undefined;
|
|
821
821
|
command?: string | undefined;
|
|
822
822
|
}, {
|
|
823
|
-
status?: "unknown" | "pending" | "blocked" | "
|
|
823
|
+
status?: "unknown" | "pending" | "blocked" | "passed" | "failed" | undefined;
|
|
824
824
|
summary?: string | undefined;
|
|
825
825
|
command?: string | undefined;
|
|
826
826
|
}>>;
|
|
@@ -856,17 +856,17 @@ export declare const RuntimeEvidenceEvaluatorObservationSchema: z.ZodObject<{
|
|
|
856
856
|
retrieved_at: z.ZodOptional<z.ZodString>;
|
|
857
857
|
}, "strict", z.ZodTypeAny, {
|
|
858
858
|
kind: "other" | "local_command" | "external_url" | "ci" | "benchmark" | "human_review";
|
|
859
|
+
run_id?: string | undefined;
|
|
859
860
|
command?: string | undefined;
|
|
860
861
|
url?: string | undefined;
|
|
861
|
-
run_id?: string | undefined;
|
|
862
862
|
external_id?: string | undefined;
|
|
863
863
|
raw_ref?: string | undefined;
|
|
864
864
|
retrieved_at?: string | undefined;
|
|
865
865
|
}, {
|
|
866
866
|
kind?: "other" | "local_command" | "external_url" | "ci" | "benchmark" | "human_review" | undefined;
|
|
867
|
+
run_id?: string | undefined;
|
|
867
868
|
command?: string | undefined;
|
|
868
869
|
url?: string | undefined;
|
|
869
|
-
run_id?: string | undefined;
|
|
870
870
|
external_id?: string | undefined;
|
|
871
871
|
raw_ref?: string | undefined;
|
|
872
872
|
retrieved_at?: string | undefined;
|
|
@@ -1039,13 +1039,13 @@ export declare const RuntimeEvidenceEvaluatorObservationSchema: z.ZodObject<{
|
|
|
1039
1039
|
}>>;
|
|
1040
1040
|
summary: z.ZodOptional<z.ZodString>;
|
|
1041
1041
|
}, "strict", z.ZodTypeAny, {
|
|
1042
|
-
status: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "
|
|
1042
|
+
status: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "passed" | "failed" | "regressed" | "ready" | "submitted" | "succeeded";
|
|
1043
1043
|
source: string;
|
|
1044
1044
|
candidate_id: string;
|
|
1045
1045
|
signal: "external" | "local";
|
|
1046
1046
|
evaluator_id: string;
|
|
1047
1047
|
validation?: {
|
|
1048
|
-
status: "unknown" | "pending" | "blocked" | "
|
|
1048
|
+
status: "unknown" | "pending" | "blocked" | "passed" | "failed";
|
|
1049
1049
|
summary?: string | undefined;
|
|
1050
1050
|
command?: string | undefined;
|
|
1051
1051
|
} | undefined;
|
|
@@ -1055,9 +1055,9 @@ export declare const RuntimeEvidenceEvaluatorObservationSchema: z.ZodObject<{
|
|
|
1055
1055
|
observed_at?: string | undefined;
|
|
1056
1056
|
provenance?: {
|
|
1057
1057
|
kind: "other" | "local_command" | "external_url" | "ci" | "benchmark" | "human_review";
|
|
1058
|
+
run_id?: string | undefined;
|
|
1058
1059
|
command?: string | undefined;
|
|
1059
1060
|
url?: string | undefined;
|
|
1060
|
-
run_id?: string | undefined;
|
|
1061
1061
|
external_id?: string | undefined;
|
|
1062
1062
|
raw_ref?: string | undefined;
|
|
1063
1063
|
retrieved_at?: string | undefined;
|
|
@@ -1080,7 +1080,7 @@ export declare const RuntimeEvidenceEvaluatorObservationSchema: z.ZodObject<{
|
|
|
1080
1080
|
artifact_labels?: string[] | undefined;
|
|
1081
1081
|
score_label?: string | undefined;
|
|
1082
1082
|
expected_score?: string | number | boolean | null | undefined;
|
|
1083
|
-
expected_status?: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "
|
|
1083
|
+
expected_status?: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "passed" | "failed" | "regressed" | "ready" | "submitted" | "succeeded" | undefined;
|
|
1084
1084
|
expectation_source?: string | undefined;
|
|
1085
1085
|
publish_action?: {
|
|
1086
1086
|
label: string;
|
|
@@ -1126,20 +1126,20 @@ export declare const RuntimeEvidenceEvaluatorObservationSchema: z.ZodObject<{
|
|
|
1126
1126
|
signal: "external" | "local";
|
|
1127
1127
|
evaluator_id: string;
|
|
1128
1128
|
validation?: {
|
|
1129
|
-
status?: "unknown" | "pending" | "blocked" | "
|
|
1129
|
+
status?: "unknown" | "pending" | "blocked" | "passed" | "failed" | undefined;
|
|
1130
1130
|
summary?: string | undefined;
|
|
1131
1131
|
command?: string | undefined;
|
|
1132
1132
|
} | undefined;
|
|
1133
|
-
status?: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "
|
|
1133
|
+
status?: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "passed" | "failed" | "regressed" | "ready" | "submitted" | "succeeded" | undefined;
|
|
1134
1134
|
direction?: "neutral" | "maximize" | "minimize" | undefined;
|
|
1135
1135
|
summary?: string | undefined;
|
|
1136
1136
|
score?: string | number | boolean | null | undefined;
|
|
1137
1137
|
observed_at?: string | undefined;
|
|
1138
1138
|
provenance?: {
|
|
1139
1139
|
kind?: "other" | "local_command" | "external_url" | "ci" | "benchmark" | "human_review" | undefined;
|
|
1140
|
+
run_id?: string | undefined;
|
|
1140
1141
|
command?: string | undefined;
|
|
1141
1142
|
url?: string | undefined;
|
|
1142
|
-
run_id?: string | undefined;
|
|
1143
1143
|
external_id?: string | undefined;
|
|
1144
1144
|
raw_ref?: string | undefined;
|
|
1145
1145
|
retrieved_at?: string | undefined;
|
|
@@ -1162,7 +1162,7 @@ export declare const RuntimeEvidenceEvaluatorObservationSchema: z.ZodObject<{
|
|
|
1162
1162
|
artifact_labels?: string[] | undefined;
|
|
1163
1163
|
score_label?: string | undefined;
|
|
1164
1164
|
expected_score?: string | number | boolean | null | undefined;
|
|
1165
|
-
expected_status?: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "
|
|
1165
|
+
expected_status?: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "passed" | "failed" | "regressed" | "ready" | "submitted" | "succeeded" | undefined;
|
|
1166
1166
|
expectation_source?: string | undefined;
|
|
1167
1167
|
publish_action?: {
|
|
1168
1168
|
label: string;
|
|
@@ -1479,7 +1479,7 @@ export declare const RuntimeEvidenceDreamCheckpointMemoryRefSchema: z.ZodObject<
|
|
|
1479
1479
|
}, "strict", z.ZodTypeAny, {
|
|
1480
1480
|
source_type: "unknown" | "external" | "web" | "tool" | "user" | "runtime" | "imported";
|
|
1481
1481
|
raw_refs: string[];
|
|
1482
|
-
verification_status: "unknown" | "
|
|
1482
|
+
verification_status: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious";
|
|
1483
1483
|
risk_signals: ("hallucinated" | "low_provenance" | "contradiction" | "prompt_injection_like" | "unverified_external")[];
|
|
1484
1484
|
reliability?: number | undefined;
|
|
1485
1485
|
source_ref?: string | undefined;
|
|
@@ -1488,7 +1488,7 @@ export declare const RuntimeEvidenceDreamCheckpointMemoryRefSchema: z.ZodObject<
|
|
|
1488
1488
|
source_type?: "unknown" | "external" | "web" | "tool" | "user" | "runtime" | "imported" | undefined;
|
|
1489
1489
|
source_ref?: string | undefined;
|
|
1490
1490
|
raw_refs?: string[] | undefined;
|
|
1491
|
-
verification_status?: "unknown" | "
|
|
1491
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
1492
1492
|
risk_signals?: ("hallucinated" | "low_provenance" | "contradiction" | "prompt_injection_like" | "unverified_external")[] | undefined;
|
|
1493
1493
|
}>>;
|
|
1494
1494
|
quarantine_state: z.ZodOptional<z.ZodObject<{
|
|
@@ -1564,16 +1564,16 @@ export declare const RuntimeEvidenceDreamCheckpointMemoryRefSchema: z.ZodObject<
|
|
|
1564
1564
|
summary: string;
|
|
1565
1565
|
source_type: "other" | "soil" | "playbook" | "runtime_evidence";
|
|
1566
1566
|
authority: "advisory_only";
|
|
1567
|
+
ref?: string | undefined;
|
|
1567
1568
|
recency_score?: number | undefined;
|
|
1568
1569
|
provenance?: {
|
|
1569
1570
|
source_type: "unknown" | "external" | "web" | "tool" | "user" | "runtime" | "imported";
|
|
1570
1571
|
raw_refs: string[];
|
|
1571
|
-
verification_status: "unknown" | "
|
|
1572
|
+
verification_status: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious";
|
|
1572
1573
|
risk_signals: ("hallucinated" | "low_provenance" | "contradiction" | "prompt_injection_like" | "unverified_external")[];
|
|
1573
1574
|
reliability?: number | undefined;
|
|
1574
1575
|
source_ref?: string | undefined;
|
|
1575
1576
|
} | undefined;
|
|
1576
|
-
ref?: string | undefined;
|
|
1577
1577
|
relevance_score?: number | undefined;
|
|
1578
1578
|
source_reliability?: number | undefined;
|
|
1579
1579
|
prior_success_contribution?: number | undefined;
|
|
@@ -1593,7 +1593,7 @@ export declare const RuntimeEvidenceDreamCheckpointMemoryRefSchema: z.ZodObject<
|
|
|
1593
1593
|
score: number;
|
|
1594
1594
|
decision: "rejected" | "admitted";
|
|
1595
1595
|
} | undefined;
|
|
1596
|
-
verification_status?: "unknown" | "
|
|
1596
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
1597
1597
|
quarantine_state?: {
|
|
1598
1598
|
status: "quarantined";
|
|
1599
1599
|
source: "system" | "user" | "runtime_verification" | "memory_lint";
|
|
@@ -1606,16 +1606,16 @@ export declare const RuntimeEvidenceDreamCheckpointMemoryRefSchema: z.ZodObject<
|
|
|
1606
1606
|
}, {
|
|
1607
1607
|
summary: string;
|
|
1608
1608
|
source_type: "other" | "soil" | "playbook" | "runtime_evidence";
|
|
1609
|
+
ref?: string | undefined;
|
|
1609
1610
|
recency_score?: number | undefined;
|
|
1610
1611
|
provenance?: {
|
|
1611
1612
|
reliability?: number | undefined;
|
|
1612
1613
|
source_type?: "unknown" | "external" | "web" | "tool" | "user" | "runtime" | "imported" | undefined;
|
|
1613
1614
|
source_ref?: string | undefined;
|
|
1614
1615
|
raw_refs?: string[] | undefined;
|
|
1615
|
-
verification_status?: "unknown" | "
|
|
1616
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
1616
1617
|
risk_signals?: ("hallucinated" | "low_provenance" | "contradiction" | "prompt_injection_like" | "unverified_external")[] | undefined;
|
|
1617
1618
|
} | undefined;
|
|
1618
|
-
ref?: string | undefined;
|
|
1619
1619
|
authority?: "advisory_only" | undefined;
|
|
1620
1620
|
relevance_score?: number | undefined;
|
|
1621
1621
|
source_reliability?: number | undefined;
|
|
@@ -1636,7 +1636,7 @@ export declare const RuntimeEvidenceDreamCheckpointMemoryRefSchema: z.ZodObject<
|
|
|
1636
1636
|
score: number;
|
|
1637
1637
|
decision: "rejected" | "admitted";
|
|
1638
1638
|
} | undefined;
|
|
1639
|
-
verification_status?: "unknown" | "
|
|
1639
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
1640
1640
|
quarantine_state?: {
|
|
1641
1641
|
status: "quarantined";
|
|
1642
1642
|
confidence: number;
|
|
@@ -1781,9 +1781,9 @@ export declare const RuntimeEvidenceDreamRunControlRecommendationSchema: z.ZodOb
|
|
|
1781
1781
|
ref?: string | undefined;
|
|
1782
1782
|
}[];
|
|
1783
1783
|
action: "stay_current_mode" | "widen_exploration" | "consolidate_candidates" | "freeze_experiment_queue" | "enter_finalization" | "preserve_near_miss_candidates" | "retire_low_value_lineage" | "request_operator_approval";
|
|
1784
|
+
risk: "low" | "high" | "medium";
|
|
1784
1785
|
candidate_refs: string[];
|
|
1785
1786
|
lineage_refs: string[];
|
|
1786
|
-
risk: "low" | "high" | "medium";
|
|
1787
1787
|
id?: string | undefined;
|
|
1788
1788
|
target_mode?: "exploration" | "consolidation" | "finalization" | undefined;
|
|
1789
1789
|
target_strategy_family?: string | undefined;
|
|
@@ -1802,11 +1802,11 @@ export declare const RuntimeEvidenceDreamRunControlRecommendationSchema: z.ZodOb
|
|
|
1802
1802
|
confidence?: number | undefined;
|
|
1803
1803
|
id?: string | undefined;
|
|
1804
1804
|
approval_required?: boolean | undefined;
|
|
1805
|
+
risk?: "low" | "high" | "medium" | undefined;
|
|
1805
1806
|
target_mode?: "exploration" | "consolidation" | "finalization" | undefined;
|
|
1806
1807
|
target_strategy_family?: string | undefined;
|
|
1807
1808
|
candidate_refs?: string[] | undefined;
|
|
1808
1809
|
lineage_refs?: string[] | undefined;
|
|
1809
|
-
risk?: "low" | "high" | "medium" | undefined;
|
|
1810
1810
|
policy_decision?: {
|
|
1811
1811
|
reason: string;
|
|
1812
1812
|
disposition: "approval_required" | "advisory_only" | "auto_apply";
|
|
@@ -1840,7 +1840,7 @@ export declare const RuntimeEvidenceDreamCheckpointSchema: z.ZodObject<{
|
|
|
1840
1840
|
}, "strict", z.ZodTypeAny, {
|
|
1841
1841
|
source_type: "unknown" | "external" | "web" | "tool" | "user" | "runtime" | "imported";
|
|
1842
1842
|
raw_refs: string[];
|
|
1843
|
-
verification_status: "unknown" | "
|
|
1843
|
+
verification_status: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious";
|
|
1844
1844
|
risk_signals: ("hallucinated" | "low_provenance" | "contradiction" | "prompt_injection_like" | "unverified_external")[];
|
|
1845
1845
|
reliability?: number | undefined;
|
|
1846
1846
|
source_ref?: string | undefined;
|
|
@@ -1849,7 +1849,7 @@ export declare const RuntimeEvidenceDreamCheckpointSchema: z.ZodObject<{
|
|
|
1849
1849
|
source_type?: "unknown" | "external" | "web" | "tool" | "user" | "runtime" | "imported" | undefined;
|
|
1850
1850
|
source_ref?: string | undefined;
|
|
1851
1851
|
raw_refs?: string[] | undefined;
|
|
1852
|
-
verification_status?: "unknown" | "
|
|
1852
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
1853
1853
|
risk_signals?: ("hallucinated" | "low_provenance" | "contradiction" | "prompt_injection_like" | "unverified_external")[] | undefined;
|
|
1854
1854
|
}>>;
|
|
1855
1855
|
quarantine_state: z.ZodOptional<z.ZodObject<{
|
|
@@ -1925,16 +1925,16 @@ export declare const RuntimeEvidenceDreamCheckpointSchema: z.ZodObject<{
|
|
|
1925
1925
|
summary: string;
|
|
1926
1926
|
source_type: "other" | "soil" | "playbook" | "runtime_evidence";
|
|
1927
1927
|
authority: "advisory_only";
|
|
1928
|
+
ref?: string | undefined;
|
|
1928
1929
|
recency_score?: number | undefined;
|
|
1929
1930
|
provenance?: {
|
|
1930
1931
|
source_type: "unknown" | "external" | "web" | "tool" | "user" | "runtime" | "imported";
|
|
1931
1932
|
raw_refs: string[];
|
|
1932
|
-
verification_status: "unknown" | "
|
|
1933
|
+
verification_status: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious";
|
|
1933
1934
|
risk_signals: ("hallucinated" | "low_provenance" | "contradiction" | "prompt_injection_like" | "unverified_external")[];
|
|
1934
1935
|
reliability?: number | undefined;
|
|
1935
1936
|
source_ref?: string | undefined;
|
|
1936
1937
|
} | undefined;
|
|
1937
|
-
ref?: string | undefined;
|
|
1938
1938
|
relevance_score?: number | undefined;
|
|
1939
1939
|
source_reliability?: number | undefined;
|
|
1940
1940
|
prior_success_contribution?: number | undefined;
|
|
@@ -1954,7 +1954,7 @@ export declare const RuntimeEvidenceDreamCheckpointSchema: z.ZodObject<{
|
|
|
1954
1954
|
score: number;
|
|
1955
1955
|
decision: "rejected" | "admitted";
|
|
1956
1956
|
} | undefined;
|
|
1957
|
-
verification_status?: "unknown" | "
|
|
1957
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
1958
1958
|
quarantine_state?: {
|
|
1959
1959
|
status: "quarantined";
|
|
1960
1960
|
source: "system" | "user" | "runtime_verification" | "memory_lint";
|
|
@@ -1967,16 +1967,16 @@ export declare const RuntimeEvidenceDreamCheckpointSchema: z.ZodObject<{
|
|
|
1967
1967
|
}, {
|
|
1968
1968
|
summary: string;
|
|
1969
1969
|
source_type: "other" | "soil" | "playbook" | "runtime_evidence";
|
|
1970
|
+
ref?: string | undefined;
|
|
1970
1971
|
recency_score?: number | undefined;
|
|
1971
1972
|
provenance?: {
|
|
1972
1973
|
reliability?: number | undefined;
|
|
1973
1974
|
source_type?: "unknown" | "external" | "web" | "tool" | "user" | "runtime" | "imported" | undefined;
|
|
1974
1975
|
source_ref?: string | undefined;
|
|
1975
1976
|
raw_refs?: string[] | undefined;
|
|
1976
|
-
verification_status?: "unknown" | "
|
|
1977
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
1977
1978
|
risk_signals?: ("hallucinated" | "low_provenance" | "contradiction" | "prompt_injection_like" | "unverified_external")[] | undefined;
|
|
1978
1979
|
} | undefined;
|
|
1979
|
-
ref?: string | undefined;
|
|
1980
1980
|
authority?: "advisory_only" | undefined;
|
|
1981
1981
|
relevance_score?: number | undefined;
|
|
1982
1982
|
source_reliability?: number | undefined;
|
|
@@ -1997,7 +1997,7 @@ export declare const RuntimeEvidenceDreamCheckpointSchema: z.ZodObject<{
|
|
|
1997
1997
|
score: number;
|
|
1998
1998
|
decision: "rejected" | "admitted";
|
|
1999
1999
|
} | undefined;
|
|
2000
|
-
verification_status?: "unknown" | "
|
|
2000
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
2001
2001
|
quarantine_state?: {
|
|
2002
2002
|
status: "quarantined";
|
|
2003
2003
|
confidence: number;
|
|
@@ -2138,9 +2138,9 @@ export declare const RuntimeEvidenceDreamCheckpointSchema: z.ZodObject<{
|
|
|
2138
2138
|
ref?: string | undefined;
|
|
2139
2139
|
}[];
|
|
2140
2140
|
action: "stay_current_mode" | "widen_exploration" | "consolidate_candidates" | "freeze_experiment_queue" | "enter_finalization" | "preserve_near_miss_candidates" | "retire_low_value_lineage" | "request_operator_approval";
|
|
2141
|
+
risk: "low" | "high" | "medium";
|
|
2141
2142
|
candidate_refs: string[];
|
|
2142
2143
|
lineage_refs: string[];
|
|
2143
|
-
risk: "low" | "high" | "medium";
|
|
2144
2144
|
id?: string | undefined;
|
|
2145
2145
|
target_mode?: "exploration" | "consolidation" | "finalization" | undefined;
|
|
2146
2146
|
target_strategy_family?: string | undefined;
|
|
@@ -2159,11 +2159,11 @@ export declare const RuntimeEvidenceDreamCheckpointSchema: z.ZodObject<{
|
|
|
2159
2159
|
confidence?: number | undefined;
|
|
2160
2160
|
id?: string | undefined;
|
|
2161
2161
|
approval_required?: boolean | undefined;
|
|
2162
|
+
risk?: "low" | "high" | "medium" | undefined;
|
|
2162
2163
|
target_mode?: "exploration" | "consolidation" | "finalization" | undefined;
|
|
2163
2164
|
target_strategy_family?: string | undefined;
|
|
2164
2165
|
candidate_refs?: string[] | undefined;
|
|
2165
2166
|
lineage_refs?: string[] | undefined;
|
|
2166
|
-
risk?: "low" | "high" | "medium" | undefined;
|
|
2167
2167
|
policy_decision?: {
|
|
2168
2168
|
reason: string;
|
|
2169
2169
|
disposition: "approval_required" | "advisory_only" | "auto_apply";
|
|
@@ -2187,16 +2187,16 @@ export declare const RuntimeEvidenceDreamCheckpointSchema: z.ZodObject<{
|
|
|
2187
2187
|
summary: string;
|
|
2188
2188
|
source_type: "other" | "soil" | "playbook" | "runtime_evidence";
|
|
2189
2189
|
authority: "advisory_only";
|
|
2190
|
+
ref?: string | undefined;
|
|
2190
2191
|
recency_score?: number | undefined;
|
|
2191
2192
|
provenance?: {
|
|
2192
2193
|
source_type: "unknown" | "external" | "web" | "tool" | "user" | "runtime" | "imported";
|
|
2193
2194
|
raw_refs: string[];
|
|
2194
|
-
verification_status: "unknown" | "
|
|
2195
|
+
verification_status: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious";
|
|
2195
2196
|
risk_signals: ("hallucinated" | "low_provenance" | "contradiction" | "prompt_injection_like" | "unverified_external")[];
|
|
2196
2197
|
reliability?: number | undefined;
|
|
2197
2198
|
source_ref?: string | undefined;
|
|
2198
2199
|
} | undefined;
|
|
2199
|
-
ref?: string | undefined;
|
|
2200
2200
|
relevance_score?: number | undefined;
|
|
2201
2201
|
source_reliability?: number | undefined;
|
|
2202
2202
|
prior_success_contribution?: number | undefined;
|
|
@@ -2216,7 +2216,7 @@ export declare const RuntimeEvidenceDreamCheckpointSchema: z.ZodObject<{
|
|
|
2216
2216
|
score: number;
|
|
2217
2217
|
decision: "rejected" | "admitted";
|
|
2218
2218
|
} | undefined;
|
|
2219
|
-
verification_status?: "unknown" | "
|
|
2219
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
2220
2220
|
quarantine_state?: {
|
|
2221
2221
|
status: "quarantined";
|
|
2222
2222
|
source: "system" | "user" | "runtime_verification" | "memory_lint";
|
|
@@ -2268,9 +2268,9 @@ export declare const RuntimeEvidenceDreamCheckpointSchema: z.ZodObject<{
|
|
|
2268
2268
|
ref?: string | undefined;
|
|
2269
2269
|
}[];
|
|
2270
2270
|
action: "stay_current_mode" | "widen_exploration" | "consolidate_candidates" | "freeze_experiment_queue" | "enter_finalization" | "preserve_near_miss_candidates" | "retire_low_value_lineage" | "request_operator_approval";
|
|
2271
|
+
risk: "low" | "high" | "medium";
|
|
2271
2272
|
candidate_refs: string[];
|
|
2272
2273
|
lineage_refs: string[];
|
|
2273
|
-
risk: "low" | "high" | "medium";
|
|
2274
2274
|
id?: string | undefined;
|
|
2275
2275
|
target_mode?: "exploration" | "consolidation" | "finalization" | undefined;
|
|
2276
2276
|
target_strategy_family?: string | undefined;
|
|
@@ -2294,16 +2294,16 @@ export declare const RuntimeEvidenceDreamCheckpointSchema: z.ZodObject<{
|
|
|
2294
2294
|
relevant_memories?: {
|
|
2295
2295
|
summary: string;
|
|
2296
2296
|
source_type: "other" | "soil" | "playbook" | "runtime_evidence";
|
|
2297
|
+
ref?: string | undefined;
|
|
2297
2298
|
recency_score?: number | undefined;
|
|
2298
2299
|
provenance?: {
|
|
2299
2300
|
reliability?: number | undefined;
|
|
2300
2301
|
source_type?: "unknown" | "external" | "web" | "tool" | "user" | "runtime" | "imported" | undefined;
|
|
2301
2302
|
source_ref?: string | undefined;
|
|
2302
2303
|
raw_refs?: string[] | undefined;
|
|
2303
|
-
verification_status?: "unknown" | "
|
|
2304
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
2304
2305
|
risk_signals?: ("hallucinated" | "low_provenance" | "contradiction" | "prompt_injection_like" | "unverified_external")[] | undefined;
|
|
2305
2306
|
} | undefined;
|
|
2306
|
-
ref?: string | undefined;
|
|
2307
2307
|
authority?: "advisory_only" | undefined;
|
|
2308
2308
|
relevance_score?: number | undefined;
|
|
2309
2309
|
source_reliability?: number | undefined;
|
|
@@ -2324,7 +2324,7 @@ export declare const RuntimeEvidenceDreamCheckpointSchema: z.ZodObject<{
|
|
|
2324
2324
|
score: number;
|
|
2325
2325
|
decision: "rejected" | "admitted";
|
|
2326
2326
|
} | undefined;
|
|
2327
|
-
verification_status?: "unknown" | "
|
|
2327
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
2328
2328
|
quarantine_state?: {
|
|
2329
2329
|
status: "quarantined";
|
|
2330
2330
|
confidence: number;
|
|
@@ -2374,11 +2374,11 @@ export declare const RuntimeEvidenceDreamCheckpointSchema: z.ZodObject<{
|
|
|
2374
2374
|
confidence?: number | undefined;
|
|
2375
2375
|
id?: string | undefined;
|
|
2376
2376
|
approval_required?: boolean | undefined;
|
|
2377
|
+
risk?: "low" | "high" | "medium" | undefined;
|
|
2377
2378
|
target_mode?: "exploration" | "consolidation" | "finalization" | undefined;
|
|
2378
2379
|
target_strategy_family?: string | undefined;
|
|
2379
2380
|
candidate_refs?: string[] | undefined;
|
|
2380
2381
|
lineage_refs?: string[] | undefined;
|
|
2381
|
-
risk?: "low" | "high" | "medium" | undefined;
|
|
2382
2382
|
policy_decision?: {
|
|
2383
2383
|
reason: string;
|
|
2384
2384
|
disposition: "approval_required" | "advisory_only" | "auto_apply";
|
|
@@ -2540,11 +2540,11 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
2540
2540
|
command: z.ZodOptional<z.ZodString>;
|
|
2541
2541
|
summary: z.ZodOptional<z.ZodString>;
|
|
2542
2542
|
}, "strict", z.ZodTypeAny, {
|
|
2543
|
-
status: "unknown" | "pending" | "blocked" | "
|
|
2543
|
+
status: "unknown" | "pending" | "blocked" | "passed" | "failed";
|
|
2544
2544
|
summary?: string | undefined;
|
|
2545
2545
|
command?: string | undefined;
|
|
2546
2546
|
}, {
|
|
2547
|
-
status?: "unknown" | "pending" | "blocked" | "
|
|
2547
|
+
status?: "unknown" | "pending" | "blocked" | "passed" | "failed" | undefined;
|
|
2548
2548
|
summary?: string | undefined;
|
|
2549
2549
|
command?: string | undefined;
|
|
2550
2550
|
}>>;
|
|
@@ -2580,17 +2580,17 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
2580
2580
|
retrieved_at: z.ZodOptional<z.ZodString>;
|
|
2581
2581
|
}, "strict", z.ZodTypeAny, {
|
|
2582
2582
|
kind: "other" | "local_command" | "external_url" | "ci" | "benchmark" | "human_review";
|
|
2583
|
+
run_id?: string | undefined;
|
|
2583
2584
|
command?: string | undefined;
|
|
2584
2585
|
url?: string | undefined;
|
|
2585
|
-
run_id?: string | undefined;
|
|
2586
2586
|
external_id?: string | undefined;
|
|
2587
2587
|
raw_ref?: string | undefined;
|
|
2588
2588
|
retrieved_at?: string | undefined;
|
|
2589
2589
|
}, {
|
|
2590
2590
|
kind?: "other" | "local_command" | "external_url" | "ci" | "benchmark" | "human_review" | undefined;
|
|
2591
|
+
run_id?: string | undefined;
|
|
2591
2592
|
command?: string | undefined;
|
|
2592
2593
|
url?: string | undefined;
|
|
2593
|
-
run_id?: string | undefined;
|
|
2594
2594
|
external_id?: string | undefined;
|
|
2595
2595
|
raw_ref?: string | undefined;
|
|
2596
2596
|
retrieved_at?: string | undefined;
|
|
@@ -2763,13 +2763,13 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
2763
2763
|
}>>;
|
|
2764
2764
|
summary: z.ZodOptional<z.ZodString>;
|
|
2765
2765
|
}, "strict", z.ZodTypeAny, {
|
|
2766
|
-
status: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "
|
|
2766
|
+
status: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "passed" | "failed" | "regressed" | "ready" | "submitted" | "succeeded";
|
|
2767
2767
|
source: string;
|
|
2768
2768
|
candidate_id: string;
|
|
2769
2769
|
signal: "external" | "local";
|
|
2770
2770
|
evaluator_id: string;
|
|
2771
2771
|
validation?: {
|
|
2772
|
-
status: "unknown" | "pending" | "blocked" | "
|
|
2772
|
+
status: "unknown" | "pending" | "blocked" | "passed" | "failed";
|
|
2773
2773
|
summary?: string | undefined;
|
|
2774
2774
|
command?: string | undefined;
|
|
2775
2775
|
} | undefined;
|
|
@@ -2779,9 +2779,9 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
2779
2779
|
observed_at?: string | undefined;
|
|
2780
2780
|
provenance?: {
|
|
2781
2781
|
kind: "other" | "local_command" | "external_url" | "ci" | "benchmark" | "human_review";
|
|
2782
|
+
run_id?: string | undefined;
|
|
2782
2783
|
command?: string | undefined;
|
|
2783
2784
|
url?: string | undefined;
|
|
2784
|
-
run_id?: string | undefined;
|
|
2785
2785
|
external_id?: string | undefined;
|
|
2786
2786
|
raw_ref?: string | undefined;
|
|
2787
2787
|
retrieved_at?: string | undefined;
|
|
@@ -2804,7 +2804,7 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
2804
2804
|
artifact_labels?: string[] | undefined;
|
|
2805
2805
|
score_label?: string | undefined;
|
|
2806
2806
|
expected_score?: string | number | boolean | null | undefined;
|
|
2807
|
-
expected_status?: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "
|
|
2807
|
+
expected_status?: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "passed" | "failed" | "regressed" | "ready" | "submitted" | "succeeded" | undefined;
|
|
2808
2808
|
expectation_source?: string | undefined;
|
|
2809
2809
|
publish_action?: {
|
|
2810
2810
|
label: string;
|
|
@@ -2850,20 +2850,20 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
2850
2850
|
signal: "external" | "local";
|
|
2851
2851
|
evaluator_id: string;
|
|
2852
2852
|
validation?: {
|
|
2853
|
-
status?: "unknown" | "pending" | "blocked" | "
|
|
2853
|
+
status?: "unknown" | "pending" | "blocked" | "passed" | "failed" | undefined;
|
|
2854
2854
|
summary?: string | undefined;
|
|
2855
2855
|
command?: string | undefined;
|
|
2856
2856
|
} | undefined;
|
|
2857
|
-
status?: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "
|
|
2857
|
+
status?: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "passed" | "failed" | "regressed" | "ready" | "submitted" | "succeeded" | undefined;
|
|
2858
2858
|
direction?: "neutral" | "maximize" | "minimize" | undefined;
|
|
2859
2859
|
summary?: string | undefined;
|
|
2860
2860
|
score?: string | number | boolean | null | undefined;
|
|
2861
2861
|
observed_at?: string | undefined;
|
|
2862
2862
|
provenance?: {
|
|
2863
2863
|
kind?: "other" | "local_command" | "external_url" | "ci" | "benchmark" | "human_review" | undefined;
|
|
2864
|
+
run_id?: string | undefined;
|
|
2864
2865
|
command?: string | undefined;
|
|
2865
2866
|
url?: string | undefined;
|
|
2866
|
-
run_id?: string | undefined;
|
|
2867
2867
|
external_id?: string | undefined;
|
|
2868
2868
|
raw_ref?: string | undefined;
|
|
2869
2869
|
retrieved_at?: string | undefined;
|
|
@@ -2886,7 +2886,7 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
2886
2886
|
artifact_labels?: string[] | undefined;
|
|
2887
2887
|
score_label?: string | undefined;
|
|
2888
2888
|
expected_score?: string | number | boolean | null | undefined;
|
|
2889
|
-
expected_status?: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "
|
|
2889
|
+
expected_status?: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "passed" | "failed" | "regressed" | "ready" | "submitted" | "succeeded" | undefined;
|
|
2890
2890
|
expectation_source?: string | undefined;
|
|
2891
2891
|
publish_action?: {
|
|
2892
2892
|
label: string;
|
|
@@ -3116,7 +3116,7 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
3116
3116
|
}, "strict", z.ZodTypeAny, {
|
|
3117
3117
|
source_type: "unknown" | "external" | "web" | "tool" | "user" | "runtime" | "imported";
|
|
3118
3118
|
raw_refs: string[];
|
|
3119
|
-
verification_status: "unknown" | "
|
|
3119
|
+
verification_status: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious";
|
|
3120
3120
|
risk_signals: ("hallucinated" | "low_provenance" | "contradiction" | "prompt_injection_like" | "unverified_external")[];
|
|
3121
3121
|
reliability?: number | undefined;
|
|
3122
3122
|
source_ref?: string | undefined;
|
|
@@ -3125,7 +3125,7 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
3125
3125
|
source_type?: "unknown" | "external" | "web" | "tool" | "user" | "runtime" | "imported" | undefined;
|
|
3126
3126
|
source_ref?: string | undefined;
|
|
3127
3127
|
raw_refs?: string[] | undefined;
|
|
3128
|
-
verification_status?: "unknown" | "
|
|
3128
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
3129
3129
|
risk_signals?: ("hallucinated" | "low_provenance" | "contradiction" | "prompt_injection_like" | "unverified_external")[] | undefined;
|
|
3130
3130
|
}>>;
|
|
3131
3131
|
quarantine_state: z.ZodOptional<z.ZodObject<{
|
|
@@ -3201,16 +3201,16 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
3201
3201
|
summary: string;
|
|
3202
3202
|
source_type: "other" | "soil" | "playbook" | "runtime_evidence";
|
|
3203
3203
|
authority: "advisory_only";
|
|
3204
|
+
ref?: string | undefined;
|
|
3204
3205
|
recency_score?: number | undefined;
|
|
3205
3206
|
provenance?: {
|
|
3206
3207
|
source_type: "unknown" | "external" | "web" | "tool" | "user" | "runtime" | "imported";
|
|
3207
3208
|
raw_refs: string[];
|
|
3208
|
-
verification_status: "unknown" | "
|
|
3209
|
+
verification_status: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious";
|
|
3209
3210
|
risk_signals: ("hallucinated" | "low_provenance" | "contradiction" | "prompt_injection_like" | "unverified_external")[];
|
|
3210
3211
|
reliability?: number | undefined;
|
|
3211
3212
|
source_ref?: string | undefined;
|
|
3212
3213
|
} | undefined;
|
|
3213
|
-
ref?: string | undefined;
|
|
3214
3214
|
relevance_score?: number | undefined;
|
|
3215
3215
|
source_reliability?: number | undefined;
|
|
3216
3216
|
prior_success_contribution?: number | undefined;
|
|
@@ -3230,7 +3230,7 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
3230
3230
|
score: number;
|
|
3231
3231
|
decision: "rejected" | "admitted";
|
|
3232
3232
|
} | undefined;
|
|
3233
|
-
verification_status?: "unknown" | "
|
|
3233
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
3234
3234
|
quarantine_state?: {
|
|
3235
3235
|
status: "quarantined";
|
|
3236
3236
|
source: "system" | "user" | "runtime_verification" | "memory_lint";
|
|
@@ -3243,16 +3243,16 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
3243
3243
|
}, {
|
|
3244
3244
|
summary: string;
|
|
3245
3245
|
source_type: "other" | "soil" | "playbook" | "runtime_evidence";
|
|
3246
|
+
ref?: string | undefined;
|
|
3246
3247
|
recency_score?: number | undefined;
|
|
3247
3248
|
provenance?: {
|
|
3248
3249
|
reliability?: number | undefined;
|
|
3249
3250
|
source_type?: "unknown" | "external" | "web" | "tool" | "user" | "runtime" | "imported" | undefined;
|
|
3250
3251
|
source_ref?: string | undefined;
|
|
3251
3252
|
raw_refs?: string[] | undefined;
|
|
3252
|
-
verification_status?: "unknown" | "
|
|
3253
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
3253
3254
|
risk_signals?: ("hallucinated" | "low_provenance" | "contradiction" | "prompt_injection_like" | "unverified_external")[] | undefined;
|
|
3254
3255
|
} | undefined;
|
|
3255
|
-
ref?: string | undefined;
|
|
3256
3256
|
authority?: "advisory_only" | undefined;
|
|
3257
3257
|
relevance_score?: number | undefined;
|
|
3258
3258
|
source_reliability?: number | undefined;
|
|
@@ -3273,7 +3273,7 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
3273
3273
|
score: number;
|
|
3274
3274
|
decision: "rejected" | "admitted";
|
|
3275
3275
|
} | undefined;
|
|
3276
|
-
verification_status?: "unknown" | "
|
|
3276
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
3277
3277
|
quarantine_state?: {
|
|
3278
3278
|
status: "quarantined";
|
|
3279
3279
|
confidence: number;
|
|
@@ -3414,9 +3414,9 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
3414
3414
|
ref?: string | undefined;
|
|
3415
3415
|
}[];
|
|
3416
3416
|
action: "stay_current_mode" | "widen_exploration" | "consolidate_candidates" | "freeze_experiment_queue" | "enter_finalization" | "preserve_near_miss_candidates" | "retire_low_value_lineage" | "request_operator_approval";
|
|
3417
|
+
risk: "low" | "high" | "medium";
|
|
3417
3418
|
candidate_refs: string[];
|
|
3418
3419
|
lineage_refs: string[];
|
|
3419
|
-
risk: "low" | "high" | "medium";
|
|
3420
3420
|
id?: string | undefined;
|
|
3421
3421
|
target_mode?: "exploration" | "consolidation" | "finalization" | undefined;
|
|
3422
3422
|
target_strategy_family?: string | undefined;
|
|
@@ -3435,11 +3435,11 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
3435
3435
|
confidence?: number | undefined;
|
|
3436
3436
|
id?: string | undefined;
|
|
3437
3437
|
approval_required?: boolean | undefined;
|
|
3438
|
+
risk?: "low" | "high" | "medium" | undefined;
|
|
3438
3439
|
target_mode?: "exploration" | "consolidation" | "finalization" | undefined;
|
|
3439
3440
|
target_strategy_family?: string | undefined;
|
|
3440
3441
|
candidate_refs?: string[] | undefined;
|
|
3441
3442
|
lineage_refs?: string[] | undefined;
|
|
3442
|
-
risk?: "low" | "high" | "medium" | undefined;
|
|
3443
3443
|
policy_decision?: {
|
|
3444
3444
|
reason: string;
|
|
3445
3445
|
disposition: "approval_required" | "advisory_only" | "auto_apply";
|
|
@@ -3463,16 +3463,16 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
3463
3463
|
summary: string;
|
|
3464
3464
|
source_type: "other" | "soil" | "playbook" | "runtime_evidence";
|
|
3465
3465
|
authority: "advisory_only";
|
|
3466
|
+
ref?: string | undefined;
|
|
3466
3467
|
recency_score?: number | undefined;
|
|
3467
3468
|
provenance?: {
|
|
3468
3469
|
source_type: "unknown" | "external" | "web" | "tool" | "user" | "runtime" | "imported";
|
|
3469
3470
|
raw_refs: string[];
|
|
3470
|
-
verification_status: "unknown" | "
|
|
3471
|
+
verification_status: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious";
|
|
3471
3472
|
risk_signals: ("hallucinated" | "low_provenance" | "contradiction" | "prompt_injection_like" | "unverified_external")[];
|
|
3472
3473
|
reliability?: number | undefined;
|
|
3473
3474
|
source_ref?: string | undefined;
|
|
3474
3475
|
} | undefined;
|
|
3475
|
-
ref?: string | undefined;
|
|
3476
3476
|
relevance_score?: number | undefined;
|
|
3477
3477
|
source_reliability?: number | undefined;
|
|
3478
3478
|
prior_success_contribution?: number | undefined;
|
|
@@ -3492,7 +3492,7 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
3492
3492
|
score: number;
|
|
3493
3493
|
decision: "rejected" | "admitted";
|
|
3494
3494
|
} | undefined;
|
|
3495
|
-
verification_status?: "unknown" | "
|
|
3495
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
3496
3496
|
quarantine_state?: {
|
|
3497
3497
|
status: "quarantined";
|
|
3498
3498
|
source: "system" | "user" | "runtime_verification" | "memory_lint";
|
|
@@ -3544,9 +3544,9 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
3544
3544
|
ref?: string | undefined;
|
|
3545
3545
|
}[];
|
|
3546
3546
|
action: "stay_current_mode" | "widen_exploration" | "consolidate_candidates" | "freeze_experiment_queue" | "enter_finalization" | "preserve_near_miss_candidates" | "retire_low_value_lineage" | "request_operator_approval";
|
|
3547
|
+
risk: "low" | "high" | "medium";
|
|
3547
3548
|
candidate_refs: string[];
|
|
3548
3549
|
lineage_refs: string[];
|
|
3549
|
-
risk: "low" | "high" | "medium";
|
|
3550
3550
|
id?: string | undefined;
|
|
3551
3551
|
target_mode?: "exploration" | "consolidation" | "finalization" | undefined;
|
|
3552
3552
|
target_strategy_family?: string | undefined;
|
|
@@ -3570,16 +3570,16 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
3570
3570
|
relevant_memories?: {
|
|
3571
3571
|
summary: string;
|
|
3572
3572
|
source_type: "other" | "soil" | "playbook" | "runtime_evidence";
|
|
3573
|
+
ref?: string | undefined;
|
|
3573
3574
|
recency_score?: number | undefined;
|
|
3574
3575
|
provenance?: {
|
|
3575
3576
|
reliability?: number | undefined;
|
|
3576
3577
|
source_type?: "unknown" | "external" | "web" | "tool" | "user" | "runtime" | "imported" | undefined;
|
|
3577
3578
|
source_ref?: string | undefined;
|
|
3578
3579
|
raw_refs?: string[] | undefined;
|
|
3579
|
-
verification_status?: "unknown" | "
|
|
3580
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
3580
3581
|
risk_signals?: ("hallucinated" | "low_provenance" | "contradiction" | "prompt_injection_like" | "unverified_external")[] | undefined;
|
|
3581
3582
|
} | undefined;
|
|
3582
|
-
ref?: string | undefined;
|
|
3583
3583
|
authority?: "advisory_only" | undefined;
|
|
3584
3584
|
relevance_score?: number | undefined;
|
|
3585
3585
|
source_reliability?: number | undefined;
|
|
@@ -3600,7 +3600,7 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
3600
3600
|
score: number;
|
|
3601
3601
|
decision: "rejected" | "admitted";
|
|
3602
3602
|
} | undefined;
|
|
3603
|
-
verification_status?: "unknown" | "
|
|
3603
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
3604
3604
|
quarantine_state?: {
|
|
3605
3605
|
status: "quarantined";
|
|
3606
3606
|
confidence: number;
|
|
@@ -3650,11 +3650,11 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
3650
3650
|
confidence?: number | undefined;
|
|
3651
3651
|
id?: string | undefined;
|
|
3652
3652
|
approval_required?: boolean | undefined;
|
|
3653
|
+
risk?: "low" | "high" | "medium" | undefined;
|
|
3653
3654
|
target_mode?: "exploration" | "consolidation" | "finalization" | undefined;
|
|
3654
3655
|
target_strategy_family?: string | undefined;
|
|
3655
3656
|
candidate_refs?: string[] | undefined;
|
|
3656
3657
|
lineage_refs?: string[] | undefined;
|
|
3657
|
-
risk?: "low" | "high" | "medium" | undefined;
|
|
3658
3658
|
policy_decision?: {
|
|
3659
3659
|
reason: string;
|
|
3660
3660
|
disposition: "approval_required" | "advisory_only" | "auto_apply";
|
|
@@ -4023,7 +4023,7 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
4023
4023
|
}, "strict", z.ZodTypeAny, {
|
|
4024
4024
|
source_type: "unknown" | "external" | "web" | "tool" | "user" | "runtime" | "imported";
|
|
4025
4025
|
raw_refs: string[];
|
|
4026
|
-
verification_status: "unknown" | "
|
|
4026
|
+
verification_status: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious";
|
|
4027
4027
|
risk_signals: ("hallucinated" | "low_provenance" | "contradiction" | "prompt_injection_like" | "unverified_external")[];
|
|
4028
4028
|
reliability?: number | undefined;
|
|
4029
4029
|
source_ref?: string | undefined;
|
|
@@ -4032,7 +4032,7 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
4032
4032
|
source_type?: "unknown" | "external" | "web" | "tool" | "user" | "runtime" | "imported" | undefined;
|
|
4033
4033
|
source_ref?: string | undefined;
|
|
4034
4034
|
raw_refs?: string[] | undefined;
|
|
4035
|
-
verification_status?: "unknown" | "
|
|
4035
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
4036
4036
|
risk_signals?: ("hallucinated" | "low_provenance" | "contradiction" | "prompt_injection_like" | "unverified_external")[] | undefined;
|
|
4037
4037
|
}>>;
|
|
4038
4038
|
quarantine_state: z.ZodOptional<z.ZodObject<{
|
|
@@ -4574,6 +4574,11 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
4574
4574
|
action?: string | undefined;
|
|
4575
4575
|
} | undefined;
|
|
4576
4576
|
outcome?: "blocked" | "failed" | "improved" | "regressed" | "inconclusive" | "continued" | undefined;
|
|
4577
|
+
result?: {
|
|
4578
|
+
status?: string | undefined;
|
|
4579
|
+
error?: string | undefined;
|
|
4580
|
+
summary?: string | undefined;
|
|
4581
|
+
} | undefined;
|
|
4577
4582
|
strategy?: string | undefined;
|
|
4578
4583
|
research?: {
|
|
4579
4584
|
confidence: number;
|
|
@@ -4611,11 +4616,6 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
4611
4616
|
source_urls: string[];
|
|
4612
4617
|
} | undefined;
|
|
4613
4618
|
}[] | undefined;
|
|
4614
|
-
result?: {
|
|
4615
|
-
status?: string | undefined;
|
|
4616
|
-
error?: string | undefined;
|
|
4617
|
-
summary?: string | undefined;
|
|
4618
|
-
} | undefined;
|
|
4619
4619
|
candidates?: {
|
|
4620
4620
|
lineage: {
|
|
4621
4621
|
strategy_family: string;
|
|
@@ -4698,12 +4698,12 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
4698
4698
|
provenance?: {
|
|
4699
4699
|
source_type: "unknown" | "external" | "web" | "tool" | "user" | "runtime" | "imported";
|
|
4700
4700
|
raw_refs: string[];
|
|
4701
|
-
verification_status: "unknown" | "
|
|
4701
|
+
verification_status: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious";
|
|
4702
4702
|
risk_signals: ("hallucinated" | "low_provenance" | "contradiction" | "prompt_injection_like" | "unverified_external")[];
|
|
4703
4703
|
reliability?: number | undefined;
|
|
4704
4704
|
source_ref?: string | undefined;
|
|
4705
4705
|
} | undefined;
|
|
4706
|
-
verification_status?: "unknown" | "
|
|
4706
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
4707
4707
|
correction?: {
|
|
4708
4708
|
created_at: string;
|
|
4709
4709
|
reason: string;
|
|
@@ -4752,13 +4752,13 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
4752
4752
|
inspection_refs: string[];
|
|
4753
4753
|
} | undefined;
|
|
4754
4754
|
evaluators?: {
|
|
4755
|
-
status: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "
|
|
4755
|
+
status: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "passed" | "failed" | "regressed" | "ready" | "submitted" | "succeeded";
|
|
4756
4756
|
source: string;
|
|
4757
4757
|
candidate_id: string;
|
|
4758
4758
|
signal: "external" | "local";
|
|
4759
4759
|
evaluator_id: string;
|
|
4760
4760
|
validation?: {
|
|
4761
|
-
status: "unknown" | "pending" | "blocked" | "
|
|
4761
|
+
status: "unknown" | "pending" | "blocked" | "passed" | "failed";
|
|
4762
4762
|
summary?: string | undefined;
|
|
4763
4763
|
command?: string | undefined;
|
|
4764
4764
|
} | undefined;
|
|
@@ -4768,9 +4768,9 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
4768
4768
|
observed_at?: string | undefined;
|
|
4769
4769
|
provenance?: {
|
|
4770
4770
|
kind: "other" | "local_command" | "external_url" | "ci" | "benchmark" | "human_review";
|
|
4771
|
+
run_id?: string | undefined;
|
|
4771
4772
|
command?: string | undefined;
|
|
4772
4773
|
url?: string | undefined;
|
|
4773
|
-
run_id?: string | undefined;
|
|
4774
4774
|
external_id?: string | undefined;
|
|
4775
4775
|
raw_ref?: string | undefined;
|
|
4776
4776
|
retrieved_at?: string | undefined;
|
|
@@ -4793,7 +4793,7 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
4793
4793
|
artifact_labels?: string[] | undefined;
|
|
4794
4794
|
score_label?: string | undefined;
|
|
4795
4795
|
expected_score?: string | number | boolean | null | undefined;
|
|
4796
|
-
expected_status?: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "
|
|
4796
|
+
expected_status?: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "passed" | "failed" | "regressed" | "ready" | "submitted" | "succeeded" | undefined;
|
|
4797
4797
|
expectation_source?: string | undefined;
|
|
4798
4798
|
publish_action?: {
|
|
4799
4799
|
label: string;
|
|
@@ -4848,16 +4848,16 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
4848
4848
|
summary: string;
|
|
4849
4849
|
source_type: "other" | "soil" | "playbook" | "runtime_evidence";
|
|
4850
4850
|
authority: "advisory_only";
|
|
4851
|
+
ref?: string | undefined;
|
|
4851
4852
|
recency_score?: number | undefined;
|
|
4852
4853
|
provenance?: {
|
|
4853
4854
|
source_type: "unknown" | "external" | "web" | "tool" | "user" | "runtime" | "imported";
|
|
4854
4855
|
raw_refs: string[];
|
|
4855
|
-
verification_status: "unknown" | "
|
|
4856
|
+
verification_status: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious";
|
|
4856
4857
|
risk_signals: ("hallucinated" | "low_provenance" | "contradiction" | "prompt_injection_like" | "unverified_external")[];
|
|
4857
4858
|
reliability?: number | undefined;
|
|
4858
4859
|
source_ref?: string | undefined;
|
|
4859
4860
|
} | undefined;
|
|
4860
|
-
ref?: string | undefined;
|
|
4861
4861
|
relevance_score?: number | undefined;
|
|
4862
4862
|
source_reliability?: number | undefined;
|
|
4863
4863
|
prior_success_contribution?: number | undefined;
|
|
@@ -4877,7 +4877,7 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
4877
4877
|
score: number;
|
|
4878
4878
|
decision: "rejected" | "admitted";
|
|
4879
4879
|
} | undefined;
|
|
4880
|
-
verification_status?: "unknown" | "
|
|
4880
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
4881
4881
|
quarantine_state?: {
|
|
4882
4882
|
status: "quarantined";
|
|
4883
4883
|
source: "system" | "user" | "runtime_verification" | "memory_lint";
|
|
@@ -4929,9 +4929,9 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
4929
4929
|
ref?: string | undefined;
|
|
4930
4930
|
}[];
|
|
4931
4931
|
action: "stay_current_mode" | "widen_exploration" | "consolidate_candidates" | "freeze_experiment_queue" | "enter_finalization" | "preserve_near_miss_candidates" | "retire_low_value_lineage" | "request_operator_approval";
|
|
4932
|
+
risk: "low" | "high" | "medium";
|
|
4932
4933
|
candidate_refs: string[];
|
|
4933
4934
|
lineage_refs: string[];
|
|
4934
|
-
risk: "low" | "high" | "medium";
|
|
4935
4935
|
id?: string | undefined;
|
|
4936
4936
|
target_mode?: "exploration" | "consolidation" | "finalization" | undefined;
|
|
4937
4937
|
target_strategy_family?: string | undefined;
|
|
@@ -5011,6 +5011,11 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
5011
5011
|
action?: string | undefined;
|
|
5012
5012
|
} | undefined;
|
|
5013
5013
|
outcome?: "blocked" | "failed" | "improved" | "regressed" | "inconclusive" | "continued" | undefined;
|
|
5014
|
+
result?: {
|
|
5015
|
+
status?: string | undefined;
|
|
5016
|
+
error?: string | undefined;
|
|
5017
|
+
summary?: string | undefined;
|
|
5018
|
+
} | undefined;
|
|
5014
5019
|
strategy?: string | undefined;
|
|
5015
5020
|
research?: {
|
|
5016
5021
|
trigger: "plateau" | "uncertainty" | "knowledge_gap";
|
|
@@ -5059,11 +5064,6 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
5059
5064
|
size_bytes?: number | undefined;
|
|
5060
5065
|
dependency_refs?: string[] | undefined;
|
|
5061
5066
|
}[] | undefined;
|
|
5062
|
-
result?: {
|
|
5063
|
-
status?: string | undefined;
|
|
5064
|
-
error?: string | undefined;
|
|
5065
|
-
summary?: string | undefined;
|
|
5066
|
-
} | undefined;
|
|
5067
5067
|
candidates?: {
|
|
5068
5068
|
lineage: {
|
|
5069
5069
|
strategy_family: string;
|
|
@@ -5148,7 +5148,7 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
5148
5148
|
source_type?: "unknown" | "external" | "web" | "tool" | "user" | "runtime" | "imported" | undefined;
|
|
5149
5149
|
source_ref?: string | undefined;
|
|
5150
5150
|
raw_refs?: string[] | undefined;
|
|
5151
|
-
verification_status?: "unknown" | "
|
|
5151
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
5152
5152
|
risk_signals?: ("hallucinated" | "low_provenance" | "contradiction" | "prompt_injection_like" | "unverified_external")[] | undefined;
|
|
5153
5153
|
} | undefined;
|
|
5154
5154
|
raw_refs?: {
|
|
@@ -5158,7 +5158,7 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
5158
5158
|
url?: string | undefined;
|
|
5159
5159
|
state_relative_path?: string | undefined;
|
|
5160
5160
|
}[] | undefined;
|
|
5161
|
-
verification_status?: "unknown" | "
|
|
5161
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
5162
5162
|
correction?: {
|
|
5163
5163
|
created_at: string;
|
|
5164
5164
|
reason: string;
|
|
@@ -5222,20 +5222,20 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
5222
5222
|
signal: "external" | "local";
|
|
5223
5223
|
evaluator_id: string;
|
|
5224
5224
|
validation?: {
|
|
5225
|
-
status?: "unknown" | "pending" | "blocked" | "
|
|
5225
|
+
status?: "unknown" | "pending" | "blocked" | "passed" | "failed" | undefined;
|
|
5226
5226
|
summary?: string | undefined;
|
|
5227
5227
|
command?: string | undefined;
|
|
5228
5228
|
} | undefined;
|
|
5229
|
-
status?: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "
|
|
5229
|
+
status?: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "passed" | "failed" | "regressed" | "ready" | "submitted" | "succeeded" | undefined;
|
|
5230
5230
|
direction?: "neutral" | "maximize" | "minimize" | undefined;
|
|
5231
5231
|
summary?: string | undefined;
|
|
5232
5232
|
score?: string | number | boolean | null | undefined;
|
|
5233
5233
|
observed_at?: string | undefined;
|
|
5234
5234
|
provenance?: {
|
|
5235
5235
|
kind?: "other" | "local_command" | "external_url" | "ci" | "benchmark" | "human_review" | undefined;
|
|
5236
|
+
run_id?: string | undefined;
|
|
5236
5237
|
command?: string | undefined;
|
|
5237
5238
|
url?: string | undefined;
|
|
5238
|
-
run_id?: string | undefined;
|
|
5239
5239
|
external_id?: string | undefined;
|
|
5240
5240
|
raw_ref?: string | undefined;
|
|
5241
5241
|
retrieved_at?: string | undefined;
|
|
@@ -5258,7 +5258,7 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
5258
5258
|
artifact_labels?: string[] | undefined;
|
|
5259
5259
|
score_label?: string | undefined;
|
|
5260
5260
|
expected_score?: string | number | boolean | null | undefined;
|
|
5261
|
-
expected_status?: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "
|
|
5261
|
+
expected_status?: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "passed" | "failed" | "regressed" | "ready" | "submitted" | "succeeded" | undefined;
|
|
5262
5262
|
expectation_source?: string | undefined;
|
|
5263
5263
|
publish_action?: {
|
|
5264
5264
|
label: string;
|
|
@@ -5314,16 +5314,16 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
5314
5314
|
relevant_memories?: {
|
|
5315
5315
|
summary: string;
|
|
5316
5316
|
source_type: "other" | "soil" | "playbook" | "runtime_evidence";
|
|
5317
|
+
ref?: string | undefined;
|
|
5317
5318
|
recency_score?: number | undefined;
|
|
5318
5319
|
provenance?: {
|
|
5319
5320
|
reliability?: number | undefined;
|
|
5320
5321
|
source_type?: "unknown" | "external" | "web" | "tool" | "user" | "runtime" | "imported" | undefined;
|
|
5321
5322
|
source_ref?: string | undefined;
|
|
5322
5323
|
raw_refs?: string[] | undefined;
|
|
5323
|
-
verification_status?: "unknown" | "
|
|
5324
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
5324
5325
|
risk_signals?: ("hallucinated" | "low_provenance" | "contradiction" | "prompt_injection_like" | "unverified_external")[] | undefined;
|
|
5325
5326
|
} | undefined;
|
|
5326
|
-
ref?: string | undefined;
|
|
5327
5327
|
authority?: "advisory_only" | undefined;
|
|
5328
5328
|
relevance_score?: number | undefined;
|
|
5329
5329
|
source_reliability?: number | undefined;
|
|
@@ -5344,7 +5344,7 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
5344
5344
|
score: number;
|
|
5345
5345
|
decision: "rejected" | "admitted";
|
|
5346
5346
|
} | undefined;
|
|
5347
|
-
verification_status?: "unknown" | "
|
|
5347
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
5348
5348
|
quarantine_state?: {
|
|
5349
5349
|
status: "quarantined";
|
|
5350
5350
|
confidence: number;
|
|
@@ -5394,11 +5394,11 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
5394
5394
|
confidence?: number | undefined;
|
|
5395
5395
|
id?: string | undefined;
|
|
5396
5396
|
approval_required?: boolean | undefined;
|
|
5397
|
+
risk?: "low" | "high" | "medium" | undefined;
|
|
5397
5398
|
target_mode?: "exploration" | "consolidation" | "finalization" | undefined;
|
|
5398
5399
|
target_strategy_family?: string | undefined;
|
|
5399
5400
|
candidate_refs?: string[] | undefined;
|
|
5400
5401
|
lineage_refs?: string[] | undefined;
|
|
5401
|
-
risk?: "low" | "high" | "medium" | undefined;
|
|
5402
5402
|
policy_decision?: {
|
|
5403
5403
|
reason: string;
|
|
5404
5404
|
disposition: "approval_required" | "advisory_only" | "auto_apply";
|
|
@@ -5504,6 +5504,11 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
5504
5504
|
action?: string | undefined;
|
|
5505
5505
|
} | undefined;
|
|
5506
5506
|
outcome?: "blocked" | "failed" | "improved" | "regressed" | "inconclusive" | "continued" | undefined;
|
|
5507
|
+
result?: {
|
|
5508
|
+
status?: string | undefined;
|
|
5509
|
+
error?: string | undefined;
|
|
5510
|
+
summary?: string | undefined;
|
|
5511
|
+
} | undefined;
|
|
5507
5512
|
strategy?: string | undefined;
|
|
5508
5513
|
research?: {
|
|
5509
5514
|
confidence: number;
|
|
@@ -5541,11 +5546,6 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
5541
5546
|
source_urls: string[];
|
|
5542
5547
|
} | undefined;
|
|
5543
5548
|
}[] | undefined;
|
|
5544
|
-
result?: {
|
|
5545
|
-
status?: string | undefined;
|
|
5546
|
-
error?: string | undefined;
|
|
5547
|
-
summary?: string | undefined;
|
|
5548
|
-
} | undefined;
|
|
5549
5549
|
candidates?: {
|
|
5550
5550
|
lineage: {
|
|
5551
5551
|
strategy_family: string;
|
|
@@ -5628,12 +5628,12 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
5628
5628
|
provenance?: {
|
|
5629
5629
|
source_type: "unknown" | "external" | "web" | "tool" | "user" | "runtime" | "imported";
|
|
5630
5630
|
raw_refs: string[];
|
|
5631
|
-
verification_status: "unknown" | "
|
|
5631
|
+
verification_status: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious";
|
|
5632
5632
|
risk_signals: ("hallucinated" | "low_provenance" | "contradiction" | "prompt_injection_like" | "unverified_external")[];
|
|
5633
5633
|
reliability?: number | undefined;
|
|
5634
5634
|
source_ref?: string | undefined;
|
|
5635
5635
|
} | undefined;
|
|
5636
|
-
verification_status?: "unknown" | "
|
|
5636
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
5637
5637
|
correction?: {
|
|
5638
5638
|
created_at: string;
|
|
5639
5639
|
reason: string;
|
|
@@ -5682,13 +5682,13 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
5682
5682
|
inspection_refs: string[];
|
|
5683
5683
|
} | undefined;
|
|
5684
5684
|
evaluators?: {
|
|
5685
|
-
status: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "
|
|
5685
|
+
status: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "passed" | "failed" | "regressed" | "ready" | "submitted" | "succeeded";
|
|
5686
5686
|
source: string;
|
|
5687
5687
|
candidate_id: string;
|
|
5688
5688
|
signal: "external" | "local";
|
|
5689
5689
|
evaluator_id: string;
|
|
5690
5690
|
validation?: {
|
|
5691
|
-
status: "unknown" | "pending" | "blocked" | "
|
|
5691
|
+
status: "unknown" | "pending" | "blocked" | "passed" | "failed";
|
|
5692
5692
|
summary?: string | undefined;
|
|
5693
5693
|
command?: string | undefined;
|
|
5694
5694
|
} | undefined;
|
|
@@ -5698,9 +5698,9 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
5698
5698
|
observed_at?: string | undefined;
|
|
5699
5699
|
provenance?: {
|
|
5700
5700
|
kind: "other" | "local_command" | "external_url" | "ci" | "benchmark" | "human_review";
|
|
5701
|
+
run_id?: string | undefined;
|
|
5701
5702
|
command?: string | undefined;
|
|
5702
5703
|
url?: string | undefined;
|
|
5703
|
-
run_id?: string | undefined;
|
|
5704
5704
|
external_id?: string | undefined;
|
|
5705
5705
|
raw_ref?: string | undefined;
|
|
5706
5706
|
retrieved_at?: string | undefined;
|
|
@@ -5723,7 +5723,7 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
5723
5723
|
artifact_labels?: string[] | undefined;
|
|
5724
5724
|
score_label?: string | undefined;
|
|
5725
5725
|
expected_score?: string | number | boolean | null | undefined;
|
|
5726
|
-
expected_status?: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "
|
|
5726
|
+
expected_status?: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "passed" | "failed" | "regressed" | "ready" | "submitted" | "succeeded" | undefined;
|
|
5727
5727
|
expectation_source?: string | undefined;
|
|
5728
5728
|
publish_action?: {
|
|
5729
5729
|
label: string;
|
|
@@ -5778,16 +5778,16 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
5778
5778
|
summary: string;
|
|
5779
5779
|
source_type: "other" | "soil" | "playbook" | "runtime_evidence";
|
|
5780
5780
|
authority: "advisory_only";
|
|
5781
|
+
ref?: string | undefined;
|
|
5781
5782
|
recency_score?: number | undefined;
|
|
5782
5783
|
provenance?: {
|
|
5783
5784
|
source_type: "unknown" | "external" | "web" | "tool" | "user" | "runtime" | "imported";
|
|
5784
5785
|
raw_refs: string[];
|
|
5785
|
-
verification_status: "unknown" | "
|
|
5786
|
+
verification_status: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious";
|
|
5786
5787
|
risk_signals: ("hallucinated" | "low_provenance" | "contradiction" | "prompt_injection_like" | "unverified_external")[];
|
|
5787
5788
|
reliability?: number | undefined;
|
|
5788
5789
|
source_ref?: string | undefined;
|
|
5789
5790
|
} | undefined;
|
|
5790
|
-
ref?: string | undefined;
|
|
5791
5791
|
relevance_score?: number | undefined;
|
|
5792
5792
|
source_reliability?: number | undefined;
|
|
5793
5793
|
prior_success_contribution?: number | undefined;
|
|
@@ -5807,7 +5807,7 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
5807
5807
|
score: number;
|
|
5808
5808
|
decision: "rejected" | "admitted";
|
|
5809
5809
|
} | undefined;
|
|
5810
|
-
verification_status?: "unknown" | "
|
|
5810
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
5811
5811
|
quarantine_state?: {
|
|
5812
5812
|
status: "quarantined";
|
|
5813
5813
|
source: "system" | "user" | "runtime_verification" | "memory_lint";
|
|
@@ -5859,9 +5859,9 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
5859
5859
|
ref?: string | undefined;
|
|
5860
5860
|
}[];
|
|
5861
5861
|
action: "stay_current_mode" | "widen_exploration" | "consolidate_candidates" | "freeze_experiment_queue" | "enter_finalization" | "preserve_near_miss_candidates" | "retire_low_value_lineage" | "request_operator_approval";
|
|
5862
|
+
risk: "low" | "high" | "medium";
|
|
5862
5863
|
candidate_refs: string[];
|
|
5863
5864
|
lineage_refs: string[];
|
|
5864
|
-
risk: "low" | "high" | "medium";
|
|
5865
5865
|
id?: string | undefined;
|
|
5866
5866
|
target_mode?: "exploration" | "consolidation" | "finalization" | undefined;
|
|
5867
5867
|
target_strategy_family?: string | undefined;
|
|
@@ -5941,6 +5941,11 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
5941
5941
|
action?: string | undefined;
|
|
5942
5942
|
} | undefined;
|
|
5943
5943
|
outcome?: "blocked" | "failed" | "improved" | "regressed" | "inconclusive" | "continued" | undefined;
|
|
5944
|
+
result?: {
|
|
5945
|
+
status?: string | undefined;
|
|
5946
|
+
error?: string | undefined;
|
|
5947
|
+
summary?: string | undefined;
|
|
5948
|
+
} | undefined;
|
|
5944
5949
|
strategy?: string | undefined;
|
|
5945
5950
|
research?: {
|
|
5946
5951
|
trigger: "plateau" | "uncertainty" | "knowledge_gap";
|
|
@@ -5989,11 +5994,6 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
5989
5994
|
size_bytes?: number | undefined;
|
|
5990
5995
|
dependency_refs?: string[] | undefined;
|
|
5991
5996
|
}[] | undefined;
|
|
5992
|
-
result?: {
|
|
5993
|
-
status?: string | undefined;
|
|
5994
|
-
error?: string | undefined;
|
|
5995
|
-
summary?: string | undefined;
|
|
5996
|
-
} | undefined;
|
|
5997
5997
|
candidates?: {
|
|
5998
5998
|
lineage: {
|
|
5999
5999
|
strategy_family: string;
|
|
@@ -6078,7 +6078,7 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
6078
6078
|
source_type?: "unknown" | "external" | "web" | "tool" | "user" | "runtime" | "imported" | undefined;
|
|
6079
6079
|
source_ref?: string | undefined;
|
|
6080
6080
|
raw_refs?: string[] | undefined;
|
|
6081
|
-
verification_status?: "unknown" | "
|
|
6081
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
6082
6082
|
risk_signals?: ("hallucinated" | "low_provenance" | "contradiction" | "prompt_injection_like" | "unverified_external")[] | undefined;
|
|
6083
6083
|
} | undefined;
|
|
6084
6084
|
raw_refs?: {
|
|
@@ -6088,7 +6088,7 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
6088
6088
|
url?: string | undefined;
|
|
6089
6089
|
state_relative_path?: string | undefined;
|
|
6090
6090
|
}[] | undefined;
|
|
6091
|
-
verification_status?: "unknown" | "
|
|
6091
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
6092
6092
|
correction?: {
|
|
6093
6093
|
created_at: string;
|
|
6094
6094
|
reason: string;
|
|
@@ -6152,20 +6152,20 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
6152
6152
|
signal: "external" | "local";
|
|
6153
6153
|
evaluator_id: string;
|
|
6154
6154
|
validation?: {
|
|
6155
|
-
status?: "unknown" | "pending" | "blocked" | "
|
|
6155
|
+
status?: "unknown" | "pending" | "blocked" | "passed" | "failed" | undefined;
|
|
6156
6156
|
summary?: string | undefined;
|
|
6157
6157
|
command?: string | undefined;
|
|
6158
6158
|
} | undefined;
|
|
6159
|
-
status?: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "
|
|
6159
|
+
status?: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "passed" | "failed" | "regressed" | "ready" | "submitted" | "succeeded" | undefined;
|
|
6160
6160
|
direction?: "neutral" | "maximize" | "minimize" | undefined;
|
|
6161
6161
|
summary?: string | undefined;
|
|
6162
6162
|
score?: string | number | boolean | null | undefined;
|
|
6163
6163
|
observed_at?: string | undefined;
|
|
6164
6164
|
provenance?: {
|
|
6165
6165
|
kind?: "other" | "local_command" | "external_url" | "ci" | "benchmark" | "human_review" | undefined;
|
|
6166
|
+
run_id?: string | undefined;
|
|
6166
6167
|
command?: string | undefined;
|
|
6167
6168
|
url?: string | undefined;
|
|
6168
|
-
run_id?: string | undefined;
|
|
6169
6169
|
external_id?: string | undefined;
|
|
6170
6170
|
raw_ref?: string | undefined;
|
|
6171
6171
|
retrieved_at?: string | undefined;
|
|
@@ -6188,7 +6188,7 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
6188
6188
|
artifact_labels?: string[] | undefined;
|
|
6189
6189
|
score_label?: string | undefined;
|
|
6190
6190
|
expected_score?: string | number | boolean | null | undefined;
|
|
6191
|
-
expected_status?: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "
|
|
6191
|
+
expected_status?: "unknown" | "pending" | "completed" | "blocked" | "approval_required" | "passed" | "failed" | "regressed" | "ready" | "submitted" | "succeeded" | undefined;
|
|
6192
6192
|
expectation_source?: string | undefined;
|
|
6193
6193
|
publish_action?: {
|
|
6194
6194
|
label: string;
|
|
@@ -6244,16 +6244,16 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
6244
6244
|
relevant_memories?: {
|
|
6245
6245
|
summary: string;
|
|
6246
6246
|
source_type: "other" | "soil" | "playbook" | "runtime_evidence";
|
|
6247
|
+
ref?: string | undefined;
|
|
6247
6248
|
recency_score?: number | undefined;
|
|
6248
6249
|
provenance?: {
|
|
6249
6250
|
reliability?: number | undefined;
|
|
6250
6251
|
source_type?: "unknown" | "external" | "web" | "tool" | "user" | "runtime" | "imported" | undefined;
|
|
6251
6252
|
source_ref?: string | undefined;
|
|
6252
6253
|
raw_refs?: string[] | undefined;
|
|
6253
|
-
verification_status?: "unknown" | "
|
|
6254
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
6254
6255
|
risk_signals?: ("hallucinated" | "low_provenance" | "contradiction" | "prompt_injection_like" | "unverified_external")[] | undefined;
|
|
6255
6256
|
} | undefined;
|
|
6256
|
-
ref?: string | undefined;
|
|
6257
6257
|
authority?: "advisory_only" | undefined;
|
|
6258
6258
|
relevance_score?: number | undefined;
|
|
6259
6259
|
source_reliability?: number | undefined;
|
|
@@ -6274,7 +6274,7 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
6274
6274
|
score: number;
|
|
6275
6275
|
decision: "rejected" | "admitted";
|
|
6276
6276
|
} | undefined;
|
|
6277
|
-
verification_status?: "unknown" | "
|
|
6277
|
+
verification_status?: "unknown" | "verified" | "unverified" | "contradicted" | "suspicious" | undefined;
|
|
6278
6278
|
quarantine_state?: {
|
|
6279
6279
|
status: "quarantined";
|
|
6280
6280
|
confidence: number;
|
|
@@ -6324,11 +6324,11 @@ export declare const RuntimeEvidenceEntrySchema: z.ZodEffects<z.ZodObject<{
|
|
|
6324
6324
|
confidence?: number | undefined;
|
|
6325
6325
|
id?: string | undefined;
|
|
6326
6326
|
approval_required?: boolean | undefined;
|
|
6327
|
+
risk?: "low" | "high" | "medium" | undefined;
|
|
6327
6328
|
target_mode?: "exploration" | "consolidation" | "finalization" | undefined;
|
|
6328
6329
|
target_strategy_family?: string | undefined;
|
|
6329
6330
|
candidate_refs?: string[] | undefined;
|
|
6330
6331
|
lineage_refs?: string[] | undefined;
|
|
6331
|
-
risk?: "low" | "high" | "medium" | undefined;
|
|
6332
6332
|
policy_decision?: {
|
|
6333
6333
|
reason: string;
|
|
6334
6334
|
disposition: "approval_required" | "advisory_only" | "auto_apply";
|