SamuelChien821 commited on
Commit
fc3ddaf
·
verified ·
1 Parent(s): 38330f8

Add files using upload-large-folder tool

Browse files
Files changed (48) hide show
  1. EVALUATION_ARCHITECTURE.md +73 -49
  2. README.md +18 -17
  3. SCORING.md +56 -43
  4. tasks/cb100-002-northstar-orbit.json +0 -0
  5. tasks/cb100-003-lumen-health.json +0 -0
  6. tasks/cb100-008-cobalt-learning.json +0 -0
  7. tasks/cb100-009-silverline-logistics.json +0 -0
  8. tasks/cb100-010-verdant-grid.json +0 -0
  9. tasks/cb100-011-atlas-fiber.json +0 -0
  10. tasks/cb100-012-banyan-payments.json +0 -0
  11. tasks/cb100-013-cirrus-labs.json +0 -0
  12. tasks/cb100-016-fathom-retail.json +0 -0
  13. tasks/cb100-017-garnet-energy.json +0 -0
  14. tasks/cb100-020-juno-travel.json +0 -0
  15. tasks/cb100-026-foxglove-pharma.json +0 -0
  16. tasks/cb100-027-granite-hospitality.json +0 -0
  17. tasks/cb100-030-jasper-university.json +0 -0
  18. tasks/cb100-031-aurora-antitrust.json +0 -0
  19. tasks/cb100-036-federal-basin.json +0 -0
  20. tasks/cb100-038-highland-securities.json +0 -0
  21. tasks/cb100-039-isotope-environmental.json +0 -0
  22. tasks/cb100-041-anchor-marine.json +0 -0
  23. tasks/cb100-043-cascade-retail.json +0 -0
  24. tasks/cb100-045-equinox-solar.json +0 -0
  25. tasks/cb100-047-greenway-transit.json +0 -0
  26. tasks/cb100-049-inlet-fitness.json +0 -0
  27. tasks/cb100-050-keystone-press.json +0 -0
  28. tasks/cb100-051-acorn-logistics.json +0 -0
  29. tasks/cb100-052-brookline-clinic.json +0 -0
  30. tasks/cb100-054-dockside-hotel.json +0 -0
  31. tasks/cb100-055-eastgate-labs.json +0 -0
  32. tasks/cb100-058-hemlock-manufacturing.json +0 -0
  33. tasks/cb100-060-kestrel-farms.json +0 -0
  34. tasks/cb100-064-deepwell-health.json +0 -0
  35. tasks/cb100-066-fable-fintech.json +0 -0
  36. tasks/cb100-068-highline-wearables.json +0 -0
  37. tasks/cb100-070-jetstream-saas.json +0 -0
  38. tasks/cb100-076-frontier-games.json +0 -0
  39. tasks/cb100-082-blue-fern.json +0 -0
  40. tasks/cb100-083-crux-mapping.json +0 -0
  41. tasks/cb100-084-drift-audio.json +0 -0
  42. tasks/cb100-085-everglass-medical.json +0 -0
  43. tasks/cb100-088-hinterland-agri.json +0 -0
  44. tasks/cb100-089-ionwave-semi.json +0 -0
  45. tasks/cb100-091-alabaster-energy.json +0 -0
  46. tasks/cb100-093-cypress-bank.json +0 -0
  47. tasks/cb100-095-eastport-shipping.json +0 -0
  48. 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 task state, an agent process, captured trajectories, and an independent
5
- grading step. Harbor provides orchestration; a pinned filesystem MCP provides
6
- the sandbox; a deterministic legal verifier grades investigation, decision,
7
- state, and answer.
8
 
9
  ## Runtime flow
10
 
11
  ```text
12
- high-level employee request + 96 immutable source records
13
- |
14
- v
15
- filesystem MCP sandbox
16
- |
17
- v
18
- identity -> authority -> operations -> approval/revision
19
- |
20
- +----------+----------+
21
- | |
22
- supported action evidence hold
23
- +----------+----------+
24
- |
25
- decision + matter-register state + advice
26
- |
27
- exact post-write readback
28
- |
29
- v
30
- hidden deterministic verifier
31
  ```
32
 
33
- The agent receives neither the gold output nor the verifier token. It can reach
34
- only `/workspace/documents` and `/workspace/output` through six tool
35
- contracts pinned to the official MCP filesystem server. Hidden world
36
- specification files are outside the allowlisted roots.
37
 
38
- Each task has twelve portfolio items, 97 files in twelve folders and nine
39
- native formats, 56–67 required evidence reads, 4–12 custody checks,
40
- task-specific searches, three writes, and three readbacks. Reference
41
- trajectories range from 76 to 93 successful calls. The verifier checks causal
42
- prerequisites and outcomes, not one exact call order.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
 
44
  ## Archipelago/APEX mapping
45
 
46
  | Layer | CounselBench / Blobfish | Archipelago / APEX analogue |
47
  |---|---|---|
48
- | Task state | Immutable source room, writable output state, per-trial trace | Environment image plus initial snapshot |
49
- | Tool gateway | Pinned official filesystem MCP contract with closed offline implementation | Environment-server APIs and task-specific tools |
50
  | Agent execution | Harbor agent container | Agent service and selectable implementation |
