Add files using upload-large-folder tool
Browse files- EVALUATION_ARCHITECTURE.md +73 -49
- README.md +18 -17
- SCORING.md +56 -43
- tasks/cb100-002-northstar-orbit.json +0 -0
- tasks/cb100-003-lumen-health.json +0 -0
- tasks/cb100-008-cobalt-learning.json +0 -0
- tasks/cb100-009-silverline-logistics.json +0 -0
- tasks/cb100-010-verdant-grid.json +0 -0
- tasks/cb100-011-atlas-fiber.json +0 -0
- tasks/cb100-012-banyan-payments.json +0 -0
- tasks/cb100-013-cirrus-labs.json +0 -0
- tasks/cb100-016-fathom-retail.json +0 -0
- tasks/cb100-017-garnet-energy.json +0 -0
- tasks/cb100-020-juno-travel.json +0 -0
- tasks/cb100-026-foxglove-pharma.json +0 -0
- tasks/cb100-027-granite-hospitality.json +0 -0
- tasks/cb100-030-jasper-university.json +0 -0
- tasks/cb100-031-aurora-antitrust.json +0 -0
- tasks/cb100-036-federal-basin.json +0 -0
- tasks/cb100-038-highland-securities.json +0 -0
- tasks/cb100-039-isotope-environmental.json +0 -0
- tasks/cb100-041-anchor-marine.json +0 -0
- tasks/cb100-043-cascade-retail.json +0 -0
- tasks/cb100-045-equinox-solar.json +0 -0
- tasks/cb100-047-greenway-transit.json +0 -0
- tasks/cb100-049-inlet-fitness.json +0 -0
- tasks/cb100-050-keystone-press.json +0 -0
- tasks/cb100-051-acorn-logistics.json +0 -0
- tasks/cb100-052-brookline-clinic.json +0 -0
- tasks/cb100-054-dockside-hotel.json +0 -0
- tasks/cb100-055-eastgate-labs.json +0 -0
- tasks/cb100-058-hemlock-manufacturing.json +0 -0
- tasks/cb100-060-kestrel-farms.json +0 -0
- tasks/cb100-064-deepwell-health.json +0 -0
- tasks/cb100-066-fable-fintech.json +0 -0
- tasks/cb100-068-highline-wearables.json +0 -0
- tasks/cb100-070-jetstream-saas.json +0 -0
- tasks/cb100-076-frontier-games.json +0 -0
- tasks/cb100-082-blue-fern.json +0 -0
- tasks/cb100-083-crux-mapping.json +0 -0
- tasks/cb100-084-drift-audio.json +0 -0
- tasks/cb100-085-everglass-medical.json +0 -0
- tasks/cb100-088-hinterland-agri.json +0 -0
- tasks/cb100-089-ionwave-semi.json +0 -0
- tasks/cb100-091-alabaster-energy.json +0 -0
- tasks/cb100-093-cypress-bank.json +0 -0
- tasks/cb100-095-eastport-shipping.json +0 -0
- tasks/cb100-099-ironclad-logistics.json +0 -0
EVALUATION_ARCHITECTURE.md
CHANGED
|
@@ -1,73 +1,94 @@
|
|
| 1 |
# CounselBench evaluation architecture
|
| 2 |
|
| 3 |
CounselBench uses the same functional loop as enterprise agent benchmarks:
|
| 4 |
-
isolated
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
state, and
|
| 8 |
|
| 9 |
## Runtime flow
|
| 10 |
|
| 11 |
```text
|
| 12 |
-
high-level employee
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
```
|
| 32 |
|
| 33 |
-
The agent receives neither
|
| 34 |
-
only
|
| 35 |
-
|
| 36 |
-
specification files are outside the allowlisted roots.
|
| 37 |
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
|
| 44 |
## Archipelago/APEX mapping
|
| 45 |
|
| 46 |
| Layer | CounselBench / Blobfish | Archipelago / APEX analogue |
|
| 47 |
|---|---|---|
|
| 48 |
-
| Task state | Immutable
|
| 49 |
-
| Tool gateway |
|
| 50 |
| Agent execution | Harbor agent container | Agent service and selectable implementation |
|
| 51 |
-
| Trajectory |
|
| 52 |
-
| Grading |
|
| 53 |
-
| Reproducibility | 100 oracle trials, 1,
|
| 54 |
|
| 55 |
-
The similarity is functional, not a claim that implementations are
|
| 56 |
interchangeable. Archipelago separates environment, agents, and grading into
|
| 57 |
-
services. CounselBench delegates orchestration to Harbor, embeds
|
| 58 |
-
inside
|
| 59 |
|
| 60 |
-
## Why deterministic grading works
|
| 61 |
|
| 62 |
The generator creates raw facts and independently recomputes every branch from
|
| 63 |
-
four controls.
|
| 64 |
-
|
| 65 |
-
|
| 66 |
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
|
| 72 |
## Public references
|
| 73 |
|
|
@@ -75,4 +96,7 @@ reported the exact supported result is graded.
|
|
| 75 |
- [APEX Accounting benchmark](https://www.mercor.com/apex/apex-accounting-leaderboard/)
|
| 76 |
- [APEX Agents leaderboard](https://www.mercor.com/apex/apex-agents-leaderboard/)
|
| 77 |
- [Harbor Framework](https://harborframework.com/)
|
| 78 |
-
- [
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# CounselBench evaluation architecture
|
| 2 |
|
| 3 |
CounselBench uses the same functional loop as enterprise agent benchmarks:
|
| 4 |
+
isolated provider state, an agent process, captured trajectories, and an
|
| 5 |
+
independent deterministic grader. Harbor provides orchestration; the task pack
|
| 6 |
+
serves a closed multi-provider MCP; CounselScore grades investigation,
|
| 7 |
+
reasoning, provider state, communication, readback, and containment.
|
| 8 |
|
| 9 |
## Runtime flow
|
| 10 |
|
| 11 |
```text
|
| 12 |
+
high-level employee question + 97 provider-bound assets
|
| 13 |
+
|
|
| 14 |
+
v
|
| 15 |
+
Clio Manage | Gmail | Drive | Slack sandbox MCP
|
| 16 |
+
|
|
| 17 |
+
v
|
| 18 |
+
identity -> authority -> current fact -> approval/capacity
|
| 19 |
+
|
|
| 20 |
+
+----------+----------+
|
| 21 |
+
| |
|
| 22 |
+
supported action evidence hold
|
| 23 |
+
+----------+----------+
|
| 24 |
+
|
|
| 25 |
+
Clio register + Clio note + task-native communication
|
| 26 |
+
|
|
| 27 |
+
native provider readback after each write
|
| 28 |
+
|
|
| 29 |
+
v
|
| 30 |
+
hidden deterministic CounselScore verifier
|
| 31 |
```
|
| 32 |
|
| 33 |
+
The agent receives neither gold state nor the verifier capability token.
|
| 34 |
+
Provider tools expose only task-scoped synthetic resources. Hidden world specs,
|
| 35 |
+
expected values, and reference trajectories stay outside the agent boundary.
|
|
|
|
| 36 |
|
| 37 |
+
## Provider fidelity
|
| 38 |
+
|
| 39 |
+
Each public tool maps to one documented operation:
|
| 40 |
+
|
| 41 |
+
- Clio Manage v4 matters and notes (`GET`, `POST`, and `PATCH`);
|
| 42 |
+
- Gmail v1 messages (`list`, `get`, and `send`);
|
| 43 |
+
- Google Drive v3 files and comments (`list`, `get`, and `create`); and
|
| 44 |
+
- Slack Web API search, conversation, and post operations.
|
| 45 |
+
|
| 46 |
+
The sandbox owns deterministic implementation and synthetic state. It does not
|
| 47 |
+
rename a business outcome into a fake API. Request nesting, identifiers,
|
| 48 |
+
resource paths, methods, read/write annotations, and provider response shapes
|
| 49 |
+
remain provider-shaped. A release-time contract audit rejects pseudo-tools,
|
| 50 |
+
missing upstream metadata, permissive schemas, and incorrect mutation flags.
|
| 51 |
+
|
| 52 |
+
## Evidence and state model
|
| 53 |
+
|
| 54 |
+
Every task has twelve portfolio items, 97 assets in twelve folders and nine
|
| 55 |
+
native formats, and 58–86 material reads. Each asset has an immutable evidence
|
| 56 |
+
ID, provider record ID, digest, revision timestamp, source role, and material
|
| 57 |
+
flag. The remaining assets are inspectable supporting references rather than
|
| 58 |
+
secretly mandatory padding.
|
| 59 |
+
|
| 60 |
+
Reference trajectories contain 69–97 successful calls. All 100 raw tool-name
|
| 61 |
+
sequences and semantic action graphs are distinct. The verifier checks causal
|
| 62 |
+
prerequisites and resulting provider state; it does not require one arbitrary
|
| 63 |
+
global order among independent evidence reads.
|
| 64 |
|
| 65 |
## Archipelago/APEX mapping
|
| 66 |
|
| 67 |
| Layer | CounselBench / Blobfish | Archipelago / APEX analogue |
|
| 68 |
|---|---|---|
|
| 69 |
+
| Task state | Immutable provider records plus isolated mutable Clio/collaboration state | Environment image plus initial snapshot |
|
| 70 |
+
| Tool gateway | Documented provider operations over a closed sandbox MCP | Environment-server APIs and task-specific tools |
|
| 71 |
| Agent execution | Harbor agent container | Agent service and selectable implementation |
|
| 72 |
+
| Trajectory | Full MCP call/result digest trace plus agent and verifier artifacts | Trajectory, final snapshot, prompts, and agent logs |
|
| 73 |
+
| Grading | CounselScore semantic milestones backed by atomic evidence, state, containment, and readback checks | Independent grading service with composable graders |
|
| 74 |
+
| Reproducibility | 100 oracle trials, 1,300 negative controls, 100 exact replays, provider contract audit | Containerized reruns against frozen environment and grader |
|
| 75 |
|
| 76 |
+
The similarity is functional, not a claim that the implementations are
|
| 77 |
interchangeable. Archipelago separates environment, agents, and grading into
|
| 78 |
+
services. CounselBench delegates orchestration to Harbor, embeds its MCP world
|
| 79 |
+
inside each task pack, and protects verification with a capability token.
|
| 80 |
|
| 81 |
+
## Why deterministic grading works
|
| 82 |
|
| 83 |
The generator creates raw facts and independently recomputes every branch from
|
| 84 |
+
four controls. Evidence does not carry the computed disposition. The verifier
|
| 85 |
+
can therefore check exact IDs, revisions, values, source roles, owners,
|
| 86 |
+
deadlines, task-scoped state, and trace ordering without a model judge.
|
| 87 |
|
| 88 |
+
The scored claim is intentionally bounded. Open-ended legal persuasiveness is
|
| 89 |
+
not graded. Whether the agent found the right records, applied the authored
|
| 90 |
+
decision rule, changed only authorized provider state, communicated the exact
|
| 91 |
+
supported result, and verified committed state is graded.
|
| 92 |
|
| 93 |
## Public references
|
| 94 |
|
|
|
|
| 96 |
- [APEX Accounting benchmark](https://www.mercor.com/apex/apex-accounting-leaderboard/)
|
| 97 |
- [APEX Agents leaderboard](https://www.mercor.com/apex/apex-agents-leaderboard/)
|
| 98 |
- [Harbor Framework](https://harborframework.com/)
|
| 99 |
+
- [Clio Manage API](https://docs.developers.clio.com/api-docs/clio-manage/)
|
| 100 |
+
- [Gmail API](https://developers.google.com/workspace/gmail/api/reference/rest/v1/users)
|
| 101 |
+
- [Google Drive API](https://developers.google.com/drive/api/reference/rest/v3)
|
| 102 |
+
- [Slack Web API](https://api.slack.com/methods)
|
README.md
CHANGED
|
@@ -23,15 +23,16 @@ configs:
|
|
| 23 |
|
| 24 |
# CounselBench-100
|
| 25 |
|
| 26 |
-
CounselBench-100 v3.
|
| 27 |
authored matters across ten practice workflows. Every task has a natural employee
|
| 28 |
-
request, a 97-
|
| 29 |
-
actions, 3–7 evidence holds, and a distinct
|
| 30 |
|
| 31 |
The answer is not preclassified in the evidence. Each portfolio item requires an
|
| 32 |
immutable identity join, an operative-authority and revision lookup, a current-state
|
| 33 |
-
comparison, and an effective approval/owner-capacity check
|
| 34 |
-
|
|
|
|
| 35 |
|
| 36 |
## Public release
|
| 37 |
|
|
@@ -42,33 +43,33 @@ an exact matter-register row and reads all three final work products back.
|
|
| 42 |
|
| 43 |
## Included files
|
| 44 |
|
| 45 |
-
- `data/tasks.jsonl`: prompt,
|
| 46 |
- `task_files/`: 9,700 unique files across Markdown, TXT, EML, CSV, JSON, XML, HTML, PDF, and XLSX.
|
| 47 |
- `world/`: pinned offline MCP implementation and hidden deterministic verifier.
|
| 48 |
- `trajectories/`: 100 solvability traces; these are excluded from model ranking.
|
| 49 |
- `reports/`: exact-version build, qualification, and conformance evidence.
|
| 50 |
- `SCORING.md`: causal, branch, state, containment, and readback contract.
|
| 51 |
|
| 52 |
-
## Measured v3.
|
| 53 |
|
| 54 |
| Gate | Measured |
|
| 55 |
|---|---:|
|
| 56 |
| Tasks | 100 |
|
| 57 |
| Agent-visible files | 9,700 unique; all nine native formats parse |
|
| 58 |
-
| Required evidence reads |
|
| 59 |
-
| Reference MCP calls |
|
| 60 |
-
| Raw tool sequences | 100 distinct |
|
| 61 |
-
| Semantic action graphs | 100 distinct; maximum pair match 0.
|
| 62 |
-
| Prompt maximum 5-shingle Jaccard | 0.
|
| 63 |
| Oracle and deterministic replay | 100/100 each |
|
| 64 |
-
|
|
| 65 |
|
| 66 |
-
No
|
| 67 |
only after one model runs all 100 tasks on this exact release.
|
| 68 |
|
| 69 |
## MCP fidelity and licenses
|
| 70 |
|
| 71 |
-
The world
|
| 72 |
-
|
| 73 |
-
|
| 74 |
Apache-2.0. Every entity, person, event, amount, and address is fictitious.
|
|
|
|
| 23 |
|
| 24 |
# CounselBench-100
|
| 25 |
|
| 26 |
+
CounselBench-100 v3.2.0 is a synthetic legal-work benchmark with 100
|
| 27 |
authored matters across ten practice workflows. Every task has a natural employee
|
| 28 |
+
request, a 97-asset evidence room, twelve portfolio decisions, 5–9 supported
|
| 29 |
+
actions, 3–7 evidence holds, and a distinct deep multi-provider MCP trajectory.
|
| 30 |
|
| 31 |
The answer is not preclassified in the evidence. Each portfolio item requires an
|
| 32 |
immutable identity join, an operative-authority and revision lookup, a current-state
|
| 33 |
+
comparison, and an effective approval/owner-capacity check across Clio, Gmail,
|
| 34 |
+
Drive, and Slack. The agent then commits native provider state and reads each
|
| 35 |
+
changed record back.
|
| 36 |
|
| 37 |
## Public release
|
| 38 |
|
|
|
|
| 43 |
|
| 44 |
## Included files
|
| 45 |
|
| 46 |
+
- `data/tasks.jsonl`: prompt, provider-bound assets, 14 semantic milestones, gold output, and metadata.
|
| 47 |
- `task_files/`: 9,700 unique files across Markdown, TXT, EML, CSV, JSON, XML, HTML, PDF, and XLSX.
|
| 48 |
- `world/`: pinned offline MCP implementation and hidden deterministic verifier.
|
| 49 |
- `trajectories/`: 100 solvability traces; these are excluded from model ranking.
|
| 50 |
- `reports/`: exact-version build, qualification, and conformance evidence.
|
| 51 |
- `SCORING.md`: causal, branch, state, containment, and readback contract.
|
| 52 |
|
| 53 |
+
## Measured v3.2.0 release gates
|
| 54 |
|
| 55 |
| Gate | Measured |
|
| 56 |
|---|---:|
|
| 57 |
| Tasks | 100 |
|
| 58 |
| Agent-visible files | 9,700 unique; all nine native formats parse |
|
| 59 |
+
| Required evidence reads | 58–86 per task |
|
| 60 |
+
| Reference MCP calls | 69–97 per task |
|
| 61 |
+
| Raw tool sequences | 100 distinct; maximum pair match 0.807453 |
|
| 62 |
+
| Semantic action graphs | 100 distinct; maximum pair match 0.165517 |
|
| 63 |
+
| Prompt maximum 5-shingle Jaccard | 0.267974 |
|
| 64 |
| Oracle and deterministic replay | 100/100 each |
|
| 65 |
+
| Thirteen negative controls | 1,300/1,300 rejected |
|
| 66 |
|
| 67 |
+
No older or partial model score is carried onto v3.2. A leaderboard row is published
|
| 68 |
only after one model runs all 100 tasks on this exact release.
|
| 69 |
|
| 70 |
## MCP fidelity and licenses
|
| 71 |
|
| 72 |
+
The world maps each allowlisted tool to a documented Clio Manage v4, Gmail v1,
|
| 73 |
+
Google Drive v3, or Slack Web API operation. Contract metadata and source links
|
| 74 |
+
ship with the release. Synthetic data is CC-BY-4.0; benchmark code is
|
| 75 |
Apache-2.0. Every entity, person, event, amount, and address is fictitious.
|
SCORING.md
CHANGED
|
@@ -1,62 +1,75 @@
|
|
| 1 |
# CounselBench-100 scoring contract
|
| 2 |
|
| 3 |
-
CounselBench-100 v3.
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
| 5 |
|
| 6 |
-
## What
|
| 7 |
|
| 8 |
-
The
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
of twelve portfolio keys, the agent must establish four independent controls:
|
| 12 |
|
| 13 |
1. resolve the immutable entity rather than match a display name;
|
| 14 |
2. locate the operative authority and current effective revision;
|
| 15 |
-
3. compare the current operational fact to the governed trigger;
|
| 16 |
4. verify effective approval and an active owner with capacity.
|
| 17 |
|
| 18 |
All four controls produce a supported action. A failed control produces a
|
| 19 |
-
specific evidence hold. Every task contains both branches.
|
|
|
|
|
|
|
| 20 |
|
| 21 |
-
The employee
|
| 22 |
-
|
| 23 |
-
|
| 24 |
|
| 25 |
-
##
|
| 26 |
|
| 27 |
-
|
|
| 28 |
|---|---:|---|
|
| 29 |
-
|
|
| 30 |
-
|
|
| 31 |
-
|
|
| 32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
|
|
|
|
|
|
| 38 |
|
| 39 |
-
##
|
| 40 |
|
| 41 |
The trace—not a claimed narrative—proves the workflow:
|
| 42 |
|
| 43 |
-
- all
|
| 44 |
-
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
-
|
| 49 |
-
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
string checks in the prompt. All outcomes and category scores are included in
|
| 61 |
-
the verifier report, so a published value can be reproduced without an
|
| 62 |
-
evaluator model.
|
|
|
|
| 1 |
# CounselBench-100 scoring contract
|
| 2 |
|
| 3 |
+
CounselBench-100 v3.2 reports CounselScore from fourteen semantic employee
|
| 4 |
+
outcomes totaling 100 points. The public rubric describes what a competent
|
| 5 |
+
employee must accomplish. The hidden deterministic verifier retains the exact
|
| 6 |
+
field-, evidence-, state-, and trace-level checks needed to reproduce that
|
| 7 |
+
score. It makes no model, network, clock, locale, or random call.
|
| 8 |
|
| 9 |
+
## What the task requires
|
| 10 |
|
| 11 |
+
The source records do not label findings, identify a primary record, assign
|
| 12 |
+
severity or ownership, or reveal the selected option. For each of twelve
|
| 13 |
+
portfolio keys, the agent must establish four independent controls:
|
|
|
|
| 14 |
|
| 15 |
1. resolve the immutable entity rather than match a display name;
|
| 16 |
2. locate the operative authority and current effective revision;
|
| 17 |
+
3. compare the current operational fact to the governed trigger; and
|
| 18 |
4. verify effective approval and an active owner with capacity.
|
| 19 |
|
| 20 |
All four controls produce a supported action. A failed control produces a
|
| 21 |
+
specific evidence hold. Every task contains both branches. Financial,
|
| 22 |
+
population, chronology, correspondence, and independent counterrecords become
|
| 23 |
+
material only where the task-specific branch needs them.
|
| 24 |
|
| 25 |
+
The employee request remains high level. A neutral protocol in the matter
|
| 26 |
+
record describes the firm’s work-product controls and all candidate approaches
|
| 27 |
+
without selecting an answer or prescribing a call sequence.
|
| 28 |
|
| 29 |
+
## CounselScore milestones
|
| 30 |
|
| 31 |
+
| Milestone | Points | Deterministic outcome |
|
| 32 |
|---|---:|---|
|
| 33 |
+
| Cross-system discovery | 6 | The exact matter and its source population are found in Clio, Gmail, Drive, and Slack |
|
| 34 |
+
| Immutable identity | 9 | All portfolio records are joined by immutable identifiers; collisions remain holds |
|
| 35 |
+
| Operative authority | 9 | The controlling authority and effective revision are used |
|
| 36 |
+
| Current operations | 9 | Current events, values, and populations are compared with the applicable trigger |
|
| 37 |
+
| Approval and capacity | 7 | Effective authority, active ownership, and capacity are established |
|
| 38 |
+
| Impact and counterrecords | 6 | Task-specific workbook, correspondence, chronology, and counterrecords are correlated |
|
| 39 |
+
| Option selection | 10 | The supported approach and both alternatives are correctly distinguished |
|
| 40 |
+
| Branch classification | 10 | The exact supported-action and evidence-hold populations are derived |
|
| 41 |
+
| Action details | 8 | Exact issues, identities, severity, owners, dates, determinations, actions, gaps, and citations are present |
|
| 42 |
+
| Clio matter register | 8 | The exact twelve-row register is patched on the isolated matter |
|
| 43 |
+
| Clio decision note | 6 | The decision-ready note contains the complete supported result and limits |
|
| 44 |
+
| Collaboration state | 4 | After core Clio state is committed, the scoped completion message is committed to the established Gmail, Drive, or Slack channel |
|
| 45 |
+
| Provider readback | 4 | Every changed provider record is re-opened after its final write |
|
| 46 |
+
| Containment | 4 | All material evidence precedes mutation; the exact mutation set succeeds with no rejected write |
|
| 47 |
|
| 48 |
+
Each milestone is task-specific: its public description names the matter
|
| 49 |
+
question, selected option, exact supported and held populations, and the native
|
| 50 |
+
completion channel. Internally, every atomic check is assigned to exactly one
|
| 51 |
+
milestone. Partial score is the sum of within-milestone atomic completion times
|
| 52 |
+
the milestone weight. Strict pass requires all 100 points and every atomic
|
| 53 |
+
check.
|
| 54 |
|
| 55 |
+
## Native state and trace proof
|
| 56 |
|
| 57 |
The trace—not a claimed narrative—proves the workflow:
|
| 58 |
|
| 59 |
+
- all 58–86 material provider records must be opened before the first mutation;
|
| 60 |
+
- Clio, Gmail, Drive, and Slack discovery must cover the isolated matter;
|
| 61 |
+
- the only successful writes are the exact Clio matter update, exact Clio note
|
| 62 |
+
creation, and the task-native completion communication;
|
| 63 |
+
- failed exploratory reads are permitted and do not erase a correct outcome;
|
| 64 |
+
- any rejected state-changing call fails containment;
|
| 65 |
+
- duplicate or out-of-scope writes fail the exact mutation-set contract; and
|
| 66 |
+
- the matter register and decision note must be committed before the completion
|
| 67 |
+
communication; and
|
| 68 |
+
- Clio state and the completion communication must be read back after their
|
| 69 |
+
corresponding final writes, with response hashes matching current state.
|
| 70 |
+
|
| 71 |
+
The register, decision note, and communication are graded as provider state,
|
| 72 |
+
not as local files or hidden strings in the prompt. Verifier reports include
|
| 73 |
+
the fourteen milestones, every atomic result, partial credit, state diagnostics,
|
| 74 |
+
and a report digest so a published value can be audited without an evaluator
|
| 75 |
+
model.
|
|
|
|
|
|
|
|
|
tasks/cb100-002-northstar-orbit.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-003-lumen-health.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-008-cobalt-learning.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-009-silverline-logistics.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-010-verdant-grid.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-011-atlas-fiber.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-012-banyan-payments.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-013-cirrus-labs.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-016-fathom-retail.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-017-garnet-energy.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-020-juno-travel.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-026-foxglove-pharma.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-027-granite-hospitality.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-030-jasper-university.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-031-aurora-antitrust.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-036-federal-basin.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-038-highland-securities.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-039-isotope-environmental.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-041-anchor-marine.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-043-cascade-retail.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-045-equinox-solar.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-047-greenway-transit.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-049-inlet-fitness.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-050-keystone-press.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-051-acorn-logistics.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-052-brookline-clinic.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-054-dockside-hotel.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-055-eastgate-labs.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-058-hemlock-manufacturing.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-060-kestrel-farms.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-064-deepwell-health.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-066-fable-fintech.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-068-highline-wearables.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-070-jetstream-saas.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-076-frontier-games.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-082-blue-fern.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-083-crux-mapping.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-084-drift-audio.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-085-everglass-medical.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-088-hinterland-agri.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-089-ionwave-semi.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-091-alabaster-energy.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-093-cypress-bank.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-095-eastport-shipping.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/cb100-099-ironclad-logistics.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|