@tangle-network/agent-eval 0.112.0 → 0.113.0
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/CHANGELOG.md +21 -0
- package/dist/benchmarks/index.d.ts +2 -2
- package/dist/benchmarks/index.js +2 -2
- package/dist/campaign/index.d.ts +54 -21
- package/dist/campaign/index.js +10 -4
- package/dist/{chunk-QQVYMBCZ.js → chunk-CX5RBMPW.js} +510 -19
- package/dist/{chunk-QQVYMBCZ.js.map → chunk-CX5RBMPW.js.map} +1 -1
- package/dist/{chunk-RCXMWGRY.js → chunk-F2NV5PQ6.js} +65 -21
- package/dist/chunk-F2NV5PQ6.js.map +1 -0
- package/dist/contract/index.d.ts +6 -6
- package/dist/contract/index.js +4 -3
- package/dist/contract/index.js.map +1 -1
- package/dist/{gepa-T8T215nw.d.ts → gepa-DolL_Fko.d.ts} +2 -6
- package/dist/hosted/index.d.ts +1 -1
- package/dist/{index-Dc3VLGhp.d.ts → index-CWr5SIG-.d.ts} +1 -1
- package/dist/index.d.ts +6 -6
- package/dist/index.js +2 -2
- package/dist/multishot/index.d.ts +1 -1
- package/dist/openapi.json +1 -1
- package/dist/{pre-registration-BepVVa6P.d.ts → pre-registration-CTQbZbpX.d.ts} +1 -1
- package/dist/{provenance-KhY8ESVM.d.ts → provenance-DChJ2oZ4.d.ts} +4 -10
- package/dist/rl.d.ts +1 -1
- package/dist/{types-v--ctu-b.d.ts → types-CgSlO6wT.d.ts} +26 -11
- package/docs/design/loop-taxonomy.md +7 -1
- package/docs/improvement-glossary.md +1 -1
- package/package.json +1 -1
- package/dist/chunk-RCXMWGRY.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,27 @@ All notable changes to `@tangle-network/agent-eval` and its sibling `agent-eval-
|
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
+
## [0.113.0] — 2026-07-10 — immutable code candidates
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- `CodeSurface` is now a finalized, content-addressed code candidate.
|
|
12
|
+
`gitWorktreeAdapter.finalize()` records exact base/candidate commits, the final tree, and the SHA-256 + byte length of the raw binary Git patch; `surfaceHash` and `surfaceContentHash` no longer use filesystem paths.
|
|
13
|
+
Binary-patch generation runs against an isolated bare repository with fixed diff options, config, attributes, compression, and locale, so ambient repository, global, system, or environment settings cannot change the digest for identical trees.
|
|
14
|
+
- `LoopProvenanceRecord.schema` is now `tangle.loop-provenance.v2`, distinguishing records that use content-addressed code-surface hashes from v1 records whose code hashes included mutable paths.
|
|
15
|
+
- `resolveWorktreePath()` now verifies the candidate before returning its checkout.
|
|
16
|
+
Dirty or ignored files, moved refs, missing objects, wrong trees, raw byte or executable-mode mismatches, external symlinks, submodules, and patch-byte mismatches fail instead of being evaluated under stale identity.
|
|
17
|
+
Raw file hashing bypasses Git clean/smudge filters so repository configuration cannot hide different executable bytes.
|
|
18
|
+
Use `verifyCodeSurface()` when a verification receipt is needed directly.
|
|
19
|
+
|
|
20
|
+
### Breaking
|
|
21
|
+
|
|
22
|
+
- `resolveWorktreePath()` no longer returns a best-effort, unchecked locator: it verifies the finalized candidate and throws on any identity mismatch.
|
|
23
|
+
There is intentionally no lenient fallback on the evaluation path.
|
|
24
|
+
- Path-only `CodeSurface` objects are invalid.
|
|
25
|
+
Every field in the finalized identity is required.
|
|
26
|
+
Downstream callers must migrate to adapter-finalized candidates when adopting 0.113.0.
|
|
27
|
+
|
|
7
28
|
## [0.112.0] — 2026-07-10 — complete agent-surface findings
|
|
8
29
|
|
|
9
30
|
### Added
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { B as BENCHMARK_SPLIT_SEED, a as BenchmarkAdapter, b as BenchmarkDatasetItem, k as BenchmarkDistribution, c as BenchmarkEvaluation, d as BenchmarkFamily, l as BenchmarkMetricCalibrationOptions, m as BenchmarkMetricCalibrationResult, n as BenchmarkReport, e as BenchmarkResponder, o as BenchmarkRunOptions, p as BenchmarkRunResult, f as BenchmarkScenario, q as BenchmarkSliceSummary, g as BenchmarkSource, h as BenchmarkTaskKind, r as BuildStandardRetrievalItemsOptions, R as RetrievalIdAdapterOptions, S as StandardRetrievalArtifact, s as StandardRetrievalDocument, t as StandardRetrievalEvaluationOptions, u as StandardRetrievalPayload, v as StandardRetrievalQrel, w as StandardRetrievalQuery, x as StandardRetrievalResult, y as buildStandardRetrievalItems, z as calibrateBenchmarkMetric, A as createRetrievalIdBenchmarkAdapter, i as deterministicSplit, C as evaluateStandardRetrieval, D as normalizeRetrievedDocumentIds, E as parseBeirCorpusJsonl, F as parseBeirQueriesJsonl, G as parseJsonlRows, H as parseQrels, I as parseTsvRows, J as renderBenchmarkReportMarkdown, K as retrievalMetricsAtCutoff, L as routing, M as runBenchmarkAdapter, N as summarizeBenchmarkCampaign } from '../index-
|
|
2
|
-
import '../types-
|
|
1
|
+
export { B as BENCHMARK_SPLIT_SEED, a as BenchmarkAdapter, b as BenchmarkDatasetItem, k as BenchmarkDistribution, c as BenchmarkEvaluation, d as BenchmarkFamily, l as BenchmarkMetricCalibrationOptions, m as BenchmarkMetricCalibrationResult, n as BenchmarkReport, e as BenchmarkResponder, o as BenchmarkRunOptions, p as BenchmarkRunResult, f as BenchmarkScenario, q as BenchmarkSliceSummary, g as BenchmarkSource, h as BenchmarkTaskKind, r as BuildStandardRetrievalItemsOptions, R as RetrievalIdAdapterOptions, S as StandardRetrievalArtifact, s as StandardRetrievalDocument, t as StandardRetrievalEvaluationOptions, u as StandardRetrievalPayload, v as StandardRetrievalQrel, w as StandardRetrievalQuery, x as StandardRetrievalResult, y as buildStandardRetrievalItems, z as calibrateBenchmarkMetric, A as createRetrievalIdBenchmarkAdapter, i as deterministicSplit, C as evaluateStandardRetrieval, D as normalizeRetrievedDocumentIds, E as parseBeirCorpusJsonl, F as parseBeirQueriesJsonl, G as parseJsonlRows, H as parseQrels, I as parseTsvRows, J as renderBenchmarkReportMarkdown, K as retrievalMetricsAtCutoff, L as routing, M as runBenchmarkAdapter, N as summarizeBenchmarkCampaign } from '../index-CWr5SIG-.js';
|
|
2
|
+
import '../types-CgSlO6wT.js';
|
|
3
3
|
import '../run-record-DksGsfgv.js';
|
|
4
4
|
import '@tangle-network/agent-interface';
|
|
5
5
|
import '../errors-oeQrLqXC.js';
|
package/dist/benchmarks/index.js
CHANGED
|
@@ -17,8 +17,8 @@ import {
|
|
|
17
17
|
runBenchmarkAdapter,
|
|
18
18
|
summarizeBenchmarkCampaign
|
|
19
19
|
} from "../chunk-VLNGPUJJ.js";
|
|
20
|
-
import "../chunk-
|
|
21
|
-
import "../chunk-
|
|
20
|
+
import "../chunk-CX5RBMPW.js";
|
|
21
|
+
import "../chunk-F2NV5PQ6.js";
|
|
22
22
|
import "../chunk-VI2UW6B6.js";
|
|
23
23
|
import "../chunk-XNCF3JU3.js";
|
|
24
24
|
import "../chunk-HJWNHCD5.js";
|
package/dist/campaign/index.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { S as SignedManifest, B as BackendIntegrityReport, C as CompletionRequirement, R as RuntimeEventLike, a as CompletionVerdict, P as ProducedState, b as CorrectnessChecker } from '../pre-registration-
|
|
2
|
-
export { L as LlmJudgeDimension, c as LlmJudgeOptions, l as llmJudge } from '../pre-registration-
|
|
1
|
+
import { S as SignedManifest, B as BackendIntegrityReport, C as CompletionRequirement, R as RuntimeEventLike, a as CompletionVerdict, P as ProducedState, b as CorrectnessChecker } from '../pre-registration-CTQbZbpX.js';
|
|
2
|
+
export { L as LlmJudgeDimension, c as LlmJudgeOptions, l as llmJudge } from '../pre-registration-CTQbZbpX.js';
|
|
3
3
|
import { A as AnalyzeTracesOptions, a as AnalyzeTracesInput, b as AnalyzeTracesResult } from '../analyst-C8HHvfJp.js';
|
|
4
|
-
import { S as Scenario, M as MutableSurface, D as DispatchContext, b as JudgeConfig, g as Gate, e as GenerationRecord, J as JudgeScore, L as LabeledScenarioStore, s as LabeledScenarioWrite, t as LabeledScenarioSampleArgs, u as LabeledScenarioRecord, v as LabelTrust, f as SurfaceProposer, w as ProposedCandidate, x as ProposeContext,
|
|
5
|
-
export { i as CampaignAggregates, j as CampaignArtifactWriter, k as CampaignCellResult, l as CampaignCostMeter, z as CampaignTokenUsage, d as CampaignTraceWriter, c as DispatchFn, n as GateContext, h as GateDecision, G as GateResult, o as GenerationCandidate, A as JudgeAggregate, a as JudgeDimension, p as Mutator, O as OptimizationProposer, q as OptimizerConfig, P as ParetoParent, R as RedactionStatus, B as ScenarioAggregate, r as SessionScript, T as TraceSpan, E as isProposedCandidate, F as labelTrustRank } from '../types-
|
|
6
|
-
import { C as CampaignRunPlan, P as PlanCampaignRunOptions, b as RunCampaignOptions, c as RunImprovementLoopOptions } from '../gepa-
|
|
7
|
-
export { f as CampaignRunPlanCell, h as GepaProposerConstraints, G as GepaProposerOptions, O as OpenAutoPrOptions, i as OpenAutoPrResult, a as RunImprovementLoopResult, R as RunOptimizationOptions, j as RunOptimizationResult, k as countSentenceEdits, l as defaultRenderDiff, m as extractH2Sections, g as gepaProposer, o as openAutoPr, p as planCampaignRun, r as runCampaign, d as runImprovementLoop, n as runOptimization
|
|
4
|
+
import { S as Scenario, M as MutableSurface, D as DispatchContext, b as JudgeConfig, g as Gate, e as GenerationRecord, J as JudgeScore, L as LabeledScenarioStore, s as LabeledScenarioWrite, t as LabeledScenarioSampleArgs, u as LabeledScenarioRecord, v as LabelTrust, f as SurfaceProposer, w as ProposedCandidate, x as ProposeContext, m as CodeSurface, y as LabeledScenarioSource, C as CampaignResult } from '../types-CgSlO6wT.js';
|
|
5
|
+
export { i as CampaignAggregates, j as CampaignArtifactWriter, k as CampaignCellResult, l as CampaignCostMeter, z as CampaignTokenUsage, d as CampaignTraceWriter, c as DispatchFn, n as GateContext, h as GateDecision, G as GateResult, o as GenerationCandidate, A as JudgeAggregate, a as JudgeDimension, p as Mutator, O as OptimizationProposer, q as OptimizerConfig, P as ParetoParent, R as RedactionStatus, B as ScenarioAggregate, r as SessionScript, T as TraceSpan, E as isProposedCandidate, F as labelTrustRank } from '../types-CgSlO6wT.js';
|
|
6
|
+
import { C as CampaignRunPlan, P as PlanCampaignRunOptions, b as RunCampaignOptions, c as RunImprovementLoopOptions } from '../gepa-DolL_Fko.js';
|
|
7
|
+
export { f as CampaignRunPlanCell, h as GepaProposerConstraints, G as GepaProposerOptions, O as OpenAutoPrOptions, i as OpenAutoPrResult, a as RunImprovementLoopResult, R as RunOptimizationOptions, j as RunOptimizationResult, k as countSentenceEdits, l as defaultRenderDiff, m as extractH2Sections, g as gepaProposer, o as openAutoPr, p as planCampaignRun, r as runCampaign, d as runImprovementLoop, n as runOptimization } from '../gepa-DolL_Fko.js';
|
|
8
8
|
import { C as CampaignStorage } from '../storage-Dw_f7WMt.js';
|
|
9
9
|
export { f as fsCampaignStorage, i as inMemoryCampaignStorage } from '../storage-Dw_f7WMt.js';
|
|
10
|
-
export { A as AxisEvidence, a as AxisVerdict, B as BuildEvidenceVectorOptions, l as BuildLoopProvenanceArgs, D as DefaultProductionGateOptions, m as EmitLoopProvenanceArgs, n as EmitLoopProvenanceResult, E as EvidenceVector, b as EvolutionaryProposerOptions, H as HeldOutGateOptions, o as LoopProvenanceBackend, q as LoopProvenanceCandidate, L as LoopProvenanceRecord, O as ObjectiveSource, c as ParetoSignificanceGateOptions, P as PowerPreflight, s as PowerPreflightOptions, d as PromotionObjective, e as PromotionPolicy, R as RunEvalOptions, f as buildEvidenceVector, t as buildLoopProvenanceRecord, g as composeGate, h as defaultProductionGate, u as emitLoopProvenance, i as evolutionaryProposer, j as heldOutGate, v as loopProvenanceSpans, p as paretoPolicy, k as paretoSignificanceGate, w as powerPreflight, x as provenanceRecordPath, y as provenanceSpansPath, r as runEval
|
|
10
|
+
export { A as AxisEvidence, a as AxisVerdict, B as BuildEvidenceVectorOptions, l as BuildLoopProvenanceArgs, D as DefaultProductionGateOptions, m as EmitLoopProvenanceArgs, n as EmitLoopProvenanceResult, E as EvidenceVector, b as EvolutionaryProposerOptions, H as HeldOutGateOptions, o as LoopProvenanceBackend, q as LoopProvenanceCandidate, L as LoopProvenanceRecord, O as ObjectiveSource, c as ParetoSignificanceGateOptions, P as PowerPreflight, s as PowerPreflightOptions, d as PromotionObjective, e as PromotionPolicy, R as RunEvalOptions, f as buildEvidenceVector, t as buildLoopProvenanceRecord, g as composeGate, h as defaultProductionGate, u as emitLoopProvenance, i as evolutionaryProposer, j as heldOutGate, v as loopProvenanceSpans, p as paretoPolicy, k as paretoSignificanceGate, w as powerPreflight, x as provenanceRecordPath, y as provenanceSpansPath, r as runEval } from '../provenance-DChJ2oZ4.js';
|
|
11
11
|
import { E as EProcessState, a as PairedBootstrapResult } from '../statistics-CDfpwIdX.js';
|
|
12
12
|
import { L as LlmClientOptions } from '../llm-client-DyqEH4jH.js';
|
|
13
13
|
import { AgentProfile } from '@tangle-network/agent-interface';
|
|
@@ -1013,6 +1013,17 @@ interface ParameterSweepProposerOptions {
|
|
|
1013
1013
|
/** Config/parameter-level proposer for FAPO's middle escalation level. */
|
|
1014
1014
|
declare function parameterSweepProposer(opts: ParameterSweepProposerOptions): SurfaceProposer;
|
|
1015
1015
|
|
|
1016
|
+
/** Fail when a code surface does not carry a complete immutable identity. */
|
|
1017
|
+
declare function assertCodeSurfaceIdentity(surface: unknown): asserts surface is CodeSurface;
|
|
1018
|
+
/** Canonical, location-independent identity of a finalized code candidate.
|
|
1019
|
+
* Commit metadata is excluded: two commits with the same base, final tree,
|
|
1020
|
+
* and patch bytes are the same executable candidate. */
|
|
1021
|
+
declare function codeSurfaceIdentityMaterial(surface: CodeSurface): string;
|
|
1022
|
+
/** Full SHA-256 content identity for a prompt or finalized code surface. */
|
|
1023
|
+
declare function surfaceContentHash(surface: MutableSurface): `sha256:${string}`;
|
|
1024
|
+
/** Short loop key derived from the same content identity as provenance. */
|
|
1025
|
+
declare function surfaceHash(surface: MutableSurface): string;
|
|
1026
|
+
|
|
1016
1027
|
/**
|
|
1017
1028
|
* `compareProposers` — a head-to-head lift benchmark across surface proposers
|
|
1018
1029
|
* on ONE corpus. This is the forcing function: optimizer quality (GEPA
|
|
@@ -2208,21 +2219,28 @@ declare function isTransientTransportFailure(message: string | null | undefined,
|
|
|
2208
2219
|
* VCS-pluggable worktree adapter. One improvement = one worktree, PR-like
|
|
2209
2220
|
* (multiple commits allowed). A code-tier proposer's `propose()` creates a
|
|
2210
2221
|
* worktree, an agent commits the change into it, and `finalize()` returns a
|
|
2211
|
-
* `CodeSurface
|
|
2212
|
-
*
|
|
2222
|
+
* content-addressed `CodeSurface` the measurement verifies before running.
|
|
2223
|
+
* On promotion the worktree becomes the PR branch.
|
|
2213
2224
|
*
|
|
2214
2225
|
* The interface is VCS-agnostic so a future `jj` ([jj-vcs](https://github.com/jj-vcs/jj))
|
|
2215
2226
|
* adapter can slot in without touching proposer code. Only the git adapter
|
|
2216
2227
|
* ships today. See `docs/design/loop-taxonomy.md`.
|
|
2217
2228
|
*/
|
|
2218
2229
|
|
|
2230
|
+
type GitOutput = string | Uint8Array;
|
|
2231
|
+
type GitEnvironment = Readonly<Record<string, string>>;
|
|
2232
|
+
type GitRunner = (args: string[], cwd: string, env?: GitEnvironment) => GitOutput;
|
|
2219
2233
|
interface Worktree {
|
|
2220
2234
|
/** Absolute path to the checked-out worktree directory. */
|
|
2221
|
-
path: string;
|
|
2235
|
+
readonly path: string;
|
|
2222
2236
|
/** The branch the worktree is on (becomes the PR branch on promotion). */
|
|
2223
|
-
branch: string;
|
|
2237
|
+
readonly branch: string;
|
|
2224
2238
|
/** The ref the worktree was forked from. */
|
|
2225
|
-
baseRef: string;
|
|
2239
|
+
readonly baseRef: string;
|
|
2240
|
+
/** Exact commit `baseRef` resolved to before the worktree was created. */
|
|
2241
|
+
readonly baseCommit: string;
|
|
2242
|
+
/** Exact tree object for `baseCommit`. */
|
|
2243
|
+
readonly baseTree: string;
|
|
2226
2244
|
}
|
|
2227
2245
|
interface WorktreeAdapter {
|
|
2228
2246
|
/** Create an isolated worktree on a fresh branch off `baseRef`. */
|
|
@@ -2230,9 +2248,8 @@ interface WorktreeAdapter {
|
|
|
2230
2248
|
baseRef: string;
|
|
2231
2249
|
label: string;
|
|
2232
2250
|
}): Promise<Worktree>;
|
|
2233
|
-
/** Commit
|
|
2234
|
-
*
|
|
2235
|
-
* `worktree.path` by the time this is called. */
|
|
2251
|
+
/** Commit pending changes, freeze the exact Git objects + binary patch, and
|
|
2252
|
+
* verify the worktree still matches that identity. */
|
|
2236
2253
|
finalize(worktree: Worktree, summary: string): Promise<CodeSurface>;
|
|
2237
2254
|
/** Remove the worktree (and its branch) — called for losing candidates. */
|
|
2238
2255
|
discard(worktree: Worktree): Promise<void>;
|
|
@@ -2249,16 +2266,32 @@ interface GitWorktreeAdapterOptions {
|
|
|
2249
2266
|
worktreeDir?: string;
|
|
2250
2267
|
/** Branch-name prefix. Default: `improve`. */
|
|
2251
2268
|
branchPrefix?: string;
|
|
2252
|
-
/** Test seam — defaults to a real `git` runner.
|
|
2253
|
-
|
|
2269
|
+
/** Test seam — defaults to a real `git` runner. The return value must contain
|
|
2270
|
+
* stdout verbatim, and runners that execute Git must forward the optional
|
|
2271
|
+
* environment overrides used to isolate patch generation. */
|
|
2272
|
+
git?: GitRunner;
|
|
2273
|
+
}
|
|
2274
|
+
interface CodeSurfaceVerification {
|
|
2275
|
+
/** Verified worktree path. */
|
|
2276
|
+
path: string;
|
|
2277
|
+
/** Git's canonical root for the verified checkout. */
|
|
2278
|
+
repoRoot: string;
|
|
2279
|
+
/** Recomputed full content identity. */
|
|
2280
|
+
contentHash: `sha256:${string}`;
|
|
2281
|
+
/** Exact verified binary-patch bytes. Candidate-bundle builders encode this
|
|
2282
|
+
* directly instead of reproducing Git diff options. */
|
|
2283
|
+
patchBytes: Uint8Array;
|
|
2254
2284
|
}
|
|
2255
2285
|
/**
|
|
2256
2286
|
* Git-backed `WorktreeAdapter`: creates isolated worktrees on fresh branches, commits agent changes, and discards losers.
|
|
2257
2287
|
*/
|
|
2258
2288
|
declare function gitWorktreeAdapter(opts: GitWorktreeAdapterOptions): WorktreeAdapter;
|
|
2259
|
-
/**
|
|
2260
|
-
*
|
|
2261
|
-
*
|
|
2289
|
+
/** Verify a finalized code surface against its current checkout. This rejects
|
|
2290
|
+
* dirty/ignored files, moved refs, missing Git objects, raw byte/mode
|
|
2291
|
+
* mismatches, external symlinks, and submodules. */
|
|
2292
|
+
declare function verifyCodeSurface(surface: CodeSurface, worktreeDir?: string): CodeSurfaceVerification;
|
|
2293
|
+
/** Resolve a code candidate for evaluation only after verifying its immutable
|
|
2294
|
+
* identity against the checkout at `worktreeRef`. */
|
|
2262
2295
|
declare function resolveWorktreePath(surface: CodeSurface, worktreeDir?: string): string;
|
|
2263
2296
|
|
|
2264
|
-
export { type AcceptedEdit, type AceProposerOptions, type AnalystArtifact, type AnalystScenario, type ApplySkillPatchResult, type BuildAnalystSurfaceDispatchOptions, type CampaignBreakdown, CampaignResult, CampaignRunPlan, CampaignStorage, CodeSurface, type CompareProposersOptions, type CompositeProposerOptions, type DimensionRegression, type DiscriminationScore, DispatchContext, type EvalFixture, type EvalFixtureFile, type EvalFixtureLoadOptions, type EvalFixtureRunPlan, type EvalFixtureScenario, type EvalFixtureValidationMode, type FailureModeRecallJudgeOptions, type FapoAttributionSignals, type FapoEntryConfig, type FapoFailureCluster, type FapoOptimizationLevel, type FapoProposerOptions, type FapoReviewInput, type FapoReviewIssue, type FapoReviewResult, type FapoScopeContract, FsLabeledScenarioStore, type FsLabeledScenarioStoreOptions, Gate, GenerationRecord, type GitWorktreeAdapterOptions, type Governor, type GovernorContext, type GovernorOp, type HaloProposerOptions, type HeldoutSignificance, type HeldoutSignificanceOptions, type HeuristicGovernorOptions, type JsonPrimitive, type JsonValue, JudgeConfig, JudgeScore, LabelTrust, LabeledScenarioRecord, LabeledScenarioSampleArgs, LabeledScenarioSource, LabeledScenarioStore, LabeledScenarioStoreError, LabeledScenarioWrite, Lineage, type LineageEdge, type LineageGraph, type LineageNode, type LineageNodeInput, type LineageStore, type LoadEvalFixtureScenariosOptions, type MemoryCurationProposerOptions, MutableSurface, type NeutralizationGateOptions, type OptimizerEntryConfig, type PairedHoldout, type ParameterCandidate, type ParameterChange, type ParameterSweepProposerOptions, PlanCampaignRunOptions, type PlanEvalFixtureRunOptions, type PlaybackContext, type PlaybackDriver, type PlaybackStep, type PolicyEditProposerOptions, type ProfileDispatchFn, ProfileMatrixError, type ProfileSummary, ProposeContext, type ProposePatchesArgs, ProposedCandidate, type ProposerComparison, type ProposerEntry, type ProposerPairwise, type ProposerScore, type RejectedEdit, type RolloutArgumentDiff, type RolloutArgumentDiffOptions, type RolloutCall, RunCampaignOptions, RunImprovementLoopOptions, type RunLineageLoopOptions, type RunLineageLoopResult, type RunLineageLoopSeed, type RunLineageOptions, type RunLineageResult, type RunLineageSeed, type RunLineageStepResult, type RunProfileMatrixOptions, type RunProfileMatrixResult, type RunSkillOptOptions, type RunSkillOptResult, Scenario, type ScenarioRollup, type ScenarioSignal, type ScoreboardRenderOptions, type ScoreboardRow, type ScoreboardSummary, type ScoredRollout, type SequentialDecideFn, type SequentialDecideOptions, type SequentialDecision, type SequentialObservation, type SequentialPairedGate, type SequentialPairedGateOptions, type SingleRunLock, type SingleRunLockOptions, type SkillOptEpochRecord, type SkillOptEvidence, type SkillOptProposer, type SkillOptProposerOptions, type SkillPatch, type SkillPatchOp, SkillPatchParseError, type SkillPatchRejection, SurfaceProposer, type SurfaceScore, type TraceAnalystProposerOptions, type TransientFailureOptions, type UngroundedLiteralReport, type UserStory, type UserStoryVerdict, type Worktree, type WorktreeAdapter, WorktreeAdapterError, aceProposer, acquireSingleRunLock, applySkillPatch, buildAnalystSurfaceDispatch, callbackGovernor, campaignBreakdown, campaignMeanComposite, classifyUngroundedLiterals, compareProposers, compositeProposer, detectScale, dimensionRegressions, discoverEvalFixtures, extractFapoAttributionSignals, failureModeRecallJudge, fapoEscalationEntry, fapoProposer, fsLineageStore, gepaParetoEntry, gepaReflectionEntry, gitWorktreeAdapter, haloProposer, heldoutSignificance, heuristicGovernor, isTransientTransportFailure, lineageNodeId, loadEvalFixture, loadEvalFixtureScenarios, makePlaybackDispatch, memLineageStore, memoryCurationProposer, neutralizationGate, neutralizeText, pairHoldout, parameterSweepProposer, parseSkillPatchResponse, patchEditCount, planEvalFixtureRun, policyEditProposer, renderScoreboardMarkdown, resolveRunDir, resolveWorktreePath, rolloutArgumentDiff, runLineage, runLineageLoop, runProfileMatrix, runSkillOpt, scoreDiscrimination, scoreUserStory, scoreboardSummary, selectDiscriminative, sequentialDecide, sequentialPairedGate, skillOptEntry, skillOptProposer, tangleTracesRoot, traceAnalystProposer, userStoryScoreboard };
|
|
2297
|
+
export { type AcceptedEdit, type AceProposerOptions, type AnalystArtifact, type AnalystScenario, type ApplySkillPatchResult, type BuildAnalystSurfaceDispatchOptions, type CampaignBreakdown, CampaignResult, CampaignRunPlan, CampaignStorage, CodeSurface, type CodeSurfaceVerification, type CompareProposersOptions, type CompositeProposerOptions, type DimensionRegression, type DiscriminationScore, DispatchContext, type EvalFixture, type EvalFixtureFile, type EvalFixtureLoadOptions, type EvalFixtureRunPlan, type EvalFixtureScenario, type EvalFixtureValidationMode, type FailureModeRecallJudgeOptions, type FapoAttributionSignals, type FapoEntryConfig, type FapoFailureCluster, type FapoOptimizationLevel, type FapoProposerOptions, type FapoReviewInput, type FapoReviewIssue, type FapoReviewResult, type FapoScopeContract, FsLabeledScenarioStore, type FsLabeledScenarioStoreOptions, Gate, GenerationRecord, type GitWorktreeAdapterOptions, type Governor, type GovernorContext, type GovernorOp, type HaloProposerOptions, type HeldoutSignificance, type HeldoutSignificanceOptions, type HeuristicGovernorOptions, type JsonPrimitive, type JsonValue, JudgeConfig, JudgeScore, LabelTrust, LabeledScenarioRecord, LabeledScenarioSampleArgs, LabeledScenarioSource, LabeledScenarioStore, LabeledScenarioStoreError, LabeledScenarioWrite, Lineage, type LineageEdge, type LineageGraph, type LineageNode, type LineageNodeInput, type LineageStore, type LoadEvalFixtureScenariosOptions, type MemoryCurationProposerOptions, MutableSurface, type NeutralizationGateOptions, type OptimizerEntryConfig, type PairedHoldout, type ParameterCandidate, type ParameterChange, type ParameterSweepProposerOptions, PlanCampaignRunOptions, type PlanEvalFixtureRunOptions, type PlaybackContext, type PlaybackDriver, type PlaybackStep, type PolicyEditProposerOptions, type ProfileDispatchFn, ProfileMatrixError, type ProfileSummary, ProposeContext, type ProposePatchesArgs, ProposedCandidate, type ProposerComparison, type ProposerEntry, type ProposerPairwise, type ProposerScore, type RejectedEdit, type RolloutArgumentDiff, type RolloutArgumentDiffOptions, type RolloutCall, RunCampaignOptions, RunImprovementLoopOptions, type RunLineageLoopOptions, type RunLineageLoopResult, type RunLineageLoopSeed, type RunLineageOptions, type RunLineageResult, type RunLineageSeed, type RunLineageStepResult, type RunProfileMatrixOptions, type RunProfileMatrixResult, type RunSkillOptOptions, type RunSkillOptResult, Scenario, type ScenarioRollup, type ScenarioSignal, type ScoreboardRenderOptions, type ScoreboardRow, type ScoreboardSummary, type ScoredRollout, type SequentialDecideFn, type SequentialDecideOptions, type SequentialDecision, type SequentialObservation, type SequentialPairedGate, type SequentialPairedGateOptions, type SingleRunLock, type SingleRunLockOptions, type SkillOptEpochRecord, type SkillOptEvidence, type SkillOptProposer, type SkillOptProposerOptions, type SkillPatch, type SkillPatchOp, SkillPatchParseError, type SkillPatchRejection, SurfaceProposer, type SurfaceScore, type TraceAnalystProposerOptions, type TransientFailureOptions, type UngroundedLiteralReport, type UserStory, type UserStoryVerdict, type Worktree, type WorktreeAdapter, WorktreeAdapterError, aceProposer, acquireSingleRunLock, applySkillPatch, assertCodeSurfaceIdentity, buildAnalystSurfaceDispatch, callbackGovernor, campaignBreakdown, campaignMeanComposite, classifyUngroundedLiterals, codeSurfaceIdentityMaterial, compareProposers, compositeProposer, detectScale, dimensionRegressions, discoverEvalFixtures, extractFapoAttributionSignals, failureModeRecallJudge, fapoEscalationEntry, fapoProposer, fsLineageStore, gepaParetoEntry, gepaReflectionEntry, gitWorktreeAdapter, haloProposer, heldoutSignificance, heuristicGovernor, isTransientTransportFailure, lineageNodeId, loadEvalFixture, loadEvalFixtureScenarios, makePlaybackDispatch, memLineageStore, memoryCurationProposer, neutralizationGate, neutralizeText, pairHoldout, parameterSweepProposer, parseSkillPatchResponse, patchEditCount, planEvalFixtureRun, policyEditProposer, renderScoreboardMarkdown, resolveRunDir, resolveWorktreePath, rolloutArgumentDiff, runLineage, runLineageLoop, runProfileMatrix, runSkillOpt, scoreDiscrimination, scoreUserStory, scoreboardSummary, selectDiscriminative, sequentialDecide, sequentialPairedGate, skillOptEntry, skillOptProposer, surfaceContentHash, surfaceHash, tangleTracesRoot, traceAnalystProposer, userStoryScoreboard, verifyCodeSurface };
|
package/dist/campaign/index.js
CHANGED
|
@@ -55,13 +55,16 @@ import {
|
|
|
55
55
|
skillOptEntry,
|
|
56
56
|
skillOptProposer,
|
|
57
57
|
traceAnalystProposer,
|
|
58
|
-
userStoryScoreboard
|
|
59
|
-
|
|
58
|
+
userStoryScoreboard,
|
|
59
|
+
verifyCodeSurface
|
|
60
|
+
} from "../chunk-CX5RBMPW.js";
|
|
60
61
|
import {
|
|
62
|
+
assertCodeSurfaceIdentity,
|
|
61
63
|
buildEvidenceVector,
|
|
62
64
|
buildLoopProvenanceRecord,
|
|
63
65
|
campaignBreakdown,
|
|
64
66
|
campaignMeanComposite,
|
|
67
|
+
codeSurfaceIdentityMaterial,
|
|
65
68
|
composeGate,
|
|
66
69
|
countSentenceEdits,
|
|
67
70
|
defaultProductionGate,
|
|
@@ -89,7 +92,7 @@ import {
|
|
|
89
92
|
runOptimization,
|
|
90
93
|
surfaceContentHash,
|
|
91
94
|
surfaceHash
|
|
92
|
-
} from "../chunk-
|
|
95
|
+
} from "../chunk-F2NV5PQ6.js";
|
|
93
96
|
import "../chunk-VI2UW6B6.js";
|
|
94
97
|
import {
|
|
95
98
|
fsCampaignStorage,
|
|
@@ -123,6 +126,7 @@ export {
|
|
|
123
126
|
aceProposer,
|
|
124
127
|
acquireSingleRunLock,
|
|
125
128
|
applySkillPatch,
|
|
129
|
+
assertCodeSurfaceIdentity,
|
|
126
130
|
buildAnalystSurfaceDispatch,
|
|
127
131
|
buildEvidenceVector,
|
|
128
132
|
buildLoopProvenanceRecord,
|
|
@@ -130,6 +134,7 @@ export {
|
|
|
130
134
|
campaignBreakdown,
|
|
131
135
|
campaignMeanComposite,
|
|
132
136
|
classifyUngroundedLiterals,
|
|
137
|
+
codeSurfaceIdentityMaterial,
|
|
133
138
|
compareProposers,
|
|
134
139
|
composeGate,
|
|
135
140
|
compositeProposer,
|
|
@@ -207,6 +212,7 @@ export {
|
|
|
207
212
|
surfaceHash,
|
|
208
213
|
tangleTracesRoot,
|
|
209
214
|
traceAnalystProposer,
|
|
210
|
-
userStoryScoreboard
|
|
215
|
+
userStoryScoreboard,
|
|
216
|
+
verifyCodeSurface
|
|
211
217
|
};
|
|
212
218
|
//# sourceMappingURL=index.js.map
|