51
- | Trajectory | Complete MCP trace plus agent and verifier artifacts | Trajectory, final snapshot, prompts, and agent logs |
52
- | Grading | Deterministic causal, branch, state-diff, containment, and readback criteria | Independent grading service with composable graders |
53
- | Reproducibility | 100 oracle trials, 1,000 negative controls, 100 exact replays, contract conformance | Containerized reruns against frozen environment and grader |
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 the MCP world
58
- inside every task pack, and keeps verification behind a capability token.
59
 
60
- ## Why deterministic grading works here
61
 
62
  The generator creates raw facts and independently recomputes every branch from
63
- four controls. The evidence does not carry the computed disposition. The
64
- verifier can therefore check exact IDs, revisions, values, source paths,
65
- owners, deadlines, state rows, and trace ordering without a model judge.
66
 
67
- This design intentionally limits the scored claim. Open-ended legal
68
- persuasiveness is not graded. Whether the agent found the right records,
69
- applied the released decision rule, changed only the task-scoped state, and
70
- reported the exact supported result is graded.
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
- - [Model Context Protocol servers](https://github.com/modelcontextprotocol/servers)
 
 
 
 
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.1.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-file evidence room, twelve portfolio decisions, 5–9 supported
29
- actions, 3–7 evidence holds, and a distinct 76–93-call filesystem 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. The agent then creates
34
- an exact matter-register row and reads all three final work products back.
 
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, context paths, public causal rubric, gold output, and metadata.
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.1.0 release gates
53
 
54
  | Gate | Measured |
55
  |---|---:|
56
  | Tasks | 100 |
57
  | Agent-visible files | 9,700 unique; all nine native formats parse |
58
- | Required evidence reads | 5667 per task |
59
- | Reference MCP calls | 7693 per task |
60
- | Raw tool sequences | 100 distinct |
61
- | Semantic action graphs | 100 distinct; maximum pair match 0.169697 |
62
- | Prompt maximum 5-shingle Jaccard | 0.386139 |
63
  | Oracle and deterministic replay | 100/100 each |
64
- | Ten negative controls | 1,000/1,000 rejected |
65
 
66
- No v2 or partial model score is carried onto v3. A leaderboard row is published
67
  only after one model runs all 100 tasks on this exact release.
68
 
69
  ## MCP fidelity and licenses
70
 
71
- The world mirrors an allowlisted subset of `@modelcontextprotocol/server-filesystem@2026.7.10`
72
- at upstream commit `9a96ea6e5913736f92b88345bf51caeaaa8e719f`. Live contract and behavior conformance is
73
- versioned separately. Synthetic data is CC-BY-4.0; benchmark code is
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 | 5886 per task |
60
+ | Reference MCP calls | 6997 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.1 reports deterministic criterion credit and a separate
4
- strict pass. The grader makes no model, network, clock, locale, or random call.
 
 
 
5
 
6
- ## What v3 measures
7
 
8
- The release no longer rewards copying answer-shaped metadata. Source records do
9
- not label a finding, identify a primary or corroborating record, assign
10
- severity, name a remediation owner, or disclose the selected option. For each
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-facing request stays high level. A neutral work-product protocol
22
- in the evidence room defines the output shapes and presents all three candidate
23
- approaches without marking an answer.
24
 
25
- ## Scored categories
26
 
27
- | Category | Weight | What is checked |
28
  |---|---:|---|
29
- | Investigation | 25% | Exact required reads, custody checks, discovery/search, and all evidence preceding the first write |
30
- | Decision | 35% | Selected option, alternatives, exact action and hold populations, branch facts, citations, owners, and deadlines |
31
- | State | 25% | One exact matter-register row per portfolio key, no collateral rows or fields, and write-scope containment |
32
- | Advice | 15% | Recommendation, causal rationale, every supported action, every hold, alternatives, and limitations |
 
 
 
 
 
 
 
 
 
 
33
 
34
- The public rubric has 82 task-specific descriptions: global causal gates plus
35
- identity, authority, operations, approval, branch, and register checks for each
36
- portfolio key. The executable verifier expands those descriptions into
37
- field-level decision and state criteria.
 
 
38
 
39
- ## Ordering, containment, and readback
40
 
41
  The trace—not a claimed narrative—proves the workflow:
42
 
43
- - all 5667 required records must be read in full before the first write;
44
- - designated metadata checks and task-specific format searches must precede
45
- mutation;
46
- - only `decision.json`, `matter-register.json`, and `advice.md` may be
47
- written;
48
- - each final file digest must match the last MCP write;
49
- - each final file must be read back after its last write.
50
-
51
- ## Reward caps and strict pass
52
-
53
- - Missing or out-of-scope state writes cap reward at 0.20.
54
- - Missing post-write verification caps reward at 0.35.
55
- - Incomplete or late required investigation caps reward at 0.49.
56
- - Another incomplete procedure caps reward at 0.59.
57
- - Strict pass requires every procedure, decision, state, and advice criterion.
58
-
59
- Exact decision and register equality are graded state properties, not hidden
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 5886 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