CounselBench-100 v3.1.0 realism release
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- EVALUATION_ARCHITECTURE.md +53 -44
- README.md +39 -46
- SCORING.md +60 -48
- data/tasks.jsonl +0 -0
- realism-standard.json +0 -65
- reports/build.json +77 -25
- reports/mcp-conformance.json +46 -0
- reports/publication.json +0 -14
- reports/qualification.json +0 -0
- reports/raw/codex_probe.json +0 -45
- reports/raw/codex_stratified.json +0 -61
- reports/raw/harbor_all_oracle.json +0 -243
- reports/raw/harbor_public_download_smoke.json +0 -45
- reports/raw/mcp_conformance.json +0 -44
- reports/raw/model_job_1.json +0 -71
- reports/raw/qualification.json +0 -0
- reports/real-agent.json +0 -401
- reports/release-summary.json +0 -134
- task_files/cb100-001-helios-forge/01_corporate/001_corporate_control_register.md +0 -98
- task_files/cb100-001-helios-forge/01_corporate/001_corporate_source_export.md +77 -0
- task_files/cb100-001-helios-forge/01_corporate/002_corporate_executed_instrument.txt +0 -78
- task_files/cb100-001-helios-forge/01_corporate/002_corporate_source_export.txt +59 -0
- task_files/cb100-001-helios-forge/01_corporate/003_corporate_correspondence.eml +0 -77
- task_files/cb100-001-helios-forge/01_corporate/003_corporate_source_export.eml +99 -0
- task_files/cb100-001-helios-forge/01_corporate/004_corporate_ledger_export.csv +0 -59
- task_files/cb100-001-helios-forge/01_corporate/004_corporate_source_export.csv +39 -0
- task_files/cb100-001-helios-forge/01_corporate/005_corporate_review_memorandum.json +0 -287
- task_files/cb100-001-helios-forge/01_corporate/005_corporate_source_export.json +266 -0
- task_files/cb100-001-helios-forge/01_corporate/006_corporate_formal_notice.xml +0 -59
- task_files/cb100-001-helios-forge/01_corporate/006_corporate_source_export.xml +47 -0
- task_files/cb100-001-helios-forge/01_corporate/007_corporate_officer_certificate.html +0 -38
- task_files/cb100-001-helios-forge/01_corporate/007_corporate_source_export.html +1 -0
- task_files/cb100-001-helios-forge/01_corporate/008_corporate_source_export.pdf +272 -0
- task_files/cb100-001-helios-forge/01_corporate/008_corporate_status_report.md +0 -98
- task_files/cb100-001-helios-forge/02_capitalization/009_capitalization_control_register.md +0 -98
- task_files/cb100-001-helios-forge/02_capitalization/009_capitalization_source_export.md +77 -0
- task_files/cb100-001-helios-forge/02_capitalization/010_capitalization_executed_instrument.txt +0 -78
- task_files/cb100-001-helios-forge/02_capitalization/010_capitalization_source_export.txt +59 -0
- task_files/cb100-001-helios-forge/02_capitalization/011_capitalization_correspondence.eml +0 -77
- task_files/cb100-001-helios-forge/02_capitalization/011_capitalization_source_export.eml +99 -0
- task_files/cb100-001-helios-forge/02_capitalization/012_capitalization_ledger_export.csv +0 -59
- task_files/cb100-001-helios-forge/02_capitalization/012_capitalization_source_export.csv +39 -0
- task_files/cb100-001-helios-forge/02_capitalization/013_capitalization_review_memorandum.json +0 -287
- task_files/cb100-001-helios-forge/02_capitalization/013_capitalization_source_export.json +266 -0
- task_files/cb100-001-helios-forge/02_capitalization/014_capitalization_formal_notice.xml +0 -59
- task_files/cb100-001-helios-forge/02_capitalization/014_capitalization_source_export.xml +47 -0
- task_files/cb100-001-helios-forge/02_capitalization/015_capitalization_officer_certificate.html +0 -38
- task_files/cb100-001-helios-forge/02_capitalization/015_capitalization_source_export.html +1 -0
- task_files/cb100-001-helios-forge/02_capitalization/016_capitalization_source_export.pdf +272 -0
- task_files/cb100-001-helios-forge/02_capitalization/016_capitalization_status_report.md +0 -98
EVALUATION_ARCHITECTURE.md
CHANGED
|
@@ -1,64 +1,73 @@
|
|
| 1 |
# CounselBench evaluation architecture
|
| 2 |
|
| 3 |
-
CounselBench
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
| 7 |
|
| 8 |
## Runtime flow
|
| 9 |
|
| 10 |
```text
|
| 11 |
-
high-level request + 96 immutable records
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
```
|
| 25 |
|
| 26 |
-
The agent
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
|
| 33 |
## Archipelago/APEX mapping
|
| 34 |
|
| 35 |
| Layer | CounselBench / Blobfish | Archipelago / APEX analogue |
|
| 36 |
|---|---|---|
|
| 37 |
-
| Task state | Immutable
|
| 38 |
-
| Tool gateway | Pinned filesystem MCP contract with offline implementation | Environment-server APIs and task-specific tools |
|
| 39 |
-
| Agent execution | Harbor agent container
|
| 40 |
-
| Trajectory |
|
| 41 |
-
| Grading |
|
| 42 |
-
| Reproducibility | 100 oracle trials,
|
| 43 |
|
| 44 |
-
The
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
hidden verifier process.
|
| 49 |
|
| 50 |
-
## Why
|
| 51 |
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
requires every criterion.
|
| 57 |
|
| 58 |
-
This design
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
|
| 63 |
## Public references
|
| 64 |
|
|
|
|
| 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 |
|
README.md
CHANGED
|
@@ -23,59 +23,52 @@ configs:
|
|
| 23 |
|
| 24 |
# CounselBench-100
|
| 25 |
|
| 26 |
-
CounselBench-100 is a synthetic
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
## Public release
|
| 29 |
|
| 30 |
- Runnable Harbor world: <https://hub.harborframework.com/datasets/blobfishai/counselbench-100>
|
| 31 |
-
- Dataset and
|
| 32 |
-
- Benchmark
|
| 33 |
-
- Builder and verifier
|
| 34 |
|
| 35 |
-
##
|
| 36 |
|
| 37 |
-
- `data/tasks.jsonl`:
|
| 38 |
-
- `
|
| 39 |
-
- `
|
| 40 |
-
- `
|
| 41 |
-
- `
|
| 42 |
-
- `
|
| 43 |
-
- `SCORING.md`: the versioned 182-criterion scoring contract and v1.0 correction rationale.
|
| 44 |
-
- `EVALUATION_ARCHITECTURE.md`: the runtime map to Archipelago/APEX and the intentional deterministic-grading differences.
|
| 45 |
-
- `trajectories/` and `reports/`: all 100 generated reference traces and measured oracle/control evidence. A model row is published only after all 100 tasks run on this exact release.
|
| 46 |
|
| 47 |
-
##
|
| 48 |
|
| 49 |
-
| Gate |
|
| 50 |
|---|---:|
|
| 51 |
| Tasks | 100 |
|
| 52 |
-
|
|
| 53 |
-
|
|
| 54 |
-
|
|
| 55 |
-
|
|
| 56 |
-
|
|
| 57 |
-
|
|
| 58 |
-
|
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
-
|
| 70 |
-
|
| 71 |
-
## MCP fidelity
|
| 72 |
-
|
| 73 |
-
The world exposes an allowlisted subset of `@modelcontextprotocol/server-filesystem@2026.7.10` using the same tool names, input JSON Schema, annotations, `content`, and `structuredContent` result shapes. The upstream repository is pinned to commit `9a96ea6e5913736f92b88345bf51caeaaa8e719f`. `tests/conformance.py` launches the real package and compares live behavior against the offline mock.
|
| 74 |
-
|
| 75 |
-
## Data and contamination
|
| 76 |
-
|
| 77 |
-
Every person, entity, amount, address, event, and document is synthetic. The catalog was written for this release; Harvey Labs and Apex Accounting informed packaging and depth targets only. No Harvey or Apex task text, evidence, rubric, or gold answer is included. Gold outputs are public, as in Apex Accounting, so this release is appropriate for transparent evaluation and RL experiments rather than secret-test claims.
|
| 78 |
-
|
| 79 |
-
## Licenses
|
| 80 |
-
|
| 81 |
-
Synthetic task data and documents are CC-BY-4.0. Benchmark code and test harnesses are Apache-2.0. Third-party MCP contract metadata remains subject to the upstream MIT license; provenance is recorded in `contracts/upstream-pin.json`.
|
|
|
|
| 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 |
|
| 38 |
- Runnable Harbor world: <https://hub.harborframework.com/datasets/blobfishai/counselbench-100>
|
| 39 |
+
- Dataset and assets: <https://huggingface.co/datasets/SamuelChien821/counselbench-100>
|
| 40 |
+
- Benchmark explorer: <https://blobfish.ai/benchmarks/counselbench-100>
|
| 41 |
+
- Builder and verifier: <https://github.com/blobfishai/legal-agent-simulation/tree/master/benchmark/counselbench100>
|
| 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 | 56–67 per task |
|
| 59 |
+
| Reference MCP calls | 76–93 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SCORING.md
CHANGED
|
@@ -1,50 +1,62 @@
|
|
| 1 |
# CounselBench-100 scoring contract
|
| 2 |
|
| 3 |
-
CounselBench-100
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
|
| 30 |
-
|
|
| 31 |
-
|
|
| 32 |
-
|
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
-
|
| 45 |
-
|
| 46 |
-
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 56–67 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.
|
data/tasks.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
realism-standard.json
DELETED
|
@@ -1,65 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"schemaVersion": "blobfish.benchmark-realism-standard.v1",
|
| 3 |
-
"name": "Blobfish Enterprise Benchmark Realism Standard",
|
| 4 |
-
"effectiveDate": "2026-08-28",
|
| 5 |
-
"scope": "Every Blobfish-authored first-party task and companion task layer published on /benchmarks.",
|
| 6 |
-
"requirements": {
|
| 7 |
-
"employeeRequest": {
|
| 8 |
-
"minimumWords": 40,
|
| 9 |
-
"maximumWords": 200,
|
| 10 |
-
"exactDuplicatesAllowed": 0,
|
| 11 |
-
"maximumPairwiseFiveShingleJaccard": 0.8,
|
| 12 |
-
"proceduralRecipeAllowed": false,
|
| 13 |
-
"harnessSyntaxAllowed": false,
|
| 14 |
-
"gradingLanguageAllowed": false
|
| 15 |
-
},
|
| 16 |
-
"workflow": {
|
| 17 |
-
"distinctReferenceToolSequences": true,
|
| 18 |
-
"minimumEvidenceSystems": 3,
|
| 19 |
-
"exactCallOrderGraded": false,
|
| 20 |
-
"readBeforeWriteWhenApplicable": true
|
| 21 |
-
},
|
| 22 |
-
"assetRoom": {
|
| 23 |
-
"minimumFilesPerTask": 12,
|
| 24 |
-
"minimumFileKindsPerTask": 6,
|
| 25 |
-
"fileKindDefinition": "A distinct released serialization format or independently identified source-record role.",
|
| 26 |
-
"requiresStructuredData": true,
|
| 27 |
-
"requiresSpreadsheet": true,
|
| 28 |
-
"requiresDocument": true,
|
| 29 |
-
"requiresCommunicationRecord": true
|
| 30 |
-
},
|
| 31 |
-
"rubric": {
|
| 32 |
-
"minimumCriteriaPerTask": 40,
|
| 33 |
-
"requiredCategories": [
|
| 34 |
-
"investigation",
|
| 35 |
-
"correlation",
|
| 36 |
-
"decision",
|
| 37 |
-
"state",
|
| 38 |
-
"answer",
|
| 39 |
-
"containment"
|
| 40 |
-
],
|
| 41 |
-
"minimumDecisionOptions": 3,
|
| 42 |
-
"deterministic": true,
|
| 43 |
-
"llmJudgeCalls": 0
|
| 44 |
-
},
|
| 45 |
-
"sandbox": {
|
| 46 |
-
"isolatedStartingState": true,
|
| 47 |
-
"statefulMcp": true,
|
| 48 |
-
"verifierHiddenFromAgent": true,
|
| 49 |
-
"providerContractDisclosureRequired": true,
|
| 50 |
-
"unsupportedOneToOneProviderClaimsAllowed": false
|
| 51 |
-
},
|
| 52 |
-
"qualification": {
|
| 53 |
-
"oracleCoverage": "all released tasks",
|
| 54 |
-
"deterministicReplayCoverage": "all released tasks",
|
| 55 |
-
"negativeControlsRequired": true,
|
| 56 |
-
"falseAcceptsAllowed": 0
|
| 57 |
-
},
|
| 58 |
-
"leaderboard": {
|
| 59 |
-
"partialRunRankedAsReleaseResult": false,
|
| 60 |
-
"staleReleaseRunRankedAsCurrent": false,
|
| 61 |
-
"modelRowRequiresExactReleaseAndFullTaskCoverage": true,
|
| 62 |
-
"referenceControlsRankedAsModels": false
|
| 63 |
-
}
|
| 64 |
-
}
|
| 65 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
reports/build.json
CHANGED
|
@@ -1,23 +1,38 @@
|
|
| 1 |
{
|
| 2 |
"benchmark": "CounselBench-100",
|
| 3 |
-
"criteria_per_task":
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
"exact_duplicate_documents": 0,
|
| 7 |
"exact_duplicate_prompts": 0,
|
| 8 |
-
"findings_per_task": 16,
|
| 9 |
"folders_per_task": 12,
|
| 10 |
"format_counts": {
|
| 11 |
"csv": 1200,
|
| 12 |
"eml": 1200,
|
| 13 |
"html": 1200,
|
| 14 |
"json": 1200,
|
| 15 |
-
"md":
|
|
|
|
| 16 |
"txt": 1200,
|
|
|
|
| 17 |
"xml": 1200
|
| 18 |
},
|
| 19 |
-
"formats_per_task":
|
| 20 |
-
"maximum_document_bytes":
|
| 21 |
"mcp_pin": {
|
| 22 |
"commit": "9a96ea6e5913736f92b88345bf51caeaaa8e719f",
|
| 23 |
"license": "Apache-2.0/MIT transition notice",
|
|
@@ -29,48 +44,84 @@
|
|
| 29 |
"server_name": "io.github.modelcontextprotocol/server-filesystem",
|
| 30 |
"version": "2026.7.10"
|
| 31 |
},
|
| 32 |
-
"median_document_bytes":
|
| 33 |
-
"minimum_document_bytes":
|
|
|
|
| 34 |
"practice_area_count": 10,
|
| 35 |
"prompt_uniqueness": {
|
| 36 |
-
"maximum_jaccard_5_shingle": 0.
|
| 37 |
"pair_indices": [
|
| 38 |
-
|
| 39 |
-
|
| 40 |
]
|
| 41 |
},
|
| 42 |
"quality_gates": {
|
| 43 |
-
"
|
| 44 |
"all_expected_formats_present": true,
|
|
|
|
|
|
|
| 45 |
"bounded_document_size": true,
|
|
|
|
|
|
|
| 46 |
"hand_authored_matter_spines_unique": true,
|
| 47 |
"high_level_prompts": true,
|
| 48 |
"median_document_depth": true,
|
| 49 |
"minimum_document_depth": true,
|
| 50 |
-
"
|
|
|
|
| 51 |
"no_exact_duplicate_documents": true,
|
| 52 |
"no_exact_duplicate_prompts": true,
|
| 53 |
"one_hundred_tasks": true,
|
| 54 |
"prompt_similarity_below_limit": true,
|
| 55 |
"reference_sequence_similarity_below_limit": true,
|
| 56 |
-
"
|
|
|
|
|
|
|
| 57 |
"ten_balanced_practice_areas": true,
|
| 58 |
"three_decision_options_per_task": true,
|
|
|
|
| 59 |
"twelve_folders_per_task": true,
|
| 60 |
-
"unique_reference_tool_sequences": true
|
|
|
|
| 61 |
},
|
| 62 |
"reference_sequence_similarity": {
|
| 63 |
-
"maximum_sequence_match": 0.
|
| 64 |
"pair_indices": [
|
| 65 |
-
|
| 66 |
-
|
| 67 |
]
|
| 68 |
},
|
| 69 |
-
"reference_tool_calls_per_task":
|
| 70 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 71 |
"release_passed": true,
|
| 72 |
-
"required_evidence_reads_per_task":
|
| 73 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
"task_count": 100,
|
| 75 |
"tasks_per_practice_area": {
|
| 76 |
"commercial-contracts": 10,
|
|
@@ -84,8 +135,9 @@
|
|
| 84 |
"real-estate": 10,
|
| 85 |
"restructuring": 10
|
| 86 |
},
|
| 87 |
-
"unique_document_sha256_count":
|
| 88 |
"unique_reference_tool_name_sequences": 100,
|
|
|
|
| 89 |
"verifier": {
|
| 90 |
"deterministic": true,
|
| 91 |
"model_calls": 0,
|
|
@@ -93,5 +145,5 @@
|
|
| 93 |
"random_calls": 0,
|
| 94 |
"wall_clock_reads": 0
|
| 95 |
},
|
| 96 |
-
"version": "
|
| 97 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"benchmark": "CounselBench-100",
|
| 3 |
+
"criteria_per_task": {
|
| 4 |
+
"maximum": 82,
|
| 5 |
+
"minimum": 82
|
| 6 |
+
},
|
| 7 |
+
"document_count": 9700,
|
| 8 |
+
"documents_per_task": 97,
|
| 9 |
+
"evidence_holds_per_task": {
|
| 10 |
+
"maximum": 7,
|
| 11 |
+
"minimum": 3,
|
| 12 |
+
"sizes_present": [
|
| 13 |
+
3,
|
| 14 |
+
4,
|
| 15 |
+
5,
|
| 16 |
+
6,
|
| 17 |
+
7
|
| 18 |
+
]
|
| 19 |
+
},
|
| 20 |
"exact_duplicate_documents": 0,
|
| 21 |
"exact_duplicate_prompts": 0,
|
|
|
|
| 22 |
"folders_per_task": 12,
|
| 23 |
"format_counts": {
|
| 24 |
"csv": 1200,
|
| 25 |
"eml": 1200,
|
| 26 |
"html": 1200,
|
| 27 |
"json": 1200,
|
| 28 |
+
"md": 1200,
|
| 29 |
+
"pdf": 1200,
|
| 30 |
"txt": 1200,
|
| 31 |
+
"xlsx": 100,
|
| 32 |
"xml": 1200
|
| 33 |
},
|
| 34 |
+
"formats_per_task": 9,
|
| 35 |
+
"maximum_document_bytes": 12066,
|
| 36 |
"mcp_pin": {
|
| 37 |
"commit": "9a96ea6e5913736f92b88345bf51caeaaa8e719f",
|
| 38 |
"license": "Apache-2.0/MIT transition notice",
|
|
|
|
| 44 |
"server_name": "io.github.modelcontextprotocol/server-filesystem",
|
| 45 |
"version": "2026.7.10"
|
| 46 |
},
|
| 47 |
+
"median_document_bytes": 8898,
|
| 48 |
+
"minimum_document_bytes": 5658,
|
| 49 |
+
"portfolio_items_per_task": 12,
|
| 50 |
"practice_area_count": 10,
|
| 51 |
"prompt_uniqueness": {
|
| 52 |
+
"maximum_jaccard_5_shingle": 0.386139,
|
| 53 |
"pair_indices": [
|
| 54 |
+
37,
|
| 55 |
+
77
|
| 56 |
]
|
| 57 |
},
|
| 58 |
"quality_gates": {
|
| 59 |
+
"action_sizes_cover_range": true,
|
| 60 |
"all_expected_formats_present": true,
|
| 61 |
+
"all_material_causality_gates": true,
|
| 62 |
+
"all_native_formats_parse": true,
|
| 63 |
"bounded_document_size": true,
|
| 64 |
+
"evidence_depth_varies": true,
|
| 65 |
+
"hand_authored_decision_rules_unique": true,
|
| 66 |
"hand_authored_matter_spines_unique": true,
|
| 67 |
"high_level_prompts": true,
|
| 68 |
"median_document_depth": true,
|
| 69 |
"minimum_document_depth": true,
|
| 70 |
+
"nine_native_formats_per_task": true,
|
| 71 |
+
"ninety_seven_agent_visible_files_per_task": true,
|
| 72 |
"no_exact_duplicate_documents": true,
|
| 73 |
"no_exact_duplicate_prompts": true,
|
| 74 |
"one_hundred_tasks": true,
|
| 75 |
"prompt_similarity_below_limit": true,
|
| 76 |
"reference_sequence_similarity_below_limit": true,
|
| 77 |
+
"semantic_action_graph_similarity_below_limit": true,
|
| 78 |
+
"supported_action_and_hold_mix": true,
|
| 79 |
+
"task_specific_causal_criteria": true,
|
| 80 |
"ten_balanced_practice_areas": true,
|
| 81 |
"three_decision_options_per_task": true,
|
| 82 |
+
"tool_call_depth_varies": true,
|
| 83 |
"twelve_folders_per_task": true,
|
| 84 |
+
"unique_reference_tool_sequences": true,
|
| 85 |
+
"unique_semantic_action_graphs": true
|
| 86 |
},
|
| 87 |
"reference_sequence_similarity": {
|
| 88 |
+
"maximum_sequence_match": 0.893082,
|
| 89 |
"pair_indices": [
|
| 90 |
+
28,
|
| 91 |
+
79
|
| 92 |
]
|
| 93 |
},
|
| 94 |
+
"reference_tool_calls_per_task": {
|
| 95 |
+
"distinct_counts": 18,
|
| 96 |
+
"maximum": 93,
|
| 97 |
+
"minimum": 76
|
| 98 |
+
},
|
| 99 |
+
"reference_tool_calls_total": 8413,
|
| 100 |
"release_passed": true,
|
| 101 |
+
"required_evidence_reads_per_task": {
|
| 102 |
+
"distinct_counts": 12,
|
| 103 |
+
"maximum": 67,
|
| 104 |
+
"minimum": 56
|
| 105 |
+
},
|
| 106 |
+
"schema_version": "counselbench.build.v3",
|
| 107 |
+
"semantic_action_graph_similarity": {
|
| 108 |
+
"maximum_sequence_match": 0.169697,
|
| 109 |
+
"pair_indices": [
|
| 110 |
+
27,
|
| 111 |
+
75
|
| 112 |
+
]
|
| 113 |
+
},
|
| 114 |
+
"supported_actions_per_task": {
|
| 115 |
+
"maximum": 9,
|
| 116 |
+
"minimum": 5,
|
| 117 |
+
"sizes_present": [
|
| 118 |
+
5,
|
| 119 |
+
6,
|
| 120 |
+
7,
|
| 121 |
+
8,
|
| 122 |
+
9
|
| 123 |
+
]
|
| 124 |
+
},
|
| 125 |
"task_count": 100,
|
| 126 |
"tasks_per_practice_area": {
|
| 127 |
"commercial-contracts": 10,
|
|
|
|
| 135 |
"real-estate": 10,
|
| 136 |
"restructuring": 10
|
| 137 |
},
|
| 138 |
+
"unique_document_sha256_count": 9700,
|
| 139 |
"unique_reference_tool_name_sequences": 100,
|
| 140 |
+
"unique_semantic_action_graphs": 100,
|
| 141 |
"verifier": {
|
| 142 |
"deterministic": true,
|
| 143 |
"model_calls": 0,
|
|
|
|
| 145 |
"random_calls": 0,
|
| 146 |
"wall_clock_reads": 0
|
| 147 |
},
|
| 148 |
+
"version": "3.1.0"
|
| 149 |
}
|
reports/mcp-conformance.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"behavior_checks": {
|
| 3 |
+
"directory_tree": true,
|
| 4 |
+
"get_file_info": true,
|
| 5 |
+
"list_allowed_directories": true,
|
| 6 |
+
"read_text_file": true,
|
| 7 |
+
"search_files": true,
|
| 8 |
+
"write_file": true
|
| 9 |
+
},
|
| 10 |
+
"benchmark": "CounselBench-100",
|
| 11 |
+
"benchmark_version": "3.1.0",
|
| 12 |
+
"contract_checks": {
|
| 13 |
+
"directory_tree": true,
|
| 14 |
+
"get_file_info": true,
|
| 15 |
+
"list_allowed_directories": true,
|
| 16 |
+
"read_text_file": true,
|
| 17 |
+
"search_files": true,
|
| 18 |
+
"write_file": true
|
| 19 |
+
},
|
| 20 |
+
"contract_diffs": {},
|
| 21 |
+
"passed": true,
|
| 22 |
+
"schema_version": "counselbench.mcp-conformance.v3",
|
| 23 |
+
"upstream": {
|
| 24 |
+
"commit": "9a96ea6e5913736f92b88345bf51caeaaa8e719f",
|
| 25 |
+
"license": "Apache-2.0/MIT transition notice",
|
| 26 |
+
"package": "@modelcontextprotocol/server-filesystem",
|
| 27 |
+
"protocol_version": "2025-06-18",
|
| 28 |
+
"repository": "https://github.com/modelcontextprotocol/servers",
|
| 29 |
+
"runtime_server_name": "secure-filesystem-server",
|
| 30 |
+
"runtime_server_version": "0.2.0",
|
| 31 |
+
"server_name": "io.github.modelcontextprotocol/server-filesystem",
|
| 32 |
+
"version": "2026.7.10"
|
| 33 |
+
},
|
| 34 |
+
"upstream_initialize": {
|
| 35 |
+
"capabilities": {
|
| 36 |
+
"tools": {
|
| 37 |
+
"listChanged": true
|
| 38 |
+
}
|
| 39 |
+
},
|
| 40 |
+
"protocolVersion": "2025-06-18",
|
| 41 |
+
"serverInfo": {
|
| 42 |
+
"name": "secure-filesystem-server",
|
| 43 |
+
"version": "0.2.0"
|
| 44 |
+
}
|
| 45 |
+
}
|
| 46 |
+
}
|
reports/publication.json
DELETED
|
@@ -1,14 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"benchmark_page": {
|
| 3 |
-
"url": "https://blobfish.ai/benchmarks/counselbench-100",
|
| 4 |
-
"version": "f015d0beb3f9fb9b86037a0a60aff5a489290462"
|
| 5 |
-
},
|
| 6 |
-
"harbor": {
|
| 7 |
-
"digest": "sha256:5e1476ff9b4237116e4540a491fa92630714d06861d1a44ecfa96aa5a8ea00ca",
|
| 8 |
-
"url": "https://hub.harborframework.com/datasets/blobfishai/counselbench-100"
|
| 9 |
-
},
|
| 10 |
-
"hugging_face": {
|
| 11 |
-
"data_commit": "b463b1868c83ace1abb55738abfafa1dc1ccee12",
|
| 12 |
-
"url": "https://huggingface.co/datasets/SamuelChien821/counselbench-100"
|
| 13 |
-
}
|
| 14 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
reports/qualification.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
reports/raw/codex_probe.json
DELETED
|
@@ -1,45 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"id": "464c5a7f-7d9a-43dd-8298-60673718f20c",
|
| 3 |
-
"started_at": "2026-08-25T14:51:25.810141",
|
| 4 |
-
"updated_at": "2026-08-25T15:00:36.283773",
|
| 5 |
-
"finished_at": "2026-08-25T15:00:36.283773",
|
| 6 |
-
"n_total_trials": 1,
|
| 7 |
-
"stats": {
|
| 8 |
-
"n_completed_trials": 1,
|
| 9 |
-
"n_errored_trials": 0,
|
| 10 |
-
"n_running_trials": 0,
|
| 11 |
-
"n_pending_trials": 0,
|
| 12 |
-
"n_cancelled_trials": 0,
|
| 13 |
-
"n_retries": 0,
|
| 14 |
-
"evals": {
|
| 15 |
-
"codex__gpt-5.6-sol__adhoc": {
|
| 16 |
-
"n_trials": 1,
|
| 17 |
-
"n_errors": 0,
|
| 18 |
-
"metrics": [
|
| 19 |
-
{
|
| 20 |
-
"passed": 0.0,
|
| 21 |
-
"reward": 0.0
|
| 22 |
-
}
|
| 23 |
-
],
|
| 24 |
-
"pass_at_k": {},
|
| 25 |
-
"reward_stats": {
|
| 26 |
-
"passed": {
|
| 27 |
-
"0.0": [
|
| 28 |
-
"cb100-001-helios-forge__GWSQ7pQ"
|
| 29 |
-
]
|
| 30 |
-
},
|
| 31 |
-
"reward": {
|
| 32 |
-
"0.0": [
|
| 33 |
-
"cb100-001-helios-forge__GWSQ7pQ"
|
| 34 |
-
]
|
| 35 |
-
}
|
| 36 |
-
},
|
| 37 |
-
"exception_stats": {}
|
| 38 |
-
}
|
| 39 |
-
},
|
| 40 |
-
"n_input_tokens": 930757,
|
| 41 |
-
"n_cache_tokens": 861184,
|
| 42 |
-
"n_output_tokens": 20978,
|
| 43 |
-
"cost_usd": 1.0423256
|
| 44 |
-
}
|
| 45 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
reports/raw/codex_stratified.json
DELETED
|
@@ -1,61 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"id": "69a3279f-3444-4448-9daa-27ea014733aa",
|
| 3 |
-
"started_at": "2026-08-25T15:01:00.860556",
|
| 4 |
-
"updated_at": "2026-08-25T15:39:10.314700",
|
| 5 |
-
"finished_at": "2026-08-25T15:39:10.314700",
|
| 6 |
-
"n_total_trials": 9,
|
| 7 |
-
"stats": {
|
| 8 |
-
"n_completed_trials": 9,
|
| 9 |
-
"n_errored_trials": 0,
|
| 10 |
-
"n_running_trials": 0,
|
| 11 |
-
"n_pending_trials": 0,
|
| 12 |
-
"n_cancelled_trials": 0,
|
| 13 |
-
"n_retries": 0,
|
| 14 |
-
"evals": {
|
| 15 |
-
"codex__gpt-5.6-sol__tasks": {
|
| 16 |
-
"n_trials": 9,
|
| 17 |
-
"n_errors": 0,
|
| 18 |
-
"metrics": [
|
| 19 |
-
{
|
| 20 |
-
"passed": 0.0,
|
| 21 |
-
"reward": 0.0
|
| 22 |
-
}
|
| 23 |
-
],
|
| 24 |
-
"pass_at_k": {},
|
| 25 |
-
"reward_stats": {
|
| 26 |
-
"passed": {
|
| 27 |
-
"0.0": [
|
| 28 |
-
"cb100-061-arcadia-genomics__GfKed7t",
|
| 29 |
-
"cb100-081-aperture-robotics__najrBXi",
|
| 30 |
-
"cb100-031-aurora-antitrust__pNUQ4sD",
|
| 31 |
-
"cb100-041-anchor-marine__agQrNxo",
|
| 32 |
-
"cb100-051-acorn-logistics__C5ALRbX",
|
| 33 |
-
"cb100-071-alpine-delivery__NKDGxu8",
|
| 34 |
-
"cb100-021-alder-biotech__q8bGjdr",
|
| 35 |
-
"cb100-091-alabaster-energy__Tu7CeC8",
|
| 36 |
-
"cb100-011-atlas-fiber__JjLby9v"
|
| 37 |
-
]
|
| 38 |
-
},
|
| 39 |
-
"reward": {
|
| 40 |
-
"0.0": [
|
| 41 |
-
"cb100-061-arcadia-genomics__GfKed7t",
|
| 42 |
-
"cb100-081-aperture-robotics__najrBXi",
|
| 43 |
-
"cb100-031-aurora-antitrust__pNUQ4sD",
|
| 44 |
-
"cb100-041-anchor-marine__agQrNxo",
|
| 45 |
-
"cb100-051-acorn-logistics__C5ALRbX",
|
| 46 |
-
"cb100-071-alpine-delivery__NKDGxu8",
|
| 47 |
-
"cb100-021-alder-biotech__q8bGjdr",
|
| 48 |
-
"cb100-091-alabaster-energy__Tu7CeC8",
|
| 49 |
-
"cb100-011-atlas-fiber__JjLby9v"
|
| 50 |
-
]
|
| 51 |
-
}
|
| 52 |
-
},
|
| 53 |
-
"exception_stats": {}
|
| 54 |
-
}
|
| 55 |
-
},
|
| 56 |
-
"n_input_tokens": 8574444,
|
| 57 |
-
"n_cache_tokens": 7769600,
|
| 58 |
-
"n_output_tokens": 143611,
|
| 59 |
-
"cost_usd": 9.199435999999999
|
| 60 |
-
}
|
| 61 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
reports/raw/harbor_all_oracle.json
DELETED
|
@@ -1,243 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"id": "e7139106-d5a8-4390-b043-20394c565d1e",
|
| 3 |
-
"started_at": "2026-08-25T21:28:07.336146",
|
| 4 |
-
"updated_at": "2026-08-25T21:43:44.007268",
|
| 5 |
-
"finished_at": "2026-08-25T21:43:44.007268",
|
| 6 |
-
"n_total_trials": 100,
|
| 7 |
-
"stats": {
|
| 8 |
-
"n_completed_trials": 100,
|
| 9 |
-
"n_errored_trials": 0,
|
| 10 |
-
"n_running_trials": 0,
|
| 11 |
-
"n_pending_trials": 0,
|
| 12 |
-
"n_cancelled_trials": 0,
|
| 13 |
-
"n_retries": 0,
|
| 14 |
-
"evals": {
|
| 15 |
-
"oracle__tasks": {
|
| 16 |
-
"n_trials": 100,
|
| 17 |
-
"n_errors": 0,
|
| 18 |
-
"metrics": [
|
| 19 |
-
{
|
| 20 |
-
"passed": 1.0,
|
| 21 |
-
"reward": 1.0
|
| 22 |
-
}
|
| 23 |
-
],
|
| 24 |
-
"pass_at_k": {},
|
| 25 |
-
"reward_stats": {
|
| 26 |
-
"passed": {
|
| 27 |
-
"1.0": [
|
| 28 |
-
"cb100-039-isotope-environmental__BFn3xbJ",
|
| 29 |
-
"cb100-002-northstar-orbit__ZgPxDX6",
|
| 30 |
-
"cb100-099-ironclad-logistics__t7TZzUM",
|
| 31 |
-
"cb100-061-arcadia-genomics__NjUjvry",
|
| 32 |
-
"cb100-009-silverline-logistics__rsVvHkZ",
|
| 33 |
-
"cb100-082-blue-fern__5m6hkuY",
|
| 34 |
-
"cb100-080-junction-foods__VFeFdTK",
|
| 35 |
-
"cb100-083-crux-mapping__xkj9vUF",
|
| 36 |
-
"cb100-062-brightpath-kids__AYFRLRA",
|
| 37 |
-
"cb100-033-crown-employment__c5s28fw",
|
| 38 |
-
"cb100-074-daymark-bank__Fa8LKmM",
|
| 39 |
-
"cb100-044-drummond-care__hWqPE89",
|
| 40 |
-
"cb100-064-deepwell-health__SGLSTsD",
|
| 41 |
-
"cb100-032-bayfield-patent__tty7PGC",
|
| 42 |
-
"cb100-043-cascade-retail__orMqckq",
|
| 43 |
-
"cb100-026-foxglove-pharma__rubEFw9",
|
| 44 |
-
"cb100-095-eastport-shipping__5kZYFPg",
|
| 45 |
-
"cb100-015-ember-medical__DMk7WGT",
|
| 46 |
-
"cb100-092-brightstar-medical__YBhRauK",
|
| 47 |
-
"cb100-081-aperture-robotics__syK8s39",
|
| 48 |
-
"cb100-097-granular-tech__vwKRqih",
|
| 49 |
-
"cb100-025-evergreen-charter__7cdLNVx",
|
| 50 |
-
"cb100-047-greenway-transit__UnUBTYg",
|
| 51 |
-
"cb100-054-dockside-hotel__8GKbHPR",
|
| 52 |
-
"cb100-036-federal-basin__ujGxcv6",
|
| 53 |
-
"cb100-014-driftwood-media__f7i6a88",
|
| 54 |
-
"cb100-003-lumen-health__pzKTywC",
|
| 55 |
-
"cb100-008-cobalt-learning__UiL3LZc",
|
| 56 |
-
"cb100-059-ivory-tower__ax6VWE2",
|
| 57 |
-
"cb100-076-frontier-games__gW9YBUS",
|
| 58 |
-
"cb100-086-frostline-security__kwpVSxA",
|
| 59 |
-
"cb100-058-hemlock-manufacturing__9eRYhDE",
|
| 60 |
-
"cb100-024-dovetail-aerospace__2W8sqpS",
|
| 61 |
-
"cb100-048-harvest-paper__F4arqHj",
|
| 62 |
-
"cb100-055-eastgate-labs__bpTStCS",
|
| 63 |
-
"cb100-087-goldfinch-media__4DQKyYt",
|
| 64 |
-
"cb100-049-inlet-fitness__ank9DGN",
|
| 65 |
-
"cb100-001-helios-forge__irMcA7V",
|
| 66 |
-
"cb100-023-cedar-finance__uxZW8xo",
|
| 67 |
-
"cb100-022-beacon-mining__HFiqSkn",
|
| 68 |
-
"cb100-057-glenridge-school__TvyPjRX",
|
| 69 |
-
"cb100-042-birch-aviation__3Nvjye8",
|
| 70 |
-
"cb100-006-meridian-water__9xn9yuz",
|
| 71 |
-
"cb100-005-solace-mobility__cDBVhxa",
|
| 72 |
-
"cb100-031-aurora-antitrust__qgC8DUr",
|
| 73 |
-
"cb100-041-anchor-marine__ZNpdiPX",
|
| 74 |
-
"cb100-017-garnet-energy__GjVp54F",
|
| 75 |
-
"cb100-029-indigo-telecom__7MRMZFy",
|
| 76 |
-
"cb100-030-jasper-university__BVmAHqA",
|
| 77 |
-
"cb100-040-juniper-franchise__xWt6G3Z",
|
| 78 |
-
"cb100-075-elmwood-retail__YpMbLgQ",
|
| 79 |
-
"cb100-007-bracken-home__eWSE3Mq",
|
| 80 |
-
"cb100-077-goldleaf-hotels__5qLsN3b",
|
| 81 |
-
"cb100-098-highwater-utilities__MgJWrtW",
|
| 82 |
-
"cb100-073-copper-state__bQY9AWk",
|
| 83 |
-
"cb100-079-island-biologics__jKh9taN",
|
| 84 |
-
"cb100-066-fable-fintech__T9m7ay7",
|
| 85 |
-
"cb100-065-everfield-market__qhiWcCp",
|
| 86 |
-
"cb100-028-horizon-relief__qtuZdSc",
|
| 87 |
-
"cb100-012-banyan-payments__GZYVHgZ",
|
| 88 |
-
"cb100-060-kestrel-farms__GmAtv5f",
|
| 89 |
-
"cb100-010-verdant-grid__aYpDbB8",
|
| 90 |
-
"cb100-078-harbor-transit__Brem82s",
|
| 91 |
-
"cb100-051-acorn-logistics__97wBUM8",
|
| 92 |
-
"cb100-046-foundry-foods__HyeCgk8",
|
| 93 |
-
"cb100-085-everglass-medical__nE33Dg9",
|
| 94 |
-
"cb100-045-equinox-solar__SZxFBVh",
|
| 95 |
-
"cb100-084-drift-audio__UFChavz",
|
| 96 |
-
"cb100-096-fieldstone-foods__CXXTtg5",
|
| 97 |
-
"cb100-071-alpine-delivery__givyKHA",
|
| 98 |
-
"cb100-019-ironwood-agri__ouHnYoW",
|
| 99 |
-
"cb100-016-fathom-retail__bMe6NCk",
|
| 100 |
-
"cb100-035-elm-river__VttUhNg",
|
| 101 |
-
"cb100-070-jetstream-saas__6xJMgp4",
|
| 102 |
-
"cb100-027-granite-hospitality__9eW2BN6",
|
| 103 |
-
"cb100-004-tamarack-foods__wXxHEBh",
|
| 104 |
-
"cb100-037-glacier-insurance__nre3zWh",
|
| 105 |
-
"cb100-069-inkwell-publishing__BFdfkx2",
|
| 106 |
-
"cb100-018-harborlight-ai__bvY6njf",
|
| 107 |
-
"cb100-021-alder-biotech__BF8izhN",
|
| 108 |
-
"cb100-089-ionwave-semi__t8mnPkD",
|
| 109 |
-
"cb100-068-highline-wearables__QL9EXxr",
|
| 110 |
-
"cb100-052-brookline-clinic__svSkkvP",
|
| 111 |
-
"cb100-091-alabaster-energy__Uhu9PuJ",
|
| 112 |
-
"cb100-034-delta-products__NyjBZX9",
|
| 113 |
-
"cb100-056-fairhaven-storage__NJgxrWy",
|
| 114 |
-
"cb100-063-civic-route__U344wyv",
|
| 115 |
-
"cb100-094-duneworks__L4TzmAz",
|
| 116 |
-
"cb100-011-atlas-fiber__YbCNAcw",
|
| 117 |
-
"cb100-100-juniper-photonics__mFM9bHd",
|
| 118 |
-
"cb100-013-cirrus-labs__JEV7xgN",
|
| 119 |
-
"cb100-093-cypress-bank__fsRmTnW",
|
| 120 |
-
"cb100-067-grove-hospitality__MmYmWcZ",
|
| 121 |
-
"cb100-088-hinterland-agri__eMrHfGw",
|
| 122 |
-
"cb100-038-highland-securities__mJAwJfu",
|
| 123 |
-
"cb100-020-juno-travel__v4BfJqQ",
|
| 124 |
-
"cb100-072-bluebird-care__Dj5msP5",
|
| 125 |
-
"cb100-050-keystone-press__jxRYP8U",
|
| 126 |
-
"cb100-053-canyon-grocery__Pw78xCq",
|
| 127 |
-
"cb100-090-jagged-cloud__nsAAFgi"
|
| 128 |
-
]
|
| 129 |
-
},
|
| 130 |
-
"reward": {
|
| 131 |
-
"1.0": [
|
| 132 |
-
"cb100-039-isotope-environmental__BFn3xbJ",
|
| 133 |
-
"cb100-002-northstar-orbit__ZgPxDX6",
|
| 134 |
-
"cb100-099-ironclad-logistics__t7TZzUM",
|
| 135 |
-
"cb100-061-arcadia-genomics__NjUjvry",
|
| 136 |
-
"cb100-009-silverline-logistics__rsVvHkZ",
|
| 137 |
-
"cb100-082-blue-fern__5m6hkuY",
|
| 138 |
-
"cb100-080-junction-foods__VFeFdTK",
|
| 139 |
-
"cb100-083-crux-mapping__xkj9vUF",
|
| 140 |
-
"cb100-062-brightpath-kids__AYFRLRA",
|
| 141 |
-
"cb100-033-crown-employment__c5s28fw",
|
| 142 |
-
"cb100-074-daymark-bank__Fa8LKmM",
|
| 143 |
-
"cb100-044-drummond-care__hWqPE89",
|
| 144 |
-
"cb100-064-deepwell-health__SGLSTsD",
|
| 145 |
-
"cb100-032-bayfield-patent__tty7PGC",
|
| 146 |
-
"cb100-043-cascade-retail__orMqckq",
|
| 147 |
-
"cb100-026-foxglove-pharma__rubEFw9",
|
| 148 |
-
"cb100-095-eastport-shipping__5kZYFPg",
|
| 149 |
-
"cb100-015-ember-medical__DMk7WGT",
|
| 150 |
-
"cb100-092-brightstar-medical__YBhRauK",
|
| 151 |
-
"cb100-081-aperture-robotics__syK8s39",
|
| 152 |
-
"cb100-097-granular-tech__vwKRqih",
|
| 153 |
-
"cb100-025-evergreen-charter__7cdLNVx",
|
| 154 |
-
"cb100-047-greenway-transit__UnUBTYg",
|
| 155 |
-
"cb100-054-dockside-hotel__8GKbHPR",
|
| 156 |
-
"cb100-036-federal-basin__ujGxcv6",
|
| 157 |
-
"cb100-014-driftwood-media__f7i6a88",
|
| 158 |
-
"cb100-003-lumen-health__pzKTywC",
|
| 159 |
-
"cb100-008-cobalt-learning__UiL3LZc",
|
| 160 |
-
"cb100-059-ivory-tower__ax6VWE2",
|
| 161 |
-
"cb100-076-frontier-games__gW9YBUS",
|
| 162 |
-
"cb100-086-frostline-security__kwpVSxA",
|
| 163 |
-
"cb100-058-hemlock-manufacturing__9eRYhDE",
|
| 164 |
-
"cb100-024-dovetail-aerospace__2W8sqpS",
|
| 165 |
-
"cb100-048-harvest-paper__F4arqHj",
|
| 166 |
-
"cb100-055-eastgate-labs__bpTStCS",
|
| 167 |
-
"cb100-087-goldfinch-media__4DQKyYt",
|
| 168 |
-
"cb100-049-inlet-fitness__ank9DGN",
|
| 169 |
-
"cb100-001-helios-forge__irMcA7V",
|
| 170 |
-
"cb100-023-cedar-finance__uxZW8xo",
|
| 171 |
-
"cb100-022-beacon-mining__HFiqSkn",
|
| 172 |
-
"cb100-057-glenridge-school__TvyPjRX",
|
| 173 |
-
"cb100-042-birch-aviation__3Nvjye8",
|
| 174 |
-
"cb100-006-meridian-water__9xn9yuz",
|
| 175 |
-
"cb100-005-solace-mobility__cDBVhxa",
|
| 176 |
-
"cb100-031-aurora-antitrust__qgC8DUr",
|
| 177 |
-
"cb100-041-anchor-marine__ZNpdiPX",
|
| 178 |
-
"cb100-017-garnet-energy__GjVp54F",
|
| 179 |
-
"cb100-029-indigo-telecom__7MRMZFy",
|
| 180 |
-
"cb100-030-jasper-university__BVmAHqA",
|
| 181 |
-
"cb100-040-juniper-franchise__xWt6G3Z",
|
| 182 |
-
"cb100-075-elmwood-retail__YpMbLgQ",
|
| 183 |
-
"cb100-007-bracken-home__eWSE3Mq",
|
| 184 |
-
"cb100-077-goldleaf-hotels__5qLsN3b",
|
| 185 |
-
"cb100-098-highwater-utilities__MgJWrtW",
|
| 186 |
-
"cb100-073-copper-state__bQY9AWk",
|
| 187 |
-
"cb100-079-island-biologics__jKh9taN",
|
| 188 |
-
"cb100-066-fable-fintech__T9m7ay7",
|
| 189 |
-
"cb100-065-everfield-market__qhiWcCp",
|
| 190 |
-
"cb100-028-horizon-relief__qtuZdSc",
|
| 191 |
-
"cb100-012-banyan-payments__GZYVHgZ",
|
| 192 |
-
"cb100-060-kestrel-farms__GmAtv5f",
|
| 193 |
-
"cb100-010-verdant-grid__aYpDbB8",
|
| 194 |
-
"cb100-078-harbor-transit__Brem82s",
|
| 195 |
-
"cb100-051-acorn-logistics__97wBUM8",
|
| 196 |
-
"cb100-046-foundry-foods__HyeCgk8",
|
| 197 |
-
"cb100-085-everglass-medical__nE33Dg9",
|
| 198 |
-
"cb100-045-equinox-solar__SZxFBVh",
|
| 199 |
-
"cb100-084-drift-audio__UFChavz",
|
| 200 |
-
"cb100-096-fieldstone-foods__CXXTtg5",
|
| 201 |
-
"cb100-071-alpine-delivery__givyKHA",
|
| 202 |
-
"cb100-019-ironwood-agri__ouHnYoW",
|
| 203 |
-
"cb100-016-fathom-retail__bMe6NCk",
|
| 204 |
-
"cb100-035-elm-river__VttUhNg",
|
| 205 |
-
"cb100-070-jetstream-saas__6xJMgp4",
|
| 206 |
-
"cb100-027-granite-hospitality__9eW2BN6",
|
| 207 |
-
"cb100-004-tamarack-foods__wXxHEBh",
|
| 208 |
-
"cb100-037-glacier-insurance__nre3zWh",
|
| 209 |
-
"cb100-069-inkwell-publishing__BFdfkx2",
|
| 210 |
-
"cb100-018-harborlight-ai__bvY6njf",
|
| 211 |
-
"cb100-021-alder-biotech__BF8izhN",
|
| 212 |
-
"cb100-089-ionwave-semi__t8mnPkD",
|
| 213 |
-
"cb100-068-highline-wearables__QL9EXxr",
|
| 214 |
-
"cb100-052-brookline-clinic__svSkkvP",
|
| 215 |
-
"cb100-091-alabaster-energy__Uhu9PuJ",
|
| 216 |
-
"cb100-034-delta-products__NyjBZX9",
|
| 217 |
-
"cb100-056-fairhaven-storage__NJgxrWy",
|
| 218 |
-
"cb100-063-civic-route__U344wyv",
|
| 219 |
-
"cb100-094-duneworks__L4TzmAz",
|
| 220 |
-
"cb100-011-atlas-fiber__YbCNAcw",
|
| 221 |
-
"cb100-100-juniper-photonics__mFM9bHd",
|
| 222 |
-
"cb100-013-cirrus-labs__JEV7xgN",
|
| 223 |
-
"cb100-093-cypress-bank__fsRmTnW",
|
| 224 |
-
"cb100-067-grove-hospitality__MmYmWcZ",
|
| 225 |
-
"cb100-088-hinterland-agri__eMrHfGw",
|
| 226 |
-
"cb100-038-highland-securities__mJAwJfu",
|
| 227 |
-
"cb100-020-juno-travel__v4BfJqQ",
|
| 228 |
-
"cb100-072-bluebird-care__Dj5msP5",
|
| 229 |
-
"cb100-050-keystone-press__jxRYP8U",
|
| 230 |
-
"cb100-053-canyon-grocery__Pw78xCq",
|
| 231 |
-
"cb100-090-jagged-cloud__nsAAFgi"
|
| 232 |
-
]
|
| 233 |
-
}
|
| 234 |
-
},
|
| 235 |
-
"exception_stats": {}
|
| 236 |
-
}
|
| 237 |
-
},
|
| 238 |
-
"n_input_tokens": null,
|
| 239 |
-
"n_cache_tokens": null,
|
| 240 |
-
"n_output_tokens": null,
|
| 241 |
-
"cost_usd": null
|
| 242 |
-
}
|
| 243 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
reports/raw/harbor_public_download_smoke.json
DELETED
|
@@ -1,45 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"id": "96d54db5-8e82-4030-a9ac-8f98c66d1841",
|
| 3 |
-
"started_at": "2026-08-25T22:07:07.262070",
|
| 4 |
-
"updated_at": "2026-08-25T22:07:39.234512",
|
| 5 |
-
"finished_at": "2026-08-25T22:07:39.234512",
|
| 6 |
-
"n_total_trials": 1,
|
| 7 |
-
"stats": {
|
| 8 |
-
"n_completed_trials": 1,
|
| 9 |
-
"n_errored_trials": 0,
|
| 10 |
-
"n_running_trials": 0,
|
| 11 |
-
"n_pending_trials": 0,
|
| 12 |
-
"n_cancelled_trials": 0,
|
| 13 |
-
"n_retries": 0,
|
| 14 |
-
"evals": {
|
| 15 |
-
"oracle__counselbench-100": {
|
| 16 |
-
"n_trials": 1,
|
| 17 |
-
"n_errors": 0,
|
| 18 |
-
"metrics": [
|
| 19 |
-
{
|
| 20 |
-
"passed": 1.0,
|
| 21 |
-
"reward": 1.0
|
| 22 |
-
}
|
| 23 |
-
],
|
| 24 |
-
"pass_at_k": {},
|
| 25 |
-
"reward_stats": {
|
| 26 |
-
"passed": {
|
| 27 |
-
"1.0": [
|
| 28 |
-
"cb100-001-helios-forge__sB85qsp"
|
| 29 |
-
]
|
| 30 |
-
},
|
| 31 |
-
"reward": {
|
| 32 |
-
"1.0": [
|
| 33 |
-
"cb100-001-helios-forge__sB85qsp"
|
| 34 |
-
]
|
| 35 |
-
}
|
| 36 |
-
},
|
| 37 |
-
"exception_stats": {}
|
| 38 |
-
}
|
| 39 |
-
},
|
| 40 |
-
"n_input_tokens": null,
|
| 41 |
-
"n_cache_tokens": null,
|
| 42 |
-
"n_output_tokens": null,
|
| 43 |
-
"cost_usd": null
|
| 44 |
-
}
|
| 45 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
reports/raw/mcp_conformance.json
DELETED
|
@@ -1,44 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"behavior_checks": {
|
| 3 |
-
"directory_tree": true,
|
| 4 |
-
"get_file_info": true,
|
| 5 |
-
"list_allowed_directories": true,
|
| 6 |
-
"read_text_file": true,
|
| 7 |
-
"search_files": true,
|
| 8 |
-
"write_file": true
|
| 9 |
-
},
|
| 10 |
-
"contract_checks": {
|
| 11 |
-
"directory_tree": true,
|
| 12 |
-
"get_file_info": true,
|
| 13 |
-
"list_allowed_directories": true,
|
| 14 |
-
"read_text_file": true,
|
| 15 |
-
"search_files": true,
|
| 16 |
-
"write_file": true
|
| 17 |
-
},
|
| 18 |
-
"contract_diffs": {},
|
| 19 |
-
"passed": true,
|
| 20 |
-
"schema_version": "1.0",
|
| 21 |
-
"upstream": {
|
| 22 |
-
"commit": "9a96ea6e5913736f92b88345bf51caeaaa8e719f",
|
| 23 |
-
"license": "Apache-2.0/MIT transition notice",
|
| 24 |
-
"package": "@modelcontextprotocol/server-filesystem",
|
| 25 |
-
"protocol_version": "2025-06-18",
|
| 26 |
-
"repository": "https://github.com/modelcontextprotocol/servers",
|
| 27 |
-
"runtime_server_name": "secure-filesystem-server",
|
| 28 |
-
"runtime_server_version": "0.2.0",
|
| 29 |
-
"server_name": "io.github.modelcontextprotocol/server-filesystem",
|
| 30 |
-
"version": "2026.7.10"
|
| 31 |
-
},
|
| 32 |
-
"upstream_initialize": {
|
| 33 |
-
"capabilities": {
|
| 34 |
-
"tools": {
|
| 35 |
-
"listChanged": true
|
| 36 |
-
}
|
| 37 |
-
},
|
| 38 |
-
"protocolVersion": "2025-06-18",
|
| 39 |
-
"serverInfo": {
|
| 40 |
-
"name": "secure-filesystem-server",
|
| 41 |
-
"version": "0.2.0"
|
| 42 |
-
}
|
| 43 |
-
}
|
| 44 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
reports/raw/model_job_1.json
DELETED
|
@@ -1,71 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"id": "0c2d5060-4587-4eb7-a5bd-9169cda30a2a",
|
| 3 |
-
"started_at": "2026-08-25T21:57:34.513458",
|
| 4 |
-
"updated_at": "2026-08-25T22:32:19.608789",
|
| 5 |
-
"finished_at": "2026-08-25T22:32:19.608789",
|
| 6 |
-
"n_total_trials": 10,
|
| 7 |
-
"stats": {
|
| 8 |
-
"n_completed_trials": 10,
|
| 9 |
-
"n_errored_trials": 0,
|
| 10 |
-
"n_running_trials": 0,
|
| 11 |
-
"n_pending_trials": 0,
|
| 12 |
-
"n_cancelled_trials": 0,
|
| 13 |
-
"n_retries": 0,
|
| 14 |
-
"evals": {
|
| 15 |
-
"codex__gpt-5.6-sol__tasks": {
|
| 16 |
-
"n_trials": 10,
|
| 17 |
-
"n_errors": 0,
|
| 18 |
-
"metrics": [
|
| 19 |
-
{
|
| 20 |
-
"passed": 0.1,
|
| 21 |
-
"reward": 0.9871230000000001
|
| 22 |
-
}
|
| 23 |
-
],
|
| 24 |
-
"pass_at_k": {},
|
| 25 |
-
"reward_stats": {
|
| 26 |
-
"passed": {
|
| 27 |
-
"1.0": [
|
| 28 |
-
"cb100-061-arcadia-genomics__PmS6nLi"
|
| 29 |
-
],
|
| 30 |
-
"0.0": [
|
| 31 |
-
"cb100-081-aperture-robotics__s75hkD5",
|
| 32 |
-
"cb100-001-helios-forge__n4DeaMK",
|
| 33 |
-
"cb100-031-aurora-antitrust__K3nJJby",
|
| 34 |
-
"cb100-041-anchor-marine__LrJSFMN",
|
| 35 |
-
"cb100-051-acorn-logistics__Q48bo8U",
|
| 36 |
-
"cb100-071-alpine-delivery__5tqe7fd",
|
| 37 |
-
"cb100-021-alder-biotech__nUx3KLT",
|
| 38 |
-
"cb100-091-alabaster-energy__p9mUkxE",
|
| 39 |
-
"cb100-011-atlas-fiber__MLAMBKk"
|
| 40 |
-
]
|
| 41 |
-
},
|
| 42 |
-
"reward": {
|
| 43 |
-
"1.0": [
|
| 44 |
-
"cb100-061-arcadia-genomics__PmS6nLi"
|
| 45 |
-
],
|
| 46 |
-
"0.96549": [
|
| 47 |
-
"cb100-081-aperture-robotics__s75hkD5"
|
| 48 |
-
],
|
| 49 |
-
"0.992763": [
|
| 50 |
-
"cb100-001-helios-forge__n4DeaMK",
|
| 51 |
-
"cb100-031-aurora-antitrust__K3nJJby",
|
| 52 |
-
"cb100-041-anchor-marine__LrJSFMN",
|
| 53 |
-
"cb100-021-alder-biotech__nUx3KLT",
|
| 54 |
-
"cb100-091-alabaster-energy__p9mUkxE",
|
| 55 |
-
"cb100-011-atlas-fiber__MLAMBKk"
|
| 56 |
-
],
|
| 57 |
-
"0.974581": [
|
| 58 |
-
"cb100-051-acorn-logistics__Q48bo8U",
|
| 59 |
-
"cb100-071-alpine-delivery__5tqe7fd"
|
| 60 |
-
]
|
| 61 |
-
}
|
| 62 |
-
},
|
| 63 |
-
"exception_stats": {}
|
| 64 |
-
}
|
| 65 |
-
},
|
| 66 |
-
"n_input_tokens": 7467695,
|
| 67 |
-
"n_cache_tokens": 6654208,
|
| 68 |
-
"n_output_tokens": 124642,
|
| 69 |
-
"cost_usd": 8.4084712
|
| 70 |
-
}
|
| 71 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
reports/raw/qualification.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
reports/real-agent.json
DELETED
|
@@ -1,401 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"benchmark": "CounselBench-100",
|
| 3 |
-
"benchmark_version": "1.1.0",
|
| 4 |
-
"evaluation": {
|
| 5 |
-
"agent": "codex",
|
| 6 |
-
"agent_version": [
|
| 7 |
-
"0.149.1"
|
| 8 |
-
],
|
| 9 |
-
"attempts_per_task": 1,
|
| 10 |
-
"gold_available_to_agent": false,
|
| 11 |
-
"model": [
|
| 12 |
-
"gpt-5.6-sol"
|
| 13 |
-
],
|
| 14 |
-
"provider": [
|
| 15 |
-
"openai"
|
| 16 |
-
],
|
| 17 |
-
"selection": "one predeclared matter from each of ten practice areas",
|
| 18 |
-
"verifier_unchanged_from_release": true
|
| 19 |
-
},
|
| 20 |
-
"excluded_runs": [],
|
| 21 |
-
"failed_gate_counts": {
|
| 22 |
-
"findings_criteria_complete": 9,
|
| 23 |
-
"memo_criteria_complete": 3
|
| 24 |
-
},
|
| 25 |
-
"schema_version": "1.1",
|
| 26 |
-
"summary": {
|
| 27 |
-
"all_documents_read_trials": 10,
|
| 28 |
-
"criteria_passed": 1795,
|
| 29 |
-
"criteria_total": 1820,
|
| 30 |
-
"failures": 9,
|
| 31 |
-
"infrastructure_exceptions": 0,
|
| 32 |
-
"maximum_successful_tool_calls": 128,
|
| 33 |
-
"mean_category_scores": {
|
| 34 |
-
"findings": 0.988158,
|
| 35 |
-
"memo": 0.968182,
|
| 36 |
-
"procedure": 1.0
|
| 37 |
-
},
|
| 38 |
-
"mean_reward": 0.987123,
|
| 39 |
-
"minimum_successful_tool_calls": 109,
|
| 40 |
-
"pass_rate": 0.1,
|
| 41 |
-
"passes": 1,
|
| 42 |
-
"total_cache_tokens": 6654208,
|
| 43 |
-
"total_input_tokens": 7467695,
|
| 44 |
-
"total_output_tokens": 124642,
|
| 45 |
-
"total_reported_cost_usd": 8.408471,
|
| 46 |
-
"trials": 10
|
| 47 |
-
},
|
| 48 |
-
"trials": [
|
| 49 |
-
{
|
| 50 |
-
"agent": "codex",
|
| 51 |
-
"agent_version": "0.149.1",
|
| 52 |
-
"cache_tokens": 819200,
|
| 53 |
-
"category_scores": {
|
| 54 |
-
"findings": 0.986842,
|
| 55 |
-
"memo": 1.0,
|
| 56 |
-
"procedure": 1.0
|
| 57 |
-
},
|
| 58 |
-
"cost_usd": 1.022472,
|
| 59 |
-
"criteria_passed": 180,
|
| 60 |
-
"criteria_total": 182,
|
| 61 |
-
"documents_read": 96,
|
| 62 |
-
"failed_checks": [
|
| 63 |
-
"findings_criteria_complete"
|
| 64 |
-
],
|
| 65 |
-
"finished_at": "2026-08-26T05:10:38.116997Z",
|
| 66 |
-
"input_tokens": 914323,
|
| 67 |
-
"job": "counselbench-codex-stratified-v110-valid",
|
| 68 |
-
"model": "gpt-5.6-sol",
|
| 69 |
-
"output_tokens": 15715,
|
| 70 |
-
"passed": false,
|
| 71 |
-
"practice_area": "corporate-ma",
|
| 72 |
-
"provider": "openai",
|
| 73 |
-
"reward": 0.992763,
|
| 74 |
-
"reward_cap_reason": null,
|
| 75 |
-
"started_at": "2026-08-26T05:03:15.971599Z",
|
| 76 |
-
"successful_tool_calls": 121,
|
| 77 |
-
"task_checksum": "14433ed5e9b9e119ab5f12e577590313b84029a9f7572b48acb0263b38a201ca",
|
| 78 |
-
"task_id": "cb100-001-helios-forge",
|
| 79 |
-
"title": "Project Daybreak battery acquisition",
|
| 80 |
-
"trial_name": "cb100-001-helios-forge__n4DeaMK",
|
| 81 |
-
"uncapped_reward": 0.992763,
|
| 82 |
-
"verifier_report_sha256": "ee480077adbb0ab30115127cece286848e93b87645255326fd5e2f3a957f737f"
|
| 83 |
-
},
|
| 84 |
-
{
|
| 85 |
-
"agent": "codex",
|
| 86 |
-
"agent_version": "0.149.1",
|
| 87 |
-
"cache_tokens": 504832,
|
| 88 |
-
"category_scores": {
|
| 89 |
-
"findings": 0.986842,
|
| 90 |
-
"memo": 1.0,
|
| 91 |
-
"procedure": 1.0
|
| 92 |
-
},
|
| 93 |
-
"cost_usd": 0.7375927999999999,
|
| 94 |
-
"criteria_passed": 180,
|
| 95 |
-
"criteria_total": 182,
|
| 96 |
-
"documents_read": 96,
|
| 97 |
-
"failed_checks": [
|
| 98 |
-
"findings_criteria_complete"
|
| 99 |
-
],
|
| 100 |
-
"finished_at": "2026-08-26T05:32:19.606444Z",
|
| 101 |
-
"input_tokens": 582037,
|
| 102 |
-
"job": "counselbench-codex-stratified-v110-valid",
|
| 103 |
-
"model": "gpt-5.6-sol",
|
| 104 |
-
"output_tokens": 11342,
|
| 105 |
-
"passed": false,
|
| 106 |
-
"practice_area": "commercial-contracts",
|
| 107 |
-
"provider": "openai",
|
| 108 |
-
"reward": 0.992763,
|
| 109 |
-
"reward_cap_reason": null,
|
| 110 |
-
"started_at": "2026-08-26T05:26:31.402565Z",
|
| 111 |
-
"successful_tool_calls": 124,
|
| 112 |
-
"task_checksum": "801bfa283b752917463c42eff987acec316a8263e10bafdee481992e0d1e47c6",
|
| 113 |
-
"task_id": "cb100-011-atlas-fiber",
|
| 114 |
-
"title": "Atlas Fiber enterprise customer reset",
|
| 115 |
-
"trial_name": "cb100-011-atlas-fiber__MLAMBKk",
|
| 116 |
-
"uncapped_reward": 0.992763,
|
| 117 |
-
"verifier_report_sha256": "96e0655c652383670de9652164f73bbc19cac6631179d7b8b2ebe4cecd7818f7"
|
| 118 |
-
},
|
| 119 |
-
{
|
| 120 |
-
"agent": "codex",
|
| 121 |
-
"agent_version": "0.149.1",
|
| 122 |
-
"cache_tokens": 462080,
|
| 123 |
-
"category_scores": {
|
| 124 |
-
"findings": 0.986842,
|
| 125 |
-
"memo": 1.0,
|
| 126 |
-
"procedure": 1.0
|
| 127 |
-
},
|
| 128 |
-
"cost_usd": 0.68464,
|
| 129 |
-
"criteria_passed": 180,
|
| 130 |
-
"criteria_total": 182,
|
| 131 |
-
"documents_read": 96,
|
| 132 |
-
"failed_checks": [
|
| 133 |
-
"findings_criteria_complete"
|
| 134 |
-
],
|
| 135 |
-
"finished_at": "2026-08-26T05:26:31.364275Z",
|
| 136 |
-
"input_tokens": 537912,
|
| 137 |
-
"job": "counselbench-codex-stratified-v110-valid",
|
| 138 |
-
"model": "gpt-5.6-sol",
|
| 139 |
-
"output_tokens": 9824,
|
| 140 |
-
"passed": false,
|
| 141 |
-
"practice_area": "internal-investigations",
|
| 142 |
-
"provider": "openai",
|
| 143 |
-
"reward": 0.992763,
|
| 144 |
-
"reward_cap_reason": null,
|
| 145 |
-
"started_at": "2026-08-26T05:20:58.922685Z",
|
| 146 |
-
"successful_tool_calls": 110,
|
| 147 |
-
"task_checksum": "fea33425a338b4868710683a1b004cb027f67529b9f530a90b6ac9243a2702ee",
|
| 148 |
-
"task_id": "cb100-021-alder-biotech",
|
| 149 |
-
"title": "Alder clinical-vendor payment inquiry",
|
| 150 |
-
"trial_name": "cb100-021-alder-biotech__nUx3KLT",
|
| 151 |
-
"uncapped_reward": 0.992763,
|
| 152 |
-
"verifier_report_sha256": "65a3c9fba5c5960fbe17cf9f1c41827034b5b335b15cc39a0175e60c3dd89117"
|
| 153 |
-
},
|
| 154 |
-
{
|
| 155 |
-
"agent": "codex",
|
| 156 |
-
"agent_version": "0.149.1",
|
| 157 |
-
"cache_tokens": 782592,
|
| 158 |
-
"category_scores": {
|
| 159 |
-
"findings": 0.986842,
|
| 160 |
-
"memo": 1.0,
|
| 161 |
-
"procedure": 1.0
|
| 162 |
-
},
|
| 163 |
-
"cost_usd": 0.9083808,
|
| 164 |
-
"criteria_passed": 180,
|
| 165 |
-
"criteria_total": 182,
|
| 166 |
-
"documents_read": 96,
|
| 167 |
-
"failed_checks": [
|
| 168 |
-
"findings_criteria_complete"
|
| 169 |
-
],
|
| 170 |
-
"finished_at": "2026-08-26T05:13:04.081618Z",
|
| 171 |
-
"input_tokens": 858543,
|
| 172 |
-
"job": "counselbench-codex-stratified-v110-valid",
|
| 173 |
-
"model": "gpt-5.6-sol",
|
| 174 |
-
"output_tokens": 14577,
|
| 175 |
-
"passed": false,
|
| 176 |
-
"practice_area": "litigation-discovery",
|
| 177 |
-
"provider": "openai",
|
| 178 |
-
"reward": 0.992763,
|
| 179 |
-
"reward_cap_reason": null,
|
| 180 |
-
"started_at": "2026-08-26T05:05:40.748616Z",
|
| 181 |
-
"successful_tool_calls": 113,
|
| 182 |
-
"task_checksum": "e3790370330086057d28f25d646ba6bc8f465f7d1e1e4dfb2be8a507479d0fce",
|
| 183 |
-
"task_id": "cb100-031-aurora-antitrust",
|
| 184 |
-
"title": "Aurora pricing MDL discovery audit",
|
| 185 |
-
"trial_name": "cb100-031-aurora-antitrust__K3nJJby",
|
| 186 |
-
"uncapped_reward": 0.992763,
|
| 187 |
-
"verifier_report_sha256": "06e44676900195baf7b66778095760d7aa3483d4122b7f860255c09681f47c30"
|
| 188 |
-
},
|
| 189 |
-
{
|
| 190 |
-
"agent": "codex",
|
| 191 |
-
"agent_version": "0.149.1",
|
| 192 |
-
"cache_tokens": 285952,
|
| 193 |
-
"category_scores": {
|
| 194 |
-
"findings": 0.986842,
|
| 195 |
-
"memo": 1.0,
|
| 196 |
-
"procedure": 1.0
|
| 197 |
-
},
|
| 198 |
-
"cost_usd": 0.5380648,
|
| 199 |
-
"criteria_passed": 180,
|
| 200 |
-
"criteria_total": 182,
|
| 201 |
-
"documents_read": 96,
|
| 202 |
-
"failed_checks": [
|
| 203 |
-
"findings_criteria_complete"
|
| 204 |
-
],
|
| 205 |
-
"finished_at": "2026-08-26T05:15:42.832584Z",
|
| 206 |
-
"input_tokens": 348768,
|
| 207 |
-
"job": "counselbench-codex-stratified-v110-valid",
|
| 208 |
-
"model": "gpt-5.6-sol",
|
| 209 |
-
"output_tokens": 8621,
|
| 210 |
-
"passed": false,
|
| 211 |
-
"practice_area": "restructuring",
|
| 212 |
-
"provider": "openai",
|
| 213 |
-
"reward": 0.992763,
|
| 214 |
-
"reward_cap_reason": null,
|
| 215 |
-
"started_at": "2026-08-26T05:10:38.204593Z",
|
| 216 |
-
"successful_tool_calls": 128,
|
| 217 |
-
"task_checksum": "288b8e24dabb37e9ac7e27d26ed551d45912dc7ba873c62ef6e37e44d0d62361",
|
| 218 |
-
"task_id": "cb100-041-anchor-marine",
|
| 219 |
-
"title": "Anchor Marine chapter 11 claim review",
|
| 220 |
-
"trial_name": "cb100-041-anchor-marine__LrJSFMN",
|
| 221 |
-
"uncapped_reward": 0.992763,
|
| 222 |
-
"verifier_report_sha256": "9571af14bc7ebd94c6a4d9b4551ddeadfb47d0bdb8902a5cab4fbbf2bedc8847"
|
| 223 |
-
},
|
| 224 |
-
{
|
| 225 |
-
"agent": "codex",
|
| 226 |
-
"agent_version": "0.149.1",
|
| 227 |
-
"cache_tokens": 811776,
|
| 228 |
-
"category_scores": {
|
| 229 |
-
"findings": 0.986842,
|
| 230 |
-
"memo": 0.909091,
|
| 231 |
-
"procedure": 1.0
|
| 232 |
-
},
|
| 233 |
-
"cost_usd": 1.0452504,
|
| 234 |
-
"criteria_passed": 178,
|
| 235 |
-
"criteria_total": 182,
|
| 236 |
-
"documents_read": 96,
|
| 237 |
-
"failed_checks": [
|
| 238 |
-
"findings_criteria_complete",
|
| 239 |
-
"memo_criteria_complete"
|
| 240 |
-
],
|
| 241 |
-
"finished_at": "2026-08-26T05:20:58.889020Z",
|
| 242 |
-
"input_tokens": 910601,
|
| 243 |
-
"job": "counselbench-codex-stratified-v110-valid",
|
| 244 |
-
"model": "gpt-5.6-sol",
|
| 245 |
-
"output_tokens": 16262,
|
| 246 |
-
"passed": false,
|
| 247 |
-
"practice_area": "real-estate",
|
| 248 |
-
"provider": "openai",
|
| 249 |
-
"reward": 0.974581,
|
| 250 |
-
"reward_cap_reason": null,
|
| 251 |
-
"started_at": "2026-08-26T05:13:04.114843Z",
|
| 252 |
-
"successful_tool_calls": 118,
|
| 253 |
-
"task_checksum": "f462a5717c8435f08dcf8c425e7e7867d0aae1d02b4421b3afa89606064da155",
|
| 254 |
-
"task_id": "cb100-051-acorn-logistics",
|
| 255 |
-
"title": "Acorn industrial portfolio lease audit",
|
| 256 |
-
"trial_name": "cb100-051-acorn-logistics__Q48bo8U",
|
| 257 |
-
"uncapped_reward": 0.974581,
|
| 258 |
-
"verifier_report_sha256": "1b3435345a570a2ccadb698ebe0d58ec714e98536ff8e9bde7bb9d84cf8fab8d"
|
| 259 |
-
},
|
| 260 |
-
{
|
| 261 |
-
"agent": "codex",
|
| 262 |
-
"agent_version": "0.149.1",
|
| 263 |
-
"cache_tokens": 237312,
|
| 264 |
-
"category_scores": {
|
| 265 |
-
"findings": 1.0,
|
| 266 |
-
"memo": 1.0,
|
| 267 |
-
"procedure": 1.0
|
| 268 |
-
},
|
| 269 |
-
"cost_usd": 0.5795048,
|
| 270 |
-
"criteria_passed": 182,
|
| 271 |
-
"criteria_total": 182,
|
| 272 |
-
"documents_read": 96,
|
| 273 |
-
"failed_checks": [],
|
| 274 |
-
"finished_at": "2026-08-26T05:03:15.937743Z",
|
| 275 |
-
"input_tokens": 315977,
|
| 276 |
-
"job": "counselbench-codex-stratified-v110-valid",
|
| 277 |
-
"model": "gpt-5.6-sol",
|
| 278 |
-
"output_tokens": 8496,
|
| 279 |
-
"passed": true,
|
| 280 |
-
"practice_area": "privacy-regulatory",
|
| 281 |
-
"provider": "openai",
|
| 282 |
-
"reward": 1.0,
|
| 283 |
-
"reward_cap_reason": null,
|
| 284 |
-
"started_at": "2026-08-26T04:57:34.773886Z",
|
| 285 |
-
"successful_tool_calls": 109,
|
| 286 |
-
"task_checksum": "e7fde6e321d3436e42c1d3ceba9a06d935cff46ba22b1a35b623dde6e37e7131",
|
| 287 |
-
"task_id": "cb100-061-arcadia-genomics",
|
| 288 |
-
"title": "Arcadia genomic data response audit",
|
| 289 |
-
"trial_name": "cb100-061-arcadia-genomics__PmS6nLi",
|
| 290 |
-
"uncapped_reward": 1.0,
|
| 291 |
-
"verifier_report_sha256": "6e50b49a9df64f0e6d34e226dfe440617acfea3964ace3c8d153972ce54d66ce"
|
| 292 |
-
},
|
| 293 |
-
{
|
| 294 |
-
"agent": "codex",
|
| 295 |
-
"agent_version": "0.149.1",
|
| 296 |
-
"cache_tokens": 1121280,
|
| 297 |
-
"category_scores": {
|
| 298 |
-
"findings": 0.986842,
|
| 299 |
-
"memo": 0.909091,
|
| 300 |
-
"procedure": 1.0
|
| 301 |
-
},
|
| 302 |
-
"cost_usd": 1.1053719999999998,
|
| 303 |
-
"criteria_passed": 178,
|
| 304 |
-
"criteria_total": 182,
|
| 305 |
-
"documents_read": 96,
|
| 306 |
-
"failed_checks": [
|
| 307 |
-
"findings_criteria_complete",
|
| 308 |
-
"memo_criteria_complete"
|
| 309 |
-
],
|
| 310 |
-
"finished_at": "2026-08-26T05:23:04.684051Z",
|
| 311 |
-
"input_tokens": 1210150,
|
| 312 |
-
"job": "counselbench-codex-stratified-v110-valid",
|
| 313 |
-
"model": "gpt-5.6-sol",
|
| 314 |
-
"output_tokens": 15069,
|
| 315 |
-
"passed": false,
|
| 316 |
-
"practice_area": "employment",
|
| 317 |
-
"provider": "openai",
|
| 318 |
-
"reward": 0.974581,
|
| 319 |
-
"reward_cap_reason": null,
|
| 320 |
-
"started_at": "2026-08-26T05:15:42.867552Z",
|
| 321 |
-
"successful_tool_calls": 120,
|
| 322 |
-
"task_checksum": "99b863fac68f7fa46b5a58372038c2aa4ef8e8a63b4be2a44be0bebf1b766fa7",
|
| 323 |
-
"task_id": "cb100-071-alpine-delivery",
|
| 324 |
-
"title": "Alpine courier classification audit",
|
| 325 |
-
"trial_name": "cb100-071-alpine-delivery__5tqe7fd",
|
| 326 |
-
"uncapped_reward": 0.974581,
|
| 327 |
-
"verifier_report_sha256": "1172e5df5d6fdc859ac7be38b3db04eeefcfad8c1644d0e6032735d3806fa360"
|
| 328 |
-
},
|
| 329 |
-
{
|
| 330 |
-
"agent": "codex",
|
| 331 |
-
"agent_version": "0.149.1",
|
| 332 |
-
"cache_tokens": 1062144,
|
| 333 |
-
"category_scores": {
|
| 334 |
-
"findings": 0.986842,
|
| 335 |
-
"memo": 0.863636,
|
| 336 |
-
"procedure": 1.0
|
| 337 |
-
},
|
| 338 |
-
"cost_usd": 1.0963176,
|
| 339 |
-
"criteria_passed": 177,
|
| 340 |
-
"criteria_total": 182,
|
| 341 |
-
"documents_read": 96,
|
| 342 |
-
"failed_checks": [
|
| 343 |
-
"findings_criteria_complete",
|
| 344 |
-
"memo_criteria_complete"
|
| 345 |
-
],
|
| 346 |
-
"finished_at": "2026-08-26T05:05:40.714044Z",
|
| 347 |
-
"input_tokens": 1152254,
|
| 348 |
-
"job": "counselbench-codex-stratified-v110-valid",
|
| 349 |
-
"model": "gpt-5.6-sol",
|
| 350 |
-
"output_tokens": 15551,
|
| 351 |
-
"passed": false,
|
| 352 |
-
"practice_area": "ip-technology",
|
| 353 |
-
"provider": "openai",
|
| 354 |
-
"reward": 0.96549,
|
| 355 |
-
"reward_cap_reason": null,
|
| 356 |
-
"started_at": "2026-08-26T04:57:34.956148Z",
|
| 357 |
-
"successful_tool_calls": 121,
|
| 358 |
-
"task_checksum": "dbff98749e3b8539155eafcb9e3b58fab01590a2f01287437b1b2625944e5cf3",
|
| 359 |
-
"task_id": "cb100-081-aperture-robotics",
|
| 360 |
-
"title": "Aperture robotics chain-of-title review",
|
| 361 |
-
"trial_name": "cb100-081-aperture-robotics__s75hkD5",
|
| 362 |
-
"uncapped_reward": 0.96549,
|
| 363 |
-
"verifier_report_sha256": "8744cb949c8ea8ec26898dcbb3ad33cd84257e9dddfaabc45561fc383af9894e"
|
| 364 |
-
},
|
| 365 |
-
{
|
| 366 |
-
"agent": "codex",
|
| 367 |
-
"agent_version": "0.149.1",
|
| 368 |
-
"cache_tokens": 567040,
|
| 369 |
-
"category_scores": {
|
| 370 |
-
"findings": 0.986842,
|
| 371 |
-
"memo": 1.0,
|
| 372 |
-
"procedure": 1.0
|
| 373 |
-
},
|
| 374 |
-
"cost_usd": 0.6908759999999998,
|
| 375 |
-
"criteria_passed": 180,
|
| 376 |
-
"criteria_total": 182,
|
| 377 |
-
"documents_read": 96,
|
| 378 |
-
"failed_checks": [
|
| 379 |
-
"findings_criteria_complete"
|
| 380 |
-
],
|
| 381 |
-
"finished_at": "2026-08-26T05:28:29.383999Z",
|
| 382 |
-
"input_tokens": 637130,
|
| 383 |
-
"job": "counselbench-codex-stratified-v110-valid",
|
| 384 |
-
"model": "gpt-5.6-sol",
|
| 385 |
-
"output_tokens": 9185,
|
| 386 |
-
"passed": false,
|
| 387 |
-
"practice_area": "public-company",
|
| 388 |
-
"provider": "openai",
|
| 389 |
-
"reward": 0.992763,
|
| 390 |
-
"reward_cap_reason": null,
|
| 391 |
-
"started_at": "2026-08-26T05:23:04.716927Z",
|
| 392 |
-
"successful_tool_calls": 112,
|
| 393 |
-
"task_checksum": "41ed450b72ccdd0b8137ced4602f693ce361f49bd81687b8823846548e96d522",
|
| 394 |
-
"task_id": "cb100-091-alabaster-energy",
|
| 395 |
-
"title": "Alabaster disclosure-controls review",
|
| 396 |
-
"trial_name": "cb100-091-alabaster-energy__p9mUkxE",
|
| 397 |
-
"uncapped_reward": 0.992763,
|
| 398 |
-
"verifier_report_sha256": "f8c02f37eb6d58ca69c7ddbec6cae73134c1f8ed21e44d7624c0185d781bc314"
|
| 399 |
-
}
|
| 400 |
-
]
|
| 401 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
reports/release-summary.json
DELETED
|
@@ -1,134 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"benchmark": "CounselBench-100",
|
| 3 |
-
"build": {
|
| 4 |
-
"benchmark": "CounselBench-100",
|
| 5 |
-
"criteria_per_task": 182,
|
| 6 |
-
"document_count": 9600,
|
| 7 |
-
"documents_per_task": 96,
|
| 8 |
-
"exact_duplicate_documents": 0,
|
| 9 |
-
"exact_duplicate_prompts": 0,
|
| 10 |
-
"findings_per_task": 16,
|
| 11 |
-
"folders_per_task": 12,
|
| 12 |
-
"format_counts": {
|
| 13 |
-
"csv": 1200,
|
| 14 |
-
"eml": 1200,
|
| 15 |
-
"html": 1200,
|
| 16 |
-
"json": 1200,
|
| 17 |
-
"md": 2400,
|
| 18 |
-
"txt": 1200,
|
| 19 |
-
"xml": 1200
|
| 20 |
-
},
|
| 21 |
-
"formats_per_task": 7,
|
| 22 |
-
"maximum_document_bytes": 13491,
|
| 23 |
-
"mcp_pin": {
|
| 24 |
-
"commit": "9a96ea6e5913736f92b88345bf51caeaaa8e719f",
|
| 25 |
-
"license": "Apache-2.0/MIT transition notice",
|
| 26 |
-
"package": "@modelcontextprotocol/server-filesystem",
|
| 27 |
-
"protocol_version": "2025-06-18",
|
| 28 |
-
"repository": "https://github.com/modelcontextprotocol/servers",
|
| 29 |
-
"runtime_server_name": "secure-filesystem-server",
|
| 30 |
-
"runtime_server_version": "0.2.0",
|
| 31 |
-
"server_name": "io.github.modelcontextprotocol/server-filesystem",
|
| 32 |
-
"version": "2026.7.10"
|
| 33 |
-
},
|
| 34 |
-
"median_document_bytes": 7148,
|
| 35 |
-
"minimum_document_bytes": 5836,
|
| 36 |
-
"practice_area_count": 10,
|
| 37 |
-
"prompt_uniqueness": {
|
| 38 |
-
"maximum_jaccard_5_shingle": 0.742063,
|
| 39 |
-
"pair_indices": [
|
| 40 |
-
90,
|
| 41 |
-
94
|
| 42 |
-
]
|
| 43 |
-
},
|
| 44 |
-
"quality_gates": {
|
| 45 |
-
"all_expected_formats_present": true,
|
| 46 |
-
"bounded_document_size": true,
|
| 47 |
-
"hand_authored_matter_spines_unique": true,
|
| 48 |
-
"median_document_depth": true,
|
| 49 |
-
"minimum_document_depth": true,
|
| 50 |
-
"ninety_six_documents_per_task": true,
|
| 51 |
-
"no_exact_duplicate_documents": true,
|
| 52 |
-
"no_exact_duplicate_prompts": true,
|
| 53 |
-
"one_hundred_tasks": true,
|
| 54 |
-
"prompt_similarity_below_limit": true,
|
| 55 |
-
"seven_text_native_formats_per_task": true,
|
| 56 |
-
"ten_balanced_practice_areas": true,
|
| 57 |
-
"twelve_folders_per_task": true
|
| 58 |
-
},
|
| 59 |
-
"reference_tool_calls_per_task": 109,
|
| 60 |
-
"reference_tool_calls_total": 10900,
|
| 61 |
-
"release_passed": true,
|
| 62 |
-
"schema_version": "1.0",
|
| 63 |
-
"task_count": 100,
|
| 64 |
-
"tasks_per_practice_area": {
|
| 65 |
-
"commercial-contracts": 10,
|
| 66 |
-
"corporate-ma": 10,
|
| 67 |
-
"employment": 10,
|
| 68 |
-
"internal-investigations": 10,
|
| 69 |
-
"ip-technology": 10,
|
| 70 |
-
"litigation-discovery": 10,
|
| 71 |
-
"privacy-regulatory": 10,
|
| 72 |
-
"public-company": 10,
|
| 73 |
-
"real-estate": 10,
|
| 74 |
-
"restructuring": 10
|
| 75 |
-
},
|
| 76 |
-
"unique_document_sha256_count": 9600,
|
| 77 |
-
"verifier": {
|
| 78 |
-
"deterministic": true,
|
| 79 |
-
"model_calls": 0,
|
| 80 |
-
"network_calls": 0,
|
| 81 |
-
"random_calls": 0,
|
| 82 |
-
"wall_clock_reads": 0
|
| 83 |
-
},
|
| 84 |
-
"version": "1.1.0"
|
| 85 |
-
},
|
| 86 |
-
"harbor_oracle": {
|
| 87 |
-
"exceptions": 0,
|
| 88 |
-
"mean_reward": 1.0,
|
| 89 |
-
"passes": 100,
|
| 90 |
-
"trials": 100
|
| 91 |
-
},
|
| 92 |
-
"harbor_public_download_smoke": {
|
| 93 |
-
"exceptions": 0,
|
| 94 |
-
"mean_reward": 1.0,
|
| 95 |
-
"passes": 1,
|
| 96 |
-
"trials": 1
|
| 97 |
-
},
|
| 98 |
-
"mcp_conformance": {
|
| 99 |
-
"behavior_checks": 6,
|
| 100 |
-
"contract_checks": 6,
|
| 101 |
-
"passed": true
|
| 102 |
-
},
|
| 103 |
-
"qualification": {
|
| 104 |
-
"determinism_matches": 100,
|
| 105 |
-
"executions": 600,
|
| 106 |
-
"negative_false_accepts": 0,
|
| 107 |
-
"oracle_passes": 100,
|
| 108 |
-
"passed": true
|
| 109 |
-
},
|
| 110 |
-
"real_agent": {
|
| 111 |
-
"all_documents_read_trials": 10,
|
| 112 |
-
"criteria_passed": 1795,
|
| 113 |
-
"criteria_total": 1820,
|
| 114 |
-
"failures": 9,
|
| 115 |
-
"infrastructure_exceptions": 0,
|
| 116 |
-
"maximum_successful_tool_calls": 128,
|
| 117 |
-
"mean_category_scores": {
|
| 118 |
-
"findings": 0.988158,
|
| 119 |
-
"memo": 0.968182,
|
| 120 |
-
"procedure": 1.0
|
| 121 |
-
},
|
| 122 |
-
"mean_reward": 0.987123,
|
| 123 |
-
"minimum_successful_tool_calls": 109,
|
| 124 |
-
"pass_rate": 0.1,
|
| 125 |
-
"passes": 1,
|
| 126 |
-
"total_cache_tokens": 6654208,
|
| 127 |
-
"total_input_tokens": 7467695,
|
| 128 |
-
"total_output_tokens": 124642,
|
| 129 |
-
"total_reported_cost_usd": 8.408471,
|
| 130 |
-
"trials": 10
|
| 131 |
-
},
|
| 132 |
-
"schema_version": "1.1",
|
| 133 |
-
"version": "1.1.0"
|
| 134 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
task_files/cb100-001-helios-forge/01_corporate/001_corporate_control_register.md
DELETED
|
@@ -1,98 +0,0 @@
|
|
| 1 |
-
# Control Register — CB-DOC-001-001
|
| 2 |
-
|
| 3 |
-
> Confidential — legal review · reviewed — source conflict identified · native version 2.1
|
| 4 |
-
|
| 5 |
-
| Control field | Value |
|
| 6 |
-
|---|---|
|
| 7 |
-
| Matter | CB-MA-2401 — Project Daybreak battery acquisition |
|
| 8 |
-
| Client | Helios Forge, Inc. |
|
| 9 |
-
| Other party | BluePeak Battery Systems LLC |
|
| 10 |
-
| Record date | 2024-09-14 |
|
| 11 |
-
| Custodian | Maya Ellison |
|
| 12 |
-
| Reviewer | Elliot Mercer |
|
| 13 |
-
| Cross-reference | CB-DOC-001-010 |
|
| 14 |
-
| Source system | Intralinks VDR |
|
| 15 |
-
| Workstream | corporate |
|
| 16 |
-
| Control metric | 520837 |
|
| 17 |
-
| Review question | charter authorization mismatch |
|
| 18 |
-
| Finding ID | F-01 |
|
| 19 |
-
| Record role | primary |
|
| 20 |
-
| Control severity | critical |
|
| 21 |
-
| Remediation owner | Isaac Romero |
|
| 22 |
-
| Response due | 2026-09-04 |
|
| 23 |
-
|
| 24 |
-
## Executive record summary
|
| 25 |
-
|
| 26 |
-
This control register was maintained for Helios Forge, Inc. in connection with Project Daybreak battery acquisition. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control. The corporate team used the record to maintain the matter team's issue population, source lineage, review status, and accountable owner. Producing custodian Maya Ellison identified it as an ordinary-course record from Intralinks VDR; reviewer Elliot Mercer preserved the source wording and separately recorded the legal-control disposition.
|
| 27 |
-
|
| 28 |
-
> **Operative record:** the operative date is 2025-02-15 under control reference CB-MA-2401-A983
|
| 29 |
-
|
| 30 |
-
## 1. Purpose and audience
|
| 31 |
-
|
| 32 |
-
This control register supports the corporate workstream for Helios Forge, Inc.. Its purpose is to maintain the matter team's issue population, source lineage, review status, and accountable owner. The intended audience is the M&A data-room diligence matter team, including legal, finance, compliance, and the business owner responsible for the next decision.
|
| 33 |
-
|
| 34 |
-
## 2. Record lineage and custody
|
| 35 |
-
|
| 36 |
-
Matter operations catalogued the record in Intralinks VDR using identifier CB-DOC-001-001. The chain of custody identifies Maya Ellison as source owner and Elliot Mercer as the most recent reviewer. Any inconsistency with CB-DOC-001-010 must be reconciled rather than silently overwritten.
|
| 37 |
-
|
| 38 |
-
## 3. Matter and workstream context
|
| 39 |
-
|
| 40 |
-
The operational context is the corporate portion of M&A data-room diligence. Reviewers identified dependencies involving charter authorization mismatch, financial covenant breach, and permit transfer restriction; those dependencies matter to the client’s position concerning BluePeak Battery Systems LLC. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control.
|
| 41 |
-
|
| 42 |
-
## 4. Operative content
|
| 43 |
-
|
| 44 |
-
The operative entry states that the operative date is 2025-02-15 under control reference CB-MA-2401-A983. The record-control overlay classifies this as the primary source for F-01 (charter authorization mismatch) at critical severity. The assigned remediation owner is Isaac Romero, with response due 2026-09-04. The entry is preserved as written because the benchmark requires reconciliation between sources, not silent correction of a document that appears incomplete or inconsistent.
|
| 45 |
-
|
| 46 |
-
## 5. Reviewer analysis
|
| 47 |
-
|
| 48 |
-
Review procedures included source identification, a comparison to the folder index, validation of the accountable owner, and a check for later amendments or operational entries. The conclusion is deliberately bounded to the produced record and its stated cross-reference. Reviewer Elliot Mercer recorded status “reviewed — source conflict identified” and linked the file to CB-DOC-001-010. The control metric 520837 is an administrative population identifier, not a damages estimate or a statement of materiality.
|
| 49 |
-
|
| 50 |
-
## 6. Dependencies and reliance limits
|
| 51 |
-
|
| 52 |
-
The record should be read with the charter authorization mismatch, financial covenant breach, and permit transfer restriction materials and the files in the adjacent workstreams. Reliance is limited to the document as produced. The record does not incorporate unproduced attachments, oral explanations, or later events, and its administrative status should not be confused with a legal determination about the underlying obligation.
|
| 53 |
-
|
| 54 |
-
## Chronology
|
| 55 |
-
|
| 56 |
-
| Date | Event | Actor | Evidence |
|
| 57 |
-
|---|---|---|---|
|
| 58 |
-
| 2024-08-06 | Source population opened for collection | Maya Ellison | CB-DOC-001-001 |
|
| 59 |
-
| 2024-08-21 | Custodian confirmed system and date boundary | Dominic Alvarez | CB-DOC-001-010 |
|
| 60 |
-
| 2024-09-08 | Matter team completed first-level comparison | Talia Brooks | CB-DOC-001-010 |
|
| 61 |
-
| 2024-09-14 | Legal reviewer recorded the current disposition | Caleb Hassan | CB-DOC-001-001 |
|
| 62 |
-
| 2024-10-22 | Assigned owner scheduled the next control response | Sofia Bennett | CB-DOC-001-010 |
|
| 63 |
-
|
| 64 |
-
## Participants
|
| 65 |
-
|
| 66 |
-
| Name | Role | Responsibility |
|
| 67 |
-
|---|---|---|
|
| 68 |
-
| Maya Ellison | matter lead | source completeness |
|
| 69 |
-
| Elliot Mercer | business owner | business interpretation |
|
| 70 |
-
| Leona Park | records custodian | legal review |
|
| 71 |
-
| Theo Laurent | finance reviewer | remediation tracking |
|
| 72 |
-
|
| 73 |
-
## Related records
|
| 74 |
-
|
| 75 |
-
- `CB-DOC-001-008` — same-cycle source (corporate)
|
| 76 |
-
- `CB-DOC-001-020` — implementation evidence (material contracts)
|
| 77 |
-
- `CB-DOC-001-038` — independent control record (employment)
|
| 78 |
-
- `CB-DOC-001-054` — later reconciliation record (privacy security)
|
| 79 |
-
|
| 80 |
-
## Action register
|
| 81 |
-
|
| 82 |
-
| ID | Action | Owner | Due | Status |
|
| 83 |
-
|---|---|---|---|---|
|
| 84 |
-
| A-001-1 | Before 2026-09-04, obtain a signed ratification and update the controlling register; owner: Isaac Romero. | Isaac Romero | 2026-08-21 | open |
|
| 85 |
-
| A-001-2 | Preserve the native Intralinks VDR export and document any replacement record. | Amara Patel | 2026-08-28 | in review |
|
| 86 |
-
| A-001-3 | Report the disposition to the corporate workstream lead before the matter deadline. | Samuel Kim | 2026-09-04 | awaiting evidence |
|
| 87 |
-
|
| 88 |
-
## Scope and cross-reference
|
| 89 |
-
|
| 90 |
-
The record covers activity in Delaware through 2024-09-14 and should be evaluated with CB-DOC-001-010, the four related records listed below, and the complete corporate folder. It is not a complete statement of law or a substitute for the other folders in production.
|
| 91 |
-
|
| 92 |
-
## Control note
|
| 93 |
-
|
| 94 |
-
Reviewer Elliot Mercer compared identifier 520837 against the folder index, the native Intralinks VDR entry, and CB-DOC-001-010. The comparison preserved each source independently and did not infer facts held by other custodians, unproduced amendments, oral explanations, or records generated after the document date.
|
| 95 |
-
|
| 96 |
-
## Provenance
|
| 97 |
-
|
| 98 |
-
Synthetic CounselBench-100 benchmark evidence; all entities, people, addresses, amounts, and events are fictitious and are not legal advice.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
task_files/cb100-001-helios-forge/01_corporate/001_corporate_source_export.md
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Charter Authorization Mismatch — CB-DOC-001-001
|
| 2 |
+
|
| 3 |
+
> Confidential legal review · Intralinks VDR · native version 3.2
|
| 4 |
+
|
| 5 |
+
| Control field | Value |
|
| 6 |
+
|---|---|
|
| 7 |
+
| Matter | CB-MA-2401 — Project Daybreak battery acquisition |
|
| 8 |
+
| Portfolio key | CBP-001-01 |
|
| 9 |
+
| Evidence role | identity_crosswalk |
|
| 10 |
+
| Immutable entity | ENT-001-1000 |
|
| 11 |
+
| Referenced revision | REV-2025.1 |
|
| 12 |
+
| Current revision | REV-2025.1 |
|
| 13 |
+
| Custodian | Caleb Hassan |
|
| 14 |
+
| Reviewer | Dominic Alvarez |
|
| 15 |
+
|
| 16 |
+
> Portfolio key CBP-001-01 is associated with both ENT-001-1000 and ENT-001-2000. The display name is shared, while the domain and legal-entity fields disagree. No approved crosswalk revision resolves the collision.
|
| 17 |
+
|
| 18 |
+
## Source lineage
|
| 19 |
+
|
| 20 |
+
Intralinks VDR produced native record CB-DOC-001-001 for CB-MA-2401. Caleb Hassan owns the source population and Dominic Alvarez recorded the collection review. The export remains separate from later legal analysis.
|
| 21 |
+
|
| 22 |
+
## Business context
|
| 23 |
+
|
| 24 |
+
This record concerns charter authorization mismatch within Project Daybreak battery acquisition. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control. The record addresses one part of the broader question: Match the cathode-tooling records and automaker consent history to the exact acquired entity.
|
| 25 |
+
|
| 26 |
+
## Native record
|
| 27 |
+
|
| 28 |
+
Portfolio key CBP-001-01 is associated with both ENT-001-1000 and ENT-001-2000. The display name is shared, while the domain and legal-entity fields disagree. No approved crosswalk revision resolves the collision.
|
| 29 |
+
|
| 30 |
+
## Reliance limits
|
| 31 |
+
|
| 32 |
+
This file supplies identity crosswalk evidence for CBP-001-01. It does not decide legal effect, select among candidate responses, resolve another system's entity identity, or establish that its cited revision is controlling.
|
| 33 |
+
|
| 34 |
+
## Native rows
|
| 35 |
+
|
| 36 |
+
| ID | Date | Entity | Revision | Actor | Status | Metric | Note |
|
| 37 |
+
|---|---|---|---|---|---|---|---|
|
| 38 |
+
| CBP-001-01-IDE-01 | 2025-03-04 | ENT-001-1000 | REV-2025.1 | Maya Ellison | confirmed | $427,425.00 | Identity Crosswalk support row 1 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records. |
|
| 39 |
+
| CBP-001-01-IDE-02 | 2025-03-07 | ENT-001-1000 | REV-2025.1 | Dominic Alvarez | recorded | 19% | Identity Crosswalk support row 2 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records. |
|
| 40 |
+
| CBP-001-01-IDE-03 | 2025-03-10 | ENT-001-1000 | REV-2025.1 | Talia Brooks | confirmed | 22% | Identity Crosswalk support row 3 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records. |
|
| 41 |
+
| CBP-001-01-IDE-04 | 2025-03-13 | ENT-001-1000 | REV-2025.1 | Caleb Hassan | superseded | $78,667.00 | Identity Crosswalk support row 4 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records. |
|
| 42 |
+
| CBP-001-01-IDE-05 | 2025-03-16 | ENT-001-1000 | REV-2025.1 | Sofia Bennett | recorded | 17% | Identity Crosswalk support row 5 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records. |
|
| 43 |
+
| CBP-001-01-IDE-06 | 2025-03-19 | ENT-001-1000 | REV-2025.1 | Theo Laurent | superseded | 25% | Identity Crosswalk support row 6 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records. |
|
| 44 |
+
| CBP-001-01-IDE-07 | 2025-03-22 | ENT-001-1000 | REV-2025.1 | Nadine Flores | pending | $369,410.00 | Identity Crosswalk support row 7 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records. |
|
| 45 |
+
| CBP-001-01-IDE-08 | 2025-03-25 | ENT-001-2000 | REV-2025.1 | Owen Delgado | superseded | 17% | Identity Crosswalk support row 8 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records. |
|
| 46 |
+
| CBP-001-01-IDE-09 | 2025-03-28 | ENT-001-1000 | REV-2025.1 | Maya Ellison | pending | 11% | Identity Crosswalk support row 9 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records. |
|
| 47 |
+
| CBP-001-01-IDE-10 | 2025-03-31 | ENT-001-1000 | REV-2025.1 | Dominic Alvarez | superseded | $938,931.00 | Identity Crosswalk support row 10 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records. |
|
| 48 |
+
| CBP-001-01-IDE-11 | 2025-04-03 | ENT-001-1000 | REV-2025.1 | Talia Brooks | superseded | 25% | Identity Crosswalk support row 11 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records. |
|
| 49 |
+
| CBP-001-01-IDE-12 | 2025-04-06 | ENT-001-1000 | REV-2025.1 | Caleb Hassan | superseded | 1% | Identity Crosswalk support row 12 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records. |
|
| 50 |
+
| CBP-001-01-IDE-13 | 2025-04-09 | ENT-001-1000 | REV-2025.1 | Sofia Bennett | superseded | $999,223.00 | Identity Crosswalk support row 13 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records. |
|
| 51 |
+
| CBP-001-01-IDE-14 | 2025-04-12 | ENT-001-1000 | REV-2025.1 | Theo Laurent | recorded | 18% | Identity Crosswalk support row 14 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records. |
|
| 52 |
+
| CBP-001-01-IDE-15 | 2025-04-15 | ENT-001-1000 | REV-2025.1 | Nadine Flores | pending | 13% | Identity Crosswalk support row 15 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records. |
|
| 53 |
+
| CBP-001-01-IDE-16 | 2025-04-18 | ENT-001-1000 | REV-2025.1 | Owen Delgado | superseded | $789,787.00 | Identity Crosswalk support row 16 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records. |
|
| 54 |
+
| CBP-001-01-IDE-17 | 2025-04-21 | ENT-001-1000 | REV-2025.1 | Maya Ellison | superseded | 25% | Identity Crosswalk support row 17 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records. |
|
| 55 |
+
| CBP-001-01-IDE-18 | 2025-04-24 | ENT-001-1000 | REV-2025.1 | Dominic Alvarez | superseded | 16% | Identity Crosswalk support row 18 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records. |
|
| 56 |
+
|
| 57 |
+
## Chronology
|
| 58 |
+
|
| 59 |
+
| Date | Event | Actor | Reference |
|
| 60 |
+
|---|---|---|---|
|
| 61 |
+
| 2025-04-08 | native population opened | Maya Ellison | CB-DOC-001-001 |
|
| 62 |
+
| 2025-04-14 | custodian boundary confirmed | Priya Raman | CBP-001-01 |
|
| 63 |
+
| 2025-04-20 | export created | Mei Whitaker | CB-DOC-001-001 |
|
| 64 |
+
| 2025-04-26 | cross-system identifier checked | Sofia Bennett | CBP-001-01 |
|
| 65 |
+
| 2025-05-02 | revision retained | Amara Patel | CB-DOC-001-001 |
|
| 66 |
+
| 2025-05-08 | matter copy collected | Farah Ibrahim | CBP-001-01 |
|
| 67 |
+
|
| 68 |
+
## Related native records
|
| 69 |
+
|
| 70 |
+
- `CB-DOC-001-012`
|
| 71 |
+
- `CB-DOC-001-030`
|
| 72 |
+
- `CB-DOC-001-048`
|
| 73 |
+
- `CB-DOC-001-072`
|
| 74 |
+
|
| 75 |
+
## Provenance
|
| 76 |
+
|
| 77 |
+
Synthetic CounselBench-100 source record. All people, entities, events, amounts, and addresses are fictitious; the record is not legal advice.
|
task_files/cb100-001-helios-forge/01_corporate/002_corporate_executed_instrument.txt
DELETED
|
@@ -1,78 +0,0 @@
|
|
| 1 |
-
CONFIDENTIAL — MATTER TEAM
|
| 2 |
-
|
| 3 |
-
EXECUTED INSTRUMENT
|
| 4 |
-
PROJECT DAYBREAK BATTERY ACQUISITION
|
| 5 |
-
|
| 6 |
-
DOCUMENT CONTROL: CB-DOC-001-002
|
| 7 |
-
MATTER: CB-MA-2401 | Project Daybreak battery acquisition
|
| 8 |
-
RECORD TYPE: executed instrument
|
| 9 |
-
DATE: 2025-12-17
|
| 10 |
-
SOURCE SYSTEM: Carta capitalization ledger
|
| 11 |
-
NATIVE VERSION: 1.6
|
| 12 |
-
STATUS: reviewed — no independent exception
|
| 13 |
-
CUSTODIAN: Rafael Okafor
|
| 14 |
-
REVIEWER: Sofia Bennett
|
| 15 |
-
CROSS-REFERENCE: CB-DOC-001-027
|
| 16 |
-
CONTROL METRIC: 49936
|
| 17 |
-
|
| 18 |
-
REVIEW QUESTION: context only
|
| 19 |
-
FINDING ID: none
|
| 20 |
-
RECORD ROLE: context
|
| 21 |
-
CONTROL SEVERITY: none
|
| 22 |
-
REMEDIATION OWNER: none
|
| 23 |
-
RESPONSE DUE: none
|
| 24 |
-
|
| 25 |
-
RECITALS
|
| 26 |
-
|
| 27 |
-
A. This executed instrument was maintained for Helios Forge, Inc. in connection with Project Daybreak battery acquisition. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control. The corporate team used the record to preserve the operative language, execution history, defined terms, and signature authority. Producing custodian Rafael Okafor identified it as an ordinary-course record from Carta capitalization ledger; reviewer Sofia Bennett preserved the source wording and separately recorded the legal-control disposition.
|
| 28 |
-
|
| 29 |
-
B. The parties and matter team intend to preserve the source hierarchy and the decision record for CB-MA-2401.
|
| 30 |
-
|
| 31 |
-
OPERATIVE RECORD
|
| 32 |
-
The custodian confirmed that this export is complete for the stated period, subject to the cross-reference below.
|
| 33 |
-
|
| 34 |
-
1. PURPOSE AND AUDIENCE
|
| 35 |
-
This executed instrument supports the corporate workstream for Helios Forge, Inc.. Its purpose is to preserve the operative language, execution history, defined terms, and signature authority. The intended audience is the M&A data-room diligence matter team, including legal, finance, compliance, and the business owner responsible for the next decision.
|
| 36 |
-
|
| 37 |
-
2. RECORD LINEAGE AND CUSTODY
|
| 38 |
-
Matter operations catalogued the record in Carta capitalization ledger using identifier CB-DOC-001-002. The chain of custody identifies Rafael Okafor as source owner and Sofia Bennett as the most recent reviewer. Any inconsistency with CB-DOC-001-027 must be reconciled rather than silently overwritten.
|
| 39 |
-
|
| 40 |
-
3. MATTER AND WORKSTREAM CONTEXT
|
| 41 |
-
The operational context is the corporate portion of M&A data-room diligence. Reviewers identified dependencies involving unrecorded option grant, key-person retention gap, and threatened customer dispute; those dependencies matter to the client’s position concerning BluePeak Battery Systems LLC. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control.
|
| 42 |
-
|
| 43 |
-
4. OPERATIVE CONTENT
|
| 44 |
-
The operative entry states that The custodian confirmed that this export is complete for the stated period, subject to the cross-reference below.. The record-control overlay classifies this file as context only. It may explain the matter history or test a cross-reference, but it is not an independent finding. The entry is preserved as written because the benchmark requires reconciliation between sources, not silent correction of a document that appears incomplete or inconsistent.
|
| 45 |
-
|
| 46 |
-
5. REVIEWER ANALYSIS
|
| 47 |
-
The reviewer tested internal consistency, execution or approval evidence, status history, and the cited cross-reference. The review did not assume that a later system entry controls an earlier signed record. Open points remain assigned through the action register below. Reviewer Sofia Bennett recorded status “reviewed — no independent exception” and linked the file to CB-DOC-001-027. The control metric 49936 is an administrative population identifier, not a damages estimate or a statement of materiality.
|
| 48 |
-
|
| 49 |
-
6. DEPENDENCIES AND RELIANCE LIMITS
|
| 50 |
-
The record should be read with the unrecorded option grant, key-person retention gap, and threatened customer dispute materials and the files in the adjacent workstreams. The file is responsive evidence, not a standalone legal opinion. It does not establish facts held only by other custodians, waive the need to review amendments, or determine priority among competing instruments. The complete production remains necessary to reach a final conclusion.
|
| 51 |
-
|
| 52 |
-
SCHEDULE 1 — RECORD CHRONOLOGY
|
| 53 |
-
- 2025-10-29 | Source population opened for collection | Rafael Okafor | CB-DOC-001-002
|
| 54 |
-
- 2025-11-23 | Custodian confirmed system and date boundary | Priya Raman | CB-DOC-001-027
|
| 55 |
-
- 2025-12-12 | Matter team completed first-level comparison | Jonas Feld | CB-DOC-001-027
|
| 56 |
-
- 2025-12-17 | Legal reviewer recorded the current disposition | Leona Park | CB-DOC-001-002
|
| 57 |
-
- 2026-01-15 | Assigned owner scheduled the next control response | Adrian Mensah | CB-DOC-001-027
|
| 58 |
-
|
| 59 |
-
SCHEDULE 2 — ACTION REGISTER
|
| 60 |
-
- A-002-1 | in review | Leona Park | 2026-08-21 | Confirm that CB-DOC-001-027 does not change the context-only classification.
|
| 61 |
-
- A-002-2 | awaiting evidence | Henry Cho | 2026-08-28 | Preserve the native Carta capitalization ledger export and document any replacement record.
|
| 62 |
-
- A-002-3 | owner confirmed | Maya Ellison | 2026-09-04 | Report the disposition to the corporate workstream lead before the matter deadline.
|
| 63 |
-
|
| 64 |
-
SCOPE
|
| 65 |
-
The record covers activity in Delaware through 2025-12-17 and should be evaluated with CB-DOC-001-027, the four related records listed below, and the complete corporate folder. It is not a complete statement of law or a substitute for the other folders in production.
|
| 66 |
-
|
| 67 |
-
CONTROL NOTE
|
| 68 |
-
Reviewer Sofia Bennett compared identifier 49936 against the folder index, the native Carta capitalization ledger entry, and CB-DOC-001-027. The comparison preserved each source independently and did not infer facts held by other custodians, unproduced amendments, oral explanations, or records generated after the document date.
|
| 69 |
-
|
| 70 |
-
ACKNOWLEDGED FOR RECORD-CONTROL PURPOSES
|
| 71 |
-
|
| 72 |
-
By: Rafael Okafor
|
| 73 |
-
Role: Producing custodian
|
| 74 |
-
Reviewed by: Sofia Bennett
|
| 75 |
-
Record date: 2025-12-17
|
| 76 |
-
|
| 77 |
-
PROVENANCE
|
| 78 |
-
Synthetic CounselBench-100 benchmark evidence; all entities, people, addresses, amounts, and events are fictitious and are not legal advice.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
task_files/cb100-001-helios-forge/01_corporate/002_corporate_source_export.txt
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
RESTRICTED MATTER TEAM
|
| 2 |
+
|
| 3 |
+
FINANCIAL COVENANT BREACH
|
| 4 |
+
RECORD: CB-DOC-001-002
|
| 5 |
+
MATTER: CB-MA-2401
|
| 6 |
+
PORTFOLIO KEY: CBP-001-02
|
| 7 |
+
SOURCE SYSTEM: Carta capitalization ledger
|
| 8 |
+
EVIDENCE ROLE: identity_crosswalk
|
| 9 |
+
ENTITY KEY: ENT-001-1001
|
| 10 |
+
REFERENCED REVISION: REV-2025.2
|
| 11 |
+
CURRENT REVISION: REV-2025.2
|
| 12 |
+
CUSTODIAN: Leona Park
|
| 13 |
+
REVIEWER: Leona Park
|
| 14 |
+
|
| 15 |
+
NATIVE RECORD
|
| 16 |
+
Crosswalk revision REV-2025.2 maps portfolio key CBP-001-02 and legal name Helios Forge, Inc. — Financial Covenant Breach record 2 to immutable entity ENT-001-1001. The domain, legal entity, and native system key agree; the nearby alias is excluded.
|
| 17 |
+
|
| 18 |
+
SOURCE LINEAGE
|
| 19 |
+
Carta capitalization ledger produced native record CB-DOC-001-002 for CB-MA-2401. Leona Park owns the source population and Leona Park recorded the collection review. The export remains separate from later legal analysis.
|
| 20 |
+
|
| 21 |
+
BUSINESS CONTEXT
|
| 22 |
+
This record concerns financial covenant breach within Project Daybreak battery acquisition. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control. The record addresses one part of the broader question: Match the cathode-tooling records and automaker consent history to the exact acquired entity.
|
| 23 |
+
|
| 24 |
+
NATIVE RECORD
|
| 25 |
+
Crosswalk revision REV-2025.2 maps portfolio key CBP-001-02 and legal name Helios Forge, Inc. — Financial Covenant Breach record 2 to immutable entity ENT-001-1001. The domain, legal entity, and native system key agree; the nearby alias is excluded.
|
| 26 |
+
|
| 27 |
+
RELIANCE LIMITS
|
| 28 |
+
This file supplies identity crosswalk evidence for CBP-001-02. It does not decide legal effect, select among candidate responses, resolve another system's entity identity, or establish that its cited revision is controlling.
|
| 29 |
+
|
| 30 |
+
SCHEDULE 1 — NATIVE ROWS
|
| 31 |
+
CBP-001-02-IDE-01 | 2025-06-11 | ENT-001-1001 | REV-2025.2 | Rafael Okafor | confirmed | $323,233.00 | Identity Crosswalk support row 1 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.
|
| 32 |
+
CBP-001-02-IDE-02 | 2025-06-14 | ENT-001-1001 | REV-2025.2 | Priya Raman | recorded | 21% | Identity Crosswalk support row 2 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.
|
| 33 |
+
CBP-001-02-IDE-03 | 2025-06-17 | ENT-001-1001 | REV-2025.2 | Jonas Feld | superseded | 21% | Identity Crosswalk support row 3 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.
|
| 34 |
+
CBP-001-02-IDE-04 | 2025-06-20 | ENT-001-1001 | REV-2025.2 | Leona Park | confirmed | $213,733.00 | Identity Crosswalk support row 4 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.
|
| 35 |
+
CBP-001-02-IDE-05 | 2025-06-23 | ENT-001-1001 | REV-2025.2 | Adrian Mensah | confirmed | 19% | Identity Crosswalk support row 5 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.
|
| 36 |
+
CBP-001-02-IDE-06 | 2025-06-26 | ENT-001-1001 | REV-2025.2 | Amara Patel | pending | 11% | Identity Crosswalk support row 6 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.
|
| 37 |
+
CBP-001-02-IDE-07 | 2025-06-29 | ENT-001-1001 | REV-2025.2 | Micah Sullivan | pending | $432,022.00 | Identity Crosswalk support row 7 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.
|
| 38 |
+
CBP-001-02-IDE-08 | 2025-07-02 | ENT-001-2001 | REV-2025.2 | Lena Varga | superseded | 26% | Identity Crosswalk support row 8 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.
|
| 39 |
+
CBP-001-02-IDE-09 | 2025-07-05 | ENT-001-1001 | REV-2025.2 | Rafael Okafor | confirmed | 18% | Identity Crosswalk support row 9 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.
|
| 40 |
+
CBP-001-02-IDE-10 | 2025-07-08 | ENT-001-1001 | REV-2025.2 | Priya Raman | pending | $68,038.00 | Identity Crosswalk support row 10 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.
|
| 41 |
+
CBP-001-02-IDE-11 | 2025-07-11 | ENT-001-1001 | REV-2025.2 | Jonas Feld | superseded | 25% | Identity Crosswalk support row 11 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.
|
| 42 |
+
CBP-001-02-IDE-12 | 2025-07-14 | ENT-001-1001 | REV-2025.2 | Leona Park | recorded | 16% | Identity Crosswalk support row 12 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.
|
| 43 |
+
CBP-001-02-IDE-13 | 2025-07-17 | ENT-001-1001 | REV-2025.2 | Adrian Mensah | pending | $123,786.00 | Identity Crosswalk support row 13 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.
|
| 44 |
+
CBP-001-02-IDE-14 | 2025-07-20 | ENT-001-1001 | REV-2025.2 | Amara Patel | pending | 14% | Identity Crosswalk support row 14 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.
|
| 45 |
+
CBP-001-02-IDE-15 | 2025-07-23 | ENT-001-1001 | REV-2025.2 | Micah Sullivan | pending | 20% | Identity Crosswalk support row 15 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.
|
| 46 |
+
CBP-001-02-IDE-16 | 2025-07-26 | ENT-001-1001 | REV-2025.2 | Lena Varga | recorded | $575,864.00 | Identity Crosswalk support row 16 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.
|
| 47 |
+
CBP-001-02-IDE-17 | 2025-07-29 | ENT-001-1001 | REV-2025.2 | Rafael Okafor | superseded | 17% | Identity Crosswalk support row 17 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.
|
| 48 |
+
CBP-001-02-IDE-18 | 2025-08-01 | ENT-001-1001 | REV-2025.2 | Priya Raman | pending | 1% | Identity Crosswalk support row 18 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.
|
| 49 |
+
|
| 50 |
+
SCHEDULE 2 — CHRONOLOGY
|
| 51 |
+
2024-04-02 | native population opened | Rafael Okafor | CB-DOC-001-002
|
| 52 |
+
2024-04-08 | custodian boundary confirmed | Elliot Mercer | CBP-001-02
|
| 53 |
+
2024-04-14 | export created | Caleb Hassan | CB-DOC-001-002
|
| 54 |
+
2024-04-20 | cross-system identifier checked | Adrian Mensah | CBP-001-02
|
| 55 |
+
2024-04-26 | revision retained | Henry Cho | CB-DOC-001-002
|
| 56 |
+
2024-05-02 | matter copy collected | Owen Delgado | CBP-001-02
|
| 57 |
+
|
| 58 |
+
PROVENANCE
|
| 59 |
+
Synthetic CounselBench-100 source record. All people, entities, events, amounts, and addresses are fictitious; the record is not legal advice.
|
task_files/cb100-001-helios-forge/01_corporate/003_corporate_correspondence.eml
DELETED
|
@@ -1,77 +0,0 @@
|
|
| 1 |
-
From: nora.chen@example.test
|
| 2 |
-
To: micah.sullivan@example.test
|
| 3 |
-
Cc: matter-team-helios_forge_inc@example.test
|
| 4 |
-
Date: 2026-02-11 09:30:00 -0700
|
| 5 |
-
Message-ID: <cb-doc-001-003@example.test>
|
| 6 |
-
In-Reply-To: <cb-doc-001-044@example.test>
|
| 7 |
-
Subject: CB-MA-2401 — correspondence / 01_corporate
|
| 8 |
-
X-Source-System: Ironclad CLM
|
| 9 |
-
X-Record-Status: indexed — responsive context
|
| 10 |
-
X-Confidentiality: Confidential — legal review
|
| 11 |
-
X-Review-Question: context only
|
| 12 |
-
X-Finding-ID: none
|
| 13 |
-
X-Record-Role: context
|
| 14 |
-
X-Control-Severity: none
|
| 15 |
-
X-Remediation-Owner: none
|
| 16 |
-
X-Response-Due: none
|
| 17 |
-
MIME-Version: 1.0
|
| 18 |
-
Content-Type: text/plain; charset=UTF-8
|
| 19 |
-
|
| 20 |
-
Micah,
|
| 21 |
-
|
| 22 |
-
I completed the corporate review for Project Daybreak battery acquisition. The working group (Jonas Feld, Sofia Bennett, Henry Cho) should use the record-control block below when updating the matter tracker.
|
| 23 |
-
|
| 24 |
-
This correspondence was maintained for Helios Forge, Inc. in connection with Project Daybreak battery acquisition. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control. The corporate team used the record to capture custodian communications, escalation history, instructions, and contemporaneous business understanding. Producing custodian Nora Chen identified it as an ordinary-course record from Ironclad CLM; reviewer Micah Sullivan preserved the source wording and separately recorded the legal-control disposition.
|
| 25 |
-
|
| 26 |
-
OPERATIVE RECORD
|
| 27 |
-
The operative record and its implementation evidence use the same identifier, date, and responsible owner.
|
| 28 |
-
|
| 29 |
-
1. PURPOSE AND AUDIENCE
|
| 30 |
-
This correspondence supports the corporate workstream for Helios Forge, Inc.. Its purpose is to capture custodian communications, escalation history, instructions, and contemporaneous business understanding. The intended audience is the M&A data-room diligence matter team, including legal, finance, compliance, and the business owner responsible for the next decision.
|
| 31 |
-
|
| 32 |
-
2. RECORD LINEAGE AND CUSTODY
|
| 33 |
-
This copy was collected from Ironclad CLM under matter hold CB-MA-2401. Its lineage runs from Nora Chen, as producing custodian, to Micah Sullivan, as reviewing lawyer. The related record CB-DOC-001-044 remains a separate source of truth and was not merged into this document.
|
| 34 |
-
|
| 35 |
-
3. MATTER AND WORKSTREAM CONTEXT
|
| 36 |
-
The corporate workstream sits within M&A data-room diligence. The team is tracking change-of-control consent, invention assignment defect, and facility title exception because decisions in this file may affect the deadline and the position taken with BluePeak Battery Systems LLC. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control.
|
| 37 |
-
|
| 38 |
-
4. OPERATIVE CONTENT
|
| 39 |
-
The operative entry states that The operative record and its implementation evidence use the same identifier, date, and responsible owner.. The record-control overlay classifies this file as context only. It may explain the matter history or test a cross-reference, but it is not an independent finding. The entry is preserved as written because the benchmark requires reconciliation between sources, not silent correction of a document that appears incomplete or inconsistent.
|
| 40 |
-
|
| 41 |
-
5. REVIEWER ANALYSIS
|
| 42 |
-
The legal-control check compared the record’s native value with the matter index and the identified related file. Conflicting custodial accounts, amendments outside the production, and post-date events were not resolved by inference and remain subject to documented follow-up. Reviewer Micah Sullivan recorded status “indexed — responsive context” and linked the file to CB-DOC-001-044. The control metric 81512 is an administrative population identifier, not a damages estimate or a statement of materiality.
|
| 43 |
-
|
| 44 |
-
6. DEPENDENCIES AND RELIANCE LIMITS
|
| 45 |
-
The record should be read with the change-of-control consent, invention assignment defect, and facility title exception materials and the files in the adjacent workstreams. The file is responsive evidence, not a standalone legal opinion. It does not establish facts held only by other custodians, waive the need to review amendments, or determine priority among competing instruments. The complete production remains necessary to reach a final conclusion.
|
| 46 |
-
|
| 47 |
-
CHRONOLOGY
|
| 48 |
-
- 2025-12-23 | Source population opened for collection | Nora Chen | CB-DOC-001-003
|
| 49 |
-
- 2026-01-25 | Custodian confirmed system and date boundary | Elliot Mercer | CB-DOC-001-044
|
| 50 |
-
- 2026-02-05 | Matter team completed first-level comparison | Mei Whitaker | CB-DOC-001-044
|
| 51 |
-
- 2026-02-11 | Legal reviewer recorded the current disposition | Isaac Romero | CB-DOC-001-003
|
| 52 |
-
- 2026-03-14 | Assigned owner scheduled the next control response | Willa Novak | CB-DOC-001-044
|
| 53 |
-
|
| 54 |
-
ACTION REGISTER
|
| 55 |
-
- A-003-1 | awaiting evidence | Isaac Romero | 2026-08-21 | Confirm that CB-DOC-001-044 does not change the context-only classification.
|
| 56 |
-
- A-003-2 | owner confirmed | Nadine Flores | 2026-08-28 | Preserve the native Ironclad CLM export and document any replacement record.
|
| 57 |
-
- A-003-3 | escalated | Rafael Okafor | 2026-09-04 | Report the disposition to the corporate workstream lead before the matter deadline.
|
| 58 |
-
|
| 59 |
-
SCOPE AND CROSS-REFERENCE
|
| 60 |
-
The record covers activity in Delaware through 2026-02-11 and should be evaluated with CB-DOC-001-044, the four related records listed below, and the complete corporate folder. It is not a complete statement of law or a substitute for the other folders in production.
|
| 61 |
-
|
| 62 |
-
CONTROL NOTE
|
| 63 |
-
Reviewer Micah Sullivan compared identifier 81512 against the folder index, the native Ironclad CLM entry, and CB-DOC-001-044. The comparison preserved each source independently and did not infer facts held by other custodians, unproduced amendments, oral explanations, or records generated after the document date.
|
| 64 |
-
|
| 65 |
-
Regards,
|
| 66 |
-
Nora Chen
|
| 67 |
-
Corporate records custodian
|
| 68 |
-
|
| 69 |
-
-----Original Message-----
|
| 70 |
-
From: micah.sullivan@example.test
|
| 71 |
-
Sent: 2026-01-25 16:10:00 -0700
|
| 72 |
-
To: nora.chen@example.test
|
| 73 |
-
Subject: RE: CB-MA-2401 / CB-DOC-001-044
|
| 74 |
-
|
| 75 |
-
Please preserve the native Ironclad CLM entry, confirm the date boundary, and do not resolve any difference with CB-DOC-001-044 outside the written matter record.
|
| 76 |
-
|
| 77 |
-
Synthetic CounselBench-100 benchmark evidence; all entities, people, addresses, amounts, and events are fictitious and are not legal advice.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
task_files/cb100-001-helios-forge/01_corporate/003_corporate_source_export.eml
ADDED
|
@@ -0,0 +1,99 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
From: Isaac Romero <isaac_romero@example.test>
|
| 2 |
+
To: Henry Cho <henry_cho@example.test>
|
| 3 |
+
Date: 2026-02-07 08:30:00 -0700
|
| 4 |
+
Message-ID: <cb-doc-001-003@example.test>
|
| 5 |
+
Subject: CB-MA-2401 — permit transfer restriction source export
|
| 6 |
+
X-Matter-Number: CB-MA-2401
|
| 7 |
+
X-Portfolio-Key: CBP-001-03
|
| 8 |
+
X-Source-System: Ironclad CLM
|
| 9 |
+
MIME-Version: 1.0
|
| 10 |
+
Content-Type: text/plain; charset=utf-8
|
| 11 |
+
|
| 12 |
+
Crosswalk revision REV-2025.3 maps portfolio key CBP-001-03 and legal name Helios Forge, Inc. — Permit Transfer Restriction record 3 to immutable entity ENT-001-1002. The domain, legal entity, and native system key agree; the nearby alias is excluded.
|
| 13 |
+
|
| 14 |
+
SOURCE LINEAGE
|
| 15 |
+
Ironclad CLM produced native record CB-DOC-001-003 for CB-MA-2401. Isaac Romero owns the source population and Henry Cho recorded the collection review. The export remains separate from later legal analysis.
|
| 16 |
+
|
| 17 |
+
BUSINESS CONTEXT
|
| 18 |
+
This record concerns permit transfer restriction within Project Daybreak battery acquisition. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control. The record addresses one part of the broader question: Match the cathode-tooling records and automaker consent history to the exact acquired entity.
|
| 19 |
+
|
| 20 |
+
NATIVE RECORD
|
| 21 |
+
Crosswalk revision REV-2025.3 maps portfolio key CBP-001-03 and legal name Helios Forge, Inc. — Permit Transfer Restriction record 3 to immutable entity ENT-001-1002. The domain, legal entity, and native system key agree; the nearby alias is excluded.
|
| 22 |
+
|
| 23 |
+
RELIANCE LIMITS
|
| 24 |
+
This file supplies identity crosswalk evidence for CBP-001-03. It does not decide legal effect, select among candidate responses, resolve another system's entity identity, or establish that its cited revision is controlling.
|
| 25 |
+
|
| 26 |
+
SOURCE THREAD
|
| 27 |
+
-----Original Message-----
|
| 28 |
+
From: Nora Chen <nora_chen@example.test>
|
| 29 |
+
Sent: 2024-04-13 09:00:00 -0700
|
| 30 |
+
To: Henry Cho <henry_cho@example.test>
|
| 31 |
+
Subject: CBP-001-03 source row CBP-001-03-IDE-01
|
| 32 |
+
|
| 33 |
+
Identity Crosswalk support row 1 for permit transfer restriction; retained from the native system so the reviewer can distinguish the exact CBP-001-03 population from similarly named records. The native status is recorded and the recorded metric is $299,160.00.
|
| 34 |
+
|
| 35 |
+
-----Original Message-----
|
| 36 |
+
From: Elliot Mercer <elliot_mercer@example.test>
|
| 37 |
+
Sent: 2024-04-16 09:00:00 -0700
|
| 38 |
+
To: Henry Cho <henry_cho@example.test>
|
| 39 |
+
Subject: CBP-001-03 source row CBP-001-03-IDE-02
|
| 40 |
+
|
| 41 |
+
Identity Crosswalk support row 2 for permit transfer restriction; retained from the native system so the reviewer can distinguish the exact CBP-001-03 population from similarly named records. The native status is pending and the recorded metric is 2%.
|
| 42 |
+
|
| 43 |
+
-----Original Message-----
|
| 44 |
+
From: Mei Whitaker <mei_whitaker@example.test>
|
| 45 |
+
Sent: 2024-04-19 09:00:00 -0700
|
| 46 |
+
To: Henry Cho <henry_cho@example.test>
|
| 47 |
+
Subject: CBP-001-03 source row CBP-001-03-IDE-03
|
| 48 |
+
|
| 49 |
+
Identity Crosswalk support row 3 for permit transfer restriction; retained from the native system so the reviewer can distinguish the exact CBP-001-03 population from similarly named records. The native status is confirmed and the recorded metric is 1%.
|
| 50 |
+
|
| 51 |
+
-----Original Message-----
|
| 52 |
+
From: Isaac Romero <isaac_romero@example.test>
|
| 53 |
+
Sent: 2024-04-22 09:00:00 -0700
|
| 54 |
+
To: Henry Cho <henry_cho@example.test>
|
| 55 |
+
Subject: CBP-001-03 source row CBP-001-03-IDE-04
|
| 56 |
+
|
| 57 |
+
Identity Crosswalk support row 4 for permit transfer restriction; retained from the native system so the reviewer can distinguish the exact CBP-001-03 population from similarly named records. The native status is confirmed and the recorded metric is $895,157.00.
|
| 58 |
+
|
| 59 |
+
-----Original Message-----
|
| 60 |
+
From: Willa Novak <willa_novak@example.test>
|
| 61 |
+
Sent: 2024-04-25 09:00:00 -0700
|
| 62 |
+
To: Henry Cho <henry_cho@example.test>
|
| 63 |
+
Subject: CBP-001-03 source row CBP-001-03-IDE-05
|
| 64 |
+
|
| 65 |
+
Identity Crosswalk support row 5 for permit transfer restriction; retained from the native system so the reviewer can distinguish the exact CBP-001-03 population from similarly named records. The native status is pending and the recorded metric is 14%.
|
| 66 |
+
|
| 67 |
+
-----Original Message-----
|
| 68 |
+
From: Henry Cho <henry_cho@example.test>
|
| 69 |
+
Sent: 2024-04-28 09:00:00 -0700
|
| 70 |
+
To: Henry Cho <henry_cho@example.test>
|
| 71 |
+
Subject: CBP-001-03 source row CBP-001-03-IDE-06
|
| 72 |
+
|
| 73 |
+
Identity Crosswalk support row 6 for permit transfer restriction; retained from the native system so the reviewer can distinguish the exact CBP-001-03 population from similarly named records. The native status is confirmed and the recorded metric is 11%.
|
| 74 |
+
|
| 75 |
+
-----Original Message-----
|
| 76 |
+
From: Farah Ibrahim <farah_ibrahim@example.test>
|
| 77 |
+
Sent: 2024-05-01 09:00:00 -0700
|
| 78 |
+
To: Henry Cho <henry_cho@example.test>
|
| 79 |
+
Subject: CBP-001-03 source row CBP-001-03-IDE-07
|
| 80 |
+
|
| 81 |
+
Identity Crosswalk support row 7 for permit transfer restriction; retained from the native system so the reviewer can distinguish the exact CBP-001-03 population from similarly named records. The native status is pending and the recorded metric is $271,602.00.
|
| 82 |
+
|
| 83 |
+
-----Original Message-----
|
| 84 |
+
From: Samuel Kim <samuel_kim@example.test>
|
| 85 |
+
Sent: 2024-05-04 09:00:00 -0700
|
| 86 |
+
To: Henry Cho <henry_cho@example.test>
|
| 87 |
+
Subject: CBP-001-03 source row CBP-001-03-IDE-08
|
| 88 |
+
|
| 89 |
+
Identity Crosswalk support row 8 for permit transfer restriction; retained from the native system so the reviewer can distinguish the exact CBP-001-03 population from similarly named records. The native status is pending and the recorded metric is 11%.
|
| 90 |
+
|
| 91 |
+
CHRONOLOGY
|
| 92 |
+
2026-01-03 | native population opened | Nora Chen | CB-DOC-001-003
|
| 93 |
+
2026-01-09 | custodian boundary confirmed | Talia Brooks | CBP-001-03
|
| 94 |
+
2026-01-15 | export created | Leona Park | CB-DOC-001-003
|
| 95 |
+
2026-01-21 | cross-system identifier checked | Willa Novak | CBP-001-03
|
| 96 |
+
2026-01-27 | revision retained | Nadine Flores | CB-DOC-001-003
|
| 97 |
+
2026-02-02 | matter copy collected | Lena Varga | CBP-001-03
|
| 98 |
+
|
| 99 |
+
Synthetic CounselBench-100 source record. All people, entities, events, amounts, and addresses are fictitious; the record is not legal advice.
|
task_files/cb100-001-helios-forge/01_corporate/004_corporate_ledger_export.csv
DELETED
|
@@ -1,59 +0,0 @@
|
|
| 1 |
-
record_id,matter_number,record_date,row_type,section,key,value,owner,status,reference
|
| 2 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,record_id,CB-DOC-001-004,,,CB-DOC-001-061
|
| 3 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,matter_number,CB-MA-2401,,,CB-DOC-001-061
|
| 4 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,record_date,2024-11-03,,,CB-DOC-001-061
|
| 5 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,record_type,ledger export,,,CB-DOC-001-061
|
| 6 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,folder,01_corporate,,,CB-DOC-001-061
|
| 7 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,workstream,corporate,,,CB-DOC-001-061
|
| 8 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,source_system,NetSuite close workbook,,,CB-DOC-001-061
|
| 9 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,native_version,4.3,,,CB-DOC-001-061
|
| 10 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,record_status,reviewed — source conflict identified,,,CB-DOC-001-061
|
| 11 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,confidentiality,Confidential — matter team,,,CB-DOC-001-061
|
| 12 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,custodian,Dominic Alvarez,,,CB-DOC-001-061
|
| 13 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,reviewer,Nora Chen,,,CB-DOC-001-061
|
| 14 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,cross_reference,CB-DOC-001-061,,,CB-DOC-001-061
|
| 15 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,control_metric,227127,,,CB-DOC-001-061
|
| 16 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,review_question,unrecorded option grant,,,CB-DOC-001-061
|
| 17 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,finding_id,F-02,,,CB-DOC-001-061
|
| 18 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,record_role,primary,,,CB-DOC-001-061
|
| 19 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,control_severity,high,,,CB-DOC-001-061
|
| 20 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,remediation_owner,Sofia Bennett,,,CB-DOC-001-061
|
| 21 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,response_due,2026-09-04,,,CB-DOC-001-061
|
| 22 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,matter_title,Project Daybreak battery acquisition,,,CB-DOC-001-061
|
| 23 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,client,"Helios Forge, Inc.",,,CB-DOC-001-061
|
| 24 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,counterparty,BluePeak Battery Systems LLC,,,CB-DOC-001-061
|
| 25 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,jurisdiction,Delaware,,,CB-DOC-001-061
|
| 26 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,venue,"Washoe County, Nevada",,,CB-DOC-001-061
|
| 27 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,deadline,2026-09-04,,,CB-DOC-001-061
|
| 28 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,practice_workflow,M&A data-room diligence,,,CB-DOC-001-061
|
| 29 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,background,"This ledger export was maintained for Helios Forge, Inc. in connection with Project Daybreak battery acquisition. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control. The corporate team used the record to reconcile system-of-record entries against the signed or approved source and expose population-level variance. Producing custodian Dominic Alvarez identified it as an ordinary-course record from NetSuite close workbook; reviewer Nora Chen preserved the source wording and separately recorded the legal-control disposition.",,,CB-DOC-001-061
|
| 30 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,operative_text,"the controlling amount is $3,939,148.00",,,CB-DOC-001-061
|
| 31 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,scope,"The record covers activity in Delaware through 2024-11-03 and should be evaluated with CB-DOC-001-061, the four related records listed below, and the complete corporate folder. It is not a complete statement of law or a substitute for the other folders in production.",,,CB-DOC-001-061
|
| 32 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,metadata,document_control,control_note,"Reviewer Nora Chen compared identifier 227127 against the folder index, the native NetSuite close workbook entry, and CB-DOC-001-061. The comparison preserved each source independently and did not infer facts held by other custodians, unproduced amendments, oral explanations, or records generated after the document date.",,,CB-DOC-001-061
|
| 33 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,analysis,section_1,Purpose and audience,"This ledger export supports the corporate workstream for Helios Forge, Inc.. Its purpose is to reconcile system-of-record entries against the signed or approved source and expose population-level variance. The intended audience is the M&A data-room diligence matter team, including legal, finance, compliance, and the business owner responsible for the next decision.",Nora Chen,reviewed — source conflict identified,CB-DOC-001-061
|
| 34 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,analysis,section_2,Record lineage and custody,"This copy was collected from NetSuite close workbook under matter hold CB-MA-2401. Its lineage runs from Dominic Alvarez, as producing custodian, to Nora Chen, as reviewing lawyer. The related record CB-DOC-001-061 remains a separate source of truth and was not merged into this document.",Nora Chen,reviewed — source conflict identified,CB-DOC-001-061
|
| 35 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,analysis,section_3,Matter and workstream context,"For this corporate review, legal and business stakeholders are using the record to evaluate anti-assignment restriction, open-source copyleft exposure, and sales-tax nexus gap. The file is part of M&A data-room diligence and should be read against the stated decision deadline. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control.",Nora Chen,reviewed — source conflict identified,CB-DOC-001-061
|
| 36 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,analysis,section_4,Operative content,"The operative entry states that the controlling amount is $3,939,148.00. The record-control overlay classifies this as the primary source for F-02 (unrecorded option grant) at high severity. The assigned remediation owner is Sofia Bennett, with response due 2026-09-04. The entry is preserved as written because the benchmark requires reconciliation between sources, not silent correction of a document that appears incomplete or inconsistent.",Nora Chen,reviewed — source conflict identified,CB-DOC-001-061
|
| 37 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,analysis,section_5,Reviewer analysis,"Review procedures included source identification, a comparison to the folder index, validation of the accountable owner, and a check for later amendments or operational entries. The conclusion is deliberately bounded to the produced record and its stated cross-reference. Reviewer Nora Chen recorded status “reviewed — source conflict identified” and linked the file to CB-DOC-001-061. The control metric 227127 is an administrative population identifier, not a damages estimate or a statement of materiality.",Nora Chen,reviewed — source conflict identified,CB-DOC-001-061
|
| 38 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,analysis,section_6,Dependencies and reliance limits,"The record should be read with the anti-assignment restriction, open-source copyleft exposure, and sales-tax nexus gap materials and the files in the adjacent workstreams. This record is one component of the production and should not be treated as a complete statement of the governing agreement, policy, ledger, or law. Dates reflect the fixed synthetic matter timeline; references to approval or closure describe the source record rather than an independent legal conclusion.",Nora Chen,reviewed — source conflict identified,CB-DOC-001-061
|
| 39 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-01,ledger_entry,anti-assignment restriction,CB-DOC-001-004-L01,"the controlling amount is $3,939,148.00 Metric: $151,166.00",Dominic Alvarez,awaiting evidence,CB-DOC-001-004
|
| 40 |
-
CB-DOC-001-004,CB-MA-2401,2024-10-29,ledger_entry,open-source copyleft exposure,CB-DOC-001-004-L02,Corporate control observation 2; retained for reconciliation with CB-DOC-001-061. Metric: 7%,Elliot Mercer,escalated,CB-DOC-001-061
|
| 41 |
-
CB-DOC-001-004,CB-MA-2401,2024-10-28,ledger_entry,sales-tax nexus gap,CB-DOC-001-004-L03,Corporate control observation 3; retained for reconciliation with CB-DOC-001-061. Metric: 1%,Jonas Feld,open,CB-DOC-001-004
|
| 42 |
-
CB-DOC-001-004,CB-MA-2401,2024-10-25,ledger_entry,anti-assignment restriction,CB-DOC-001-004-L04,"Corporate control observation 4; retained for reconciliation with CB-DOC-001-061. Metric: $873,448.00",Caleb Hassan,owner confirmed,CB-DOC-001-061
|
| 43 |
-
CB-DOC-001-004,CB-MA-2401,2024-10-21,ledger_entry,open-source copyleft exposure,CB-DOC-001-004-L05,Corporate control observation 5; retained for reconciliation with CB-DOC-001-061. Metric: 10%,Isaac Romero,escalated,CB-DOC-001-004
|
| 44 |
-
CB-DOC-001-004,CB-MA-2401,2024-10-16,ledger_entry,sales-tax nexus gap,CB-DOC-001-004-L06,Corporate control observation 6; retained for reconciliation with CB-DOC-001-061. Metric: 24%,Adrian Mensah,owner confirmed,CB-DOC-001-061
|
| 45 |
-
CB-DOC-001-004,CB-MA-2401,2024-10-13,ledger_entry,anti-assignment restriction,CB-DOC-001-004-L07,"Corporate control observation 7; retained for reconciliation with CB-DOC-001-061. Metric: $413,659.00",Theo Laurent,in review,CB-DOC-001-004
|
| 46 |
-
CB-DOC-001-004,CB-MA-2401,2024-10-12,ledger_entry,open-source copyleft exposure,CB-DOC-001-004-L08,Corporate control observation 8; retained for reconciliation with CB-DOC-001-061. Metric: 18%,Henry Cho,open,CB-DOC-001-061
|
| 47 |
-
CB-DOC-001-004,CB-MA-2401,2024-10-10,ledger_entry,sales-tax nexus gap,CB-DOC-001-004-L09,Corporate control observation 9; retained for reconciliation with CB-DOC-001-061. Metric: 17%,Micah Sullivan,owner confirmed,CB-DOC-001-004
|
| 48 |
-
CB-DOC-001-004,CB-MA-2401,2024-10-07,ledger_entry,anti-assignment restriction,CB-DOC-001-004-L10,"Corporate control observation 10; retained for reconciliation with CB-DOC-001-061. Metric: $663,304.00",Owen Delgado,open,CB-DOC-001-061
|
| 49 |
-
CB-DOC-001-004,CB-MA-2401,2024-10-02,ledger_entry,open-source copyleft exposure,CB-DOC-001-004-L11,Corporate control observation 11; retained for reconciliation with CB-DOC-001-061. Metric: 11%,Samuel Kim,owner confirmed,CB-DOC-001-004
|
| 50 |
-
CB-DOC-001-004,CB-MA-2401,2024-09-28,ledger_entry,sales-tax nexus gap,CB-DOC-001-004-L12,Corporate control observation 12; retained for reconciliation with CB-DOC-001-061. Metric: 20%,Rafael Okafor,awaiting evidence,CB-DOC-001-061
|
| 51 |
-
CB-DOC-001-004,CB-MA-2401,2024-09-20,chronology,corporate,Source population opened for collection,Source population opened for collection,Dominic Alvarez,recorded,CB-DOC-001-004
|
| 52 |
-
CB-DOC-001-004,CB-MA-2401,2024-10-14,chronology,corporate,Custodian confirmed system and date boundary,Custodian confirmed system and date boundary,Talia Brooks,recorded,CB-DOC-001-061
|
| 53 |
-
CB-DOC-001-004,CB-MA-2401,2024-10-28,chronology,corporate,Matter team completed first-level comparison,Matter team completed first-level comparison,Caleb Hassan,recorded,CB-DOC-001-061
|
| 54 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,chronology,corporate,Legal reviewer recorded the current disposition,Legal reviewer recorded the current disposition,Sofia Bennett,recorded,CB-DOC-001-004
|
| 55 |
-
CB-DOC-001-004,CB-MA-2401,2024-12-07,chronology,corporate,Assigned owner scheduled the next control response,Assigned owner scheduled the next control response,Theo Laurent,recorded,CB-DOC-001-061
|
| 56 |
-
CB-DOC-001-004,CB-MA-2401,2026-08-21,action,corporate,A-004-1,"Before 2026-09-04, recalculate the exposure and preserve the supporting ledger; owner: Sofia Bennett.",Sofia Bennett,owner confirmed,CB-DOC-001-061
|
| 57 |
-
CB-DOC-001-004,CB-MA-2401,2026-08-28,action,corporate,A-004-2,Preserve the native NetSuite close workbook export and document any replacement record.,Micah Sullivan,escalated,CB-DOC-001-061
|
| 58 |
-
CB-DOC-001-004,CB-MA-2401,2026-09-04,action,corporate,A-004-3,Report the disposition to the corporate workstream lead before the matter deadline.,Nora Chen,open,CB-DOC-001-061
|
| 59 |
-
CB-DOC-001-004,CB-MA-2401,2024-11-03,provenance,release,synthetic_notice,"Synthetic CounselBench-100 benchmark evidence; all entities, people, addresses, amounts, and events are fictitious and are not legal advice.",Nora Chen,final,CB-DOC-001-004
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
task_files/cb100-001-helios-forge/01_corporate/004_corporate_source_export.csv
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
record_id,matter_number,portfolio_key,row_type,date,key,value,actor,status,reference
|
| 2 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,metadata,2024-05-26,matter_title,Project Daybreak battery acquisition,Maya Ellison,recorded,CB-DOC-001-004
|
| 3 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,metadata,2024-05-26,client,"Helios Forge, Inc.",Maya Ellison,recorded,CB-DOC-001-004
|
| 4 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,metadata,2024-05-26,counterparty,BluePeak Battery Systems LLC,Maya Ellison,recorded,CB-DOC-001-004
|
| 5 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,metadata,2024-05-26,source_system,NetSuite close workbook,Maya Ellison,recorded,CB-DOC-001-004
|
| 6 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,metadata,2024-05-26,native_version,1.1,Maya Ellison,recorded,CB-DOC-001-004
|
| 7 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,metadata,2024-05-26,record_date,2024-05-26,Maya Ellison,recorded,CB-DOC-001-004
|
| 8 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,metadata,2024-05-26,custodian,Sofia Bennett,Maya Ellison,recorded,CB-DOC-001-004
|
| 9 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,metadata,2024-05-26,reviewer,Maya Ellison,Maya Ellison,recorded,CB-DOC-001-004
|
| 10 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,metadata,2024-05-26,subject,revenue recognition exception,Maya Ellison,recorded,CB-DOC-001-004
|
| 11 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,metadata,2024-05-26,evidence_role,identity_crosswalk,Maya Ellison,recorded,CB-DOC-001-004
|
| 12 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,metadata,2024-05-26,immutable_entity_key,ENT-001-1003,Maya Ellison,recorded,CB-DOC-001-004
|
| 13 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,metadata,2024-05-26,referenced_revision,REV-2025.4,Maya Ellison,recorded,CB-DOC-001-004
|
| 14 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,metadata,2024-05-26,current_revision,REV-2025.4,Maya Ellison,recorded,CB-DOC-001-004
|
| 15 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,metadata,2024-05-26,body,"Crosswalk revision REV-2025.4 maps portfolio key CBP-001-04 and legal name Helios Forge, Inc. — Revenue Recognition Exception record 4 to immutable entity ENT-001-1003. The domain, legal entity, and native system key agree; the nearby alias is excluded.",Maya Ellison,recorded,CB-DOC-001-004
|
| 16 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,source_row,2024-08-06,CBP-001-04-IDE-01,"Identity Crosswalk support row 1 for revenue recognition exception; retained from the native system so the reviewer can distinguish the exact CBP-001-04 population from similarly named records. Metric $576,166.00; revision REV-2025.4",Dominic Alvarez,pending,ENT-001-1003
|
| 17 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,source_row,2024-08-09,CBP-001-04-IDE-02,Identity Crosswalk support row 2 for revenue recognition exception; retained from the native system so the reviewer can distinguish the exact CBP-001-04 population from similarly named records. Metric 4%; revision REV-2025.4,Talia Brooks,pending,ENT-001-1003
|
| 18 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,source_row,2024-08-12,CBP-001-04-IDE-03,Identity Crosswalk support row 3 for revenue recognition exception; retained from the native system so the reviewer can distinguish the exact CBP-001-04 population from similarly named records. Metric 25%; revision REV-2025.4,Caleb Hassan,recorded,ENT-001-1003
|
| 19 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,source_row,2024-08-15,CBP-001-04-IDE-04,"Identity Crosswalk support row 4 for revenue recognition exception; retained from the native system so the reviewer can distinguish the exact CBP-001-04 population from similarly named records. Metric $698,448.00; revision REV-2025.4",Sofia Bennett,recorded,ENT-001-1003
|
| 20 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,source_row,2024-08-18,CBP-001-04-IDE-05,Identity Crosswalk support row 5 for revenue recognition exception; retained from the native system so the reviewer can distinguish the exact CBP-001-04 population from similarly named records. Metric 1%; revision REV-2025.4,Theo Laurent,confirmed,ENT-001-1003
|
| 21 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,source_row,2024-08-21,CBP-001-04-IDE-06,Identity Crosswalk support row 6 for revenue recognition exception; retained from the native system so the reviewer can distinguish the exact CBP-001-04 population from similarly named records. Metric 21%; revision REV-2025.4,Nadine Flores,superseded,ENT-001-1003
|
| 22 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,source_row,2024-08-24,CBP-001-04-IDE-07,"Identity Crosswalk support row 7 for revenue recognition exception; retained from the native system so the reviewer can distinguish the exact CBP-001-04 population from similarly named records. Metric $288,659.00; revision REV-2025.4",Owen Delgado,superseded,ENT-001-1003
|
| 23 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,source_row,2024-08-27,CBP-001-04-IDE-08,Identity Crosswalk support row 8 for revenue recognition exception; retained from the native system so the reviewer can distinguish the exact CBP-001-04 population from similarly named records. Metric 18%; revision REV-2025.4,Maya Ellison,confirmed,ENT-001-2003
|
| 24 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,source_row,2024-08-30,CBP-001-04-IDE-09,Identity Crosswalk support row 9 for revenue recognition exception; retained from the native system so the reviewer can distinguish the exact CBP-001-04 population from similarly named records. Metric 11%; revision REV-2025.4,Dominic Alvarez,recorded,ENT-001-1003
|
| 25 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,source_row,2024-09-02,CBP-001-04-IDE-10,"Identity Crosswalk support row 10 for revenue recognition exception; retained from the native system so the reviewer can distinguish the exact CBP-001-04 population from similarly named records. Metric $788,304.00; revision REV-2025.4",Talia Brooks,recorded,ENT-001-1003
|
| 26 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,source_row,2024-09-05,CBP-001-04-IDE-11,Identity Crosswalk support row 11 for revenue recognition exception; retained from the native system so the reviewer can distinguish the exact CBP-001-04 population from similarly named records. Metric 2%; revision REV-2025.4,Caleb Hassan,pending,ENT-001-1003
|
| 27 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,source_row,2024-09-08,CBP-001-04-IDE-12,Identity Crosswalk support row 12 for revenue recognition exception; retained from the native system so the reviewer can distinguish the exact CBP-001-04 population from similarly named records. Metric 8%; revision REV-2025.4,Sofia Bennett,superseded,ENT-001-1003
|
| 28 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,source_row,2024-09-11,CBP-001-04-IDE-13,"Identity Crosswalk support row 13 for revenue recognition exception; retained from the native system so the reviewer can distinguish the exact CBP-001-04 population from similarly named records. Metric $935,215.00; revision REV-2025.4",Theo Laurent,superseded,ENT-001-1003
|
| 29 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,source_row,2024-09-14,CBP-001-04-IDE-14,Identity Crosswalk support row 14 for revenue recognition exception; retained from the native system so the reviewer can distinguish the exact CBP-001-04 population from similarly named records. Metric 1%; revision REV-2025.4,Nadine Flores,superseded,ENT-001-1003
|
| 30 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,source_row,2024-09-17,CBP-001-04-IDE-15,Identity Crosswalk support row 15 for revenue recognition exception; retained from the native system so the reviewer can distinguish the exact CBP-001-04 population from similarly named records. Metric 15%; revision REV-2025.4,Owen Delgado,pending,ENT-001-1003
|
| 31 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,source_row,2024-09-20,CBP-001-04-IDE-16,"Identity Crosswalk support row 16 for revenue recognition exception; retained from the native system so the reviewer can distinguish the exact CBP-001-04 population from similarly named records. Metric $164,503.00; revision REV-2025.4",Maya Ellison,superseded,ENT-001-1003
|
| 32 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,source_row,2024-09-23,CBP-001-04-IDE-17,Identity Crosswalk support row 17 for revenue recognition exception; retained from the native system so the reviewer can distinguish the exact CBP-001-04 population from similarly named records. Metric 6%; revision REV-2025.4,Dominic Alvarez,recorded,ENT-001-1003
|
| 33 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,source_row,2024-09-26,CBP-001-04-IDE-18,Identity Crosswalk support row 18 for revenue recognition exception; retained from the native system so the reviewer can distinguish the exact CBP-001-04 population from similarly named records. Metric 8%; revision REV-2025.4,Talia Brooks,confirmed,ENT-001-1003
|
| 34 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,chronology,2024-04-21,native population opened,native population opened,Dominic Alvarez,recorded,CB-DOC-001-004
|
| 35 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,chronology,2024-04-27,custodian boundary confirmed,custodian boundary confirmed,Jonas Feld,recorded,CBP-001-04
|
| 36 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,chronology,2024-05-03,export created,export created,Isaac Romero,recorded,CB-DOC-001-004
|
| 37 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,chronology,2024-05-09,cross-system identifier checked,cross-system identifier checked,Theo Laurent,recorded,CBP-001-04
|
| 38 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,chronology,2024-05-15,revision retained,revision retained,Micah Sullivan,recorded,CB-DOC-001-004
|
| 39 |
+
CB-DOC-001-004,CB-MA-2401,CBP-001-04,chronology,2024-05-21,matter copy collected,matter copy collected,Samuel Kim,recorded,CBP-001-04
|
task_files/cb100-001-helios-forge/01_corporate/005_corporate_review_memorandum.json
DELETED
|
@@ -1,287 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"document_control": {
|
| 3 |
-
"record_id": "CB-DOC-001-005",
|
| 4 |
-
"matter_number": "CB-MA-2401",
|
| 5 |
-
"record_date": "2024-06-15",
|
| 6 |
-
"record_type": "review memorandum",
|
| 7 |
-
"folder": "01_corporate",
|
| 8 |
-
"workstream": "corporate",
|
| 9 |
-
"source_system": "Jira integration tracker",
|
| 10 |
-
"native_version": "3.9",
|
| 11 |
-
"record_status": "indexed — responsive context",
|
| 12 |
-
"confidentiality": "Confidential — legal review",
|
| 13 |
-
"custodian": "Priya Raman",
|
| 14 |
-
"reviewer": "Caleb Hassan",
|
| 15 |
-
"cross_reference": "CB-DOC-001-078",
|
| 16 |
-
"control_metric": 43626,
|
| 17 |
-
"review_question": "context only",
|
| 18 |
-
"finding_id": "none",
|
| 19 |
-
"record_role": "context",
|
| 20 |
-
"control_severity": "none",
|
| 21 |
-
"remediation_owner": "none",
|
| 22 |
-
"response_due": "none"
|
| 23 |
-
},
|
| 24 |
-
"matter": {
|
| 25 |
-
"matter_title": "Project Daybreak battery acquisition",
|
| 26 |
-
"client": "Helios Forge, Inc.",
|
| 27 |
-
"counterparty": "BluePeak Battery Systems LLC",
|
| 28 |
-
"jurisdiction": "Delaware",
|
| 29 |
-
"venue": "Washoe County, Nevada",
|
| 30 |
-
"deadline": "2026-09-04",
|
| 31 |
-
"practice_workflow": "M&A data-room diligence"
|
| 32 |
-
},
|
| 33 |
-
"record": {
|
| 34 |
-
"background": "This review memorandum was maintained for Helios Forge, Inc. in connection with Project Daybreak battery acquisition. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control. The corporate team used the record to record the reviewer’s analysis, assumptions, unresolved questions, and recommended disposition. Producing custodian Priya Raman identified it as an ordinary-course record from Jira integration tracker; reviewer Caleb Hassan preserved the source wording and separately recorded the legal-control disposition.",
|
| 35 |
-
"operative_text": "The status remained unchanged through the review date, and no exception notice appears in this record.",
|
| 36 |
-
"scope": "The record covers activity in Delaware through 2024-06-15 and should be evaluated with CB-DOC-001-078, the four related records listed below, and the complete corporate folder. It is not a complete statement of law or a substitute for the other folders in production.",
|
| 37 |
-
"control_note": "Reviewer Caleb Hassan compared identifier 43626 against the folder index, the native Jira integration tracker entry, and CB-DOC-001-078. The comparison preserved each source independently and did not infer facts held by other custodians, unproduced amendments, oral explanations, or records generated after the document date.",
|
| 38 |
-
"analysis_sections": [
|
| 39 |
-
{
|
| 40 |
-
"heading": "Purpose and audience",
|
| 41 |
-
"text": "This review memorandum supports the corporate workstream for Helios Forge, Inc.. Its purpose is to record the reviewer’s analysis, assumptions, unresolved questions, and recommended disposition. The intended audience is the M&A data-room diligence matter team, including legal, finance, compliance, and the business owner responsible for the next decision."
|
| 42 |
-
},
|
| 43 |
-
{
|
| 44 |
-
"heading": "Record lineage and custody",
|
| 45 |
-
"text": "This copy was collected from Jira integration tracker under matter hold CB-MA-2401. Its lineage runs from Priya Raman, as producing custodian, to Caleb Hassan, as reviewing lawyer. The related record CB-DOC-001-078 remains a separate source of truth and was not merged into this document."
|
| 46 |
-
},
|
| 47 |
-
{
|
| 48 |
-
"heading": "Matter and workstream context",
|
| 49 |
-
"text": "The operational context is the corporate portion of M&A data-room diligence. Reviewers identified dependencies involving most-favored-customer exposure, unreported security incident, and claims-made insurance tail; those dependencies matter to the client’s position concerning BluePeak Battery Systems LLC. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control."
|
| 50 |
-
},
|
| 51 |
-
{
|
| 52 |
-
"heading": "Operative content",
|
| 53 |
-
"text": "The operative entry states that The status remained unchanged through the review date, and no exception notice appears in this record.. The record-control overlay classifies this file as context only. It may explain the matter history or test a cross-reference, but it is not an independent finding. The entry is preserved as written because the benchmark requires reconciliation between sources, not silent correction of a document that appears incomplete or inconsistent."
|
| 54 |
-
},
|
| 55 |
-
{
|
| 56 |
-
"heading": "Reviewer analysis",
|
| 57 |
-
"text": "Review procedures included source identification, a comparison to the folder index, validation of the accountable owner, and a check for later amendments or operational entries. The conclusion is deliberately bounded to the produced record and its stated cross-reference. Reviewer Caleb Hassan recorded status “indexed — responsive context” and linked the file to CB-DOC-001-078. The control metric 43626 is an administrative population identifier, not a damages estimate or a statement of materiality."
|
| 58 |
-
},
|
| 59 |
-
{
|
| 60 |
-
"heading": "Dependencies and reliance limits",
|
| 61 |
-
"text": "The record should be read with the most-favored-customer exposure, unreported security incident, and claims-made insurance tail materials and the files in the adjacent workstreams. The file is responsive evidence, not a standalone legal opinion. It does not establish facts held only by other custodians, waive the need to review amendments, or determine priority among competing instruments. The complete production remains necessary to reach a final conclusion."
|
| 62 |
-
}
|
| 63 |
-
]
|
| 64 |
-
},
|
| 65 |
-
"chronology": [
|
| 66 |
-
{
|
| 67 |
-
"date": "2024-04-28",
|
| 68 |
-
"event": "Source population opened for collection",
|
| 69 |
-
"actor": "Priya Raman",
|
| 70 |
-
"evidence": "CB-DOC-001-005"
|
| 71 |
-
},
|
| 72 |
-
{
|
| 73 |
-
"date": "2024-05-23",
|
| 74 |
-
"event": "Custodian confirmed system and date boundary",
|
| 75 |
-
"actor": "Jonas Feld",
|
| 76 |
-
"evidence": "CB-DOC-001-078"
|
| 77 |
-
},
|
| 78 |
-
{
|
| 79 |
-
"date": "2024-06-10",
|
| 80 |
-
"event": "Matter team completed first-level comparison",
|
| 81 |
-
"actor": "Leona Park",
|
| 82 |
-
"evidence": "CB-DOC-001-078"
|
| 83 |
-
},
|
| 84 |
-
{
|
| 85 |
-
"date": "2024-06-15",
|
| 86 |
-
"event": "Legal reviewer recorded the current disposition",
|
| 87 |
-
"actor": "Adrian Mensah",
|
| 88 |
-
"evidence": "CB-DOC-001-005"
|
| 89 |
-
},
|
| 90 |
-
{
|
| 91 |
-
"date": "2024-07-22",
|
| 92 |
-
"event": "Assigned owner scheduled the next control response",
|
| 93 |
-
"actor": "Amara Patel",
|
| 94 |
-
"evidence": "CB-DOC-001-078"
|
| 95 |
-
}
|
| 96 |
-
],
|
| 97 |
-
"participants": [
|
| 98 |
-
{
|
| 99 |
-
"name": "Priya Raman",
|
| 100 |
-
"role": "compliance reviewer",
|
| 101 |
-
"responsibility": "source completeness"
|
| 102 |
-
},
|
| 103 |
-
{
|
| 104 |
-
"name": "Caleb Hassan",
|
| 105 |
-
"role": "outside counsel liaison",
|
| 106 |
-
"responsibility": "business interpretation"
|
| 107 |
-
},
|
| 108 |
-
{
|
| 109 |
-
"name": "Willa Novak",
|
| 110 |
-
"role": "operations lead",
|
| 111 |
-
"responsibility": "legal review"
|
| 112 |
-
},
|
| 113 |
-
{
|
| 114 |
-
"name": "Micah Sullivan",
|
| 115 |
-
"role": "control owner",
|
| 116 |
-
"responsibility": "remediation tracking"
|
| 117 |
-
}
|
| 118 |
-
],
|
| 119 |
-
"related_records": [
|
| 120 |
-
{
|
| 121 |
-
"record_id": "CB-DOC-001-012",
|
| 122 |
-
"relationship": "same-cycle source",
|
| 123 |
-
"workstream": "capitalization"
|
| 124 |
-
},
|
| 125 |
-
{
|
| 126 |
-
"record_id": "CB-DOC-001-024",
|
| 127 |
-
"relationship": "implementation evidence",
|
| 128 |
-
"workstream": "material contracts"
|
| 129 |
-
},
|
| 130 |
-
{
|
| 131 |
-
"record_id": "CB-DOC-001-042",
|
| 132 |
-
"relationship": "independent control record",
|
| 133 |
-
"workstream": "ip technology"
|
| 134 |
-
},
|
| 135 |
-
{
|
| 136 |
-
"record_id": "CB-DOC-001-058",
|
| 137 |
-
"relationship": "later reconciliation record",
|
| 138 |
-
"workstream": "regulatory"
|
| 139 |
-
}
|
| 140 |
-
],
|
| 141 |
-
"action_register": [
|
| 142 |
-
{
|
| 143 |
-
"action_id": "A-005-1",
|
| 144 |
-
"action": "Confirm that CB-DOC-001-078 does not change the context-only classification.",
|
| 145 |
-
"owner": "Adrian Mensah",
|
| 146 |
-
"due_date": "2026-08-21",
|
| 147 |
-
"status": "escalated"
|
| 148 |
-
},
|
| 149 |
-
{
|
| 150 |
-
"action_id": "A-005-2",
|
| 151 |
-
"action": "Preserve the native Jira integration tracker export and document any replacement record.",
|
| 152 |
-
"owner": "Farah Ibrahim",
|
| 153 |
-
"due_date": "2026-08-28",
|
| 154 |
-
"status": "open"
|
| 155 |
-
},
|
| 156 |
-
{
|
| 157 |
-
"action_id": "A-005-3",
|
| 158 |
-
"action": "Report the disposition to the corporate workstream lead before the matter deadline.",
|
| 159 |
-
"owner": "Dominic Alvarez",
|
| 160 |
-
"due_date": "2026-09-04",
|
| 161 |
-
"status": "in review"
|
| 162 |
-
}
|
| 163 |
-
],
|
| 164 |
-
"supporting_rows": [
|
| 165 |
-
{
|
| 166 |
-
"line_id": "CB-DOC-001-005-L01",
|
| 167 |
-
"category": "most-favored-customer exposure",
|
| 168 |
-
"description": "The status remained unchanged through the review date, and no exception notice appears in this record.",
|
| 169 |
-
"effective_date": "2024-06-14",
|
| 170 |
-
"owner": "Priya Raman",
|
| 171 |
-
"status": "escalated",
|
| 172 |
-
"metric": "$327,157.00",
|
| 173 |
-
"evidence_reference": "CB-DOC-001-005"
|
| 174 |
-
},
|
| 175 |
-
{
|
| 176 |
-
"line_id": "CB-DOC-001-005-L02",
|
| 177 |
-
"category": "unreported security incident",
|
| 178 |
-
"description": "Corporate control observation 2; retained for reconciliation with CB-DOC-001-078.",
|
| 179 |
-
"effective_date": "2024-06-10",
|
| 180 |
-
"owner": "Talia Brooks",
|
| 181 |
-
"status": "escalated",
|
| 182 |
-
"metric": "19%",
|
| 183 |
-
"evidence_reference": "CB-DOC-001-078"
|
| 184 |
-
},
|
| 185 |
-
{
|
| 186 |
-
"line_id": "CB-DOC-001-005-L03",
|
| 187 |
-
"category": "claims-made insurance tail",
|
| 188 |
-
"description": "Corporate control observation 3; retained for reconciliation with CB-DOC-001-078.",
|
| 189 |
-
"effective_date": "2024-06-07",
|
| 190 |
-
"owner": "Mei Whitaker",
|
| 191 |
-
"status": "open",
|
| 192 |
-
"metric": "15%",
|
| 193 |
-
"evidence_reference": "CB-DOC-001-005"
|
| 194 |
-
},
|
| 195 |
-
{
|
| 196 |
-
"line_id": "CB-DOC-001-005-L04",
|
| 197 |
-
"category": "most-favored-customer exposure",
|
| 198 |
-
"description": "Corporate control observation 4; retained for reconciliation with CB-DOC-001-078.",
|
| 199 |
-
"effective_date": "2024-06-05",
|
| 200 |
-
"owner": "Leona Park",
|
| 201 |
-
"status": "owner confirmed",
|
| 202 |
-
"metric": "$35,877.00",
|
| 203 |
-
"evidence_reference": "CB-DOC-001-078"
|
| 204 |
-
},
|
| 205 |
-
{
|
| 206 |
-
"line_id": "CB-DOC-001-005-L05",
|
| 207 |
-
"category": "unreported security incident",
|
| 208 |
-
"description": "Corporate control observation 5; retained for reconciliation with CB-DOC-001-078.",
|
| 209 |
-
"effective_date": "2024-05-31",
|
| 210 |
-
"owner": "Sofia Bennett",
|
| 211 |
-
"status": "awaiting evidence",
|
| 212 |
-
"metric": "12%",
|
| 213 |
-
"evidence_reference": "CB-DOC-001-005"
|
| 214 |
-
},
|
| 215 |
-
{
|
| 216 |
-
"line_id": "CB-DOC-001-005-L06",
|
| 217 |
-
"category": "claims-made insurance tail",
|
| 218 |
-
"description": "Corporate control observation 6; retained for reconciliation with CB-DOC-001-078.",
|
| 219 |
-
"effective_date": "2024-05-30",
|
| 220 |
-
"owner": "Willa Novak",
|
| 221 |
-
"status": "awaiting evidence",
|
| 222 |
-
"metric": "10%",
|
| 223 |
-
"evidence_reference": "CB-DOC-001-078"
|
| 224 |
-
},
|
| 225 |
-
{
|
| 226 |
-
"line_id": "CB-DOC-001-005-L07",
|
| 227 |
-
"category": "most-favored-customer exposure",
|
| 228 |
-
"description": "Corporate control observation 7; retained for reconciliation with CB-DOC-001-078.",
|
| 229 |
-
"effective_date": "2024-05-26",
|
| 230 |
-
"owner": "Amara Patel",
|
| 231 |
-
"status": "open",
|
| 232 |
-
"metric": "$491,038.00",
|
| 233 |
-
"evidence_reference": "CB-DOC-001-005"
|
| 234 |
-
},
|
| 235 |
-
{
|
| 236 |
-
"line_id": "CB-DOC-001-005-L08",
|
| 237 |
-
"category": "unreported security incident",
|
| 238 |
-
"description": "Corporate control observation 8; retained for reconciliation with CB-DOC-001-078.",
|
| 239 |
-
"effective_date": "2024-05-24",
|
| 240 |
-
"owner": "Nadine Flores",
|
| 241 |
-
"status": "awaiting evidence",
|
| 242 |
-
"metric": "22%",
|
| 243 |
-
"evidence_reference": "CB-DOC-001-078"
|
| 244 |
-
},
|
| 245 |
-
{
|
| 246 |
-
"line_id": "CB-DOC-001-005-L09",
|
| 247 |
-
"category": "claims-made insurance tail",
|
| 248 |
-
"description": "Corporate control observation 9; retained for reconciliation with CB-DOC-001-078.",
|
| 249 |
-
"effective_date": "2024-05-22",
|
| 250 |
-
"owner": "Farah Ibrahim",
|
| 251 |
-
"status": "awaiting evidence",
|
| 252 |
-
"metric": "21%",
|
| 253 |
-
"evidence_reference": "CB-DOC-001-005"
|
| 254 |
-
},
|
| 255 |
-
{
|
| 256 |
-
"line_id": "CB-DOC-001-005-L10",
|
| 257 |
-
"category": "most-favored-customer exposure",
|
| 258 |
-
"description": "Corporate control observation 10; retained for reconciliation with CB-DOC-001-078.",
|
| 259 |
-
"effective_date": "2024-05-17",
|
| 260 |
-
"owner": "Lena Varga",
|
| 261 |
-
"status": "open",
|
| 262 |
-
"metric": "$803,566.00",
|
| 263 |
-
"evidence_reference": "CB-DOC-001-078"
|
| 264 |
-
},
|
| 265 |
-
{
|
| 266 |
-
"line_id": "CB-DOC-001-005-L11",
|
| 267 |
-
"category": "unreported security incident",
|
| 268 |
-
"description": "Corporate control observation 11; retained for reconciliation with CB-DOC-001-078.",
|
| 269 |
-
"effective_date": "2024-05-13",
|
| 270 |
-
"owner": "Maya Ellison",
|
| 271 |
-
"status": "in review",
|
| 272 |
-
"metric": "24%",
|
| 273 |
-
"evidence_reference": "CB-DOC-001-005"
|
| 274 |
-
},
|
| 275 |
-
{
|
| 276 |
-
"line_id": "CB-DOC-001-005-L12",
|
| 277 |
-
"category": "claims-made insurance tail",
|
| 278 |
-
"description": "Corporate control observation 12; retained for reconciliation with CB-DOC-001-078.",
|
| 279 |
-
"effective_date": "2024-05-13",
|
| 280 |
-
"owner": "Nora Chen",
|
| 281 |
-
"status": "escalated",
|
| 282 |
-
"metric": "9%",
|
| 283 |
-
"evidence_reference": "CB-DOC-001-078"
|
| 284 |
-
}
|
| 285 |
-
],
|
| 286 |
-
"provenance": "Synthetic CounselBench-100 benchmark evidence; all entities, people, addresses, amounts, and events are fictitious and are not legal advice."
|
| 287 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
task_files/cb100-001-helios-forge/01_corporate/005_corporate_source_export.json
ADDED
|
@@ -0,0 +1,266 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"body": "Crosswalk revision REV-2025.5 maps portfolio key CBP-001-05 and legal name Helios Forge, Inc. — Most-Favored-Customer Exposure record 5 to immutable entity ENT-001-1004. The domain, legal entity, and native system key agree; the nearby alias is excluded.",
|
| 3 |
+
"chronology": [
|
| 4 |
+
{
|
| 5 |
+
"actor": "Priya Raman",
|
| 6 |
+
"date": "2025-05-23",
|
| 7 |
+
"event": "native population opened",
|
| 8 |
+
"reference": "CB-DOC-001-005"
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"actor": "Mei Whitaker",
|
| 12 |
+
"date": "2025-05-29",
|
| 13 |
+
"event": "custodian boundary confirmed",
|
| 14 |
+
"reference": "CBP-001-05"
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"actor": "Sofia Bennett",
|
| 18 |
+
"date": "2025-06-04",
|
| 19 |
+
"event": "export created",
|
| 20 |
+
"reference": "CB-DOC-001-005"
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"actor": "Amara Patel",
|
| 24 |
+
"date": "2025-06-10",
|
| 25 |
+
"event": "cross-system identifier checked",
|
| 26 |
+
"reference": "CBP-001-05"
|
| 27 |
+
},
|
| 28 |
+
{
|
| 29 |
+
"actor": "Farah Ibrahim",
|
| 30 |
+
"date": "2025-06-16",
|
| 31 |
+
"event": "revision retained",
|
| 32 |
+
"reference": "CB-DOC-001-005"
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"actor": "Maya Ellison",
|
| 36 |
+
"date": "2025-06-22",
|
| 37 |
+
"event": "matter copy collected",
|
| 38 |
+
"reference": "CBP-001-05"
|
| 39 |
+
}
|
| 40 |
+
],
|
| 41 |
+
"client": "Helios Forge, Inc.",
|
| 42 |
+
"confidentiality": "Restricted matter team",
|
| 43 |
+
"counterparty": "BluePeak Battery Systems LLC",
|
| 44 |
+
"current_revision": "REV-2025.5",
|
| 45 |
+
"custodian": "Adrian Mensah",
|
| 46 |
+
"evidence_role": "identity_crosswalk",
|
| 47 |
+
"immutable_entity_key": "ENT-001-1004",
|
| 48 |
+
"matter_number": "CB-MA-2401",
|
| 49 |
+
"matter_title": "Project Daybreak battery acquisition",
|
| 50 |
+
"native_version": "3.4",
|
| 51 |
+
"portfolio_key": "CBP-001-05",
|
| 52 |
+
"provenance": "Synthetic CounselBench-100 source record. All people, entities, events, amounts, and addresses are fictitious; the record is not legal advice.",
|
| 53 |
+
"record_date": "2025-06-27",
|
| 54 |
+
"record_id": "CB-DOC-001-005",
|
| 55 |
+
"referenced_revision": "REV-2025.5",
|
| 56 |
+
"related_records": [
|
| 57 |
+
"CB-DOC-001-016",
|
| 58 |
+
"CB-DOC-001-034",
|
| 59 |
+
"CB-DOC-001-052",
|
| 60 |
+
"CB-DOC-001-076"
|
| 61 |
+
],
|
| 62 |
+
"reviewer": "Jonas Feld",
|
| 63 |
+
"rows": [
|
| 64 |
+
{
|
| 65 |
+
"actor": "Priya Raman",
|
| 66 |
+
"effective_date": "2024-08-05",
|
| 67 |
+
"entity_key": "ENT-001-1004",
|
| 68 |
+
"line_id": "CBP-001-05-IDE-01",
|
| 69 |
+
"metric": "$827,157.00",
|
| 70 |
+
"note": "Identity Crosswalk support row 1 for most-favored-customer exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-05 population from similarly named records.",
|
| 71 |
+
"revision": "REV-2025.5",
|
| 72 |
+
"status": "confirmed"
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"actor": "Jonas Feld",
|
| 76 |
+
"effective_date": "2024-08-08",
|
| 77 |
+
"entity_key": "ENT-001-1004",
|
| 78 |
+
"line_id": "CBP-001-05-IDE-02",
|
| 79 |
+
"metric": "1%",
|
| 80 |
+
"note": "Identity Crosswalk support row 2 for most-favored-customer exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-05 population from similarly named records.",
|
| 81 |
+
"revision": "REV-2025.5",
|
| 82 |
+
"status": "pending"
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"actor": "Leona Park",
|
| 86 |
+
"effective_date": "2024-08-11",
|
| 87 |
+
"entity_key": "ENT-001-1004",
|
| 88 |
+
"line_id": "CBP-001-05-IDE-03",
|
| 89 |
+
"metric": "12%",
|
| 90 |
+
"note": "Identity Crosswalk support row 3 for most-favored-customer exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-05 population from similarly named records.",
|
| 91 |
+
"revision": "REV-2025.5",
|
| 92 |
+
"status": "pending"
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"actor": "Adrian Mensah",
|
| 96 |
+
"effective_date": "2024-08-14",
|
| 97 |
+
"entity_key": "ENT-001-1004",
|
| 98 |
+
"line_id": "CBP-001-05-IDE-04",
|
| 99 |
+
"metric": "$660,877.00",
|
| 100 |
+
"note": "Identity Crosswalk support row 4 for most-favored-customer exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-05 population from similarly named records.",
|
| 101 |
+
"revision": "REV-2025.5",
|
| 102 |
+
"status": "confirmed"
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"actor": "Amara Patel",
|
| 106 |
+
"effective_date": "2024-08-17",
|
| 107 |
+
"entity_key": "ENT-001-1004",
|
| 108 |
+
"line_id": "CBP-001-05-IDE-05",
|
| 109 |
+
"metric": "27%",
|
| 110 |
+
"note": "Identity Crosswalk support row 5 for most-favored-customer exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-05 population from similarly named records.",
|
| 111 |
+
"revision": "REV-2025.5",
|
| 112 |
+
"status": "superseded"
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"actor": "Micah Sullivan",
|
| 116 |
+
"effective_date": "2024-08-20",
|
| 117 |
+
"entity_key": "ENT-001-1004",
|
| 118 |
+
"line_id": "CBP-001-05-IDE-06",
|
| 119 |
+
"metric": "7%",
|
| 120 |
+
"note": "Identity Crosswalk support row 6 for most-favored-customer exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-05 population from similarly named records.",
|
| 121 |
+
"revision": "REV-2025.5",
|
| 122 |
+
"status": "confirmed"
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"actor": "Lena Varga",
|
| 126 |
+
"effective_date": "2024-08-23",
|
| 127 |
+
"entity_key": "ENT-001-1004",
|
| 128 |
+
"line_id": "CBP-001-05-IDE-07",
|
| 129 |
+
"metric": "$341,038.00",
|
| 130 |
+
"note": "Identity Crosswalk support row 7 for most-favored-customer exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-05 population from similarly named records.",
|
| 131 |
+
"revision": "REV-2025.5",
|
| 132 |
+
"status": "pending"
|
| 133 |
+
},
|
| 134 |
+
{
|
| 135 |
+
"actor": "Rafael Okafor",
|
| 136 |
+
"effective_date": "2024-08-26",
|
| 137 |
+
"entity_key": "ENT-001-2004",
|
| 138 |
+
"line_id": "CBP-001-05-IDE-08",
|
| 139 |
+
"metric": "1%",
|
| 140 |
+
"note": "Identity Crosswalk support row 8 for most-favored-customer exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-05 population from similarly named records.",
|
| 141 |
+
"revision": "REV-2025.5",
|
| 142 |
+
"status": "confirmed"
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"actor": "Priya Raman",
|
| 146 |
+
"effective_date": "2024-08-29",
|
| 147 |
+
"entity_key": "ENT-001-1004",
|
| 148 |
+
"line_id": "CBP-001-05-IDE-09",
|
| 149 |
+
"metric": "3%",
|
| 150 |
+
"note": "Identity Crosswalk support row 9 for most-favored-customer exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-05 population from similarly named records.",
|
| 151 |
+
"revision": "REV-2025.5",
|
| 152 |
+
"status": "recorded"
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"actor": "Jonas Feld",
|
| 156 |
+
"effective_date": "2024-09-01",
|
| 157 |
+
"entity_key": "ENT-001-1004",
|
| 158 |
+
"line_id": "CBP-001-05-IDE-10",
|
| 159 |
+
"metric": "$603,566.00",
|
| 160 |
+
"note": "Identity Crosswalk support row 10 for most-favored-customer exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-05 population from similarly named records.",
|
| 161 |
+
"revision": "REV-2025.5",
|
| 162 |
+
"status": "pending"
|
| 163 |
+
},
|
| 164 |
+
{
|
| 165 |
+
"actor": "Leona Park",
|
| 166 |
+
"effective_date": "2024-09-04",
|
| 167 |
+
"entity_key": "ENT-001-1004",
|
| 168 |
+
"line_id": "CBP-001-05-IDE-11",
|
| 169 |
+
"metric": "18%",
|
| 170 |
+
"note": "Identity Crosswalk support row 11 for most-favored-customer exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-05 population from similarly named records.",
|
| 171 |
+
"revision": "REV-2025.5",
|
| 172 |
+
"status": "superseded"
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"actor": "Adrian Mensah",
|
| 176 |
+
"effective_date": "2024-09-07",
|
| 177 |
+
"entity_key": "ENT-001-1004",
|
| 178 |
+
"line_id": "CBP-001-05-IDE-12",
|
| 179 |
+
"metric": "15%",
|
| 180 |
+
"note": "Identity Crosswalk support row 12 for most-favored-customer exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-05 population from similarly named records.",
|
| 181 |
+
"revision": "REV-2025.5",
|
| 182 |
+
"status": "recorded"
|
| 183 |
+
},
|
| 184 |
+
{
|
| 185 |
+
"actor": "Amara Patel",
|
| 186 |
+
"effective_date": "2024-09-10",
|
| 187 |
+
"entity_key": "ENT-001-1004",
|
| 188 |
+
"line_id": "CBP-001-05-IDE-13",
|
| 189 |
+
"metric": "$74,613.00",
|
| 190 |
+
"note": "Identity Crosswalk support row 13 for most-favored-customer exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-05 population from similarly named records.",
|
| 191 |
+
"revision": "REV-2025.5",
|
| 192 |
+
"status": "confirmed"
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"actor": "Micah Sullivan",
|
| 196 |
+
"effective_date": "2024-09-13",
|
| 197 |
+
"entity_key": "ENT-001-1004",
|
| 198 |
+
"line_id": "CBP-001-05-IDE-14",
|
| 199 |
+
"metric": "21%",
|
| 200 |
+
"note": "Identity Crosswalk support row 14 for most-favored-customer exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-05 population from similarly named records.",
|
| 201 |
+
"revision": "REV-2025.5",
|
| 202 |
+
"status": "recorded"
|
| 203 |
+
},
|
| 204 |
+
{
|
| 205 |
+
"actor": "Lena Varga",
|
| 206 |
+
"effective_date": "2024-09-16",
|
| 207 |
+
"entity_key": "ENT-001-1004",
|
| 208 |
+
"line_id": "CBP-001-05-IDE-15",
|
| 209 |
+
"metric": "20%",
|
| 210 |
+
"note": "Identity Crosswalk support row 15 for most-favored-customer exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-05 population from similarly named records.",
|
| 211 |
+
"revision": "REV-2025.5",
|
| 212 |
+
"status": "superseded"
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"actor": "Rafael Okafor",
|
| 216 |
+
"effective_date": "2024-09-19",
|
| 217 |
+
"entity_key": "ENT-001-1004",
|
| 218 |
+
"line_id": "CBP-001-05-IDE-16",
|
| 219 |
+
"metric": "$943,756.00",
|
| 220 |
+
"note": "Identity Crosswalk support row 16 for most-favored-customer exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-05 population from similarly named records.",
|
| 221 |
+
"revision": "REV-2025.5",
|
| 222 |
+
"status": "recorded"
|
| 223 |
+
},
|
| 224 |
+
{
|
| 225 |
+
"actor": "Priya Raman",
|
| 226 |
+
"effective_date": "2024-09-22",
|
| 227 |
+
"entity_key": "ENT-001-1004",
|
| 228 |
+
"line_id": "CBP-001-05-IDE-17",
|
| 229 |
+
"metric": "27%",
|
| 230 |
+
"note": "Identity Crosswalk support row 17 for most-favored-customer exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-05 population from similarly named records.",
|
| 231 |
+
"revision": "REV-2025.5",
|
| 232 |
+
"status": "superseded"
|
| 233 |
+
},
|
| 234 |
+
{
|
| 235 |
+
"actor": "Jonas Feld",
|
| 236 |
+
"effective_date": "2024-09-25",
|
| 237 |
+
"entity_key": "ENT-001-1004",
|
| 238 |
+
"line_id": "CBP-001-05-IDE-18",
|
| 239 |
+
"metric": "25%",
|
| 240 |
+
"note": "Identity Crosswalk support row 18 for most-favored-customer exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-05 population from similarly named records.",
|
| 241 |
+
"revision": "REV-2025.5",
|
| 242 |
+
"status": "superseded"
|
| 243 |
+
}
|
| 244 |
+
],
|
| 245 |
+
"sections": [
|
| 246 |
+
{
|
| 247 |
+
"heading": "Source lineage",
|
| 248 |
+
"text": "Jira integration tracker produced native record CB-DOC-001-005 for CB-MA-2401. Adrian Mensah owns the source population and Jonas Feld recorded the collection review. The export remains separate from later legal analysis."
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"heading": "Business context",
|
| 252 |
+
"text": "This record concerns most-favored-customer exposure within Project Daybreak battery acquisition. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control. The record addresses one part of the broader question: Match the cathode-tooling records and automaker consent history to the exact acquired entity."
|
| 253 |
+
},
|
| 254 |
+
{
|
| 255 |
+
"heading": "Native record",
|
| 256 |
+
"text": "Crosswalk revision REV-2025.5 maps portfolio key CBP-001-05 and legal name Helios Forge, Inc. — Most-Favored-Customer Exposure record 5 to immutable entity ENT-001-1004. The domain, legal entity, and native system key agree; the nearby alias is excluded."
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"heading": "Reliance limits",
|
| 260 |
+
"text": "This file supplies identity crosswalk evidence for CBP-001-05. It does not decide legal effect, select among candidate responses, resolve another system's entity identity, or establish that its cited revision is controlling."
|
| 261 |
+
}
|
| 262 |
+
],
|
| 263 |
+
"source_path": "/workspace/documents/01_corporate/005_corporate_source_export.json",
|
| 264 |
+
"source_system": "Jira integration tracker",
|
| 265 |
+
"subject": "most-favored-customer exposure"
|
| 266 |
+
}
|
task_files/cb100-001-helios-forge/01_corporate/006_corporate_formal_notice.xml
DELETED
|
@@ -1,59 +0,0 @@
|
|
| 1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
-
<legal-record schema-version="1.1">
|
| 3 |
-
<document-control>
|
| 4 |
-
<record_id>CB-DOC-001-006</record_id>
|
| 5 |
-
<matter_number>CB-MA-2401</matter_number>
|
| 6 |
-
<record_date>2024-09-25</record_date>
|
| 7 |
-
<record_type>formal notice</record_type>
|
| 8 |
-
<folder>01_corporate</folder>
|
| 9 |
-
<workstream>corporate</workstream>
|
| 10 |
-
<source_system>Workday HRIS</source_system>
|
| 11 |
-
<native_version>1.3</native_version>
|
| 12 |
-
<record_status>reviewed — no independent exception</record_status>
|
| 13 |
-
<confidentiality>Attorney work product</confidentiality>
|
| 14 |
-
<custodian>Elliot Mercer</custodian>
|
| 15 |
-
<reviewer>Amara Patel</reviewer>
|
| 16 |
-
<cross_reference>CB-DOC-001-095</cross_reference>
|
| 17 |
-
<control_metric>464208</control_metric>
|
| 18 |
-
<review_question>context only</review_question>
|
| 19 |
-
<finding_id>none</finding_id>
|
| 20 |
-
<record_role>context</record_role>
|
| 21 |
-
<control_severity>none</control_severity>
|
| 22 |
-
<remediation_owner>none</remediation_owner>
|
| 23 |
-
<response_due>none</response_due>
|
| 24 |
-
</document-control>
|
| 25 |
-
<matter>
|
| 26 |
-
<matter_title>Project Daybreak battery acquisition</matter_title>
|
| 27 |
-
<client>Helios Forge, Inc.</client>
|
| 28 |
-
<counterparty>BluePeak Battery Systems LLC</counterparty>
|
| 29 |
-
<jurisdiction>Delaware</jurisdiction>
|
| 30 |
-
<venue>Washoe County, Nevada</venue>
|
| 31 |
-
<deadline>2026-09-04</deadline>
|
| 32 |
-
<practice_workflow>M&A data-room diligence</practice_workflow>
|
| 33 |
-
</matter>
|
| 34 |
-
<background>This formal notice was maintained for Helios Forge, Inc. in connection with Project Daybreak battery acquisition. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control. The corporate team used the record to document the asserted obligation, notice mechanics, delivery evidence, cure period, and requested response. Producing custodian Elliot Mercer identified it as an ordinary-course record from Workday HRIS; reviewer Amara Patel preserved the source wording and separately recorded the legal-control disposition.</background>
|
| 35 |
-
<operative-record>A second-level reviewer closed the control after matching the population total to the underlying entries.</operative-record>
|
| 36 |
-
<analysis>
|
| 37 |
-
<section index="1" heading="Purpose and audience">This formal notice supports the corporate workstream for Helios Forge, Inc.. Its purpose is to document the asserted obligation, notice mechanics, delivery evidence, cure period, and requested response. The intended audience is the M&A data-room diligence matter team, including legal, finance, compliance, and the business owner responsible for the next decision.</section>
|
| 38 |
-
<section index="2" heading="Record lineage and custody">This copy was collected from Workday HRIS under matter hold CB-MA-2401. Its lineage runs from Elliot Mercer, as producing custodian, to Amara Patel, as reviewing lawyer. The related record CB-DOC-001-095 remains a separate source of truth and was not merged into this document.</section>
|
| 39 |
-
<section index="3" heading="Matter and workstream context">The corporate workstream sits within M&A data-room diligence. The team is tracking financial covenant breach, permit transfer restriction, and revenue recognition exception because decisions in this file may affect the deadline and the position taken with BluePeak Battery Systems LLC. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control.</section>
|
| 40 |
-
<section index="4" heading="Operative content">The operative entry states that A second-level reviewer closed the control after matching the population total to the underlying entries.. The record-control overlay classifies this file as context only. It may explain the matter history or test a cross-reference, but it is not an independent finding. The entry is preserved as written because the benchmark requires reconciliation between sources, not silent correction of a document that appears incomplete or inconsistent.</section>
|
| 41 |
-
<section index="5" heading="Reviewer analysis">The legal-control check compared the record’s native value with the matter index and the identified related file. Conflicting custodial accounts, amendments outside the production, and post-date events were not resolved by inference and remain subject to documented follow-up. Reviewer Amara Patel recorded status “reviewed — no independent exception” and linked the file to CB-DOC-001-095. The control metric 464208 is an administrative population identifier, not a damages estimate or a statement of materiality.</section>
|
| 42 |
-
<section index="6" heading="Dependencies and reliance limits">The record should be read with the financial covenant breach, permit transfer restriction, and revenue recognition exception materials and the files in the adjacent workstreams. The file is responsive evidence, not a standalone legal opinion. It does not establish facts held only by other custodians, waive the need to review amendments, or determine priority among competing instruments. The complete production remains necessary to reach a final conclusion.</section>
|
| 43 |
-
</analysis>
|
| 44 |
-
<chronology>
|
| 45 |
-
<event date="2024-08-05" actor="Elliot Mercer" evidence="CB-DOC-001-006">Source population opened for collection</event>
|
| 46 |
-
<event date="2024-09-08" actor="Mei Whitaker" evidence="CB-DOC-001-095">Custodian confirmed system and date boundary</event>
|
| 47 |
-
<event date="2024-09-18" actor="Isaac Romero" evidence="CB-DOC-001-095">Matter team completed first-level comparison</event>
|
| 48 |
-
<event date="2024-09-25" actor="Willa Novak" evidence="CB-DOC-001-006">Legal reviewer recorded the current disposition</event>
|
| 49 |
-
<event date="2024-10-26" actor="Henry Cho" evidence="CB-DOC-001-095">Assigned owner scheduled the next control response</event>
|
| 50 |
-
</chronology>
|
| 51 |
-
<action-register>
|
| 52 |
-
<action id="A-006-1" owner="Willa Novak" due="2026-08-21" status="open">Confirm that CB-DOC-001-095 does not change the context-only classification.</action>
|
| 53 |
-
<action id="A-006-2" owner="Owen Delgado" due="2026-08-28" status="in review">Preserve the native Workday HRIS export and document any replacement record.</action>
|
| 54 |
-
<action id="A-006-3" owner="Priya Raman" due="2026-09-04" status="awaiting evidence">Report the disposition to the corporate workstream lead before the matter deadline.</action>
|
| 55 |
-
</action-register>
|
| 56 |
-
<scope>The record covers activity in Delaware through 2024-09-25 and should be evaluated with CB-DOC-001-095, the four related records listed below, and the complete corporate folder. It is not a complete statement of law or a substitute for the other folders in production.</scope>
|
| 57 |
-
<control-note>Reviewer Amara Patel compared identifier 464208 against the folder index, the native Workday HRIS entry, and CB-DOC-001-095. The comparison preserved each source independently and did not infer facts held by other custodians, unproduced amendments, oral explanations, or records generated after the document date.</control-note>
|
| 58 |
-
<provenance>Synthetic CounselBench-100 benchmark evidence; all entities, people, addresses, amounts, and events are fictitious and are not legal advice.</provenance>
|
| 59 |
-
</legal-record>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
task_files/cb100-001-helios-forge/01_corporate/006_corporate_source_export.xml
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<counsel-source-record schema-version="3.1">
|
| 3 |
+
<record-id>CB-DOC-001-006</record-id>
|
| 4 |
+
<matter-number>CB-MA-2401</matter-number>
|
| 5 |
+
<portfolio-key>CBP-001-06</portfolio-key>
|
| 6 |
+
<source-system>Workday HRIS</source-system>
|
| 7 |
+
<evidence-role>identity_crosswalk</evidence-role>
|
| 8 |
+
<immutable-entity-key>ENT-001-1005</immutable-entity-key>
|
| 9 |
+
<referenced-revision>REV-2025.6</referenced-revision>
|
| 10 |
+
<current-revision>REV-2025.6</current-revision>
|
| 11 |
+
<native-record>Crosswalk revision REV-2025.6 maps portfolio key CBP-001-06 and legal name Helios Forge, Inc. — Unreported Security Incident record 6 to immutable entity ENT-001-1005. The domain, legal entity, and native system key agree; the nearby alias is excluded.</native-record>
|
| 12 |
+
<analysis>
|
| 13 |
+
<section heading="Source lineage">Workday HRIS produced native record CB-DOC-001-006 for CB-MA-2401. Willa Novak owns the source population and Willa Novak recorded the collection review. The export remains separate from later legal analysis.</section>
|
| 14 |
+
<section heading="Business context">This record concerns unreported security incident within Project Daybreak battery acquisition. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control. The record addresses one part of the broader question: Match the cathode-tooling records and automaker consent history to the exact acquired entity.</section>
|
| 15 |
+
<section heading="Native record">Crosswalk revision REV-2025.6 maps portfolio key CBP-001-06 and legal name Helios Forge, Inc. — Unreported Security Incident record 6 to immutable entity ENT-001-1005. The domain, legal entity, and native system key agree; the nearby alias is excluded.</section>
|
| 16 |
+
<section heading="Reliance limits">This file supplies identity crosswalk evidence for CBP-001-06. It does not decide legal effect, select among candidate responses, resolve another system's entity identity, or establish that its cited revision is controlling.</section>
|
| 17 |
+
</analysis>
|
| 18 |
+
<supporting-rows>
|
| 19 |
+
<row id="CBP-001-06-IDE-01" date="2024-10-26" entity="ENT-001-1005" revision="REV-2025.6" actor="Elliot Mercer" status="pending" metric="$748,234.00">Identity Crosswalk support row 1 for unreported security incident; retained from the native system so the reviewer can distinguish the exact CBP-001-06 population from similarly named records.</row>
|
| 20 |
+
<row id="CBP-001-06-IDE-02" date="2024-10-29" entity="ENT-001-1005" revision="REV-2025.6" actor="Mei Whitaker" status="pending" metric="4%">Identity Crosswalk support row 2 for unreported security incident; retained from the native system so the reviewer can distinguish the exact CBP-001-06 population from similarly named records.</row>
|
| 21 |
+
<row id="CBP-001-06-IDE-03" date="2024-11-01" entity="ENT-001-1005" revision="REV-2025.6" actor="Isaac Romero" status="confirmed" metric="10%">Identity Crosswalk support row 3 for unreported security incident; retained from the native system so the reviewer can distinguish the exact CBP-001-06 population from similarly named records.</row>
|
| 22 |
+
<row id="CBP-001-06-IDE-04" date="2024-11-04" entity="ENT-001-1005" revision="REV-2025.6" actor="Willa Novak" status="recorded" metric="$285,992.00">Identity Crosswalk support row 4 for unreported security incident; retained from the native system so the reviewer can distinguish the exact CBP-001-06 population from similarly named records.</row>
|
| 23 |
+
<row id="CBP-001-06-IDE-05" date="2024-11-07" entity="ENT-001-1005" revision="REV-2025.6" actor="Henry Cho" status="recorded" metric="23%">Identity Crosswalk support row 5 for unreported security incident; retained from the native system so the reviewer can distinguish the exact CBP-001-06 population from similarly named records.</row>
|
| 24 |
+
<row id="CBP-001-06-IDE-06" date="2024-11-10" entity="ENT-001-1005" revision="REV-2025.6" actor="Farah Ibrahim" status="recorded" metric="16%">Identity Crosswalk support row 6 for unreported security incident; retained from the native system so the reviewer can distinguish the exact CBP-001-06 population from similarly named records.</row>
|
| 25 |
+
<row id="CBP-001-06-IDE-07" date="2024-11-13" entity="ENT-001-1005" revision="REV-2025.6" actor="Samuel Kim" status="confirmed" metric="$630,505.00">Identity Crosswalk support row 7 for unreported security incident; retained from the native system so the reviewer can distinguish the exact CBP-001-06 population from similarly named records.</row>
|
| 26 |
+
<row id="CBP-001-06-IDE-08" date="2024-11-16" entity="ENT-001-2005" revision="REV-2025.6" actor="Nora Chen" status="confirmed" metric="18%">Identity Crosswalk support row 8 for unreported security incident; retained from the native system so the reviewer can distinguish the exact CBP-001-06 population from similarly named records.</row>
|
| 27 |
+
<row id="CBP-001-06-IDE-09" date="2024-11-19" entity="ENT-001-1005" revision="REV-2025.6" actor="Elliot Mercer" status="pending" metric="12%">Identity Crosswalk support row 9 for unreported security incident; retained from the native system so the reviewer can distinguish the exact CBP-001-06 population from similarly named records.</row>
|
| 28 |
+
<row id="CBP-001-06-IDE-10" date="2024-11-22" entity="ENT-001-1005" revision="REV-2025.6" actor="Mei Whitaker" status="superseded" metric="$292,339.00">Identity Crosswalk support row 10 for unreported security incident; retained from the native system so the reviewer can distinguish the exact CBP-001-06 population from similarly named records.</row>
|
| 29 |
+
<row id="CBP-001-06-IDE-11" date="2024-11-25" entity="ENT-001-1005" revision="REV-2025.6" actor="Isaac Romero" status="recorded" metric="17%">Identity Crosswalk support row 11 for unreported security incident; retained from the native system so the reviewer can distinguish the exact CBP-001-06 population from similarly named records.</row>
|
| 30 |
+
<row id="CBP-001-06-IDE-12" date="2024-11-28" entity="ENT-001-1005" revision="REV-2025.6" actor="Willa Novak" status="pending" metric="10%">Identity Crosswalk support row 12 for unreported security incident; retained from the native system so the reviewer can distinguish the exact CBP-001-06 population from similarly named records.</row>
|
| 31 |
+
<row id="CBP-001-06-IDE-13" date="2024-12-01" entity="ENT-001-1005" revision="REV-2025.6" actor="Henry Cho" status="recorded" metric="$182,032.00">Identity Crosswalk support row 13 for unreported security incident; retained from the native system so the reviewer can distinguish the exact CBP-001-06 population from similarly named records.</row>
|
| 32 |
+
<row id="CBP-001-06-IDE-14" date="2024-12-04" entity="ENT-001-1005" revision="REV-2025.6" actor="Farah Ibrahim" status="recorded" metric="15%">Identity Crosswalk support row 14 for unreported security incident; retained from the native system so the reviewer can distinguish the exact CBP-001-06 population from similarly named records.</row>
|
| 33 |
+
<row id="CBP-001-06-IDE-15" date="2024-12-07" entity="ENT-001-1005" revision="REV-2025.6" actor="Samuel Kim" status="recorded" metric="18%">Identity Crosswalk support row 15 for unreported security incident; retained from the native system so the reviewer can distinguish the exact CBP-001-06 population from similarly named records.</row>
|
| 34 |
+
<row id="CBP-001-06-IDE-16" date="2024-12-10" entity="ENT-001-1005" revision="REV-2025.6" actor="Nora Chen" status="pending" metric="$246,962.00">Identity Crosswalk support row 16 for unreported security incident; retained from the native system so the reviewer can distinguish the exact CBP-001-06 population from similarly named records.</row>
|
| 35 |
+
<row id="CBP-001-06-IDE-17" date="2024-12-13" entity="ENT-001-1005" revision="REV-2025.6" actor="Elliot Mercer" status="superseded" metric="13%">Identity Crosswalk support row 17 for unreported security incident; retained from the native system so the reviewer can distinguish the exact CBP-001-06 population from similarly named records.</row>
|
| 36 |
+
<row id="CBP-001-06-IDE-18" date="2024-12-16" entity="ENT-001-1005" revision="REV-2025.6" actor="Mei Whitaker" status="confirmed" metric="12%">Identity Crosswalk support row 18 for unreported security incident; retained from the native system so the reviewer can distinguish the exact CBP-001-06 population from similarly named records.</row>
|
| 37 |
+
</supporting-rows>
|
| 38 |
+
<chronology>
|
| 39 |
+
<event date="2025-04-05" actor="Elliot Mercer" reference="CB-DOC-001-006">native population opened</event>
|
| 40 |
+
<event date="2025-04-11" actor="Caleb Hassan" reference="CBP-001-06">custodian boundary confirmed</event>
|
| 41 |
+
<event date="2025-04-17" actor="Adrian Mensah" reference="CB-DOC-001-006">export created</event>
|
| 42 |
+
<event date="2025-04-23" actor="Henry Cho" reference="CBP-001-06">cross-system identifier checked</event>
|
| 43 |
+
<event date="2025-04-29" actor="Owen Delgado" reference="CB-DOC-001-006">revision retained</event>
|
| 44 |
+
<event date="2025-05-05" actor="Rafael Okafor" reference="CBP-001-06">matter copy collected</event>
|
| 45 |
+
</chronology>
|
| 46 |
+
<provenance>Synthetic CounselBench-100 source record. All people, entities, events, amounts, and addresses are fictitious; the record is not legal advice.</provenance>
|
| 47 |
+
</counsel-source-record>
|
task_files/cb100-001-helios-forge/01_corporate/007_corporate_officer_certificate.html
DELETED
|
@@ -1,38 +0,0 @@
|
|
| 1 |
-
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>CB-DOC-001-007</title><style>body{font-family:Georgia,serif;max-width:960px;margin:40px auto;line-height:1.5;color:#17242a}table{width:100%;border-collapse:collapse;margin:18px 0 30px}th,td{border:1px solid #aeb8bc;padding:8px;vertical-align:top}th{text-align:left;background:#eef2f2}header{border-bottom:3px solid #183b46;margin-bottom:28px}.notice{padding:12px;background:#f4eee4}</style></head><body><header><p>Confidential — legal review</p><h1>Project Daybreak battery acquisition</h1><p>Officer Certificate · CB-DOC-001-007</p></header><p class="notice"><strong>Operative content:</strong> approval is attributed to Talia Brooks as the sole authorized reviewer</p><table><tbody><tr><th>Record Id</th><td>CB-DOC-001-007</td></tr>
|
| 2 |
-
<tr><th>Matter Number</th><td>CB-MA-2401</td></tr>
|
| 3 |
-
<tr><th>Record Date</th><td>2025-06-30</td></tr>
|
| 4 |
-
<tr><th>Record Type</th><td>officer certificate</td></tr>
|
| 5 |
-
<tr><th>Folder</th><td>01_corporate</td></tr>
|
| 6 |
-
<tr><th>Workstream</th><td>corporate</td></tr>
|
| 7 |
-
<tr><th>Source System</th><td>Intralinks VDR</td></tr>
|
| 8 |
-
<tr><th>Native Version</th><td>3.0</td></tr>
|
| 9 |
-
<tr><th>Record Status</th><td>reviewed — source conflict identified</td></tr>
|
| 10 |
-
<tr><th>Confidentiality</th><td>Confidential — legal review</td></tr>
|
| 11 |
-
<tr><th>Custodian</th><td>Talia Brooks</td></tr>
|
| 12 |
-
<tr><th>Reviewer</th><td>Samuel Kim</td></tr>
|
| 13 |
-
<tr><th>Cross Reference</th><td>CB-DOC-001-016</td></tr>
|
| 14 |
-
<tr><th>Control Metric</th><td>762166</td></tr>
|
| 15 |
-
<tr><th>Review Question</th><td>change-of-control consent</td></tr>
|
| 16 |
-
<tr><th>Finding Id</th><td>F-03</td></tr>
|
| 17 |
-
<tr><th>Record Role</th><td>primary</td></tr>
|
| 18 |
-
<tr><th>Control Severity</th><td>high</td></tr>
|
| 19 |
-
<tr><th>Remediation Owner</th><td>Adrian Mensah</td></tr>
|
| 20 |
-
<tr><th>Response Due</th><td>2026-09-04</td></tr>
|
| 21 |
-
<tr><th>Matter Title</th><td>Project Daybreak battery acquisition</td></tr>
|
| 22 |
-
<tr><th>Client</th><td>Helios Forge, Inc.</td></tr>
|
| 23 |
-
<tr><th>Counterparty</th><td>BluePeak Battery Systems LLC</td></tr>
|
| 24 |
-
<tr><th>Jurisdiction</th><td>Delaware</td></tr>
|
| 25 |
-
<tr><th>Venue</th><td>Washoe County, Nevada</td></tr>
|
| 26 |
-
<tr><th>Deadline</th><td>2026-09-04</td></tr>
|
| 27 |
-
<tr><th>Practice Workflow</th><td>M&A data-room diligence</td></tr></tbody></table><section><h2>1. Purpose and audience</h2><p>This officer certificate supports the corporate workstream for Helios Forge, Inc.. Its purpose is to state the certifying person’s knowledge, supporting review, exceptions, and reliance limitations. The intended audience is the M&A data-room diligence matter team, including legal, finance, compliance, and the business owner responsible for the next decision.</p></section>
|
| 28 |
-
<section><h2>2. Record lineage and custody</h2><p>The producing team exported this record from Intralinks VDR and retained the native identifier CB-DOC-001-007. Talia Brooks confirmed the export boundary, while Samuel Kim performed the legal-control review. The file has not been normalized to resolve differences with CB-DOC-001-016.</p></section>
|
| 29 |
-
<section><h2>3. Matter and workstream context</h2><p>The corporate workstream sits within M&A data-room diligence. The team is tracking key-person retention gap, threatened customer dispute, and charter authorization mismatch because decisions in this file may affect the deadline and the position taken with BluePeak Battery Systems LLC. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control.</p></section>
|
| 30 |
-
<section><h2>4. Operative content</h2><p>The operative entry states that approval is attributed to Talia Brooks as the sole authorized reviewer. The record-control overlay classifies this as the primary source for F-03 (change-of-control consent) at high severity. The assigned remediation owner is Adrian Mensah, with response due 2026-09-04. The entry is preserved as written because the benchmark requires reconciliation between sources, not silent correction of a document that appears incomplete or inconsistent.</p></section>
|
| 31 |
-
<section><h2>5. Reviewer analysis</h2><p>The reviewer tested internal consistency, execution or approval evidence, status history, and the cited cross-reference. The review did not assume that a later system entry controls an earlier signed record. Open points remain assigned through the action register below. Reviewer Samuel Kim recorded status “reviewed — source conflict identified” and linked the file to CB-DOC-001-016. The control metric 762166 is an administrative population identifier, not a damages estimate or a statement of materiality.</p></section>
|
| 32 |
-
<section><h2>6. Dependencies and reliance limits</h2><p>The record should be read with the key-person retention gap, threatened customer dispute, and charter authorization mismatch materials and the files in the adjacent workstreams. The file is responsive evidence, not a standalone legal opinion. It does not establish facts held only by other custodians, waive the need to review amendments, or determine priority among competing instruments. The complete production remains necessary to reach a final conclusion.</p></section><h2>Chronology</h2><table><thead><tr><th>Date</th><th>Event</th><th>Actor</th><th>Evidence</th></tr></thead><tbody><tr><td>2025-05-25</td><td>Source population opened for collection</td><td>Talia Brooks</td><td>CB-DOC-001-007</td></tr>
|
| 33 |
-
<tr><td>2025-06-14</td><td>Custodian confirmed system and date boundary</td><td>Caleb Hassan</td><td>CB-DOC-001-016</td></tr>
|
| 34 |
-
<tr><td>2025-06-25</td><td>Matter team completed first-level comparison</td><td>Sofia Bennett</td><td>CB-DOC-001-016</td></tr>
|
| 35 |
-
<tr><td>2025-06-30</td><td>Legal reviewer recorded the current disposition</td><td>Theo Laurent</td><td>CB-DOC-001-007</td></tr>
|
| 36 |
-
<tr><td>2025-07-21</td><td>Assigned owner scheduled the next control response</td><td>Nadine Flores</td><td>CB-DOC-001-016</td></tr></tbody></table><h2>Action register</h2><table><thead><tr><th>ID</th><th>Action</th><th>Owner</th><th>Due</th><th>Status</th></tr></thead><tbody><tr><td>A-007-1</td><td>Before 2026-09-04, secure written consent from the authorized decision-maker; owner: Adrian Mensah.</td><td>Adrian Mensah</td><td>2026-08-21</td><td>in review</td></tr>
|
| 37 |
-
<tr><td>A-007-2</td><td>Preserve the native Intralinks VDR export and document any replacement record.</td><td>Lena Varga</td><td>2026-08-28</td><td>awaiting evidence</td></tr>
|
| 38 |
-
<tr><td>A-007-3</td><td>Report the disposition to the corporate workstream lead before the matter deadline.</td><td>Elliot Mercer</td><td>2026-09-04</td><td>owner confirmed</td></tr></tbody></table><h2>Scope</h2><p>The record covers activity in Delaware through 2025-06-30 and should be evaluated with CB-DOC-001-016, the four related records listed below, and the complete corporate folder. It is not a complete statement of law or a substitute for the other folders in production.</p><h2>Certification note</h2><p>Reviewer Samuel Kim compared identifier 762166 against the folder index, the native Intralinks VDR entry, and CB-DOC-001-016. The comparison preserved each source independently and did not infer facts held by other custodians, unproduced amendments, oral explanations, or records generated after the document date.</p><footer><p>Synthetic CounselBench-100 benchmark evidence; all entities, people, addresses, amounts, and events are fictitious and are not legal advice.</p></footer></body></html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
task_files/cb100-001-helios-forge/01_corporate/007_corporate_source_export.html
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>CB-DOC-001-007</title></head><body><h1>claims-made insurance tail</h1><dl><dt>Record</dt><dd>CB-DOC-001-007</dd><dt>Matter</dt><dd>CB-MA-2401</dd><dt>Portfolio key</dt><dd>CBP-001-07</dd><dt>Source system</dt><dd>Intralinks VDR</dd><dt>Evidence role</dt><dd>identity_crosswalk</dd><dt>Entity</dt><dd>ENT-001-1006</dd><dt>Revision</dt><dd>REV-2025.7</dd></dl><p>Crosswalk revision REV-2025.7 maps portfolio key CBP-001-07 and legal name Helios Forge, Inc. — Claims-Made Insurance Tail record 7 to immutable entity ENT-001-1006. The domain, legal entity, and native system key agree; the nearby alias is excluded.</p><section><h2>Source lineage</h2><p>Intralinks VDR produced native record CB-DOC-001-007 for CB-MA-2401. Theo Laurent owns the source population and Owen Delgado recorded the collection review. The export remains separate from later legal analysis.</p></section><section><h2>Business context</h2><p>This record concerns claims-made insurance tail within Project Daybreak battery acquisition. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control. The record addresses one part of the broader question: Match the cathode-tooling records and automaker consent history to the exact acquired entity.</p></section><section><h2>Native record</h2><p>Crosswalk revision REV-2025.7 maps portfolio key CBP-001-07 and legal name Helios Forge, Inc. — Claims-Made Insurance Tail record 7 to immutable entity ENT-001-1006. The domain, legal entity, and native system key agree; the nearby alias is excluded.</p></section><section><h2>Reliance limits</h2><p>This file supplies identity crosswalk evidence for CBP-001-07. It does not decide legal effect, select among candidate responses, resolve another system's entity identity, or establish that its cited revision is controlling.</p></section><h2>Native rows</h2><table><thead><tr><th>ID</th><th>Date</th><th>Entity</th><th>Revision</th><th>Actor</th><th>Status</th><th>Metric</th><th>Note</th></tr></thead><tbody><tr><td>CBP-001-07-IDE-01</td><td>2024-09-14</td><td>ENT-001-1006</td><td>REV-2025.7</td><td>Talia Brooks</td><td>confirmed</td><td>$724,877.00</td><td>Identity Crosswalk support row 1 for claims-made insurance tail; retained from the native system so the reviewer can distinguish the exact CBP-001-07 population from similarly named records.</td></tr><tr><td>CBP-001-07-IDE-02</td><td>2024-09-17</td><td>ENT-001-1006</td><td>REV-2025.7</td><td>Caleb Hassan</td><td>recorded</td><td>17%</td><td>Identity Crosswalk support row 2 for claims-made insurance tail; retained from the native system so the reviewer can distinguish the exact CBP-001-07 population from similarly named records.</td></tr><tr><td>CBP-001-07-IDE-03</td><td>2024-09-20</td><td>ENT-001-1006</td><td>REV-2025.7</td><td>Sofia Bennett</td><td>pending</td><td>7%</td><td>Identity Crosswalk support row 3 for claims-made insurance tail; retained from the native system so the reviewer can distinguish the exact CBP-001-07 population from similarly named records.</td></tr><tr><td>CBP-001-07-IDE-04</td><td>2024-09-23</td><td>ENT-001-1006</td><td>REV-2025.7</td><td>Theo Laurent</td><td>recorded</td><td>$69,236.00</td><td>Identity Crosswalk support row 4 for claims-made insurance tail; retained from the native system so the reviewer can distinguish the exact CBP-001-07 population from similarly named records.</td></tr><tr><td>CBP-001-07-IDE-05</td><td>2024-09-26</td><td>ENT-001-1006</td><td>REV-2025.7</td><td>Nadine Flores</td><td>confirmed</td><td>24%</td><td>Identity Crosswalk support row 5 for claims-made insurance tail; retained from the native system so the reviewer can distinguish the exact CBP-001-07 population from similarly named records.</td></tr><tr><td>CBP-001-07-IDE-06</td><td>2024-09-29</td><td>ENT-001-1006</td><td>REV-2025.7</td><td>Owen Delgado</td><td>superseded</td><td>7%</td><td>Identity Crosswalk support row 6 for claims-made insurance tail; retained from the native system so the reviewer can distinguish the exact CBP-001-07 population from similarly named records.</td></tr><tr><td>CBP-001-07-IDE-07</td><td>2024-10-02</td><td>ENT-001-1006</td><td>REV-2025.7</td><td>Maya Ellison</td><td>confirmed</td><td>$375,825.00</td><td>Identity Crosswalk support row 7 for claims-made insurance tail; retained from the native system so the reviewer can distinguish the exact CBP-001-07 population from similarly named records.</td></tr><tr><td>CBP-001-07-IDE-08</td><td>2024-10-05</td><td>ENT-001-2006</td><td>REV-2025.7</td><td>Dominic Alvarez</td><td>superseded</td><td>24%</td><td>Identity Crosswalk support row 8 for claims-made insurance tail; retained from the native system so the reviewer can distinguish the exact CBP-001-07 population from similarly named records.</td></tr><tr><td>CBP-001-07-IDE-09</td><td>2024-10-08</td><td>ENT-001-1006</td><td>REV-2025.7</td><td>Talia Brooks</td><td>pending</td><td>9%</td><td>Identity Crosswalk support row 9 for claims-made insurance tail; retained from the native system so the reviewer can distinguish the exact CBP-001-07 population from similarly named records.</td></tr><tr><td>CBP-001-07-IDE-10</td><td>2024-10-11</td><td>ENT-001-1006</td><td>REV-2025.7</td><td>Caleb Hassan</td><td>recorded</td><td>$944,916.00</td><td>Identity Crosswalk support row 10 for claims-made insurance tail; retained from the native system so the reviewer can distinguish the exact CBP-001-07 population from similarly named records.</td></tr><tr><td>CBP-001-07-IDE-11</td><td>2024-10-14</td><td>ENT-001-1006</td><td>REV-2025.7</td><td>Sofia Bennett</td><td>recorded</td><td>6%</td><td>Identity Crosswalk support row 11 for claims-made insurance tail; retained from the native system so the reviewer can distinguish the exact CBP-001-07 population from similarly named records.</td></tr><tr><td>CBP-001-07-IDE-12</td><td>2024-10-17</td><td>ENT-001-1006</td><td>REV-2025.7</td><td>Theo Laurent</td><td>pending</td><td>25%</td><td>Identity Crosswalk support row 12 for claims-made insurance tail; retained from the native system so the reviewer can distinguish the exact CBP-001-07 population from similarly named records.</td></tr><tr><td>CBP-001-07-IDE-13</td><td>2024-10-20</td><td>ENT-001-1006</td><td>REV-2025.7</td><td>Nadine Flores</td><td>confirmed</td><td>$451,109.00</td><td>Identity Crosswalk support row 13 for claims-made insurance tail; retained from the native system so the reviewer can distinguish the exact CBP-001-07 population from similarly named records.</td></tr><tr><td>CBP-001-07-IDE-14</td><td>2024-10-23</td><td>ENT-001-1006</td><td>REV-2025.7</td><td>Owen Delgado</td><td>confirmed</td><td>2%</td><td>Identity Crosswalk support row 14 for claims-made insurance tail; retained from the native system so the reviewer can distinguish the exact CBP-001-07 population from similarly named records.</td></tr><tr><td>CBP-001-07-IDE-15</td><td>2024-10-26</td><td>ENT-001-1006</td><td>REV-2025.7</td><td>Maya Ellison</td><td>recorded</td><td>1%</td><td>Identity Crosswalk support row 15 for claims-made insurance tail; retained from the native system so the reviewer can distinguish the exact CBP-001-07 population from similarly named records.</td></tr><tr><td>CBP-001-07-IDE-16</td><td>2024-10-29</td><td>ENT-001-1006</td><td>REV-2025.7</td><td>Dominic Alvarez</td><td>recorded</td><td>$177,884.00</td><td>Identity Crosswalk support row 16 for claims-made insurance tail; retained from the native system so the reviewer can distinguish the exact CBP-001-07 population from similarly named records.</td></tr><tr><td>CBP-001-07-IDE-17</td><td>2024-11-01</td><td>ENT-001-1006</td><td>REV-2025.7</td><td>Talia Brooks</td><td>superseded</td><td>4%</td><td>Identity Crosswalk support row 17 for claims-made insurance tail; retained from the native system so the reviewer can distinguish the exact CBP-001-07 population from similarly named records.</td></tr><tr><td>CBP-001-07-IDE-18</td><td>2024-11-04</td><td>ENT-001-1006</td><td>REV-2025.7</td><td>Caleb Hassan</td><td>recorded</td><td>9%</td><td>Identity Crosswalk support row 18 for claims-made insurance tail; retained from the native system so the reviewer can distinguish the exact CBP-001-07 population from similarly named records.</td></tr></tbody></table><p>Synthetic CounselBench-100 source record. All people, entities, events, amounts, and addresses are fictitious; the record is not legal advice.</p></body></html>
|
task_files/cb100-001-helios-forge/01_corporate/008_corporate_source_export.pdf
ADDED
|
@@ -0,0 +1,272 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
%PDF-1.4
|
| 2 |
+
% CounselBench deterministic native source
|
| 3 |
+
1 0 obj
|
| 4 |
+
<< /Type /Catalog /Pages 2 0 R >>
|
| 5 |
+
endobj
|
| 6 |
+
2 0 obj
|
| 7 |
+
<< /Type /Pages /Count 2 /Kids [3 0 R 5 0 R] >>
|
| 8 |
+
endobj
|
| 9 |
+
3 0 obj
|
| 10 |
+
<< /Type /Page /Parent 2 0 R /MediaBox [0 0 612 792] /Resources << /Font << /F1 7 0 R >> >> /Contents 4 0 R >>
|
| 11 |
+
endobj
|
| 12 |
+
4 0 obj
|
| 13 |
+
<< /Length 4540 >>
|
| 14 |
+
stream
|
| 15 |
+
BT
|
| 16 |
+
/F1 7 Tf
|
| 17 |
+
36 756 Td
|
| 18 |
+
9 TL
|
| 19 |
+
(COUNSELBENCH SOURCE RECORD) Tj
|
| 20 |
+
T*
|
| 21 |
+
(Record: CB-DOC-001-008) Tj
|
| 22 |
+
T*
|
| 23 |
+
(Matter: CB-MA-2401 - Project Daybreak battery acquisition) Tj
|
| 24 |
+
T*
|
| 25 |
+
(Portfolio key: CBP-001-08) Tj
|
| 26 |
+
T*
|
| 27 |
+
(Source system: Carta capitalization ledger) Tj
|
| 28 |
+
T*
|
| 29 |
+
(Evidence role: identity_crosswalk) Tj
|
| 30 |
+
T*
|
| 31 |
+
(Immutable entity: ENT-001-1007) Tj
|
| 32 |
+
T*
|
| 33 |
+
(Referenced revision: REV-2024.0) Tj
|
| 34 |
+
T*
|
| 35 |
+
(Current revision: REV-2025.1) Tj
|
| 36 |
+
T*
|
| 37 |
+
(Custodian: Amara Patel) Tj
|
| 38 |
+
T*
|
| 39 |
+
(Reviewer: Priya Raman) Tj
|
| 40 |
+
T*
|
| 41 |
+
() Tj
|
| 42 |
+
T*
|
| 43 |
+
(NATIVE RECORD) Tj
|
| 44 |
+
T*
|
| 45 |
+
(Crosswalk revision REV-2025.1 maps portfolio key CBP-001-08 and legal name Helios Forge, Inc. ? Anti-) Tj
|
| 46 |
+
T*
|
| 47 |
+
(Assignment Restriction record 8 to immutable entity ENT-001-1007. The domain, legal entity, and native) Tj
|
| 48 |
+
T*
|
| 49 |
+
(system key agree; the nearby alias is excluded.) Tj
|
| 50 |
+
T*
|
| 51 |
+
() Tj
|
| 52 |
+
T*
|
| 53 |
+
(SOURCE LINEAGE) Tj
|
| 54 |
+
T*
|
| 55 |
+
(Carta capitalization ledger produced native record CB-DOC-001-008 for CB-MA-2401. Amara Patel owns the) Tj
|
| 56 |
+
T*
|
| 57 |
+
(source population and Priya Raman recorded the collection review. The export remains separate from later) Tj
|
| 58 |
+
T*
|
| 59 |
+
(legal analysis.) Tj
|
| 60 |
+
T*
|
| 61 |
+
() Tj
|
| 62 |
+
T*
|
| 63 |
+
(BUSINESS CONTEXT) Tj
|
| 64 |
+
T*
|
| 65 |
+
(This record concerns anti-assignment restriction within Project Daybreak battery acquisition. A carve-out) Tj
|
| 66 |
+
T*
|
| 67 |
+
(manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an) Tj
|
| 68 |
+
T*
|
| 69 |
+
(indirect change of control. The record addresses one part of the broader question: Match the cathode-) Tj
|
| 70 |
+
T*
|
| 71 |
+
(tooling records and automaker consent history to the exact acquired entity.) Tj
|
| 72 |
+
T*
|
| 73 |
+
() Tj
|
| 74 |
+
T*
|
| 75 |
+
(NATIVE RECORD) Tj
|
| 76 |
+
T*
|
| 77 |
+
(Crosswalk revision REV-2025.1 maps portfolio key CBP-001-08 and legal name Helios Forge, Inc. ? Anti-) Tj
|
| 78 |
+
T*
|
| 79 |
+
(Assignment Restriction record 8 to immutable entity ENT-001-1007. The domain, legal entity, and native) Tj
|
| 80 |
+
T*
|
| 81 |
+
(system key agree; the nearby alias is excluded.) Tj
|
| 82 |
+
T*
|
| 83 |
+
() Tj
|
| 84 |
+
T*
|
| 85 |
+
(RELIANCE LIMITS) Tj
|
| 86 |
+
T*
|
| 87 |
+
(This file supplies identity crosswalk evidence for CBP-001-08. It does not decide legal effect, select) Tj
|
| 88 |
+
T*
|
| 89 |
+
(among candidate responses, resolve another system's entity identity, or establish that its cited revision) Tj
|
| 90 |
+
T*
|
| 91 |
+
(is controlling.) Tj
|
| 92 |
+
T*
|
| 93 |
+
() Tj
|
| 94 |
+
T*
|
| 95 |
+
(NATIVE ROWS) Tj
|
| 96 |
+
T*
|
| 97 |
+
(CBP-001-08-IDE-01 | 2025-07-24 | ENT-001-1007 | REV-2024.0 | Jonas Feld | confirmed | $840,509.00 |) Tj
|
| 98 |
+
T*
|
| 99 |
+
(Identity Crosswalk support row 1 for anti-assignment restriction; retained from the native system so the) Tj
|
| 100 |
+
T*
|
| 101 |
+
(reviewer can distinguish the exact CBP-001-08 population from similarly named records.) Tj
|
| 102 |
+
T*
|
| 103 |
+
(CBP-001-08-IDE-02 | 2025-07-27 | ENT-001-1007 | REV-2025.1 | Leona Park | confirmed | 20% | Identity) Tj
|
| 104 |
+
T*
|
| 105 |
+
(Crosswalk support row 2 for anti-assignment restriction; retained from the native system so the reviewer) Tj
|
| 106 |
+
T*
|
| 107 |
+
(can distinguish the exact CBP-001-08 population from similarly named records.) Tj
|
| 108 |
+
T*
|
| 109 |
+
(CBP-001-08-IDE-03 | 2025-07-30 | ENT-001-1007 | REV-2025.1 | Adrian Mensah | confirmed | 5% | Identity) Tj
|
| 110 |
+
T*
|
| 111 |
+
(Crosswalk support row 3 for anti-assignment restriction; retained from the native system so the reviewer) Tj
|
| 112 |
+
T*
|
| 113 |
+
(can distinguish the exact CBP-001-08 population from similarly named records.) Tj
|
| 114 |
+
T*
|
| 115 |
+
(CBP-001-08-IDE-04 | 2025-08-02 | ENT-001-1007 | REV-2025.1 | Amara Patel | recorded | $294,480.00 |) Tj
|
| 116 |
+
T*
|
| 117 |
+
(Identity Crosswalk support row 4 for anti-assignment restriction; retained from the native system so the) Tj
|
| 118 |
+
T*
|
| 119 |
+
(reviewer can distinguish the exact CBP-001-08 population from similarly named records.) Tj
|
| 120 |
+
T*
|
| 121 |
+
(CBP-001-08-IDE-05 | 2025-08-05 | ENT-001-1007 | REV-2025.1 | Micah Sullivan | confirmed | 20% | Identity) Tj
|
| 122 |
+
T*
|
| 123 |
+
(Crosswalk support row 5 for anti-assignment restriction; retained from the native system so the reviewer) Tj
|
| 124 |
+
T*
|
| 125 |
+
(can distinguish the exact CBP-001-08 population from similarly named records.) Tj
|
| 126 |
+
T*
|
| 127 |
+
(CBP-001-08-IDE-06 | 2025-08-08 | ENT-001-1007 | REV-2024.0 | Lena Varga | superseded | 21% | Identity) Tj
|
| 128 |
+
T*
|
| 129 |
+
(Crosswalk support row 6 for anti-assignment restriction; retained from the native system so the reviewer) Tj
|
| 130 |
+
T*
|
| 131 |
+
(can distinguish the exact CBP-001-08 population from similarly named records.) Tj
|
| 132 |
+
T*
|
| 133 |
+
(CBP-001-08-IDE-07 | 2025-08-11 | ENT-001-1007 | REV-2025.1 | Rafael Okafor | confirmed | $737,933.00 |) Tj
|
| 134 |
+
T*
|
| 135 |
+
(Identity Crosswalk support row 7 for anti-assignment restriction; retained from the native system so the) Tj
|
| 136 |
+
T*
|
| 137 |
+
(reviewer can distinguish the exact CBP-001-08 population from similarly named records.) Tj
|
| 138 |
+
T*
|
| 139 |
+
(CBP-001-08-IDE-08 | 2025-08-14 | ENT-001-2007 | REV-2025.1 | Priya Raman | superseded | 10% | Identity) Tj
|
| 140 |
+
T*
|
| 141 |
+
(Crosswalk support row 8 for anti-assignment restriction; retained from the native system so the reviewer) Tj
|
| 142 |
+
T*
|
| 143 |
+
ET
|
| 144 |
+
endstream
|
| 145 |
+
endobj
|
| 146 |
+
5 0 obj
|
| 147 |
+
<< /Type /Page /Parent 2 0 R /MediaBox [0 0 612 792] /Resources << /Font << /F1 7 0 R >> >> /Contents 6 0 R >>
|
| 148 |
+
endobj
|
| 149 |
+
6 0 obj
|
| 150 |
+
<< /Length 4014 >>
|
| 151 |
+
stream
|
| 152 |
+
BT
|
| 153 |
+
/F1 7 Tf
|
| 154 |
+
36 756 Td
|
| 155 |
+
9 TL
|
| 156 |
+
(can distinguish the exact CBP-001-08 population from similarly named records.) Tj
|
| 157 |
+
T*
|
| 158 |
+
(CBP-001-08-IDE-09 | 2025-08-17 | ENT-001-1007 | REV-2025.1 | Jonas Feld | recorded | 27% | Identity) Tj
|
| 159 |
+
T*
|
| 160 |
+
(Crosswalk support row 9 for anti-assignment restriction; retained from the native system so the reviewer) Tj
|
| 161 |
+
T*
|
| 162 |
+
(can distinguish the exact CBP-001-08 population from similarly named records.) Tj
|
| 163 |
+
T*
|
| 164 |
+
(CBP-001-08-IDE-10 | 2025-08-20 | ENT-001-1007 | REV-2025.1 | Leona Park | recorded | $591,712.00 |) Tj
|
| 165 |
+
T*
|
| 166 |
+
(Identity Crosswalk support row 10 for anti-assignment restriction; retained from the native system so the) Tj
|
| 167 |
+
T*
|
| 168 |
+
(reviewer can distinguish the exact CBP-001-08 population from similarly named records.) Tj
|
| 169 |
+
T*
|
| 170 |
+
(CBP-001-08-IDE-11 | 2025-08-23 | ENT-001-1007 | REV-2024.0 | Adrian Mensah | superseded | 18% | Identity) Tj
|
| 171 |
+
T*
|
| 172 |
+
(Crosswalk support row 11 for anti-assignment restriction; retained from the native system so the reviewer) Tj
|
| 173 |
+
T*
|
| 174 |
+
(can distinguish the exact CBP-001-08 population from similarly named records.) Tj
|
| 175 |
+
T*
|
| 176 |
+
(CBP-001-08-IDE-12 | 2025-08-26 | ENT-001-1007 | REV-2025.1 | Amara Patel | recorded | 26% | Identity) Tj
|
| 177 |
+
T*
|
| 178 |
+
(Crosswalk support row 12 for anti-assignment restriction; retained from the native system so the reviewer) Tj
|
| 179 |
+
T*
|
| 180 |
+
(can distinguish the exact CBP-001-08 population from similarly named records.) Tj
|
| 181 |
+
T*
|
| 182 |
+
(CBP-001-08-IDE-13 | 2025-08-29 | ENT-001-1007 | REV-2025.1 | Micah Sullivan | confirmed | $867,301.00 |) Tj
|
| 183 |
+
T*
|
| 184 |
+
(Identity Crosswalk support row 13 for anti-assignment restriction; retained from the native system so the) Tj
|
| 185 |
+
T*
|
| 186 |
+
(reviewer can distinguish the exact CBP-001-08 population from similarly named records.) Tj
|
| 187 |
+
T*
|
| 188 |
+
(CBP-001-08-IDE-14 | 2025-09-01 | ENT-001-1007 | REV-2025.1 | Lena Varga | pending | 22% | Identity) Tj
|
| 189 |
+
T*
|
| 190 |
+
(Crosswalk support row 14 for anti-assignment restriction; retained from the native system so the reviewer) Tj
|
| 191 |
+
T*
|
| 192 |
+
(can distinguish the exact CBP-001-08 population from similarly named records.) Tj
|
| 193 |
+
T*
|
| 194 |
+
(CBP-001-08-IDE-15 | 2025-09-04 | ENT-001-1007 | REV-2025.1 | Rafael Okafor | confirmed | 15% | Identity) Tj
|
| 195 |
+
T*
|
| 196 |
+
(Crosswalk support row 15 for anti-assignment restriction; retained from the native system so the reviewer) Tj
|
| 197 |
+
T*
|
| 198 |
+
(can distinguish the exact CBP-001-08 population from similarly named records.) Tj
|
| 199 |
+
T*
|
| 200 |
+
(CBP-001-08-IDE-16 | 2025-09-07 | ENT-001-1007 | REV-2024.0 | Priya Raman | superseded | $400,499.00 |) Tj
|
| 201 |
+
T*
|
| 202 |
+
(Identity Crosswalk support row 16 for anti-assignment restriction; retained from the native system so the) Tj
|
| 203 |
+
T*
|
| 204 |
+
(reviewer can distinguish the exact CBP-001-08 population from similarly named records.) Tj
|
| 205 |
+
T*
|
| 206 |
+
(CBP-001-08-IDE-17 | 2025-09-10 | ENT-001-1007 | REV-2025.1 | Jonas Feld | confirmed | 18% | Identity) Tj
|
| 207 |
+
T*
|
| 208 |
+
(Crosswalk support row 17 for anti-assignment restriction; retained from the native system so the reviewer) Tj
|
| 209 |
+
T*
|
| 210 |
+
(can distinguish the exact CBP-001-08 population from similarly named records.) Tj
|
| 211 |
+
T*
|
| 212 |
+
(CBP-001-08-IDE-18 | 2025-09-13 | ENT-001-1007 | REV-2025.1 | Leona Park | confirmed | 13% | Identity) Tj
|
| 213 |
+
T*
|
| 214 |
+
(Crosswalk support row 18 for anti-assignment restriction; retained from the native system so the reviewer) Tj
|
| 215 |
+
T*
|
| 216 |
+
(can distinguish the exact CBP-001-08 population from similarly named records.) Tj
|
| 217 |
+
T*
|
| 218 |
+
() Tj
|
| 219 |
+
T*
|
| 220 |
+
(CHRONOLOGY) Tj
|
| 221 |
+
T*
|
| 222 |
+
(2024-09-07 | native population opened | Jonas Feld | CB-DOC-001-008) Tj
|
| 223 |
+
T*
|
| 224 |
+
(2024-09-13 | custodian boundary confirmed | Isaac Romero | CBP-001-08) Tj
|
| 225 |
+
T*
|
| 226 |
+
(2024-09-19 | export created | Theo Laurent | CB-DOC-001-008) Tj
|
| 227 |
+
T*
|
| 228 |
+
(2024-09-25 | cross-system identifier checked | Micah Sullivan | CBP-001-08) Tj
|
| 229 |
+
T*
|
| 230 |
+
(2024-10-01 | revision retained | Samuel Kim | CB-DOC-001-008) Tj
|
| 231 |
+
T*
|
| 232 |
+
(2024-10-07 | matter copy collected | Dominic Alvarez | CBP-001-08) Tj
|
| 233 |
+
T*
|
| 234 |
+
() Tj
|
| 235 |
+
T*
|
| 236 |
+
(RELATED NATIVE RECORDS) Tj
|
| 237 |
+
T*
|
| 238 |
+
(CB-DOC-001-019) Tj
|
| 239 |
+
T*
|
| 240 |
+
(CB-DOC-001-037) Tj
|
| 241 |
+
T*
|
| 242 |
+
(CB-DOC-001-055) Tj
|
| 243 |
+
T*
|
| 244 |
+
(CB-DOC-001-079) Tj
|
| 245 |
+
T*
|
| 246 |
+
() Tj
|
| 247 |
+
T*
|
| 248 |
+
(Synthetic CounselBench-100 source record. All people, entities, events, amounts, and addresses are) Tj
|
| 249 |
+
T*
|
| 250 |
+
(fictitious; the record is not legal advice.) Tj
|
| 251 |
+
T*
|
| 252 |
+
ET
|
| 253 |
+
endstream
|
| 254 |
+
endobj
|
| 255 |
+
7 0 obj
|
| 256 |
+
<< /Type /Font /Subtype /Type1 /BaseFont /Courier >>
|
| 257 |
+
endobj
|
| 258 |
+
xref
|
| 259 |
+
0 8
|
| 260 |
+
0000000000 65535 f
|
| 261 |
+
0000000052 00000 n
|
| 262 |
+
0000000101 00000 n
|
| 263 |
+
0000000164 00000 n
|
| 264 |
+
0000000290 00000 n
|
| 265 |
+
0000004881 00000 n
|
| 266 |
+
0000005007 00000 n
|
| 267 |
+
0000009072 00000 n
|
| 268 |
+
trailer
|
| 269 |
+
<< /Size 8 /Root 1 0 R >>
|
| 270 |
+
startxref
|
| 271 |
+
9140
|
| 272 |
+
%%EOF
|
task_files/cb100-001-helios-forge/01_corporate/008_corporate_status_report.md
DELETED
|
@@ -1,98 +0,0 @@
|
|
| 1 |
-
# Status Report — CB-DOC-001-008
|
| 2 |
-
|
| 3 |
-
> Confidential — legal review · reviewed — no independent exception · native version 4.2
|
| 4 |
-
|
| 5 |
-
| Control field | Value |
|
| 6 |
-
|---|---|
|
| 7 |
-
| Matter | CB-MA-2401 — Project Daybreak battery acquisition |
|
| 8 |
-
| Client | Helios Forge, Inc. |
|
| 9 |
-
| Other party | BluePeak Battery Systems LLC |
|
| 10 |
-
| Record date | 2025-01-14 |
|
| 11 |
-
| Custodian | Jonas Feld |
|
| 12 |
-
| Reviewer | Talia Brooks |
|
| 13 |
-
| Cross-reference | CB-DOC-001-033 |
|
| 14 |
-
| Source system | Carta capitalization ledger |
|
| 15 |
-
| Workstream | corporate |
|
| 16 |
-
| Control metric | 450479 |
|
| 17 |
-
| Review question | context only |
|
| 18 |
-
| Finding ID | none |
|
| 19 |
-
| Record role | context |
|
| 20 |
-
| Control severity | none |
|
| 21 |
-
| Remediation owner | none |
|
| 22 |
-
| Response due | none |
|
| 23 |
-
|
| 24 |
-
## Executive record summary
|
| 25 |
-
|
| 26 |
-
This status report was maintained for Helios Forge, Inc. in connection with Project Daybreak battery acquisition. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control. The corporate team used the record to summarize milestones, dependencies, risk status, decision owners, and the next reporting cycle. Producing custodian Jonas Feld identified it as an ordinary-course record from Carta capitalization ledger; reviewer Talia Brooks preserved the source wording and separately recorded the legal-control disposition.
|
| 27 |
-
|
| 28 |
-
> **Operative record:** The file is responsive background material; it supplies context but does not create an independent obligation.
|
| 29 |
-
|
| 30 |
-
## 1. Purpose and audience
|
| 31 |
-
|
| 32 |
-
This status report supports the corporate workstream for Helios Forge, Inc.. Its purpose is to summarize milestones, dependencies, risk status, decision owners, and the next reporting cycle. The intended audience is the M&A data-room diligence matter team, including legal, finance, compliance, and the business owner responsible for the next decision.
|
| 33 |
-
|
| 34 |
-
## 2. Record lineage and custody
|
| 35 |
-
|
| 36 |
-
This copy was collected from Carta capitalization ledger under matter hold CB-MA-2401. Its lineage runs from Jonas Feld, as producing custodian, to Talia Brooks, as reviewing lawyer. The related record CB-DOC-001-033 remains a separate source of truth and was not merged into this document.
|
| 37 |
-
|
| 38 |
-
## 3. Matter and workstream context
|
| 39 |
-
|
| 40 |
-
For this corporate review, legal and business stakeholders are using the record to evaluate invention assignment defect, facility title exception, and unrecorded option grant. The file is part of M&A data-room diligence and should be read against the stated decision deadline. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control.
|
| 41 |
-
|
| 42 |
-
## 4. Operative content
|
| 43 |
-
|
| 44 |
-
The operative entry states that The file is responsive background material; it supplies context but does not create an independent obligation.. The record-control overlay classifies this file as context only. It may explain the matter history or test a cross-reference, but it is not an independent finding. The entry is preserved as written because the benchmark requires reconciliation between sources, not silent correction of a document that appears incomplete or inconsistent.
|
| 45 |
-
|
| 46 |
-
## 5. Reviewer analysis
|
| 47 |
-
|
| 48 |
-
Review procedures included source identification, a comparison to the folder index, validation of the accountable owner, and a check for later amendments or operational entries. The conclusion is deliberately bounded to the produced record and its stated cross-reference. Reviewer Talia Brooks recorded status “reviewed — no independent exception” and linked the file to CB-DOC-001-033. The control metric 450479 is an administrative population identifier, not a damages estimate or a statement of materiality.
|
| 49 |
-
|
| 50 |
-
## 6. Dependencies and reliance limits
|
| 51 |
-
|
| 52 |
-
The record should be read with the invention assignment defect, facility title exception, and unrecorded option grant materials and the files in the adjacent workstreams. The file is responsive evidence, not a standalone legal opinion. It does not establish facts held only by other custodians, waive the need to review amendments, or determine priority among competing instruments. The complete production remains necessary to reach a final conclusion.
|
| 53 |
-
|
| 54 |
-
## Chronology
|
| 55 |
-
|
| 56 |
-
| Date | Event | Actor | Evidence |
|
| 57 |
-
|---|---|---|---|
|
| 58 |
-
| 2024-11-26 | Source population opened for collection | Jonas Feld | CB-DOC-001-008 |
|
| 59 |
-
| 2024-12-25 | Custodian confirmed system and date boundary | Leona Park | CB-DOC-001-033 |
|
| 60 |
-
| 2025-01-06 | Matter team completed first-level comparison | Adrian Mensah | CB-DOC-001-033 |
|
| 61 |
-
| 2025-01-14 | Legal reviewer recorded the current disposition | Amara Patel | CB-DOC-001-008 |
|
| 62 |
-
| 2025-02-17 | Assigned owner scheduled the next control response | Micah Sullivan | CB-DOC-001-033 |
|
| 63 |
-
|
| 64 |
-
## Participants
|
| 65 |
-
|
| 66 |
-
| Name | Role | Responsibility |
|
| 67 |
-
|---|---|---|
|
| 68 |
-
| Jonas Feld | control owner | source completeness |
|
| 69 |
-
| Sofia Bennett | matter lead | business interpretation |
|
| 70 |
-
| Henry Cho | business owner | legal review |
|
| 71 |
-
| Lena Varga | records custodian | remediation tracking |
|
| 72 |
-
|
| 73 |
-
## Related records
|
| 74 |
-
|
| 75 |
-
- `CB-DOC-001-015` — same-cycle source (capitalization)
|
| 76 |
-
- `CB-DOC-001-027` — implementation evidence (debt security)
|
| 77 |
-
- `CB-DOC-001-045` — independent control record (ip technology)
|
| 78 |
-
- `CB-DOC-001-061` — later reconciliation record (regulatory)
|
| 79 |
-
|
| 80 |
-
## Action register
|
| 81 |
-
|
| 82 |
-
| ID | Action | Owner | Due | Status |
|
| 83 |
-
|---|---|---|---|---|
|
| 84 |
-
| A-008-1 | Confirm that CB-DOC-001-033 does not change the context-only classification. | Amara Patel | 2026-08-21 | awaiting evidence |
|
| 85 |
-
| A-008-2 | Preserve the native Carta capitalization ledger export and document any replacement record. | Samuel Kim | 2026-08-28 | owner confirmed |
|
| 86 |
-
| A-008-3 | Report the disposition to the corporate workstream lead before the matter deadline. | Talia Brooks | 2026-09-04 | escalated |
|
| 87 |
-
|
| 88 |
-
## Scope and cross-reference
|
| 89 |
-
|
| 90 |
-
The record covers activity in Delaware through 2025-01-14 and should be evaluated with CB-DOC-001-033, the four related records listed below, and the complete corporate folder. It is not a complete statement of law or a substitute for the other folders in production.
|
| 91 |
-
|
| 92 |
-
## Control note
|
| 93 |
-
|
| 94 |
-
Reviewer Talia Brooks compared identifier 450479 against the folder index, the native Carta capitalization ledger entry, and CB-DOC-001-033. The comparison preserved each source independently and did not infer facts held by other custodians, unproduced amendments, oral explanations, or records generated after the document date.
|
| 95 |
-
|
| 96 |
-
## Provenance
|
| 97 |
-
|
| 98 |
-
Synthetic CounselBench-100 benchmark evidence; all entities, people, addresses, amounts, and events are fictitious and are not legal advice.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
task_files/cb100-001-helios-forge/02_capitalization/009_capitalization_control_register.md
DELETED
|
@@ -1,98 +0,0 @@
|
|
| 1 |
-
# Control Register — CB-DOC-001-009
|
| 2 |
-
|
| 3 |
-
> Attorney work product · indexed — responsive context · native version 2.8
|
| 4 |
-
|
| 5 |
-
| Control field | Value |
|
| 6 |
-
|---|---|
|
| 7 |
-
| Matter | CB-MA-2401 — Project Daybreak battery acquisition |
|
| 8 |
-
| Client | Helios Forge, Inc. |
|
| 9 |
-
| Other party | BluePeak Battery Systems LLC |
|
| 10 |
-
| Record date | 2025-02-09 |
|
| 11 |
-
| Custodian | Mei Whitaker |
|
| 12 |
-
| Reviewer | Adrian Mensah |
|
| 13 |
-
| Cross-reference | CB-DOC-001-050 |
|
| 14 |
-
| Source system | Ironclad CLM |
|
| 15 |
-
| Workstream | capitalization |
|
| 16 |
-
| Control metric | 707145 |
|
| 17 |
-
| Review question | context only |
|
| 18 |
-
| Finding ID | none |
|
| 19 |
-
| Record role | context |
|
| 20 |
-
| Control severity | none |
|
| 21 |
-
| Remediation owner | none |
|
| 22 |
-
| Response due | none |
|
| 23 |
-
|
| 24 |
-
## Executive record summary
|
| 25 |
-
|
| 26 |
-
This control register was maintained for Helios Forge, Inc. in connection with Project Daybreak battery acquisition. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control. The capitalization team used the record to maintain the matter team's issue population, source lineage, review status, and accountable owner. Producing custodian Mei Whitaker identified it as an ordinary-course record from Ironclad CLM; reviewer Adrian Mensah preserved the source wording and separately recorded the legal-control disposition.
|
| 27 |
-
|
| 28 |
-
> **Operative record:** No variance was recorded after the named reviewer compared the source ledger to the signed control record.
|
| 29 |
-
|
| 30 |
-
## 1. Purpose and audience
|
| 31 |
-
|
| 32 |
-
This control register supports the capitalization workstream for Helios Forge, Inc.. Its purpose is to maintain the matter team's issue population, source lineage, review status, and accountable owner. The intended audience is the M&A data-room diligence matter team, including legal, finance, compliance, and the business owner responsible for the next decision.
|
| 33 |
-
|
| 34 |
-
## 2. Record lineage and custody
|
| 35 |
-
|
| 36 |
-
The producing team exported this record from Ironclad CLM and retained the native identifier CB-DOC-001-009. Mei Whitaker confirmed the export boundary, while Adrian Mensah performed the legal-control review. The file has not been normalized to resolve differences with CB-DOC-001-050.
|
| 37 |
-
|
| 38 |
-
## 3. Matter and workstream context
|
| 39 |
-
|
| 40 |
-
For this capitalization review, legal and business stakeholders are using the record to evaluate open-source copyleft exposure, sales-tax nexus gap, and change-of-control consent. The file is part of M&A data-room diligence and should be read against the stated decision deadline. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control.
|
| 41 |
-
|
| 42 |
-
## 4. Operative content
|
| 43 |
-
|
| 44 |
-
The operative entry states that No variance was recorded after the named reviewer compared the source ledger to the signed control record.. The record-control overlay classifies this file as context only. It may explain the matter history or test a cross-reference, but it is not an independent finding. The entry is preserved as written because the benchmark requires reconciliation between sources, not silent correction of a document that appears incomplete or inconsistent.
|
| 45 |
-
|
| 46 |
-
## 5. Reviewer analysis
|
| 47 |
-
|
| 48 |
-
The reviewer tested internal consistency, execution or approval evidence, status history, and the cited cross-reference. The review did not assume that a later system entry controls an earlier signed record. Open points remain assigned through the action register below. Reviewer Adrian Mensah recorded status “indexed — responsive context” and linked the file to CB-DOC-001-050. The control metric 707145 is an administrative population identifier, not a damages estimate or a statement of materiality.
|
| 49 |
-
|
| 50 |
-
## 6. Dependencies and reliance limits
|
| 51 |
-
|
| 52 |
-
The record should be read with the open-source copyleft exposure, sales-tax nexus gap, and change-of-control consent materials and the files in the adjacent workstreams. This record is one component of the production and should not be treated as a complete statement of the governing agreement, policy, ledger, or law. Dates reflect the fixed synthetic matter timeline; references to approval or closure describe the source record rather than an independent legal conclusion.
|
| 53 |
-
|
| 54 |
-
## Chronology
|
| 55 |
-
|
| 56 |
-
| Date | Event | Actor | Evidence |
|
| 57 |
-
|---|---|---|---|
|
| 58 |
-
| 2025-01-04 | Source population opened for collection | Mei Whitaker | CB-DOC-001-009 |
|
| 59 |
-
| 2025-01-21 | Custodian confirmed system and date boundary | Isaac Romero | CB-DOC-001-050 |
|
| 60 |
-
| 2025-02-05 | Matter team completed first-level comparison | Willa Novak | CB-DOC-001-050 |
|
| 61 |
-
| 2025-02-09 | Legal reviewer recorded the current disposition | Henry Cho | CB-DOC-001-009 |
|
| 62 |
-
| 2025-03-05 | Assigned owner scheduled the next control response | Farah Ibrahim | CB-DOC-001-050 |
|
| 63 |
-
|
| 64 |
-
## Participants
|
| 65 |
-
|
| 66 |
-
| Name | Role | Responsibility |
|
| 67 |
-
|---|---|---|
|
| 68 |
-
| Mei Whitaker | matter lead | source completeness |
|
| 69 |
-
| Adrian Mensah | business owner | business interpretation |
|
| 70 |
-
| Nadine Flores | records custodian | legal review |
|
| 71 |
-
| Samuel Kim | finance reviewer | remediation tracking |
|
| 72 |
-
|
| 73 |
-
## Related records
|
| 74 |
-
|
| 75 |
-
- `CB-DOC-001-016` — same-cycle source (capitalization)
|
| 76 |
-
- `CB-DOC-001-028` — implementation evidence (debt security)
|
| 77 |
-
- `CB-DOC-001-046` — independent control record (ip technology)
|
| 78 |
-
- `CB-DOC-001-062` — later reconciliation record (regulatory)
|
| 79 |
-
|
| 80 |
-
## Action register
|
| 81 |
-
|
| 82 |
-
| ID | Action | Owner | Due | Status |
|
| 83 |
-
|---|---|---|---|---|
|
| 84 |
-
| A-009-1 | Confirm that CB-DOC-001-050 does not change the context-only classification. | Henry Cho | 2026-08-21 | owner confirmed |
|
| 85 |
-
| A-009-2 | Preserve the native Ironclad CLM export and document any replacement record. | Maya Ellison | 2026-08-28 | escalated |
|
| 86 |
-
| A-009-3 | Report the disposition to the capitalization workstream lead before the matter deadline. | Jonas Feld | 2026-09-04 | open |
|
| 87 |
-
|
| 88 |
-
## Scope and cross-reference
|
| 89 |
-
|
| 90 |
-
The record covers activity in Delaware through 2025-02-09 and should be evaluated with CB-DOC-001-050, the four related records listed below, and the complete capitalization folder. It is not a complete statement of law or a substitute for the other folders in production.
|
| 91 |
-
|
| 92 |
-
## Control note
|
| 93 |
-
|
| 94 |
-
Reviewer Adrian Mensah compared identifier 707145 against the folder index, the native Ironclad CLM entry, and CB-DOC-001-050. The comparison preserved each source independently and did not infer facts held by other custodians, unproduced amendments, oral explanations, or records generated after the document date.
|
| 95 |
-
|
| 96 |
-
## Provenance
|
| 97 |
-
|
| 98 |
-
Synthetic CounselBench-100 benchmark evidence; all entities, people, addresses, amounts, and events are fictitious and are not legal advice.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
task_files/cb100-001-helios-forge/02_capitalization/009_capitalization_source_export.md
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Open-Source Copyleft Exposure — CB-DOC-001-009
|
| 2 |
+
|
| 3 |
+
> Confidential source record · Ironclad CLM · native version 2.7
|
| 4 |
+
|
| 5 |
+
| Control field | Value |
|
| 6 |
+
|---|---|
|
| 7 |
+
| Matter | CB-MA-2401 — Project Daybreak battery acquisition |
|
| 8 |
+
| Portfolio key | CBP-001-09 |
|
| 9 |
+
| Evidence role | identity_crosswalk |
|
| 10 |
+
| Immutable entity | ENT-001-1008 |
|
| 11 |
+
| Referenced revision | REV-2025.2 |
|
| 12 |
+
| Current revision | REV-2025.2 |
|
| 13 |
+
| Custodian | Henry Cho |
|
| 14 |
+
| Reviewer | Isaac Romero |
|
| 15 |
+
|
| 16 |
+
> Crosswalk revision REV-2025.2 maps portfolio key CBP-001-09 and legal name Helios Forge, Inc. — Open-Source Copyleft Exposure record 9 to immutable entity ENT-001-1008. The domain, legal entity, and native system key agree; the nearby alias is excluded.
|
| 17 |
+
|
| 18 |
+
## Source lineage
|
| 19 |
+
|
| 20 |
+
Ironclad CLM produced native record CB-DOC-001-009 for CB-MA-2401. Henry Cho owns the source population and Isaac Romero recorded the collection review. The export remains separate from later legal analysis.
|
| 21 |
+
|
| 22 |
+
## Business context
|
| 23 |
+
|
| 24 |
+
This record concerns open-source copyleft exposure within Project Daybreak battery acquisition. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control. The record addresses one part of the broader question: Match the cathode-tooling records and automaker consent history to the exact acquired entity.
|
| 25 |
+
|
| 26 |
+
## Native record
|
| 27 |
+
|
| 28 |
+
Crosswalk revision REV-2025.2 maps portfolio key CBP-001-09 and legal name Helios Forge, Inc. — Open-Source Copyleft Exposure record 9 to immutable entity ENT-001-1008. The domain, legal entity, and native system key agree; the nearby alias is excluded.
|
| 29 |
+
|
| 30 |
+
## Reliance limits
|
| 31 |
+
|
| 32 |
+
This file supplies identity crosswalk evidence for CBP-001-09. It does not decide legal effect, select among candidate responses, resolve another system's entity identity, or establish that its cited revision is controlling.
|
| 33 |
+
|
| 34 |
+
## Native rows
|
| 35 |
+
|
| 36 |
+
| ID | Date | Entity | Revision | Actor | Status | Metric | Note |
|
| 37 |
+
|---|---|---|---|---|---|---|---|
|
| 38 |
+
| CBP-001-09-IDE-01 | 2024-08-24 | ENT-001-1008 | REV-2025.2 | Mei Whitaker | pending | $809,646.00 | Identity Crosswalk support row 1 for open-source copyleft exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-09 population from similarly named records. |
|
| 39 |
+
| CBP-001-09-IDE-02 | 2024-08-27 | ENT-001-1008 | REV-2025.2 | Isaac Romero | confirmed | 14% | Identity Crosswalk support row 2 for open-source copyleft exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-09 population from similarly named records. |
|
| 40 |
+
| CBP-001-09-IDE-03 | 2024-08-30 | ENT-001-1008 | REV-2025.2 | Willa Novak | pending | 13% | Identity Crosswalk support row 3 for open-source copyleft exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-09 population from similarly named records. |
|
| 41 |
+
| CBP-001-09-IDE-04 | 2024-09-02 | ENT-001-1008 | REV-2025.2 | Henry Cho | pending | $229,994.00 | Identity Crosswalk support row 4 for open-source copyleft exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-09 population from similarly named records. |
|
| 42 |
+
| CBP-001-09-IDE-05 | 2024-09-05 | ENT-001-1008 | REV-2025.2 | Farah Ibrahim | pending | 19% | Identity Crosswalk support row 5 for open-source copyleft exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-09 population from similarly named records. |
|
| 43 |
+
| CBP-001-09-IDE-06 | 2024-09-08 | ENT-001-1008 | REV-2025.2 | Samuel Kim | recorded | 19% | Identity Crosswalk support row 6 for open-source copyleft exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-09 population from similarly named records. |
|
| 44 |
+
| CBP-001-09-IDE-07 | 2024-09-11 | ENT-001-1008 | REV-2025.2 | Nora Chen | confirmed | $103,817.00 | Identity Crosswalk support row 7 for open-source copyleft exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-09 population from similarly named records. |
|
| 45 |
+
| CBP-001-09-IDE-08 | 2024-09-14 | ENT-001-2008 | REV-2025.2 | Elliot Mercer | superseded | 27% | Identity Crosswalk support row 8 for open-source copyleft exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-09 population from similarly named records. |
|
| 46 |
+
| CBP-001-09-IDE-09 | 2024-09-17 | ENT-001-1008 | REV-2025.2 | Mei Whitaker | pending | 26% | Identity Crosswalk support row 9 for open-source copyleft exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-09 population from similarly named records. |
|
| 47 |
+
| CBP-001-09-IDE-10 | 2024-09-20 | ENT-001-1008 | REV-2025.2 | Isaac Romero | recorded | $481,196.00 | Identity Crosswalk support row 10 for open-source copyleft exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-09 population from similarly named records. |
|
| 48 |
+
| CBP-001-09-IDE-11 | 2024-09-23 | ENT-001-1008 | REV-2025.2 | Willa Novak | recorded | 9% | Identity Crosswalk support row 11 for open-source copyleft exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-09 population from similarly named records. |
|
| 49 |
+
| CBP-001-09-IDE-12 | 2024-09-26 | ENT-001-1008 | REV-2025.2 | Henry Cho | superseded | 10% | Identity Crosswalk support row 12 for open-source copyleft exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-09 population from similarly named records. |
|
| 50 |
+
| CBP-001-09-IDE-13 | 2024-09-29 | ENT-001-1008 | REV-2025.2 | Farah Ibrahim | confirmed | $967,513.00 | Identity Crosswalk support row 13 for open-source copyleft exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-09 population from similarly named records. |
|
| 51 |
+
| CBP-001-09-IDE-14 | 2024-10-02 | ENT-001-1008 | REV-2025.2 | Samuel Kim | recorded | 26% | Identity Crosswalk support row 14 for open-source copyleft exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-09 population from similarly named records. |
|
| 52 |
+
| CBP-001-09-IDE-15 | 2024-10-05 | ENT-001-1008 | REV-2025.2 | Nora Chen | confirmed | 2% | Identity Crosswalk support row 15 for open-source copyleft exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-09 population from similarly named records. |
|
| 53 |
+
| CBP-001-09-IDE-16 | 2024-10-08 | ENT-001-1008 | REV-2025.2 | Elliot Mercer | pending | $696,018.00 | Identity Crosswalk support row 16 for open-source copyleft exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-09 population from similarly named records. |
|
| 54 |
+
| CBP-001-09-IDE-17 | 2024-10-11 | ENT-001-1008 | REV-2025.2 | Mei Whitaker | pending | 10% | Identity Crosswalk support row 17 for open-source copyleft exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-09 population from similarly named records. |
|
| 55 |
+
| CBP-001-09-IDE-18 | 2024-10-14 | ENT-001-1008 | REV-2025.2 | Isaac Romero | recorded | 15% | Identity Crosswalk support row 18 for open-source copyleft exposure; retained from the native system so the reviewer can distinguish the exact CBP-001-09 population from similarly named records. |
|
| 56 |
+
|
| 57 |
+
## Chronology
|
| 58 |
+
|
| 59 |
+
| Date | Event | Actor | Reference |
|
| 60 |
+
|---|---|---|---|
|
| 61 |
+
| 2025-07-11 | native population opened | Mei Whitaker | CB-DOC-001-009 |
|
| 62 |
+
| 2025-07-17 | custodian boundary confirmed | Sofia Bennett | CBP-001-09 |
|
| 63 |
+
| 2025-07-23 | export created | Amara Patel | CB-DOC-001-009 |
|
| 64 |
+
| 2025-07-29 | cross-system identifier checked | Farah Ibrahim | CBP-001-09 |
|
| 65 |
+
| 2025-08-04 | revision retained | Maya Ellison | CB-DOC-001-009 |
|
| 66 |
+
| 2025-08-10 | matter copy collected | Priya Raman | CBP-001-09 |
|
| 67 |
+
|
| 68 |
+
## Related native records
|
| 69 |
+
|
| 70 |
+
- `CB-DOC-001-020`
|
| 71 |
+
- `CB-DOC-001-038`
|
| 72 |
+
- `CB-DOC-001-056`
|
| 73 |
+
- `CB-DOC-001-080`
|
| 74 |
+
|
| 75 |
+
## Provenance
|
| 76 |
+
|
| 77 |
+
Synthetic CounselBench-100 source record. All people, entities, events, amounts, and addresses are fictitious; the record is not legal advice.
|
task_files/cb100-001-helios-forge/02_capitalization/010_capitalization_executed_instrument.txt
DELETED
|
@@ -1,78 +0,0 @@
|
|
| 1 |
-
CONFIDENTIAL — LEGAL REVIEW
|
| 2 |
-
|
| 3 |
-
EXECUTED INSTRUMENT
|
| 4 |
-
PROJECT DAYBREAK BATTERY ACQUISITION
|
| 5 |
-
|
| 6 |
-
DOCUMENT CONTROL: CB-DOC-001-010
|
| 7 |
-
MATTER: CB-MA-2401 | Project Daybreak battery acquisition
|
| 8 |
-
RECORD TYPE: executed instrument
|
| 9 |
-
DATE: 2025-10-27
|
| 10 |
-
SOURCE SYSTEM: NetSuite close workbook
|
| 11 |
-
NATIVE VERSION: 2.5
|
| 12 |
-
STATUS: reviewed — source conflict identified
|
| 13 |
-
CUSTODIAN: Caleb Hassan
|
| 14 |
-
REVIEWER: Farah Ibrahim
|
| 15 |
-
CROSS-REFERENCE: CB-DOC-001-067
|
| 16 |
-
CONTROL METRIC: 893405
|
| 17 |
-
|
| 18 |
-
REVIEW QUESTION: anti-assignment restriction
|
| 19 |
-
FINDING ID: F-04
|
| 20 |
-
RECORD ROLE: primary
|
| 21 |
-
CONTROL SEVERITY: medium
|
| 22 |
-
REMEDIATION OWNER: Willa Novak
|
| 23 |
-
RESPONSE DUE: 2026-09-04
|
| 24 |
-
|
| 25 |
-
RECITALS
|
| 26 |
-
|
| 27 |
-
A. This executed instrument was maintained for Helios Forge, Inc. in connection with Project Daybreak battery acquisition. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control. The capitalization team used the record to preserve the operative language, execution history, defined terms, and signature authority. Producing custodian Caleb Hassan identified it as an ordinary-course record from NetSuite close workbook; reviewer Farah Ibrahim preserved the source wording and separately recorded the legal-control disposition.
|
| 28 |
-
|
| 29 |
-
B. The parties and matter team intend to preserve the source hierarchy and the decision record for CB-MA-2401.
|
| 30 |
-
|
| 31 |
-
OPERATIVE RECORD
|
| 32 |
-
the item is recorded as closed without exception in CB-MA-2401-D624
|
| 33 |
-
|
| 34 |
-
1. PURPOSE AND AUDIENCE
|
| 35 |
-
This executed instrument supports the capitalization workstream for Helios Forge, Inc.. Its purpose is to preserve the operative language, execution history, defined terms, and signature authority. The intended audience is the M&A data-room diligence matter team, including legal, finance, compliance, and the business owner responsible for the next decision.
|
| 36 |
-
|
| 37 |
-
2. RECORD LINEAGE AND CUSTODY
|
| 38 |
-
Matter operations catalogued the record in NetSuite close workbook using identifier CB-DOC-001-010. The chain of custody identifies Caleb Hassan as source owner and Farah Ibrahim as the most recent reviewer. Any inconsistency with CB-DOC-001-067 must be reconciled rather than silently overwritten.
|
| 39 |
-
|
| 40 |
-
3. MATTER AND WORKSTREAM CONTEXT
|
| 41 |
-
The capitalization workstream sits within M&A data-room diligence. The team is tracking unreported security incident, claims-made insurance tail, and anti-assignment restriction because decisions in this file may affect the deadline and the position taken with BluePeak Battery Systems LLC. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control.
|
| 42 |
-
|
| 43 |
-
4. OPERATIVE CONTENT
|
| 44 |
-
The operative entry states that the item is recorded as closed without exception in CB-MA-2401-D624. The record-control overlay classifies this as the primary source for F-04 (anti-assignment restriction) at medium severity. The assigned remediation owner is Willa Novak, with response due 2026-09-04. The entry is preserved as written because the benchmark requires reconciliation between sources, not silent correction of a document that appears incomplete or inconsistent.
|
| 45 |
-
|
| 46 |
-
5. REVIEWER ANALYSIS
|
| 47 |
-
The legal-control check compared the record’s native value with the matter index and the identified related file. Conflicting custodial accounts, amendments outside the production, and post-date events were not resolved by inference and remain subject to documented follow-up. Reviewer Farah Ibrahim recorded status “reviewed — source conflict identified” and linked the file to CB-DOC-001-067. The control metric 893405 is an administrative population identifier, not a damages estimate or a statement of materiality.
|
| 48 |
-
|
| 49 |
-
6. DEPENDENCIES AND RELIANCE LIMITS
|
| 50 |
-
The record should be read with the unreported security incident, claims-made insurance tail, and anti-assignment restriction materials and the files in the adjacent workstreams. This record is one component of the production and should not be treated as a complete statement of the governing agreement, policy, ledger, or law. Dates reflect the fixed synthetic matter timeline; references to approval or closure describe the source record rather than an independent legal conclusion.
|
| 51 |
-
|
| 52 |
-
SCHEDULE 1 — RECORD CHRONOLOGY
|
| 53 |
-
- 2025-09-22 | Source population opened for collection | Caleb Hassan | CB-DOC-001-010
|
| 54 |
-
- 2025-10-09 | Custodian confirmed system and date boundary | Sofia Bennett | CB-DOC-001-067
|
| 55 |
-
- 2025-10-23 | Matter team completed first-level comparison | Theo Laurent | CB-DOC-001-067
|
| 56 |
-
- 2025-10-27 | Legal reviewer recorded the current disposition | Nadine Flores | CB-DOC-001-010
|
| 57 |
-
- 2025-11-28 | Assigned owner scheduled the next control response | Owen Delgado | CB-DOC-001-067
|
| 58 |
-
|
| 59 |
-
SCHEDULE 2 — ACTION REGISTER
|
| 60 |
-
- A-010-1 | escalated | Willa Novak | 2026-08-21 | Before 2026-09-04, issue a corrective notice using the contractually operative method; owner: Willa Novak.
|
| 61 |
-
- A-010-2 | open | Rafael Okafor | 2026-08-28 | Preserve the native NetSuite close workbook export and document any replacement record.
|
| 62 |
-
- A-010-3 | in review | Mei Whitaker | 2026-09-04 | Report the disposition to the capitalization workstream lead before the matter deadline.
|
| 63 |
-
|
| 64 |
-
SCOPE
|
| 65 |
-
The record covers activity in Delaware through 2025-10-27 and should be evaluated with CB-DOC-001-067, the four related records listed below, and the complete capitalization folder. It is not a complete statement of law or a substitute for the other folders in production.
|
| 66 |
-
|
| 67 |
-
CONTROL NOTE
|
| 68 |
-
Reviewer Farah Ibrahim compared identifier 893405 against the folder index, the native NetSuite close workbook entry, and CB-DOC-001-067. The comparison preserved each source independently and did not infer facts held by other custodians, unproduced amendments, oral explanations, or records generated after the document date.
|
| 69 |
-
|
| 70 |
-
ACKNOWLEDGED FOR RECORD-CONTROL PURPOSES
|
| 71 |
-
|
| 72 |
-
By: Caleb Hassan
|
| 73 |
-
Role: Producing custodian
|
| 74 |
-
Reviewed by: Farah Ibrahim
|
| 75 |
-
Record date: 2025-10-27
|
| 76 |
-
|
| 77 |
-
PROVENANCE
|
| 78 |
-
Synthetic CounselBench-100 benchmark evidence; all entities, people, addresses, amounts, and events are fictitious and are not legal advice.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
task_files/cb100-001-helios-forge/02_capitalization/010_capitalization_source_export.txt
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
CONFIDENTIAL SOURCE RECORD
|
| 2 |
+
|
| 3 |
+
SALES-TAX NEXUS GAP
|
| 4 |
+
RECORD: CB-DOC-001-010
|
| 5 |
+
MATTER: CB-MA-2401
|
| 6 |
+
PORTFOLIO KEY: CBP-001-10
|
| 7 |
+
SOURCE SYSTEM: NetSuite close workbook
|
| 8 |
+
EVIDENCE ROLE: identity_crosswalk
|
| 9 |
+
ENTITY KEY: ENT-001-1009
|
| 10 |
+
REFERENCED REVISION: REV-2025.3
|
| 11 |
+
CURRENT REVISION: REV-2025.3
|
| 12 |
+
CUSTODIAN: Nadine Flores
|
| 13 |
+
REVIEWER: Nadine Flores
|
| 14 |
+
|
| 15 |
+
NATIVE RECORD
|
| 16 |
+
Crosswalk revision REV-2025.3 maps portfolio key CBP-001-10 and legal name Helios Forge, Inc. — Sales-Tax Nexus Gap record 10 to immutable entity ENT-001-1009. The domain, legal entity, and native system key agree; the nearby alias is excluded.
|
| 17 |
+
|
| 18 |
+
SOURCE LINEAGE
|
| 19 |
+
NetSuite close workbook produced native record CB-DOC-001-010 for CB-MA-2401. Nadine Flores owns the source population and Nadine Flores recorded the collection review. The export remains separate from later legal analysis.
|
| 20 |
+
|
| 21 |
+
BUSINESS CONTEXT
|
| 22 |
+
This record concerns sales-tax nexus gap within Project Daybreak battery acquisition. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control. The record addresses one part of the broader question: Match the cathode-tooling records and automaker consent history to the exact acquired entity.
|
| 23 |
+
|
| 24 |
+
NATIVE RECORD
|
| 25 |
+
Crosswalk revision REV-2025.3 maps portfolio key CBP-001-10 and legal name Helios Forge, Inc. — Sales-Tax Nexus Gap record 10 to immutable entity ENT-001-1009. The domain, legal entity, and native system key agree; the nearby alias is excluded.
|
| 26 |
+
|
| 27 |
+
RELIANCE LIMITS
|
| 28 |
+
This file supplies identity crosswalk evidence for CBP-001-10. It does not decide legal effect, select among candidate responses, resolve another system's entity identity, or establish that its cited revision is controlling.
|
| 29 |
+
|
| 30 |
+
SCHEDULE 1 — NATIVE ROWS
|
| 31 |
+
CBP-001-10-IDE-01 | 2025-05-11 | ENT-001-1009 | REV-2025.3 | Caleb Hassan | pending | $421,742.00 | Identity Crosswalk support row 1 for sales-tax nexus gap; retained from the native system so the reviewer can distinguish the exact CBP-001-10 population from similarly named records.
|
| 32 |
+
CBP-001-10-IDE-02 | 2025-05-14 | ENT-001-1009 | REV-2025.3 | Sofia Bennett | pending | 9% | Identity Crosswalk support row 2 for sales-tax nexus gap; retained from the native system so the reviewer can distinguish the exact CBP-001-10 population from similarly named records.
|
| 33 |
+
CBP-001-10-IDE-03 | 2025-05-17 | ENT-001-1009 | REV-2025.3 | Theo Laurent | superseded | 18% | Identity Crosswalk support row 3 for sales-tax nexus gap; retained from the native system so the reviewer can distinguish the exact CBP-001-10 population from similarly named records.
|
| 34 |
+
CBP-001-10-IDE-04 | 2025-05-20 | ENT-001-1009 | REV-2025.3 | Nadine Flores | confirmed | $986,297.00 | Identity Crosswalk support row 4 for sales-tax nexus gap; retained from the native system so the reviewer can distinguish the exact CBP-001-10 population from similarly named records.
|
| 35 |
+
CBP-001-10-IDE-05 | 2025-05-23 | ENT-001-1009 | REV-2025.3 | Owen Delgado | confirmed | 23% | Identity Crosswalk support row 5 for sales-tax nexus gap; retained from the native system so the reviewer can distinguish the exact CBP-001-10 population from similarly named records.
|
| 36 |
+
CBP-001-10-IDE-06 | 2025-05-26 | ENT-001-1009 | REV-2025.3 | Maya Ellison | recorded | 27% | Identity Crosswalk support row 6 for sales-tax nexus gap; retained from the native system so the reviewer can distinguish the exact CBP-001-10 population from similarly named records.
|
| 37 |
+
CBP-001-10-IDE-07 | 2025-05-29 | ENT-001-1009 | REV-2025.3 | Dominic Alvarez | pending | $450,906.00 | Identity Crosswalk support row 7 for sales-tax nexus gap; retained from the native system so the reviewer can distinguish the exact CBP-001-10 population from similarly named records.
|
| 38 |
+
CBP-001-10-IDE-08 | 2025-06-01 | ENT-001-2009 | REV-2025.3 | Talia Brooks | recorded | 19% | Identity Crosswalk support row 8 for sales-tax nexus gap; retained from the native system so the reviewer can distinguish the exact CBP-001-10 population from similarly named records.
|
| 39 |
+
CBP-001-10-IDE-09 | 2025-06-04 | ENT-001-1009 | REV-2025.3 | Caleb Hassan | confirmed | 19% | Identity Crosswalk support row 9 for sales-tax nexus gap; retained from the native system so the reviewer can distinguish the exact CBP-001-10 population from similarly named records.
|
| 40 |
+
CBP-001-10-IDE-10 | 2025-06-07 | ENT-001-1009 | REV-2025.3 | Sofia Bennett | superseded | $985,419.00 | Identity Crosswalk support row 10 for sales-tax nexus gap; retained from the native system so the reviewer can distinguish the exact CBP-001-10 population from similarly named records.
|
| 41 |
+
CBP-001-10-IDE-11 | 2025-06-10 | ENT-001-1009 | REV-2025.3 | Theo Laurent | recorded | 8% | Identity Crosswalk support row 11 for sales-tax nexus gap; retained from the native system so the reviewer can distinguish the exact CBP-001-10 population from similarly named records.
|
| 42 |
+
CBP-001-10-IDE-12 | 2025-06-13 | ENT-001-1009 | REV-2025.3 | Nadine Flores | superseded | 11% | Identity Crosswalk support row 12 for sales-tax nexus gap; retained from the native system so the reviewer can distinguish the exact CBP-001-10 population from similarly named records.
|
| 43 |
+
CBP-001-10-IDE-13 | 2025-06-16 | ENT-001-1009 | REV-2025.3 | Owen Delgado | recorded | $939,240.00 | Identity Crosswalk support row 13 for sales-tax nexus gap; retained from the native system so the reviewer can distinguish the exact CBP-001-10 population from similarly named records.
|
| 44 |
+
CBP-001-10-IDE-14 | 2025-06-19 | ENT-001-1009 | REV-2025.3 | Maya Ellison | recorded | 23% | Identity Crosswalk support row 14 for sales-tax nexus gap; retained from the native system so the reviewer can distinguish the exact CBP-001-10 population from similarly named records.
|
| 45 |
+
CBP-001-10-IDE-15 | 2025-06-22 | ENT-001-1009 | REV-2025.3 | Dominic Alvarez | confirmed | 4% | Identity Crosswalk support row 15 for sales-tax nexus gap; retained from the native system so the reviewer can distinguish the exact CBP-001-10 population from similarly named records.
|
| 46 |
+
CBP-001-10-IDE-16 | 2025-06-25 | ENT-001-1009 | REV-2025.3 | Talia Brooks | confirmed | $279,237.00 | Identity Crosswalk support row 16 for sales-tax nexus gap; retained from the native system so the reviewer can distinguish the exact CBP-001-10 population from similarly named records.
|
| 47 |
+
CBP-001-10-IDE-17 | 2025-06-28 | ENT-001-1009 | REV-2025.3 | Caleb Hassan | recorded | 5% | Identity Crosswalk support row 17 for sales-tax nexus gap; retained from the native system so the reviewer can distinguish the exact CBP-001-10 population from similarly named records.
|
| 48 |
+
CBP-001-10-IDE-18 | 2025-07-01 | ENT-001-1009 | REV-2025.3 | Sofia Bennett | confirmed | 12% | Identity Crosswalk support row 18 for sales-tax nexus gap; retained from the native system so the reviewer can distinguish the exact CBP-001-10 population from similarly named records.
|
| 49 |
+
|
| 50 |
+
SCHEDULE 2 — CHRONOLOGY
|
| 51 |
+
2025-07-03 | native population opened | Caleb Hassan | CB-DOC-001-010
|
| 52 |
+
2025-07-09 | custodian boundary confirmed | Adrian Mensah | CBP-001-10
|
| 53 |
+
2025-07-15 | export created | Henry Cho | CB-DOC-001-010
|
| 54 |
+
2025-07-21 | cross-system identifier checked | Owen Delgado | CBP-001-10
|
| 55 |
+
2025-07-27 | revision retained | Rafael Okafor | CB-DOC-001-010
|
| 56 |
+
2025-08-02 | matter copy collected | Elliot Mercer | CBP-001-10
|
| 57 |
+
|
| 58 |
+
PROVENANCE
|
| 59 |
+
Synthetic CounselBench-100 source record. All people, entities, events, amounts, and addresses are fictitious; the record is not legal advice.
|
task_files/cb100-001-helios-forge/02_capitalization/011_capitalization_correspondence.eml
DELETED
|
@@ -1,77 +0,0 @@
|
|
| 1 |
-
From: leona.park@example.test
|
| 2 |
-
To: dominic.alvarez@example.test
|
| 3 |
-
Cc: matter-team-helios_forge_inc@example.test
|
| 4 |
-
Date: 2024-04-08 09:30:00 -0700
|
| 5 |
-
Message-ID: <cb-doc-001-011@example.test>
|
| 6 |
-
In-Reply-To: <cb-doc-001-084@example.test>
|
| 7 |
-
Subject: CB-MA-2401 — correspondence / 02_capitalization
|
| 8 |
-
X-Source-System: Jira integration tracker
|
| 9 |
-
X-Record-Status: indexed — responsive context
|
| 10 |
-
X-Confidentiality: Confidential — legal review
|
| 11 |
-
X-Review-Question: context only
|
| 12 |
-
X-Finding-ID: none
|
| 13 |
-
X-Record-Role: context
|
| 14 |
-
X-Control-Severity: none
|
| 15 |
-
X-Remediation-Owner: none
|
| 16 |
-
X-Response-Due: none
|
| 17 |
-
MIME-Version: 1.0
|
| 18 |
-
Content-Type: text/plain; charset=UTF-8
|
| 19 |
-
|
| 20 |
-
Dominic,
|
| 21 |
-
|
| 22 |
-
I completed the capitalization review for Project Daybreak battery acquisition. The working group (Theo Laurent, Farah Ibrahim, Rafael Okafor) should use the record-control block below when updating the matter tracker.
|
| 23 |
-
|
| 24 |
-
This correspondence was maintained for Helios Forge, Inc. in connection with Project Daybreak battery acquisition. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control. The capitalization team used the record to capture custodian communications, escalation history, instructions, and contemporaneous business understanding. Producing custodian Leona Park identified it as an ordinary-course record from Jira integration tracker; reviewer Dominic Alvarez preserved the source wording and separately recorded the legal-control disposition.
|
| 25 |
-
|
| 26 |
-
OPERATIVE RECORD
|
| 27 |
-
The operative record and its implementation evidence use the same identifier, date, and responsible owner.
|
| 28 |
-
|
| 29 |
-
1. PURPOSE AND AUDIENCE
|
| 30 |
-
This correspondence supports the capitalization workstream for Helios Forge, Inc.. Its purpose is to capture custodian communications, escalation history, instructions, and contemporaneous business understanding. The intended audience is the M&A data-room diligence matter team, including legal, finance, compliance, and the business owner responsible for the next decision.
|
| 31 |
-
|
| 32 |
-
2. RECORD LINEAGE AND CUSTODY
|
| 33 |
-
Matter operations catalogued the record in Jira integration tracker using identifier CB-DOC-001-011. The chain of custody identifies Leona Park as source owner and Dominic Alvarez as the most recent reviewer. Any inconsistency with CB-DOC-001-084 must be reconciled rather than silently overwritten.
|
| 34 |
-
|
| 35 |
-
3. MATTER AND WORKSTREAM CONTEXT
|
| 36 |
-
The capitalization workstream sits within M&A data-room diligence. The team is tracking permit transfer restriction, revenue recognition exception, and most-favored-customer exposure because decisions in this file may affect the deadline and the position taken with BluePeak Battery Systems LLC. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control.
|
| 37 |
-
|
| 38 |
-
4. OPERATIVE CONTENT
|
| 39 |
-
The operative entry states that The operative record and its implementation evidence use the same identifier, date, and responsible owner.. The record-control overlay classifies this file as context only. It may explain the matter history or test a cross-reference, but it is not an independent finding. The entry is preserved as written because the benchmark requires reconciliation between sources, not silent correction of a document that appears incomplete or inconsistent.
|
| 40 |
-
|
| 41 |
-
5. REVIEWER ANALYSIS
|
| 42 |
-
The reviewer tested internal consistency, execution or approval evidence, status history, and the cited cross-reference. The review did not assume that a later system entry controls an earlier signed record. Open points remain assigned through the action register below. Reviewer Dominic Alvarez recorded status “indexed — responsive context” and linked the file to CB-DOC-001-084. The control metric 766518 is an administrative population identifier, not a damages estimate or a statement of materiality.
|
| 43 |
-
|
| 44 |
-
6. DEPENDENCIES AND RELIANCE LIMITS
|
| 45 |
-
The record should be read with the permit transfer restriction, revenue recognition exception, and most-favored-customer exposure materials and the files in the adjacent workstreams. This record is one component of the production and should not be treated as a complete statement of the governing agreement, policy, ledger, or law. Dates reflect the fixed synthetic matter timeline; references to approval or closure describe the source record rather than an independent legal conclusion.
|
| 46 |
-
|
| 47 |
-
CHRONOLOGY
|
| 48 |
-
- 2024-02-28 | Source population opened for collection | Leona Park | CB-DOC-001-011
|
| 49 |
-
- 2024-03-21 | Custodian confirmed system and date boundary | Adrian Mensah | CB-DOC-001-084
|
| 50 |
-
- 2024-04-01 | Matter team completed first-level comparison | Amara Patel | CB-DOC-001-084
|
| 51 |
-
- 2024-04-08 | Legal reviewer recorded the current disposition | Micah Sullivan | CB-DOC-001-011
|
| 52 |
-
- 2024-05-01 | Assigned owner scheduled the next control response | Lena Varga | CB-DOC-001-084
|
| 53 |
-
|
| 54 |
-
ACTION REGISTER
|
| 55 |
-
- A-011-1 | open | Micah Sullivan | 2026-08-21 | Confirm that CB-DOC-001-084 does not change the context-only classification.
|
| 56 |
-
- A-011-2 | in review | Nora Chen | 2026-08-28 | Preserve the native Jira integration tracker export and document any replacement record.
|
| 57 |
-
- A-011-3 | awaiting evidence | Caleb Hassan | 2026-09-04 | Report the disposition to the capitalization workstream lead before the matter deadline.
|
| 58 |
-
|
| 59 |
-
SCOPE AND CROSS-REFERENCE
|
| 60 |
-
The record covers activity in Delaware through 2024-04-08 and should be evaluated with CB-DOC-001-084, the four related records listed below, and the complete capitalization folder. It is not a complete statement of law or a substitute for the other folders in production.
|
| 61 |
-
|
| 62 |
-
CONTROL NOTE
|
| 63 |
-
Reviewer Dominic Alvarez compared identifier 766518 against the folder index, the native Jira integration tracker entry, and CB-DOC-001-084. The comparison preserved each source independently and did not infer facts held by other custodians, unproduced amendments, oral explanations, or records generated after the document date.
|
| 64 |
-
|
| 65 |
-
Regards,
|
| 66 |
-
Leona Park
|
| 67 |
-
Capitalization records custodian
|
| 68 |
-
|
| 69 |
-
-----Original Message-----
|
| 70 |
-
From: dominic.alvarez@example.test
|
| 71 |
-
Sent: 2024-03-21 16:10:00 -0700
|
| 72 |
-
To: leona.park@example.test
|
| 73 |
-
Subject: RE: CB-MA-2401 / CB-DOC-001-084
|
| 74 |
-
|
| 75 |
-
Please preserve the native Jira integration tracker entry, confirm the date boundary, and do not resolve any difference with CB-DOC-001-084 outside the written matter record.
|
| 76 |
-
|
| 77 |
-
Synthetic CounselBench-100 benchmark evidence; all entities, people, addresses, amounts, and events are fictitious and are not legal advice.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
task_files/cb100-001-helios-forge/02_capitalization/011_capitalization_source_export.eml
ADDED
|
@@ -0,0 +1,99 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
From: Micah Sullivan <micah_sullivan@example.test>
|
| 2 |
+
To: Rafael Okafor <rafael_okafor@example.test>
|
| 3 |
+
Date: 2024-10-08 08:30:00 -0700
|
| 4 |
+
Message-ID: <cb-doc-001-011@example.test>
|
| 5 |
+
Subject: CB-MA-2401 — change-of-control consent source export
|
| 6 |
+
X-Matter-Number: CB-MA-2401
|
| 7 |
+
X-Portfolio-Key: CBP-001-11
|
| 8 |
+
X-Source-System: Jira integration tracker
|
| 9 |
+
MIME-Version: 1.0
|
| 10 |
+
Content-Type: text/plain; charset=utf-8
|
| 11 |
+
|
| 12 |
+
Crosswalk revision REV-2025.4 maps portfolio key CBP-001-11 and legal name Helios Forge, Inc. — Change-Of-Control Consent record 11 to immutable entity ENT-001-1010. The domain, legal entity, and native system key agree; the nearby alias is excluded.
|
| 13 |
+
|
| 14 |
+
SOURCE LINEAGE
|
| 15 |
+
Jira integration tracker produced native record CB-DOC-001-011 for CB-MA-2401. Micah Sullivan owns the source population and Rafael Okafor recorded the collection review. The export remains separate from later legal analysis.
|
| 16 |
+
|
| 17 |
+
BUSINESS CONTEXT
|
| 18 |
+
This record concerns change-of-control consent within Project Daybreak battery acquisition. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control. The record addresses one part of the broader question: Match the cathode-tooling records and automaker consent history to the exact acquired entity.
|
| 19 |
+
|
| 20 |
+
NATIVE RECORD
|
| 21 |
+
Crosswalk revision REV-2025.4 maps portfolio key CBP-001-11 and legal name Helios Forge, Inc. — Change-Of-Control Consent record 11 to immutable entity ENT-001-1010. The domain, legal entity, and native system key agree; the nearby alias is excluded.
|
| 22 |
+
|
| 23 |
+
RELIANCE LIMITS
|
| 24 |
+
This file supplies identity crosswalk evidence for CBP-001-11. It does not decide legal effect, select among candidate responses, resolve another system's entity identity, or establish that its cited revision is controlling.
|
| 25 |
+
|
| 26 |
+
SOURCE THREAD
|
| 27 |
+
-----Original Message-----
|
| 28 |
+
From: Leona Park <leona_park@example.test>
|
| 29 |
+
Sent: 2024-04-19 09:00:00 -0700
|
| 30 |
+
To: Rafael Okafor <rafael_okafor@example.test>
|
| 31 |
+
Subject: CBP-001-11 source row CBP-001-11-IDE-01
|
| 32 |
+
|
| 33 |
+
Identity Crosswalk support row 1 for change-of-control consent; retained from the native system so the reviewer can distinguish the exact CBP-001-11 population from similarly named records. The native status is confirmed and the recorded metric is $285,841.00.
|
| 34 |
+
|
| 35 |
+
-----Original Message-----
|
| 36 |
+
From: Adrian Mensah <adrian_mensah@example.test>
|
| 37 |
+
Sent: 2024-04-22 09:00:00 -0700
|
| 38 |
+
To: Rafael Okafor <rafael_okafor@example.test>
|
| 39 |
+
Subject: CBP-001-11 source row CBP-001-11-IDE-02
|
| 40 |
+
|
| 41 |
+
Identity Crosswalk support row 2 for change-of-control consent; retained from the native system so the reviewer can distinguish the exact CBP-001-11 population from similarly named records. The native status is recorded and the recorded metric is 13%.
|
| 42 |
+
|
| 43 |
+
-----Original Message-----
|
| 44 |
+
From: Amara Patel <amara_patel@example.test>
|
| 45 |
+
Sent: 2024-04-25 09:00:00 -0700
|
| 46 |
+
To: Rafael Okafor <rafael_okafor@example.test>
|
| 47 |
+
Subject: CBP-001-11 source row CBP-001-11-IDE-03
|
| 48 |
+
|
| 49 |
+
Identity Crosswalk support row 3 for change-of-control consent; retained from the native system so the reviewer can distinguish the exact CBP-001-11 population from similarly named records. The native status is superseded and the recorded metric is 16%.
|
| 50 |
+
|
| 51 |
+
-----Original Message-----
|
| 52 |
+
From: Micah Sullivan <micah_sullivan@example.test>
|
| 53 |
+
Sent: 2024-04-28 09:00:00 -0700
|
| 54 |
+
To: Rafael Okafor <rafael_okafor@example.test>
|
| 55 |
+
Subject: CBP-001-11 source row CBP-001-11-IDE-04
|
| 56 |
+
|
| 57 |
+
Identity Crosswalk support row 4 for change-of-control consent; retained from the native system so the reviewer can distinguish the exact CBP-001-11 population from similarly named records. The native status is confirmed and the recorded metric is $761,637.00.
|
| 58 |
+
|
| 59 |
+
-----Original Message-----
|
| 60 |
+
From: Lena Varga <lena_varga@example.test>
|
| 61 |
+
Sent: 2024-05-01 09:00:00 -0700
|
| 62 |
+
To: Rafael Okafor <rafael_okafor@example.test>
|
| 63 |
+
Subject: CBP-001-11 source row CBP-001-11-IDE-05
|
| 64 |
+
|
| 65 |
+
Identity Crosswalk support row 5 for change-of-control consent; retained from the native system so the reviewer can distinguish the exact CBP-001-11 population from similarly named records. The native status is confirmed and the recorded metric is 5%.
|
| 66 |
+
|
| 67 |
+
-----Original Message-----
|
| 68 |
+
From: Rafael Okafor <rafael_okafor@example.test>
|
| 69 |
+
Sent: 2024-05-04 09:00:00 -0700
|
| 70 |
+
To: Rafael Okafor <rafael_okafor@example.test>
|
| 71 |
+
Subject: CBP-001-11 source row CBP-001-11-IDE-06
|
| 72 |
+
|
| 73 |
+
Identity Crosswalk support row 6 for change-of-control consent; retained from the native system so the reviewer can distinguish the exact CBP-001-11 population from similarly named records. The native status is superseded and the recorded metric is 27%.
|
| 74 |
+
|
| 75 |
+
-----Original Message-----
|
| 76 |
+
From: Priya Raman <priya_raman@example.test>
|
| 77 |
+
Sent: 2024-05-07 09:00:00 -0700
|
| 78 |
+
To: Rafael Okafor <rafael_okafor@example.test>
|
| 79 |
+
Subject: CBP-001-11 source row CBP-001-11-IDE-07
|
| 80 |
+
|
| 81 |
+
Identity Crosswalk support row 7 for change-of-control consent; retained from the native system so the reviewer can distinguish the exact CBP-001-11 population from similarly named records. The native status is superseded and the recorded metric is $168,715.00.
|
| 82 |
+
|
| 83 |
+
-----Original Message-----
|
| 84 |
+
From: Jonas Feld <jonas_feld@example.test>
|
| 85 |
+
Sent: 2024-05-10 09:00:00 -0700
|
| 86 |
+
To: Rafael Okafor <rafael_okafor@example.test>
|
| 87 |
+
Subject: CBP-001-11 source row CBP-001-11-IDE-08
|
| 88 |
+
|
| 89 |
+
Identity Crosswalk support row 8 for change-of-control consent; retained from the native system so the reviewer can distinguish the exact CBP-001-11 population from similarly named records. The native status is confirmed and the recorded metric is 23%.
|
| 90 |
+
|
| 91 |
+
CHRONOLOGY
|
| 92 |
+
2024-09-03 | native population opened | Leona Park | CB-DOC-001-011
|
| 93 |
+
2024-09-09 | custodian boundary confirmed | Willa Novak | CBP-001-11
|
| 94 |
+
2024-09-15 | export created | Nadine Flores | CB-DOC-001-011
|
| 95 |
+
2024-09-21 | cross-system identifier checked | Lena Varga | CBP-001-11
|
| 96 |
+
2024-09-27 | revision retained | Nora Chen | CB-DOC-001-011
|
| 97 |
+
2024-10-03 | matter copy collected | Talia Brooks | CBP-001-11
|
| 98 |
+
|
| 99 |
+
Synthetic CounselBench-100 source record. All people, entities, events, amounts, and addresses are fictitious; the record is not legal advice.
|
task_files/cb100-001-helios-forge/02_capitalization/012_capitalization_ledger_export.csv
DELETED
|
@@ -1,59 +0,0 @@
|
|
| 1 |
-
record_id,matter_number,record_date,row_type,section,key,value,owner,status,reference
|
| 2 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,record_id,CB-DOC-001-012,,,CB-DOC-001-005
|
| 3 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,matter_number,CB-MA-2401,,,CB-DOC-001-005
|
| 4 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,record_date,2025-02-12,,,CB-DOC-001-005
|
| 5 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,record_type,ledger export,,,CB-DOC-001-005
|
| 6 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,folder,02_capitalization,,,CB-DOC-001-005
|
| 7 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,workstream,capitalization,,,CB-DOC-001-005
|
| 8 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,source_system,Workday HRIS,,,CB-DOC-001-005
|
| 9 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,native_version,1.9,,,CB-DOC-001-005
|
| 10 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,record_status,reviewed — no independent exception,,,CB-DOC-001-005
|
| 11 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,confidentiality,Attorney work product,,,CB-DOC-001-005
|
| 12 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,custodian,Isaac Romero,,,CB-DOC-001-005
|
| 13 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,reviewer,Leona Park,,,CB-DOC-001-005
|
| 14 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,cross_reference,CB-DOC-001-005,,,CB-DOC-001-005
|
| 15 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,control_metric,429708,,,CB-DOC-001-005
|
| 16 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,review_question,context only,,,CB-DOC-001-005
|
| 17 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,finding_id,none,,,CB-DOC-001-005
|
| 18 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,record_role,context,,,CB-DOC-001-005
|
| 19 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,control_severity,none,,,CB-DOC-001-005
|
| 20 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,remediation_owner,none,,,CB-DOC-001-005
|
| 21 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,response_due,none,,,CB-DOC-001-005
|
| 22 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,matter_title,Project Daybreak battery acquisition,,,CB-DOC-001-005
|
| 23 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,client,"Helios Forge, Inc.",,,CB-DOC-001-005
|
| 24 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,counterparty,BluePeak Battery Systems LLC,,,CB-DOC-001-005
|
| 25 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,jurisdiction,Delaware,,,CB-DOC-001-005
|
| 26 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,venue,"Washoe County, Nevada",,,CB-DOC-001-005
|
| 27 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,deadline,2026-09-04,,,CB-DOC-001-005
|
| 28 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,practice_workflow,M&A data-room diligence,,,CB-DOC-001-005
|
| 29 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,background,"This ledger export was maintained for Helios Forge, Inc. in connection with Project Daybreak battery acquisition. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control. The capitalization team used the record to reconcile system-of-record entries against the signed or approved source and expose population-level variance. Producing custodian Isaac Romero identified it as an ordinary-course record from Workday HRIS; reviewer Leona Park preserved the source wording and separately recorded the legal-control disposition.",,,CB-DOC-001-005
|
| 30 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,operative_text,This file documents ordinary-course activity and does not supersede a signed instrument elsewhere in the production.,,,CB-DOC-001-005
|
| 31 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,scope,"The record covers activity in Delaware through 2025-02-12 and should be evaluated with CB-DOC-001-005, the four related records listed below, and the complete capitalization folder. It is not a complete statement of law or a substitute for the other folders in production.",,,CB-DOC-001-005
|
| 32 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,metadata,document_control,control_note,"Reviewer Leona Park compared identifier 429708 against the folder index, the native Workday HRIS entry, and CB-DOC-001-005. The comparison preserved each source independently and did not infer facts held by other custodians, unproduced amendments, oral explanations, or records generated after the document date.",,,CB-DOC-001-005
|
| 33 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,analysis,section_1,Purpose and audience,"This ledger export supports the capitalization workstream for Helios Forge, Inc.. Its purpose is to reconcile system-of-record entries against the signed or approved source and expose population-level variance. The intended audience is the M&A data-room diligence matter team, including legal, finance, compliance, and the business owner responsible for the next decision.",Leona Park,reviewed — no independent exception,CB-DOC-001-005
|
| 34 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,analysis,section_2,Record lineage and custody,"The producing team exported this record from Workday HRIS and retained the native identifier CB-DOC-001-012. Isaac Romero confirmed the export boundary, while Leona Park performed the legal-control review. The file has not been normalized to resolve differences with CB-DOC-001-005.",Leona Park,reviewed — no independent exception,CB-DOC-001-005
|
| 35 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,analysis,section_3,Matter and workstream context,"The operational context is the capitalization portion of M&A data-room diligence. Reviewers identified dependencies involving threatened customer dispute, charter authorization mismatch, and financial covenant breach; those dependencies matter to the client’s position concerning BluePeak Battery Systems LLC. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control.",Leona Park,reviewed — no independent exception,CB-DOC-001-005
|
| 36 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,analysis,section_4,Operative content,"The operative entry states that This file documents ordinary-course activity and does not supersede a signed instrument elsewhere in the production.. The record-control overlay classifies this file as context only. It may explain the matter history or test a cross-reference, but it is not an independent finding. The entry is preserved as written because the benchmark requires reconciliation between sources, not silent correction of a document that appears incomplete or inconsistent.",Leona Park,reviewed — no independent exception,CB-DOC-001-005
|
| 37 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,analysis,section_5,Reviewer analysis,"Review procedures included source identification, a comparison to the folder index, validation of the accountable owner, and a check for later amendments or operational entries. The conclusion is deliberately bounded to the produced record and its stated cross-reference. Reviewer Leona Park recorded status “reviewed — no independent exception” and linked the file to CB-DOC-001-005. The control metric 429708 is an administrative population identifier, not a damages estimate or a statement of materiality.",Leona Park,reviewed — no independent exception,CB-DOC-001-005
|
| 38 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,analysis,section_6,Dependencies and reliance limits,"The record should be read with the threatened customer dispute, charter authorization mismatch, and financial covenant breach materials and the files in the adjacent workstreams. The file is responsive evidence, not a standalone legal opinion. It does not establish facts held only by other custodians, waive the need to review amendments, or determine priority among competing instruments. The complete production remains necessary to reach a final conclusion.",Leona Park,reviewed — no independent exception,CB-DOC-001-005
|
| 39 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-09,ledger_entry,threatened customer dispute,CB-DOC-001-012-L01,"This file documents ordinary-course activity and does not supersede a signed instrument elsewhere in the production. Metric: $628,155.00",Isaac Romero,open,CB-DOC-001-012
|
| 40 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-08,ledger_entry,charter authorization mismatch,CB-DOC-001-012-L02,Capitalization control observation 2; retained for reconciliation with CB-DOC-001-005. Metric: 10%,Adrian Mensah,open,CB-DOC-001-005
|
| 41 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-06,ledger_entry,financial covenant breach,CB-DOC-001-012-L03,Capitalization control observation 3; retained for reconciliation with CB-DOC-001-005. Metric: 21%,Theo Laurent,open,CB-DOC-001-012
|
| 42 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-03,ledger_entry,threatened customer dispute,CB-DOC-001-012-L04,"Capitalization control observation 4; retained for reconciliation with CB-DOC-001-005. Metric: $885,812.00",Henry Cho,escalated,CB-DOC-001-005
|
| 43 |
-
CB-DOC-001-012,CB-MA-2401,2025-01-30,ledger_entry,charter authorization mismatch,CB-DOC-001-012-L05,Capitalization control observation 5; retained for reconciliation with CB-DOC-001-005. Metric: 22%,Micah Sullivan,awaiting evidence,CB-DOC-001-012
|
| 44 |
-
CB-DOC-001-012,CB-MA-2401,2025-01-26,ledger_entry,financial covenant breach,CB-DOC-001-012-L06,Capitalization control observation 6; retained for reconciliation with CB-DOC-001-005. Metric: 3%,Owen Delgado,open,CB-DOC-001-005
|
| 45 |
-
CB-DOC-001-012,CB-MA-2401,2025-01-23,ledger_entry,threatened customer dispute,CB-DOC-001-012-L07,"Capitalization control observation 7; retained for reconciliation with CB-DOC-001-005. Metric: $256,970.00",Samuel Kim,owner confirmed,CB-DOC-001-012
|
| 46 |
-
CB-DOC-001-012,CB-MA-2401,2025-01-20,ledger_entry,charter authorization mismatch,CB-DOC-001-012-L08,Capitalization control observation 8; retained for reconciliation with CB-DOC-001-005. Metric: 11%,Rafael Okafor,owner confirmed,CB-DOC-001-005
|
| 47 |
-
CB-DOC-001-012,CB-MA-2401,2025-01-17,ledger_entry,financial covenant breach,CB-DOC-001-012-L09,Capitalization control observation 9; retained for reconciliation with CB-DOC-001-005. Metric: 19%,Dominic Alvarez,escalated,CB-DOC-001-012
|
| 48 |
-
CB-DOC-001-012,CB-MA-2401,2025-01-13,ledger_entry,threatened customer dispute,CB-DOC-001-012-L10,"Capitalization control observation 10; retained for reconciliation with CB-DOC-001-005. Metric: $262,331.00",Elliot Mercer,awaiting evidence,CB-DOC-001-005
|
| 49 |
-
CB-DOC-001-012,CB-MA-2401,2025-01-12,ledger_entry,charter authorization mismatch,CB-DOC-001-012-L11,Capitalization control observation 11; retained for reconciliation with CB-DOC-001-005. Metric: 14%,Jonas Feld,awaiting evidence,CB-DOC-001-012
|
| 50 |
-
CB-DOC-001-012,CB-MA-2401,2025-01-07,ledger_entry,financial covenant breach,CB-DOC-001-012-L12,Capitalization control observation 12; retained for reconciliation with CB-DOC-001-005. Metric: 12%,Caleb Hassan,in review,CB-DOC-001-005
|
| 51 |
-
CB-DOC-001-012,CB-MA-2401,2025-01-04,chronology,capitalization,Source population opened for collection,Source population opened for collection,Isaac Romero,recorded,CB-DOC-001-012
|
| 52 |
-
CB-DOC-001-012,CB-MA-2401,2025-01-21,chronology,capitalization,Custodian confirmed system and date boundary,Custodian confirmed system and date boundary,Willa Novak,recorded,CB-DOC-001-005
|
| 53 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-05,chronology,capitalization,Matter team completed first-level comparison,Matter team completed first-level comparison,Henry Cho,recorded,CB-DOC-001-005
|
| 54 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,chronology,capitalization,Legal reviewer recorded the current disposition,Legal reviewer recorded the current disposition,Farah Ibrahim,recorded,CB-DOC-001-012
|
| 55 |
-
CB-DOC-001-012,CB-MA-2401,2025-03-11,chronology,capitalization,Assigned owner scheduled the next control response,Assigned owner scheduled the next control response,Samuel Kim,recorded,CB-DOC-001-005
|
| 56 |
-
CB-DOC-001-012,CB-MA-2401,2026-08-21,action,capitalization,A-012-1,Confirm that CB-DOC-001-005 does not change the context-only classification.,Farah Ibrahim,in review,CB-DOC-001-005
|
| 57 |
-
CB-DOC-001-012,CB-MA-2401,2026-08-28,action,capitalization,A-012-2,Preserve the native Workday HRIS export and document any replacement record.,Dominic Alvarez,awaiting evidence,CB-DOC-001-005
|
| 58 |
-
CB-DOC-001-012,CB-MA-2401,2026-09-04,action,capitalization,A-012-3,Report the disposition to the capitalization workstream lead before the matter deadline.,Leona Park,owner confirmed,CB-DOC-001-005
|
| 59 |
-
CB-DOC-001-012,CB-MA-2401,2025-02-12,provenance,release,synthetic_notice,"Synthetic CounselBench-100 benchmark evidence; all entities, people, addresses, amounts, and events are fictitious and are not legal advice.",Leona Park,final,CB-DOC-001-012
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
task_files/cb100-001-helios-forge/02_capitalization/012_capitalization_source_export.csv
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
record_id,matter_number,portfolio_key,row_type,date,key,value,actor,status,reference
|
| 2 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,metadata,2025-01-20,matter_title,Project Daybreak battery acquisition,Mei Whitaker,recorded,CB-DOC-001-012
|
| 3 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,metadata,2025-01-20,client,"Helios Forge, Inc.",Mei Whitaker,recorded,CB-DOC-001-012
|
| 4 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,metadata,2025-01-20,counterparty,BluePeak Battery Systems LLC,Mei Whitaker,recorded,CB-DOC-001-012
|
| 5 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,metadata,2025-01-20,source_system,Workday HRIS,Mei Whitaker,recorded,CB-DOC-001-012
|
| 6 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,metadata,2025-01-20,native_version,5.5,Mei Whitaker,recorded,CB-DOC-001-012
|
| 7 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,metadata,2025-01-20,record_date,2025-01-20,Mei Whitaker,recorded,CB-DOC-001-012
|
| 8 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,metadata,2025-01-20,custodian,Farah Ibrahim,Mei Whitaker,recorded,CB-DOC-001-012
|
| 9 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,metadata,2025-01-20,reviewer,Mei Whitaker,Mei Whitaker,recorded,CB-DOC-001-012
|
| 10 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,metadata,2025-01-20,subject,invention assignment defect,Mei Whitaker,recorded,CB-DOC-001-012
|
| 11 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,metadata,2025-01-20,evidence_role,identity_crosswalk,Mei Whitaker,recorded,CB-DOC-001-012
|
| 12 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,metadata,2025-01-20,immutable_entity_key,ENT-001-1011,Mei Whitaker,recorded,CB-DOC-001-012
|
| 13 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,metadata,2025-01-20,referenced_revision,REV-2025.5,Mei Whitaker,recorded,CB-DOC-001-012
|
| 14 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,metadata,2025-01-20,current_revision,REV-2025.5,Mei Whitaker,recorded,CB-DOC-001-012
|
| 15 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,metadata,2025-01-20,body,"Crosswalk revision REV-2025.5 maps portfolio key CBP-001-12 and legal name Helios Forge, Inc. — Invention Assignment Defect record 12 to immutable entity ENT-001-1011. The domain, legal entity, and native system key agree; the nearby alias is excluded.",Mei Whitaker,recorded,CB-DOC-001-012
|
| 16 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,source_row,2024-10-26,CBP-001-12-IDE-01,"Identity Crosswalk support row 1 for invention assignment defect; retained from the native system so the reviewer can distinguish the exact CBP-001-12 population from similarly named records. Metric $778,155.00; revision REV-2025.5",Isaac Romero,superseded,ENT-001-1011
|
| 17 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,source_row,2024-10-29,CBP-001-12-IDE-02,Identity Crosswalk support row 2 for invention assignment defect; retained from the native system so the reviewer can distinguish the exact CBP-001-12 population from similarly named records. Metric 16%; revision REV-2025.5,Willa Novak,confirmed,ENT-001-1011
|
| 18 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,source_row,2024-11-01,CBP-001-12-IDE-03,Identity Crosswalk support row 3 for invention assignment defect; retained from the native system so the reviewer can distinguish the exact CBP-001-12 population from similarly named records. Metric 9%; revision REV-2025.5,Henry Cho,recorded,ENT-001-1011
|
| 19 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,source_row,2024-11-04,CBP-001-12-IDE-04,"Identity Crosswalk support row 4 for invention assignment defect; retained from the native system so the reviewer can distinguish the exact CBP-001-12 population from similarly named records. Metric $135,812.00; revision REV-2025.5",Farah Ibrahim,recorded,ENT-001-1011
|
| 20 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,source_row,2024-11-07,CBP-001-12-IDE-05,Identity Crosswalk support row 5 for invention assignment defect; retained from the native system so the reviewer can distinguish the exact CBP-001-12 population from similarly named records. Metric 16%; revision REV-2025.5,Samuel Kim,confirmed,ENT-001-1011
|
| 21 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,source_row,2024-11-10,CBP-001-12-IDE-06,Identity Crosswalk support row 6 for invention assignment defect; retained from the native system so the reviewer can distinguish the exact CBP-001-12 population from similarly named records. Metric 15%; revision REV-2025.5,Nora Chen,pending,ENT-001-1011
|
| 22 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,source_row,2024-11-13,CBP-001-12-IDE-07,"Identity Crosswalk support row 7 for invention assignment defect; retained from the native system so the reviewer can distinguish the exact CBP-001-12 population from similarly named records. Metric $331,970.00; revision REV-2025.5",Elliot Mercer,pending,ENT-001-1011
|
| 23 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,source_row,2024-11-16,CBP-001-12-IDE-08,Identity Crosswalk support row 8 for invention assignment defect; retained from the native system so the reviewer can distinguish the exact CBP-001-12 population from similarly named records. Metric 14%; revision REV-2025.5,Mei Whitaker,pending,ENT-001-2011
|
| 24 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,source_row,2024-11-19,CBP-001-12-IDE-09,Identity Crosswalk support row 9 for invention assignment defect; retained from the native system so the reviewer can distinguish the exact CBP-001-12 population from similarly named records. Metric 25%; revision REV-2025.5,Isaac Romero,pending,ENT-001-1011
|
| 25 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,source_row,2024-11-22,CBP-001-12-IDE-10,"Identity Crosswalk support row 10 for invention assignment defect; retained from the native system so the reviewer can distinguish the exact CBP-001-12 population from similarly named records. Metric $187,331.00; revision REV-2025.5",Willa Novak,superseded,ENT-001-1011
|
| 26 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,source_row,2024-11-25,CBP-001-12-IDE-11,Identity Crosswalk support row 11 for invention assignment defect; retained from the native system so the reviewer can distinguish the exact CBP-001-12 population from similarly named records. Metric 14%; revision REV-2025.5,Henry Cho,confirmed,ENT-001-1011
|
| 27 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,source_row,2024-11-28,CBP-001-12-IDE-12,Identity Crosswalk support row 12 for invention assignment defect; retained from the native system so the reviewer can distinguish the exact CBP-001-12 population from similarly named records. Metric 18%; revision REV-2025.5,Farah Ibrahim,superseded,ENT-001-1011
|
| 28 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,source_row,2024-12-01,CBP-001-12-IDE-13,"Identity Crosswalk support row 13 for invention assignment defect; retained from the native system so the reviewer can distinguish the exact CBP-001-12 population from similarly named records. Metric $553,345.00; revision REV-2025.5",Samuel Kim,confirmed,ENT-001-1011
|
| 29 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,source_row,2024-12-04,CBP-001-12-IDE-14,Identity Crosswalk support row 14 for invention assignment defect; retained from the native system so the reviewer can distinguish the exact CBP-001-12 population from similarly named records. Metric 26%; revision REV-2025.5,Nora Chen,pending,ENT-001-1011
|
| 30 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,source_row,2024-12-07,CBP-001-12-IDE-15,Identity Crosswalk support row 15 for invention assignment defect; retained from the native system so the reviewer can distinguish the exact CBP-001-12 population from similarly named records. Metric 23%; revision REV-2025.5,Elliot Mercer,superseded,ENT-001-1011
|
| 31 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,source_row,2024-12-10,CBP-001-12-IDE-16,"Identity Crosswalk support row 16 for invention assignment defect; retained from the native system so the reviewer can distinguish the exact CBP-001-12 population from similarly named records. Metric $855,187.00; revision REV-2025.5",Mei Whitaker,superseded,ENT-001-1011
|
| 32 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,source_row,2024-12-13,CBP-001-12-IDE-17,Identity Crosswalk support row 17 for invention assignment defect; retained from the native system so the reviewer can distinguish the exact CBP-001-12 population from similarly named records. Metric 19%; revision REV-2025.5,Isaac Romero,pending,ENT-001-1011
|
| 33 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,source_row,2024-12-16,CBP-001-12-IDE-18,Identity Crosswalk support row 18 for invention assignment defect; retained from the native system so the reviewer can distinguish the exact CBP-001-12 population from similarly named records. Metric 20%; revision REV-2025.5,Willa Novak,superseded,ENT-001-1011
|
| 34 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,chronology,2024-12-16,native population opened,native population opened,Isaac Romero,recorded,CB-DOC-001-012
|
| 35 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,chronology,2024-12-22,custodian boundary confirmed,custodian boundary confirmed,Theo Laurent,recorded,CBP-001-12
|
| 36 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,chronology,2024-12-28,export created,export created,Micah Sullivan,recorded,CB-DOC-001-012
|
| 37 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,chronology,2025-01-03,cross-system identifier checked,cross-system identifier checked,Samuel Kim,recorded,CBP-001-12
|
| 38 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,chronology,2025-01-09,revision retained,revision retained,Dominic Alvarez,recorded,CB-DOC-001-012
|
| 39 |
+
CB-DOC-001-012,CB-MA-2401,CBP-001-12,chronology,2025-01-15,matter copy collected,matter copy collected,Jonas Feld,recorded,CBP-001-12
|
task_files/cb100-001-helios-forge/02_capitalization/013_capitalization_review_memorandum.json
DELETED
|
@@ -1,287 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"document_control": {
|
| 3 |
-
"record_id": "CB-DOC-001-013",
|
| 4 |
-
"matter_number": "CB-MA-2401",
|
| 5 |
-
"record_date": "2025-08-31",
|
| 6 |
-
"record_type": "review memorandum",
|
| 7 |
-
"folder": "02_capitalization",
|
| 8 |
-
"workstream": "capitalization",
|
| 9 |
-
"source_system": "Intralinks VDR",
|
| 10 |
-
"native_version": "1.9",
|
| 11 |
-
"record_status": "reviewed — source conflict identified",
|
| 12 |
-
"confidentiality": "Restricted — need to know",
|
| 13 |
-
"custodian": "Sofia Bennett",
|
| 14 |
-
"reviewer": "Henry Cho",
|
| 15 |
-
"cross_reference": "CB-DOC-001-022",
|
| 16 |
-
"control_metric": 489988,
|
| 17 |
-
"review_question": "most-favored-customer exposure",
|
| 18 |
-
"finding_id": "F-05",
|
| 19 |
-
"record_role": "primary",
|
| 20 |
-
"control_severity": "medium",
|
| 21 |
-
"remediation_owner": "Theo Laurent",
|
| 22 |
-
"response_due": "2026-09-04"
|
| 23 |
-
},
|
| 24 |
-
"matter": {
|
| 25 |
-
"matter_title": "Project Daybreak battery acquisition",
|
| 26 |
-
"client": "Helios Forge, Inc.",
|
| 27 |
-
"counterparty": "BluePeak Battery Systems LLC",
|
| 28 |
-
"jurisdiction": "Delaware",
|
| 29 |
-
"venue": "Washoe County, Nevada",
|
| 30 |
-
"deadline": "2026-09-04",
|
| 31 |
-
"practice_workflow": "M&A data-room diligence"
|
| 32 |
-
},
|
| 33 |
-
"record": {
|
| 34 |
-
"background": "This review memorandum was maintained for Helios Forge, Inc. in connection with Project Daybreak battery acquisition. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control. The capitalization team used the record to record the reviewer’s analysis, assumptions, unresolved questions, and recommended disposition. Producing custodian Sofia Bennett identified it as an ordinary-course record from Intralinks VDR; reviewer Henry Cho preserved the source wording and separately recorded the legal-control disposition.",
|
| 35 |
-
"operative_text": "the applicable location is Washoe County, Nevada",
|
| 36 |
-
"scope": "The record covers activity in Delaware through 2025-08-31 and should be evaluated with CB-DOC-001-022, the four related records listed below, and the complete capitalization folder. It is not a complete statement of law or a substitute for the other folders in production.",
|
| 37 |
-
"control_note": "Reviewer Henry Cho compared identifier 489988 against the folder index, the native Intralinks VDR entry, and CB-DOC-001-022. The comparison preserved each source independently and did not infer facts held by other custodians, unproduced amendments, oral explanations, or records generated after the document date.",
|
| 38 |
-
"analysis_sections": [
|
| 39 |
-
{
|
| 40 |
-
"heading": "Purpose and audience",
|
| 41 |
-
"text": "This review memorandum supports the capitalization workstream for Helios Forge, Inc.. Its purpose is to record the reviewer’s analysis, assumptions, unresolved questions, and recommended disposition. The intended audience is the M&A data-room diligence matter team, including legal, finance, compliance, and the business owner responsible for the next decision."
|
| 42 |
-
},
|
| 43 |
-
{
|
| 44 |
-
"heading": "Record lineage and custody",
|
| 45 |
-
"text": "Matter operations catalogued the record in Intralinks VDR using identifier CB-DOC-001-013. The chain of custody identifies Sofia Bennett as source owner and Henry Cho as the most recent reviewer. Any inconsistency with CB-DOC-001-022 must be reconciled rather than silently overwritten."
|
| 46 |
-
},
|
| 47 |
-
{
|
| 48 |
-
"heading": "Matter and workstream context",
|
| 49 |
-
"text": "The operational context is the capitalization portion of M&A data-room diligence. Reviewers identified dependencies involving facility title exception, unrecorded option grant, and key-person retention gap; those dependencies matter to the client’s position concerning BluePeak Battery Systems LLC. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control."
|
| 50 |
-
},
|
| 51 |
-
{
|
| 52 |
-
"heading": "Operative content",
|
| 53 |
-
"text": "The operative entry states that the applicable location is Washoe County, Nevada. The record-control overlay classifies this as the primary source for F-05 (most-favored-customer exposure) at medium severity. The assigned remediation owner is Theo Laurent, with response due 2026-09-04. The entry is preserved as written because the benchmark requires reconciliation between sources, not silent correction of a document that appears incomplete or inconsistent."
|
| 54 |
-
},
|
| 55 |
-
{
|
| 56 |
-
"heading": "Reviewer analysis",
|
| 57 |
-
"text": "The legal-control check compared the record’s native value with the matter index and the identified related file. Conflicting custodial accounts, amendments outside the production, and post-date events were not resolved by inference and remain subject to documented follow-up. Reviewer Henry Cho recorded status “reviewed — source conflict identified” and linked the file to CB-DOC-001-022. The control metric 489988 is an administrative population identifier, not a damages estimate or a statement of materiality."
|
| 58 |
-
},
|
| 59 |
-
{
|
| 60 |
-
"heading": "Dependencies and reliance limits",
|
| 61 |
-
"text": "The record should be read with the facility title exception, unrecorded option grant, and key-person retention gap materials and the files in the adjacent workstreams. The file is responsive evidence, not a standalone legal opinion. It does not establish facts held only by other custodians, waive the need to review amendments, or determine priority among competing instruments. The complete production remains necessary to reach a final conclusion."
|
| 62 |
-
}
|
| 63 |
-
]
|
| 64 |
-
},
|
| 65 |
-
"chronology": [
|
| 66 |
-
{
|
| 67 |
-
"date": "2025-07-14",
|
| 68 |
-
"event": "Source population opened for collection",
|
| 69 |
-
"actor": "Sofia Bennett",
|
| 70 |
-
"evidence": "CB-DOC-001-013"
|
| 71 |
-
},
|
| 72 |
-
{
|
| 73 |
-
"date": "2025-08-07",
|
| 74 |
-
"event": "Custodian confirmed system and date boundary",
|
| 75 |
-
"actor": "Theo Laurent",
|
| 76 |
-
"evidence": "CB-DOC-001-022"
|
| 77 |
-
},
|
| 78 |
-
{
|
| 79 |
-
"date": "2025-08-24",
|
| 80 |
-
"event": "Matter team completed first-level comparison",
|
| 81 |
-
"actor": "Nadine Flores",
|
| 82 |
-
"evidence": "CB-DOC-001-022"
|
| 83 |
-
},
|
| 84 |
-
{
|
| 85 |
-
"date": "2025-08-31",
|
| 86 |
-
"event": "Legal reviewer recorded the current disposition",
|
| 87 |
-
"actor": "Owen Delgado",
|
| 88 |
-
"evidence": "CB-DOC-001-013"
|
| 89 |
-
},
|
| 90 |
-
{
|
| 91 |
-
"date": "2025-09-29",
|
| 92 |
-
"event": "Assigned owner scheduled the next control response",
|
| 93 |
-
"actor": "Maya Ellison",
|
| 94 |
-
"evidence": "CB-DOC-001-022"
|
| 95 |
-
}
|
| 96 |
-
],
|
| 97 |
-
"participants": [
|
| 98 |
-
{
|
| 99 |
-
"name": "Sofia Bennett",
|
| 100 |
-
"role": "compliance reviewer",
|
| 101 |
-
"responsibility": "source completeness"
|
| 102 |
-
},
|
| 103 |
-
{
|
| 104 |
-
"name": "Henry Cho",
|
| 105 |
-
"role": "outside counsel liaison",
|
| 106 |
-
"responsibility": "business interpretation"
|
| 107 |
-
},
|
| 108 |
-
{
|
| 109 |
-
"name": "Lena Varga",
|
| 110 |
-
"role": "operations lead",
|
| 111 |
-
"responsibility": "legal review"
|
| 112 |
-
},
|
| 113 |
-
{
|
| 114 |
-
"name": "Dominic Alvarez",
|
| 115 |
-
"role": "control owner",
|
| 116 |
-
"responsibility": "remediation tracking"
|
| 117 |
-
}
|
| 118 |
-
],
|
| 119 |
-
"related_records": [
|
| 120 |
-
{
|
| 121 |
-
"record_id": "CB-DOC-001-020",
|
| 122 |
-
"relationship": "same-cycle source",
|
| 123 |
-
"workstream": "material contracts"
|
| 124 |
-
},
|
| 125 |
-
{
|
| 126 |
-
"record_id": "CB-DOC-001-032",
|
| 127 |
-
"relationship": "implementation evidence",
|
| 128 |
-
"workstream": "debt security"
|
| 129 |
-
},
|
| 130 |
-
{
|
| 131 |
-
"record_id": "CB-DOC-001-050",
|
| 132 |
-
"relationship": "independent control record",
|
| 133 |
-
"workstream": "privacy security"
|
| 134 |
-
},
|
| 135 |
-
{
|
| 136 |
-
"record_id": "CB-DOC-001-066",
|
| 137 |
-
"relationship": "later reconciliation record",
|
| 138 |
-
"workstream": "litigation"
|
| 139 |
-
}
|
| 140 |
-
],
|
| 141 |
-
"action_register": [
|
| 142 |
-
{
|
| 143 |
-
"action_id": "A-013-1",
|
| 144 |
-
"action": "Before 2026-09-04, escalate the conflict to the responsible legal and business owners; owner: Theo Laurent.",
|
| 145 |
-
"owner": "Theo Laurent",
|
| 146 |
-
"due_date": "2026-08-21",
|
| 147 |
-
"status": "awaiting evidence"
|
| 148 |
-
},
|
| 149 |
-
{
|
| 150 |
-
"action_id": "A-013-2",
|
| 151 |
-
"action": "Preserve the native Intralinks VDR export and document any replacement record.",
|
| 152 |
-
"owner": "Priya Raman",
|
| 153 |
-
"due_date": "2026-08-28",
|
| 154 |
-
"status": "owner confirmed"
|
| 155 |
-
},
|
| 156 |
-
{
|
| 157 |
-
"action_id": "A-013-3",
|
| 158 |
-
"action": "Report the disposition to the capitalization workstream lead before the matter deadline.",
|
| 159 |
-
"owner": "Isaac Romero",
|
| 160 |
-
"due_date": "2026-09-04",
|
| 161 |
-
"status": "escalated"
|
| 162 |
-
}
|
| 163 |
-
],
|
| 164 |
-
"supporting_rows": [
|
| 165 |
-
{
|
| 166 |
-
"line_id": "CB-DOC-001-013-L01",
|
| 167 |
-
"category": "facility title exception",
|
| 168 |
-
"description": "the applicable location is Washoe County, Nevada",
|
| 169 |
-
"effective_date": "2025-08-30",
|
| 170 |
-
"owner": "Sofia Bennett",
|
| 171 |
-
"status": "awaiting evidence",
|
| 172 |
-
"metric": "$649,949.00",
|
| 173 |
-
"evidence_reference": "CB-DOC-001-013"
|
| 174 |
-
},
|
| 175 |
-
{
|
| 176 |
-
"line_id": "CB-DOC-001-013-L02",
|
| 177 |
-
"category": "unrecorded option grant",
|
| 178 |
-
"description": "Capitalization control observation 2; retained for reconciliation with CB-DOC-001-022.",
|
| 179 |
-
"effective_date": "2025-08-26",
|
| 180 |
-
"owner": "Willa Novak",
|
| 181 |
-
"status": "open",
|
| 182 |
-
"metric": "7%",
|
| 183 |
-
"evidence_reference": "CB-DOC-001-022"
|
| 184 |
-
},
|
| 185 |
-
{
|
| 186 |
-
"line_id": "CB-DOC-001-013-L03",
|
| 187 |
-
"category": "key-person retention gap",
|
| 188 |
-
"description": "Capitalization control observation 3; retained for reconciliation with CB-DOC-001-022.",
|
| 189 |
-
"effective_date": "2025-08-23",
|
| 190 |
-
"owner": "Amara Patel",
|
| 191 |
-
"status": "owner confirmed",
|
| 192 |
-
"metric": "23%",
|
| 193 |
-
"evidence_reference": "CB-DOC-001-013"
|
| 194 |
-
},
|
| 195 |
-
{
|
| 196 |
-
"line_id": "CB-DOC-001-013-L04",
|
| 197 |
-
"category": "facility title exception",
|
| 198 |
-
"description": "Capitalization control observation 4; retained for reconciliation with CB-DOC-001-022.",
|
| 199 |
-
"effective_date": "2025-08-19",
|
| 200 |
-
"owner": "Nadine Flores",
|
| 201 |
-
"status": "owner confirmed",
|
| 202 |
-
"metric": "$253,639.00",
|
| 203 |
-
"evidence_reference": "CB-DOC-001-022"
|
| 204 |
-
},
|
| 205 |
-
{
|
| 206 |
-
"line_id": "CB-DOC-001-013-L05",
|
| 207 |
-
"category": "unrecorded option grant",
|
| 208 |
-
"description": "Capitalization control observation 5; retained for reconciliation with CB-DOC-001-022.",
|
| 209 |
-
"effective_date": "2025-08-17",
|
| 210 |
-
"owner": "Farah Ibrahim",
|
| 211 |
-
"status": "in review",
|
| 212 |
-
"metric": "7%",
|
| 213 |
-
"evidence_reference": "CB-DOC-001-013"
|
| 214 |
-
},
|
| 215 |
-
{
|
| 216 |
-
"line_id": "CB-DOC-001-013-L06",
|
| 217 |
-
"category": "key-person retention gap",
|
| 218 |
-
"description": "Capitalization control observation 6; retained for reconciliation with CB-DOC-001-022.",
|
| 219 |
-
"effective_date": "2025-08-15",
|
| 220 |
-
"owner": "Lena Varga",
|
| 221 |
-
"status": "in review",
|
| 222 |
-
"metric": "14%",
|
| 223 |
-
"evidence_reference": "CB-DOC-001-022"
|
| 224 |
-
},
|
| 225 |
-
{
|
| 226 |
-
"line_id": "CB-DOC-001-013-L07",
|
| 227 |
-
"category": "facility title exception",
|
| 228 |
-
"description": "Capitalization control observation 7; retained for reconciliation with CB-DOC-001-022.",
|
| 229 |
-
"effective_date": "2025-08-11",
|
| 230 |
-
"owner": "Maya Ellison",
|
| 231 |
-
"status": "in review",
|
| 232 |
-
"metric": "$848,154.00",
|
| 233 |
-
"evidence_reference": "CB-DOC-001-013"
|
| 234 |
-
},
|
| 235 |
-
{
|
| 236 |
-
"line_id": "CB-DOC-001-013-L08",
|
| 237 |
-
"category": "unrecorded option grant",
|
| 238 |
-
"description": "Capitalization control observation 8; retained for reconciliation with CB-DOC-001-022.",
|
| 239 |
-
"effective_date": "2025-08-07",
|
| 240 |
-
"owner": "Nora Chen",
|
| 241 |
-
"status": "awaiting evidence",
|
| 242 |
-
"metric": "12%",
|
| 243 |
-
"evidence_reference": "CB-DOC-001-022"
|
| 244 |
-
},
|
| 245 |
-
{
|
| 246 |
-
"line_id": "CB-DOC-001-013-L09",
|
| 247 |
-
"category": "key-person retention gap",
|
| 248 |
-
"description": "Capitalization control observation 9; retained for reconciliation with CB-DOC-001-022.",
|
| 249 |
-
"effective_date": "2025-08-06",
|
| 250 |
-
"owner": "Priya Raman",
|
| 251 |
-
"status": "open",
|
| 252 |
-
"metric": "10%",
|
| 253 |
-
"evidence_reference": "CB-DOC-001-013"
|
| 254 |
-
},
|
| 255 |
-
{
|
| 256 |
-
"line_id": "CB-DOC-001-013-L10",
|
| 257 |
-
"category": "facility title exception",
|
| 258 |
-
"description": "Capitalization control observation 10; retained for reconciliation with CB-DOC-001-022.",
|
| 259 |
-
"effective_date": "2025-08-04",
|
| 260 |
-
"owner": "Talia Brooks",
|
| 261 |
-
"status": "in review",
|
| 262 |
-
"metric": "$323,312.00",
|
| 263 |
-
"evidence_reference": "CB-DOC-001-022"
|
| 264 |
-
},
|
| 265 |
-
{
|
| 266 |
-
"line_id": "CB-DOC-001-013-L11",
|
| 267 |
-
"category": "unrecorded option grant",
|
| 268 |
-
"description": "Capitalization control observation 11; retained for reconciliation with CB-DOC-001-022.",
|
| 269 |
-
"effective_date": "2025-07-31",
|
| 270 |
-
"owner": "Mei Whitaker",
|
| 271 |
-
"status": "owner confirmed",
|
| 272 |
-
"metric": "10%",
|
| 273 |
-
"evidence_reference": "CB-DOC-001-013"
|
| 274 |
-
},
|
| 275 |
-
{
|
| 276 |
-
"line_id": "CB-DOC-001-013-L12",
|
| 277 |
-
"category": "key-person retention gap",
|
| 278 |
-
"description": "Capitalization control observation 12; retained for reconciliation with CB-DOC-001-022.",
|
| 279 |
-
"effective_date": "2025-07-26",
|
| 280 |
-
"owner": "Leona Park",
|
| 281 |
-
"status": "owner confirmed",
|
| 282 |
-
"metric": "8%",
|
| 283 |
-
"evidence_reference": "CB-DOC-001-022"
|
| 284 |
-
}
|
| 285 |
-
],
|
| 286 |
-
"provenance": "Synthetic CounselBench-100 benchmark evidence; all entities, people, addresses, amounts, and events are fictitious and are not legal advice."
|
| 287 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
task_files/cb100-001-helios-forge/02_capitalization/013_capitalization_source_export.json
ADDED
|
@@ -0,0 +1,266 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"body": "For charter authorization mismatch, completion is required by 2025-12-15 under CB-MA-2401-R983. The referenced and current revision are both REV-2025.1. The matter-level control is: The executed purchase terms and the latest consent schedule control; seller summaries do not.",
|
| 3 |
+
"chronology": [
|
| 4 |
+
{
|
| 5 |
+
"actor": "Sofia Bennett",
|
| 6 |
+
"date": "2025-08-14",
|
| 7 |
+
"event": "native population opened",
|
| 8 |
+
"reference": "CB-DOC-001-013"
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"actor": "Amara Patel",
|
| 12 |
+
"date": "2025-08-20",
|
| 13 |
+
"event": "custodian boundary confirmed",
|
| 14 |
+
"reference": "CBP-001-01"
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"actor": "Farah Ibrahim",
|
| 18 |
+
"date": "2025-08-26",
|
| 19 |
+
"event": "export created",
|
| 20 |
+
"reference": "CB-DOC-001-013"
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"actor": "Maya Ellison",
|
| 24 |
+
"date": "2025-09-01",
|
| 25 |
+
"event": "cross-system identifier checked",
|
| 26 |
+
"reference": "CBP-001-01"
|
| 27 |
+
},
|
| 28 |
+
{
|
| 29 |
+
"actor": "Priya Raman",
|
| 30 |
+
"date": "2025-09-07",
|
| 31 |
+
"event": "revision retained",
|
| 32 |
+
"reference": "CB-DOC-001-013"
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"actor": "Mei Whitaker",
|
| 36 |
+
"date": "2025-09-13",
|
| 37 |
+
"event": "matter copy collected",
|
| 38 |
+
"reference": "CBP-001-01"
|
| 39 |
+
}
|
| 40 |
+
],
|
| 41 |
+
"client": "Helios Forge, Inc.",
|
| 42 |
+
"confidentiality": "Confidential legal review",
|
| 43 |
+
"counterparty": "BluePeak Battery Systems LLC",
|
| 44 |
+
"current_revision": "REV-2025.1",
|
| 45 |
+
"custodian": "Owen Delgado",
|
| 46 |
+
"evidence_role": "operative_authority",
|
| 47 |
+
"immutable_entity_key": "ENT-001-1000",
|
| 48 |
+
"matter_number": "CB-MA-2401",
|
| 49 |
+
"matter_title": "Project Daybreak battery acquisition",
|
| 50 |
+
"native_version": "1.9",
|
| 51 |
+
"portfolio_key": "CBP-001-01",
|
| 52 |
+
"provenance": "Synthetic CounselBench-100 source record. All people, entities, events, amounts, and addresses are fictitious; the record is not legal advice.",
|
| 53 |
+
"record_date": "2025-09-18",
|
| 54 |
+
"record_id": "CB-DOC-001-013",
|
| 55 |
+
"referenced_revision": "REV-2025.1",
|
| 56 |
+
"related_records": [
|
| 57 |
+
"CB-DOC-001-024",
|
| 58 |
+
"CB-DOC-001-042",
|
| 59 |
+
"CB-DOC-001-060",
|
| 60 |
+
"CB-DOC-001-084"
|
| 61 |
+
],
|
| 62 |
+
"reviewer": "Theo Laurent",
|
| 63 |
+
"rows": [
|
| 64 |
+
{
|
| 65 |
+
"actor": "Sofia Bennett",
|
| 66 |
+
"effective_date": "2025-08-02",
|
| 67 |
+
"entity_key": "ENT-001-1000",
|
| 68 |
+
"line_id": "CBP-001-01-OPE-01",
|
| 69 |
+
"metric": "$724,949.00",
|
| 70 |
+
"note": "Operative Authority support row 1 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records.",
|
| 71 |
+
"revision": "REV-2025.1",
|
| 72 |
+
"status": "confirmed"
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"actor": "Theo Laurent",
|
| 76 |
+
"effective_date": "2025-08-05",
|
| 77 |
+
"entity_key": "ENT-001-1000",
|
| 78 |
+
"line_id": "CBP-001-01-OPE-02",
|
| 79 |
+
"metric": "13%",
|
| 80 |
+
"note": "Operative Authority support row 2 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records.",
|
| 81 |
+
"revision": "REV-2025.1",
|
| 82 |
+
"status": "pending"
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"actor": "Nadine Flores",
|
| 86 |
+
"effective_date": "2025-08-08",
|
| 87 |
+
"entity_key": "ENT-001-1000",
|
| 88 |
+
"line_id": "CBP-001-01-OPE-03",
|
| 89 |
+
"metric": "2%",
|
| 90 |
+
"note": "Operative Authority support row 3 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records.",
|
| 91 |
+
"revision": "REV-2025.1",
|
| 92 |
+
"status": "pending"
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"actor": "Owen Delgado",
|
| 96 |
+
"effective_date": "2025-08-11",
|
| 97 |
+
"entity_key": "ENT-001-1000",
|
| 98 |
+
"line_id": "CBP-001-01-OPE-04",
|
| 99 |
+
"metric": "$303,639.00",
|
| 100 |
+
"note": "Operative Authority support row 4 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records.",
|
| 101 |
+
"revision": "REV-2025.1",
|
| 102 |
+
"status": "superseded"
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"actor": "Maya Ellison",
|
| 106 |
+
"effective_date": "2025-08-14",
|
| 107 |
+
"entity_key": "ENT-001-1000",
|
| 108 |
+
"line_id": "CBP-001-01-OPE-05",
|
| 109 |
+
"metric": "13%",
|
| 110 |
+
"note": "Operative Authority support row 5 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records.",
|
| 111 |
+
"revision": "REV-2025.1",
|
| 112 |
+
"status": "pending"
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"actor": "Dominic Alvarez",
|
| 116 |
+
"effective_date": "2025-08-17",
|
| 117 |
+
"entity_key": "ENT-001-1000",
|
| 118 |
+
"line_id": "CBP-001-01-OPE-06",
|
| 119 |
+
"metric": "26%",
|
| 120 |
+
"note": "Operative Authority support row 6 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records.",
|
| 121 |
+
"revision": "REV-2025.1",
|
| 122 |
+
"status": "confirmed"
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"actor": "Talia Brooks",
|
| 126 |
+
"effective_date": "2025-08-20",
|
| 127 |
+
"entity_key": "ENT-001-1000",
|
| 128 |
+
"line_id": "CBP-001-01-OPE-07",
|
| 129 |
+
"metric": "$173,154.00",
|
| 130 |
+
"note": "Operative Authority support row 7 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records.",
|
| 131 |
+
"revision": "REV-2025.1",
|
| 132 |
+
"status": "pending"
|
| 133 |
+
},
|
| 134 |
+
{
|
| 135 |
+
"actor": "Caleb Hassan",
|
| 136 |
+
"effective_date": "2025-08-23",
|
| 137 |
+
"entity_key": "ENT-001-2000",
|
| 138 |
+
"line_id": "CBP-001-01-OPE-08",
|
| 139 |
+
"metric": "12%",
|
| 140 |
+
"note": "Operative Authority support row 8 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records.",
|
| 141 |
+
"revision": "REV-2025.1",
|
| 142 |
+
"status": "superseded"
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"actor": "Sofia Bennett",
|
| 146 |
+
"effective_date": "2025-08-26",
|
| 147 |
+
"entity_key": "ENT-001-1000",
|
| 148 |
+
"line_id": "CBP-001-01-OPE-09",
|
| 149 |
+
"metric": "1%",
|
| 150 |
+
"note": "Operative Authority support row 9 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records.",
|
| 151 |
+
"revision": "REV-2025.1",
|
| 152 |
+
"status": "confirmed"
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"actor": "Theo Laurent",
|
| 156 |
+
"effective_date": "2025-08-29",
|
| 157 |
+
"entity_key": "ENT-001-1000",
|
| 158 |
+
"line_id": "CBP-001-01-OPE-10",
|
| 159 |
+
"metric": "$398,312.00",
|
| 160 |
+
"note": "Operative Authority support row 10 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records.",
|
| 161 |
+
"revision": "REV-2025.1",
|
| 162 |
+
"status": "recorded"
|
| 163 |
+
},
|
| 164 |
+
{
|
| 165 |
+
"actor": "Nadine Flores",
|
| 166 |
+
"effective_date": "2025-09-01",
|
| 167 |
+
"entity_key": "ENT-001-1000",
|
| 168 |
+
"line_id": "CBP-001-01-OPE-11",
|
| 169 |
+
"metric": "25%",
|
| 170 |
+
"note": "Operative Authority support row 11 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records.",
|
| 171 |
+
"revision": "REV-2025.1",
|
| 172 |
+
"status": "confirmed"
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"actor": "Owen Delgado",
|
| 176 |
+
"effective_date": "2025-09-04",
|
| 177 |
+
"entity_key": "ENT-001-1000",
|
| 178 |
+
"line_id": "CBP-001-01-OPE-12",
|
| 179 |
+
"metric": "5%",
|
| 180 |
+
"note": "Operative Authority support row 12 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records.",
|
| 181 |
+
"revision": "REV-2025.1",
|
| 182 |
+
"status": "superseded"
|
| 183 |
+
},
|
| 184 |
+
{
|
| 185 |
+
"actor": "Maya Ellison",
|
| 186 |
+
"effective_date": "2025-09-07",
|
| 187 |
+
"entity_key": "ENT-001-1000",
|
| 188 |
+
"line_id": "CBP-001-01-OPE-13",
|
| 189 |
+
"metric": "$564,763.00",
|
| 190 |
+
"note": "Operative Authority support row 13 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records.",
|
| 191 |
+
"revision": "REV-2025.1",
|
| 192 |
+
"status": "superseded"
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"actor": "Dominic Alvarez",
|
| 196 |
+
"effective_date": "2025-09-10",
|
| 197 |
+
"entity_key": "ENT-001-1000",
|
| 198 |
+
"line_id": "CBP-001-01-OPE-14",
|
| 199 |
+
"metric": "2%",
|
| 200 |
+
"note": "Operative Authority support row 14 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records.",
|
| 201 |
+
"revision": "REV-2025.1",
|
| 202 |
+
"status": "confirmed"
|
| 203 |
+
},
|
| 204 |
+
{
|
| 205 |
+
"actor": "Talia Brooks",
|
| 206 |
+
"effective_date": "2025-09-13",
|
| 207 |
+
"entity_key": "ENT-001-1000",
|
| 208 |
+
"line_id": "CBP-001-01-OPE-15",
|
| 209 |
+
"metric": "14%",
|
| 210 |
+
"note": "Operative Authority support row 15 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records.",
|
| 211 |
+
"revision": "REV-2025.1",
|
| 212 |
+
"status": "superseded"
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"actor": "Caleb Hassan",
|
| 216 |
+
"effective_date": "2025-09-16",
|
| 217 |
+
"entity_key": "ENT-001-1000",
|
| 218 |
+
"line_id": "CBP-001-01-OPE-16",
|
| 219 |
+
"metric": "$420,088.00",
|
| 220 |
+
"note": "Operative Authority support row 16 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records.",
|
| 221 |
+
"revision": "REV-2025.1",
|
| 222 |
+
"status": "recorded"
|
| 223 |
+
},
|
| 224 |
+
{
|
| 225 |
+
"actor": "Sofia Bennett",
|
| 226 |
+
"effective_date": "2025-09-19",
|
| 227 |
+
"entity_key": "ENT-001-1000",
|
| 228 |
+
"line_id": "CBP-001-01-OPE-17",
|
| 229 |
+
"metric": "19%",
|
| 230 |
+
"note": "Operative Authority support row 17 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records.",
|
| 231 |
+
"revision": "REV-2025.1",
|
| 232 |
+
"status": "pending"
|
| 233 |
+
},
|
| 234 |
+
{
|
| 235 |
+
"actor": "Theo Laurent",
|
| 236 |
+
"effective_date": "2025-09-22",
|
| 237 |
+
"entity_key": "ENT-001-1000",
|
| 238 |
+
"line_id": "CBP-001-01-OPE-18",
|
| 239 |
+
"metric": "17%",
|
| 240 |
+
"note": "Operative Authority support row 18 for charter authorization mismatch; retained from the native system so the reviewer can distinguish the exact CBP-001-01 population from similarly named records.",
|
| 241 |
+
"revision": "REV-2025.1",
|
| 242 |
+
"status": "pending"
|
| 243 |
+
}
|
| 244 |
+
],
|
| 245 |
+
"sections": [
|
| 246 |
+
{
|
| 247 |
+
"heading": "Source lineage",
|
| 248 |
+
"text": "Intralinks VDR produced native record CB-DOC-001-013 for CB-MA-2401. Owen Delgado owns the source population and Theo Laurent recorded the collection review. The export remains separate from later legal analysis."
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"heading": "Business context",
|
| 252 |
+
"text": "This record concerns charter authorization mismatch within Project Daybreak battery acquisition. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control. The record addresses one part of the broader question: Match the cathode-tooling records and automaker consent history to the exact acquired entity."
|
| 253 |
+
},
|
| 254 |
+
{
|
| 255 |
+
"heading": "Native record",
|
| 256 |
+
"text": "For charter authorization mismatch, completion is required by 2025-12-15 under CB-MA-2401-R983. The referenced and current revision are both REV-2025.1. The matter-level control is: The executed purchase terms and the latest consent schedule control; seller summaries do not."
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"heading": "Reliance limits",
|
| 260 |
+
"text": "This file supplies operative authority evidence for CBP-001-01. It does not decide legal effect, select among candidate responses, resolve another system's entity identity, or establish that its cited revision is controlling."
|
| 261 |
+
}
|
| 262 |
+
],
|
| 263 |
+
"source_path": "/workspace/documents/02_capitalization/013_capitalization_source_export.json",
|
| 264 |
+
"source_system": "Intralinks VDR",
|
| 265 |
+
"subject": "charter authorization mismatch"
|
| 266 |
+
}
|
task_files/cb100-001-helios-forge/02_capitalization/014_capitalization_formal_notice.xml
DELETED
|
@@ -1,59 +0,0 @@
|
|
| 1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
-
<legal-record schema-version="1.1">
|
| 3 |
-
<document-control>
|
| 4 |
-
<record_id>CB-DOC-001-014</record_id>
|
| 5 |
-
<matter_number>CB-MA-2401</matter_number>
|
| 6 |
-
<record_date>2024-10-28</record_date>
|
| 7 |
-
<record_type>formal notice</record_type>
|
| 8 |
-
<folder>02_capitalization</folder>
|
| 9 |
-
<workstream>capitalization</workstream>
|
| 10 |
-
<source_system>Carta capitalization ledger</source_system>
|
| 11 |
-
<native_version>2.8</native_version>
|
| 12 |
-
<record_status>reviewed — no independent exception</record_status>
|
| 13 |
-
<confidentiality>Attorney work product</confidentiality>
|
| 14 |
-
<custodian>Adrian Mensah</custodian>
|
| 15 |
-
<reviewer>Maya Ellison</reviewer>
|
| 16 |
-
<cross_reference>CB-DOC-001-039</cross_reference>
|
| 17 |
-
<control_metric>766961</control_metric>
|
| 18 |
-
<review_question>context only</review_question>
|
| 19 |
-
<finding_id>none</finding_id>
|
| 20 |
-
<record_role>context</record_role>
|
| 21 |
-
<control_severity>none</control_severity>
|
| 22 |
-
<remediation_owner>none</remediation_owner>
|
| 23 |
-
<response_due>none</response_due>
|
| 24 |
-
</document-control>
|
| 25 |
-
<matter>
|
| 26 |
-
<matter_title>Project Daybreak battery acquisition</matter_title>
|
| 27 |
-
<client>Helios Forge, Inc.</client>
|
| 28 |
-
<counterparty>BluePeak Battery Systems LLC</counterparty>
|
| 29 |
-
<jurisdiction>Delaware</jurisdiction>
|
| 30 |
-
<venue>Washoe County, Nevada</venue>
|
| 31 |
-
<deadline>2026-09-04</deadline>
|
| 32 |
-
<practice_workflow>M&A data-room diligence</practice_workflow>
|
| 33 |
-
</matter>
|
| 34 |
-
<background>This formal notice was maintained for Helios Forge, Inc. in connection with Project Daybreak battery acquisition. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control. The capitalization team used the record to document the asserted obligation, notice mechanics, delivery evidence, cure period, and requested response. Producing custodian Adrian Mensah identified it as an ordinary-course record from Carta capitalization ledger; reviewer Maya Ellison preserved the source wording and separately recorded the legal-control disposition.</background>
|
| 35 |
-
<operative-record>A second-level reviewer closed the control after matching the population total to the underlying entries.</operative-record>
|
| 36 |
-
<analysis>
|
| 37 |
-
<section index="1" heading="Purpose and audience">This formal notice supports the capitalization workstream for Helios Forge, Inc.. Its purpose is to document the asserted obligation, notice mechanics, delivery evidence, cure period, and requested response. The intended audience is the M&A data-room diligence matter team, including legal, finance, compliance, and the business owner responsible for the next decision.</section>
|
| 38 |
-
<section index="2" heading="Record lineage and custody">This copy was collected from Carta capitalization ledger under matter hold CB-MA-2401. Its lineage runs from Adrian Mensah, as producing custodian, to Maya Ellison, as reviewing lawyer. The related record CB-DOC-001-039 remains a separate source of truth and was not merged into this document.</section>
|
| 39 |
-
<section index="3" heading="Matter and workstream context">The operational context is the capitalization portion of M&A data-room diligence. Reviewers identified dependencies involving sales-tax nexus gap, change-of-control consent, and invention assignment defect; those dependencies matter to the client’s position concerning BluePeak Battery Systems LLC. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control.</section>
|
| 40 |
-
<section index="4" heading="Operative content">The operative entry states that A second-level reviewer closed the control after matching the population total to the underlying entries.. The record-control overlay classifies this file as context only. It may explain the matter history or test a cross-reference, but it is not an independent finding. The entry is preserved as written because the benchmark requires reconciliation between sources, not silent correction of a document that appears incomplete or inconsistent.</section>
|
| 41 |
-
<section index="5" heading="Reviewer analysis">The reviewer tested internal consistency, execution or approval evidence, status history, and the cited cross-reference. The review did not assume that a later system entry controls an earlier signed record. Open points remain assigned through the action register below. Reviewer Maya Ellison recorded status “reviewed — no independent exception” and linked the file to CB-DOC-001-039. The control metric 766961 is an administrative population identifier, not a damages estimate or a statement of materiality.</section>
|
| 42 |
-
<section index="6" heading="Dependencies and reliance limits">The record should be read with the sales-tax nexus gap, change-of-control consent, and invention assignment defect materials and the files in the adjacent workstreams. Reliance is limited to the document as produced. The record does not incorporate unproduced attachments, oral explanations, or later events, and its administrative status should not be confused with a legal determination about the underlying obligation.</section>
|
| 43 |
-
</analysis>
|
| 44 |
-
<chronology>
|
| 45 |
-
<event date="2024-09-14" actor="Adrian Mensah" evidence="CB-DOC-001-014">Source population opened for collection</event>
|
| 46 |
-
<event date="2024-10-05" actor="Amara Patel" evidence="CB-DOC-001-039">Custodian confirmed system and date boundary</event>
|
| 47 |
-
<event date="2024-10-23" actor="Micah Sullivan" evidence="CB-DOC-001-039">Matter team completed first-level comparison</event>
|
| 48 |
-
<event date="2024-10-28" actor="Lena Varga" evidence="CB-DOC-001-014">Legal reviewer recorded the current disposition</event>
|
| 49 |
-
<event date="2024-11-25" actor="Rafael Okafor" evidence="CB-DOC-001-039">Assigned owner scheduled the next control response</event>
|
| 50 |
-
</chronology>
|
| 51 |
-
<action-register>
|
| 52 |
-
<action id="A-014-1" owner="Lena Varga" due="2026-08-21" status="owner confirmed">Confirm that CB-DOC-001-039 does not change the context-only classification.</action>
|
| 53 |
-
<action id="A-014-2" owner="Elliot Mercer" due="2026-08-28" status="escalated">Preserve the native Carta capitalization ledger export and document any replacement record.</action>
|
| 54 |
-
<action id="A-014-3" owner="Sofia Bennett" due="2026-09-04" status="open">Report the disposition to the capitalization workstream lead before the matter deadline.</action>
|
| 55 |
-
</action-register>
|
| 56 |
-
<scope>The record covers activity in Delaware through 2024-10-28 and should be evaluated with CB-DOC-001-039, the four related records listed below, and the complete capitalization folder. It is not a complete statement of law or a substitute for the other folders in production.</scope>
|
| 57 |
-
<control-note>Reviewer Maya Ellison compared identifier 766961 against the folder index, the native Carta capitalization ledger entry, and CB-DOC-001-039. The comparison preserved each source independently and did not infer facts held by other custodians, unproduced amendments, oral explanations, or records generated after the document date.</control-note>
|
| 58 |
-
<provenance>Synthetic CounselBench-100 benchmark evidence; all entities, people, addresses, amounts, and events are fictitious and are not legal advice.</provenance>
|
| 59 |
-
</legal-record>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
task_files/cb100-001-helios-forge/02_capitalization/014_capitalization_source_export.xml
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<counsel-source-record schema-version="3.1">
|
| 3 |
+
<record-id>CB-DOC-001-014</record-id>
|
| 4 |
+
<matter-number>CB-MA-2401</matter-number>
|
| 5 |
+
<portfolio-key>CBP-001-02</portfolio-key>
|
| 6 |
+
<source-system>Carta capitalization ledger</source-system>
|
| 7 |
+
<evidence-role>operative_authority</evidence-role>
|
| 8 |
+
<immutable-entity-key>ENT-001-1001</immutable-entity-key>
|
| 9 |
+
<referenced-revision>REV-2025.2</referenced-revision>
|
| 10 |
+
<current-revision>REV-2025.2</current-revision>
|
| 11 |
+
<native-record>For financial covenant breach, the controlling threshold is 7% under CB-MA-2401-R158. The referenced and current revision are both REV-2025.2. The matter-level control is: The executed purchase terms and the latest consent schedule control; seller summaries do not.</native-record>
|
| 12 |
+
<analysis>
|
| 13 |
+
<section heading="Source lineage">Carta capitalization ledger produced native record CB-DOC-001-014 for CB-MA-2401. Lena Varga owns the source population and Lena Varga recorded the collection review. The export remains separate from later legal analysis.</section>
|
| 14 |
+
<section heading="Business context">This record concerns financial covenant breach within Project Daybreak battery acquisition. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control. The record addresses one part of the broader question: Match the cathode-tooling records and automaker consent history to the exact acquired entity.</section>
|
| 15 |
+
<section heading="Native record">For financial covenant breach, the controlling threshold is 7% under CB-MA-2401-R158. The referenced and current revision are both REV-2025.2. The matter-level control is: The executed purchase terms and the latest consent schedule control; seller summaries do not.</section>
|
| 16 |
+
<section heading="Reliance limits">This file supplies operative authority evidence for CBP-001-02. It does not decide legal effect, select among candidate responses, resolve another system's entity identity, or establish that its cited revision is controlling.</section>
|
| 17 |
+
</analysis>
|
| 18 |
+
<supporting-rows>
|
| 19 |
+
<row id="CBP-001-02-OPE-01" date="2025-07-06" entity="ENT-001-1001" revision="REV-2025.2" actor="Adrian Mensah" status="superseded" metric="$172,663.00">Operative Authority support row 1 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.</row>
|
| 20 |
+
<row id="CBP-001-02-OPE-02" date="2025-07-09" entity="ENT-001-1001" revision="REV-2025.2" actor="Amara Patel" status="recorded" metric="19%">Operative Authority support row 2 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.</row>
|
| 21 |
+
<row id="CBP-001-02-OPE-03" date="2025-07-12" entity="ENT-001-1001" revision="REV-2025.2" actor="Micah Sullivan" status="recorded" metric="18%">Operative Authority support row 3 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.</row>
|
| 22 |
+
<row id="CBP-001-02-OPE-04" date="2025-07-15" entity="ENT-001-1001" revision="REV-2025.2" actor="Lena Varga" status="pending" metric="$149,862.00">Operative Authority support row 4 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.</row>
|
| 23 |
+
<row id="CBP-001-02-OPE-05" date="2025-07-18" entity="ENT-001-1001" revision="REV-2025.2" actor="Rafael Okafor" status="pending" metric="1%">Operative Authority support row 5 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.</row>
|
| 24 |
+
<row id="CBP-001-02-OPE-06" date="2025-07-21" entity="ENT-001-1001" revision="REV-2025.2" actor="Priya Raman" status="confirmed" metric="12%">Operative Authority support row 6 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.</row>
|
| 25 |
+
<row id="CBP-001-02-OPE-07" date="2025-07-24" entity="ENT-001-1001" revision="REV-2025.2" actor="Jonas Feld" status="pending" metric="$294,674.00">Operative Authority support row 7 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.</row>
|
| 26 |
+
<row id="CBP-001-02-OPE-08" date="2025-07-27" entity="ENT-001-2001" revision="REV-2025.2" actor="Leona Park" status="recorded" metric="3%">Operative Authority support row 8 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.</row>
|
| 27 |
+
<row id="CBP-001-02-OPE-09" date="2025-07-30" entity="ENT-001-1001" revision="REV-2025.2" actor="Adrian Mensah" status="recorded" metric="1%">Operative Authority support row 9 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.</row>
|
| 28 |
+
<row id="CBP-001-02-OPE-10" date="2025-08-02" entity="ENT-001-1001" revision="REV-2025.2" actor="Amara Patel" status="superseded" metric="$220,091.00">Operative Authority support row 10 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.</row>
|
| 29 |
+
<row id="CBP-001-02-OPE-11" date="2025-08-05" entity="ENT-001-1001" revision="REV-2025.2" actor="Micah Sullivan" status="superseded" metric="19%">Operative Authority support row 11 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.</row>
|
| 30 |
+
<row id="CBP-001-02-OPE-12" date="2025-08-08" entity="ENT-001-1001" revision="REV-2025.2" actor="Lena Varga" status="superseded" metric="4%">Operative Authority support row 12 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.</row>
|
| 31 |
+
<row id="CBP-001-02-OPE-13" date="2025-08-11" entity="ENT-001-1001" revision="REV-2025.2" actor="Rafael Okafor" status="recorded" metric="$52,012.00">Operative Authority support row 13 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.</row>
|
| 32 |
+
<row id="CBP-001-02-OPE-14" date="2025-08-14" entity="ENT-001-1001" revision="REV-2025.2" actor="Priya Raman" status="confirmed" metric="27%">Operative Authority support row 14 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.</row>
|
| 33 |
+
<row id="CBP-001-02-OPE-15" date="2025-08-17" entity="ENT-001-1001" revision="REV-2025.2" actor="Jonas Feld" status="pending" metric="22%">Operative Authority support row 15 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.</row>
|
| 34 |
+
<row id="CBP-001-02-OPE-16" date="2025-08-20" entity="ENT-001-1001" revision="REV-2025.2" actor="Leona Park" status="pending" metric="$921,410.00">Operative Authority support row 16 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.</row>
|
| 35 |
+
<row id="CBP-001-02-OPE-17" date="2025-08-23" entity="ENT-001-1001" revision="REV-2025.2" actor="Adrian Mensah" status="confirmed" metric="14%">Operative Authority support row 17 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.</row>
|
| 36 |
+
<row id="CBP-001-02-OPE-18" date="2025-08-26" entity="ENT-001-1001" revision="REV-2025.2" actor="Amara Patel" status="pending" metric="8%">Operative Authority support row 18 for financial covenant breach; retained from the native system so the reviewer can distinguish the exact CBP-001-02 population from similarly named records.</row>
|
| 37 |
+
</supporting-rows>
|
| 38 |
+
<chronology>
|
| 39 |
+
<event date="2025-11-07" actor="Adrian Mensah" reference="CB-DOC-001-014">native population opened</event>
|
| 40 |
+
<event date="2025-11-13" actor="Henry Cho" reference="CBP-001-02">custodian boundary confirmed</event>
|
| 41 |
+
<event date="2025-11-19" actor="Owen Delgado" reference="CB-DOC-001-014">export created</event>
|
| 42 |
+
<event date="2025-11-25" actor="Rafael Okafor" reference="CBP-001-02">cross-system identifier checked</event>
|
| 43 |
+
<event date="2025-12-01" actor="Elliot Mercer" reference="CB-DOC-001-014">revision retained</event>
|
| 44 |
+
<event date="2025-12-07" actor="Caleb Hassan" reference="CBP-001-02">matter copy collected</event>
|
| 45 |
+
</chronology>
|
| 46 |
+
<provenance>Synthetic CounselBench-100 source record. All people, entities, events, amounts, and addresses are fictitious; the record is not legal advice.</provenance>
|
| 47 |
+
</counsel-source-record>
|
task_files/cb100-001-helios-forge/02_capitalization/015_capitalization_officer_certificate.html
DELETED
|
@@ -1,38 +0,0 @@
|
|
| 1 |
-
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>CB-DOC-001-015</title><style>body{font-family:Georgia,serif;max-width:960px;margin:40px auto;line-height:1.5;color:#17242a}table{width:100%;border-collapse:collapse;margin:18px 0 30px}th,td{border:1px solid #aeb8bc;padding:8px;vertical-align:top}th{text-align:left;background:#eef2f2}header{border-bottom:3px solid #183b46;margin-bottom:28px}.notice{padding:12px;background:#f4eee4}</style></head><body><header><p>Confidential — matter team</p><h1>Project Daybreak battery acquisition</h1><p>Officer Certificate · CB-DOC-001-015</p></header><p class="notice"><strong>Operative content:</strong> The record preserves the original value and separately identifies the later administrative annotation.</p><table><tbody><tr><th>Record Id</th><td>CB-DOC-001-015</td></tr>
|
| 2 |
-
<tr><th>Matter Number</th><td>CB-MA-2401</td></tr>
|
| 3 |
-
<tr><th>Record Date</th><td>2024-08-08</td></tr>
|
| 4 |
-
<tr><th>Record Type</th><td>officer certificate</td></tr>
|
| 5 |
-
<tr><th>Folder</th><td>02_capitalization</td></tr>
|
| 6 |
-
<tr><th>Workstream</th><td>capitalization</td></tr>
|
| 7 |
-
<tr><th>Source System</th><td>Ironclad CLM</td></tr>
|
| 8 |
-
<tr><th>Native Version</th><td>1.8</td></tr>
|
| 9 |
-
<tr><th>Record Status</th><td>indexed — responsive context</td></tr>
|
| 10 |
-
<tr><th>Confidentiality</th><td>Confidential — matter team</td></tr>
|
| 11 |
-
<tr><th>Custodian</th><td>Willa Novak</td></tr>
|
| 12 |
-
<tr><th>Reviewer</th><td>Jonas Feld</td></tr>
|
| 13 |
-
<tr><th>Cross Reference</th><td>CB-DOC-001-056</td></tr>
|
| 14 |
-
<tr><th>Control Metric</th><td>509680</td></tr>
|
| 15 |
-
<tr><th>Review Question</th><td>context only</td></tr>
|
| 16 |
-
<tr><th>Finding Id</th><td>none</td></tr>
|
| 17 |
-
<tr><th>Record Role</th><td>context</td></tr>
|
| 18 |
-
<tr><th>Control Severity</th><td>none</td></tr>
|
| 19 |
-
<tr><th>Remediation Owner</th><td>none</td></tr>
|
| 20 |
-
<tr><th>Response Due</th><td>none</td></tr>
|
| 21 |
-
<tr><th>Matter Title</th><td>Project Daybreak battery acquisition</td></tr>
|
| 22 |
-
<tr><th>Client</th><td>Helios Forge, Inc.</td></tr>
|
| 23 |
-
<tr><th>Counterparty</th><td>BluePeak Battery Systems LLC</td></tr>
|
| 24 |
-
<tr><th>Jurisdiction</th><td>Delaware</td></tr>
|
| 25 |
-
<tr><th>Venue</th><td>Washoe County, Nevada</td></tr>
|
| 26 |
-
<tr><th>Deadline</th><td>2026-09-04</td></tr>
|
| 27 |
-
<tr><th>Practice Workflow</th><td>M&A data-room diligence</td></tr></tbody></table><section><h2>1. Purpose and audience</h2><p>This officer certificate supports the capitalization workstream for Helios Forge, Inc.. Its purpose is to state the certifying person’s knowledge, supporting review, exceptions, and reliance limitations. The intended audience is the M&A data-room diligence matter team, including legal, finance, compliance, and the business owner responsible for the next decision.</p></section>
|
| 28 |
-
<section><h2>2. Record lineage and custody</h2><p>This copy was collected from Ironclad CLM under matter hold CB-MA-2401. Its lineage runs from Willa Novak, as producing custodian, to Jonas Feld, as reviewing lawyer. The related record CB-DOC-001-056 remains a separate source of truth and was not merged into this document.</p></section>
|
| 29 |
-
<section><h2>3. Matter and workstream context</h2><p>The operational context is the capitalization portion of M&A data-room diligence. Reviewers identified dependencies involving claims-made insurance tail, anti-assignment restriction, and open-source copyleft exposure; those dependencies matter to the client’s position concerning BluePeak Battery Systems LLC. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control.</p></section>
|
| 30 |
-
<section><h2>4. Operative content</h2><p>The operative entry states that The record preserves the original value and separately identifies the later administrative annotation.. The record-control overlay classifies this file as context only. It may explain the matter history or test a cross-reference, but it is not an independent finding. The entry is preserved as written because the benchmark requires reconciliation between sources, not silent correction of a document that appears incomplete or inconsistent.</p></section>
|
| 31 |
-
<section><h2>5. Reviewer analysis</h2><p>The legal-control check compared the record’s native value with the matter index and the identified related file. Conflicting custodial accounts, amendments outside the production, and post-date events were not resolved by inference and remain subject to documented follow-up. Reviewer Jonas Feld recorded status “indexed — responsive context” and linked the file to CB-DOC-001-056. The control metric 509680 is an administrative population identifier, not a damages estimate or a statement of materiality.</p></section>
|
| 32 |
-
<section><h2>6. Dependencies and reliance limits</h2><p>The record should be read with the claims-made insurance tail, anti-assignment restriction, and open-source copyleft exposure materials and the files in the adjacent workstreams. This record is one component of the production and should not be treated as a complete statement of the governing agreement, policy, ledger, or law. Dates reflect the fixed synthetic matter timeline; references to approval or closure describe the source record rather than an independent legal conclusion.</p></section><h2>Chronology</h2><table><thead><tr><th>Date</th><th>Event</th><th>Actor</th><th>Evidence</th></tr></thead><tbody><tr><td>2024-06-28</td><td>Source population opened for collection</td><td>Willa Novak</td><td>CB-DOC-001-015</td></tr>
|
| 33 |
-
<tr><td>2024-07-16</td><td>Custodian confirmed system and date boundary</td><td>Henry Cho</td><td>CB-DOC-001-056</td></tr>
|
| 34 |
-
<tr><td>2024-08-04</td><td>Matter team completed first-level comparison</td><td>Farah Ibrahim</td><td>CB-DOC-001-056</td></tr>
|
| 35 |
-
<tr><td>2024-08-08</td><td>Legal reviewer recorded the current disposition</td><td>Samuel Kim</td><td>CB-DOC-001-015</td></tr>
|
| 36 |
-
<tr><td>2024-09-14</td><td>Assigned owner scheduled the next control response</td><td>Nora Chen</td><td>CB-DOC-001-056</td></tr></tbody></table><h2>Action register</h2><table><thead><tr><th>ID</th><th>Action</th><th>Owner</th><th>Due</th><th>Status</th></tr></thead><tbody><tr><td>A-015-1</td><td>Confirm that CB-DOC-001-056 does not change the context-only classification.</td><td>Samuel Kim</td><td>2026-08-21</td><td>escalated</td></tr>
|
| 37 |
-
<tr><td>A-015-2</td><td>Preserve the native Ironclad CLM export and document any replacement record.</td><td>Talia Brooks</td><td>2026-08-28</td><td>open</td></tr>
|
| 38 |
-
<tr><td>A-015-3</td><td>Report the disposition to the capitalization workstream lead before the matter deadline.</td><td>Adrian Mensah</td><td>2026-09-04</td><td>in review</td></tr></tbody></table><h2>Scope</h2><p>The record covers activity in Delaware through 2024-08-08 and should be evaluated with CB-DOC-001-056, the four related records listed below, and the complete capitalization folder. It is not a complete statement of law or a substitute for the other folders in production.</p><h2>Certification note</h2><p>Reviewer Jonas Feld compared identifier 509680 against the folder index, the native Ironclad CLM entry, and CB-DOC-001-056. The comparison preserved each source independently and did not infer facts held by other custodians, unproduced amendments, oral explanations, or records generated after the document date.</p><footer><p>Synthetic CounselBench-100 benchmark evidence; all entities, people, addresses, amounts, and events are fictitious and are not legal advice.</p></footer></body></html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
task_files/cb100-001-helios-forge/02_capitalization/015_capitalization_source_export.html
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>CB-DOC-001-015</title></head><body><h1>permit transfer restriction</h1><dl><dt>Record</dt><dd>CB-DOC-001-015</dd><dt>Matter</dt><dd>CB-MA-2401</dd><dt>Portfolio key</dt><dd>CBP-001-03</dd><dt>Source system</dt><dd>Ironclad CLM</dd><dt>Evidence role</dt><dd>operative_authority</dd><dt>Entity</dt><dd>ENT-001-1002</dd><dt>Revision</dt><dd>REV-2025.3</dd></dl><p>For permit transfer restriction, approval must come from Talia Brooks under CB-MA-2401-R164. The referenced and current revision are both REV-2025.3. The matter-level control is: The executed purchase terms and the latest consent schedule control; seller summaries do not.</p><section><h2>Source lineage</h2><p>Ironclad CLM produced native record CB-DOC-001-015 for CB-MA-2401. Samuel Kim owns the source population and Elliot Mercer recorded the collection review. The export remains separate from later legal analysis.</p></section><section><h2>Business context</h2><p>This record concerns permit transfer restriction within Project Daybreak battery acquisition. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control. The record addresses one part of the broader question: Match the cathode-tooling records and automaker consent history to the exact acquired entity.</p></section><section><h2>Native record</h2><p>For permit transfer restriction, approval must come from Talia Brooks under CB-MA-2401-R164. The referenced and current revision are both REV-2025.3. The matter-level control is: The executed purchase terms and the latest consent schedule control; seller summaries do not.</p></section><section><h2>Reliance limits</h2><p>This file supplies operative authority evidence for CBP-001-03. It does not decide legal effect, select among candidate responses, resolve another system's entity identity, or establish that its cited revision is controlling.</p></section><h2>Native rows</h2><table><thead><tr><th>ID</th><th>Date</th><th>Entity</th><th>Revision</th><th>Actor</th><th>Status</th><th>Metric</th><th>Note</th></tr></thead><tbody><tr><td>CBP-001-03-OPE-01</td><td>2024-09-28</td><td>ENT-001-1002</td><td>REV-2025.3</td><td>Willa Novak</td><td>confirmed</td><td>$823,525.00</td><td>Operative Authority support row 1 for permit transfer restriction; retained from the native system so the reviewer can distinguish the exact CBP-001-03 population from similarly named records.</td></tr><tr><td>CBP-001-03-OPE-02</td><td>2024-10-01</td><td>ENT-001-1002</td><td>REV-2025.3</td><td>Henry Cho</td><td>recorded</td><td>10%</td><td>Operative Authority support row 2 for permit transfer restriction; retained from the native system so the reviewer can distinguish the exact CBP-001-03 population from similarly named records.</td></tr><tr><td>CBP-001-03-OPE-03</td><td>2024-10-04</td><td>ENT-001-1002</td><td>REV-2025.3</td><td>Farah Ibrahim</td><td>pending</td><td>10%</td><td>Operative Authority support row 3 for permit transfer restriction; retained from the native system so the reviewer can distinguish the exact CBP-001-03 population from similarly named records.</td></tr><tr><td>CBP-001-03-OPE-04</td><td>2024-10-07</td><td>ENT-001-1002</td><td>REV-2025.3</td><td>Samuel Kim</td><td>pending</td><td>$645,062.00</td><td>Operative Authority support row 4 for permit transfer restriction; retained from the native system so the reviewer can distinguish the exact CBP-001-03 population from similarly named records.</td></tr><tr><td>CBP-001-03-OPE-05</td><td>2024-10-10</td><td>ENT-001-1002</td><td>REV-2025.3</td><td>Nora Chen</td><td>confirmed</td><td>22%</td><td>Operative Authority support row 5 for permit transfer restriction; retained from the native system so the reviewer can distinguish the exact CBP-001-03 population from similarly named records.</td></tr><tr><td>CBP-001-03-OPE-06</td><td>2024-10-13</td><td>ENT-001-1002</td><td>REV-2025.3</td><td>Elliot Mercer</td><td>recorded</td><td>13%</td><td>Operative Authority support row 6 for permit transfer restriction; retained from the native system so the reviewer can distinguish the exact CBP-001-03 population from similarly named records.</td></tr><tr><td>CBP-001-03-OPE-07</td><td>2024-10-16</td><td>ENT-001-1002</td><td>REV-2025.3</td><td>Mei Whitaker</td><td>recorded</td><td>$654,876.00</td><td>Operative Authority support row 7 for permit transfer restriction; retained from the native system so the reviewer can distinguish the exact CBP-001-03 population from similarly named records.</td></tr><tr><td>CBP-001-03-OPE-08</td><td>2024-10-19</td><td>ENT-001-2002</td><td>REV-2025.3</td><td>Isaac Romero</td><td>superseded</td><td>25%</td><td>Operative Authority support row 8 for permit transfer restriction; retained from the native system so the reviewer can distinguish the exact CBP-001-03 population from similarly named records.</td></tr><tr><td>CBP-001-03-OPE-09</td><td>2024-10-22</td><td>ENT-001-1002</td><td>REV-2025.3</td><td>Willa Novak</td><td>superseded</td><td>2%</td><td>Operative Authority support row 9 for permit transfer restriction; retained from the native system so the reviewer can distinguish the exact CBP-001-03 population from similarly named records.</td></tr><tr><td>CBP-001-03-OPE-10</td><td>2024-10-25</td><td>ENT-001-1002</td><td>REV-2025.3</td><td>Henry Cho</td><td>pending</td><td>$186,810.00</td><td>Operative Authority support row 10 for permit transfer restriction; retained from the native system so the reviewer can distinguish the exact CBP-001-03 population from similarly named records.</td></tr><tr><td>CBP-001-03-OPE-11</td><td>2024-10-28</td><td>ENT-001-1002</td><td>REV-2025.3</td><td>Farah Ibrahim</td><td>superseded</td><td>2%</td><td>Operative Authority support row 11 for permit transfer restriction; retained from the native system so the reviewer can distinguish the exact CBP-001-03 population from similarly named records.</td></tr><tr><td>CBP-001-03-OPE-12</td><td>2024-10-31</td><td>ENT-001-1002</td><td>REV-2025.3</td><td>Samuel Kim</td><td>pending</td><td>13%</td><td>Operative Authority support row 12 for permit transfer restriction; retained from the native system so the reviewer can distinguish the exact CBP-001-03 population from similarly named records.</td></tr><tr><td>CBP-001-03-OPE-13</td><td>2024-11-03</td><td>ENT-001-1002</td><td>REV-2025.3</td><td>Nora Chen</td><td>confirmed</td><td>$591,933.00</td><td>Operative Authority support row 13 for permit transfer restriction; retained from the native system so the reviewer can distinguish the exact CBP-001-03 population from similarly named records.</td></tr><tr><td>CBP-001-03-OPE-14</td><td>2024-11-06</td><td>ENT-001-1002</td><td>REV-2025.3</td><td>Elliot Mercer</td><td>confirmed</td><td>21%</td><td>Operative Authority support row 14 for permit transfer restriction; retained from the native system so the reviewer can distinguish the exact CBP-001-03 population from similarly named records.</td></tr><tr><td>CBP-001-03-OPE-15</td><td>2024-11-09</td><td>ENT-001-1002</td><td>REV-2025.3</td><td>Mei Whitaker</td><td>superseded</td><td>2%</td><td>Operative Authority support row 15 for permit transfer restriction; retained from the native system so the reviewer can distinguish the exact CBP-001-03 population from similarly named records.</td></tr><tr><td>CBP-001-03-OPE-16</td><td>2024-11-12</td><td>ENT-001-1002</td><td>REV-2025.3</td><td>Isaac Romero</td><td>superseded</td><td>$400,911.00</td><td>Operative Authority support row 16 for permit transfer restriction; retained from the native system so the reviewer can distinguish the exact CBP-001-03 population from similarly named records.</td></tr><tr><td>CBP-001-03-OPE-17</td><td>2024-11-15</td><td>ENT-001-1002</td><td>REV-2025.3</td><td>Willa Novak</td><td>recorded</td><td>4%</td><td>Operative Authority support row 17 for permit transfer restriction; retained from the native system so the reviewer can distinguish the exact CBP-001-03 population from similarly named records.</td></tr><tr><td>CBP-001-03-OPE-18</td><td>2024-11-18</td><td>ENT-001-1002</td><td>REV-2025.3</td><td>Henry Cho</td><td>superseded</td><td>19%</td><td>Operative Authority support row 18 for permit transfer restriction; retained from the native system so the reviewer can distinguish the exact CBP-001-03 population from similarly named records.</td></tr></tbody></table><p>Synthetic CounselBench-100 source record. All people, entities, events, amounts, and addresses are fictitious; the record is not legal advice.</p></body></html>
|
task_files/cb100-001-helios-forge/02_capitalization/016_capitalization_source_export.pdf
ADDED
|
@@ -0,0 +1,272 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
%PDF-1.4
|
| 2 |
+
% CounselBench deterministic native source
|
| 3 |
+
1 0 obj
|
| 4 |
+
<< /Type /Catalog /Pages 2 0 R >>
|
| 5 |
+
endobj
|
| 6 |
+
2 0 obj
|
| 7 |
+
<< /Type /Pages /Count 2 /Kids [3 0 R 5 0 R] >>
|
| 8 |
+
endobj
|
| 9 |
+
3 0 obj
|
| 10 |
+
<< /Type /Page /Parent 2 0 R /MediaBox [0 0 612 792] /Resources << /Font << /F1 7 0 R >> >> /Contents 4 0 R >>
|
| 11 |
+
endobj
|
| 12 |
+
4 0 obj
|
| 13 |
+
<< /Length 4621 >>
|
| 14 |
+
stream
|
| 15 |
+
BT
|
| 16 |
+
/F1 7 Tf
|
| 17 |
+
36 756 Td
|
| 18 |
+
9 TL
|
| 19 |
+
(COUNSELBENCH SOURCE RECORD) Tj
|
| 20 |
+
T*
|
| 21 |
+
(Record: CB-DOC-001-016) Tj
|
| 22 |
+
T*
|
| 23 |
+
(Matter: CB-MA-2401 - Project Daybreak battery acquisition) Tj
|
| 24 |
+
T*
|
| 25 |
+
(Portfolio key: CBP-001-04) Tj
|
| 26 |
+
T*
|
| 27 |
+
(Source system: NetSuite close workbook) Tj
|
| 28 |
+
T*
|
| 29 |
+
(Evidence role: operative_authority) Tj
|
| 30 |
+
T*
|
| 31 |
+
(Immutable entity: ENT-001-1003) Tj
|
| 32 |
+
T*
|
| 33 |
+
(Referenced revision: REV-2025.4) Tj
|
| 34 |
+
T*
|
| 35 |
+
(Current revision: REV-2025.4) Tj
|
| 36 |
+
T*
|
| 37 |
+
(Custodian: Maya Ellison) Tj
|
| 38 |
+
T*
|
| 39 |
+
(Reviewer: Sofia Bennett) Tj
|
| 40 |
+
T*
|
| 41 |
+
() Tj
|
| 42 |
+
T*
|
| 43 |
+
(NATIVE RECORD) Tj
|
| 44 |
+
T*
|
| 45 |
+
(For revenue recognition exception, the controlled population contains 224 records under CB-MA-2401-R532.) Tj
|
| 46 |
+
T*
|
| 47 |
+
(The referenced and current revision are both REV-2025.4. The matter-level control is: The executed) Tj
|
| 48 |
+
T*
|
| 49 |
+
(purchase terms and the latest consent schedule control; seller summaries do not.) Tj
|
| 50 |
+
T*
|
| 51 |
+
() Tj
|
| 52 |
+
T*
|
| 53 |
+
(SOURCE LINEAGE) Tj
|
| 54 |
+
T*
|
| 55 |
+
(NetSuite close workbook produced native record CB-DOC-001-016 for CB-MA-2401. Maya Ellison owns the) Tj
|
| 56 |
+
T*
|
| 57 |
+
(source population and Sofia Bennett recorded the collection review. The export remains separate from) Tj
|
| 58 |
+
T*
|
| 59 |
+
(later legal analysis.) Tj
|
| 60 |
+
T*
|
| 61 |
+
() Tj
|
| 62 |
+
T*
|
| 63 |
+
(BUSINESS CONTEXT) Tj
|
| 64 |
+
T*
|
| 65 |
+
(This record concerns revenue recognition exception within Project Daybreak battery acquisition. A carve-) Tj
|
| 66 |
+
T*
|
| 67 |
+
(out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon) Tj
|
| 68 |
+
T*
|
| 69 |
+
(an indirect change of control. The record addresses one part of the broader question: Match the cathode-) Tj
|
| 70 |
+
T*
|
| 71 |
+
(tooling records and automaker consent history to the exact acquired entity.) Tj
|
| 72 |
+
T*
|
| 73 |
+
() Tj
|
| 74 |
+
T*
|
| 75 |
+
(NATIVE RECORD) Tj
|
| 76 |
+
T*
|
| 77 |
+
(For revenue recognition exception, the controlled population contains 224 records under CB-MA-2401-R532.) Tj
|
| 78 |
+
T*
|
| 79 |
+
(The referenced and current revision are both REV-2025.4. The matter-level control is: The executed) Tj
|
| 80 |
+
T*
|
| 81 |
+
(purchase terms and the latest consent schedule control; seller summaries do not.) Tj
|
| 82 |
+
T*
|
| 83 |
+
() Tj
|
| 84 |
+
T*
|
| 85 |
+
(RELIANCE LIMITS) Tj
|
| 86 |
+
T*
|
| 87 |
+
(This file supplies operative authority evidence for CBP-001-04. It does not decide legal effect, select) Tj
|
| 88 |
+
T*
|
| 89 |
+
(among candidate responses, resolve another system's entity identity, or establish that its cited revision) Tj
|
| 90 |
+
T*
|
| 91 |
+
(is controlling.) Tj
|
| 92 |
+
T*
|
| 93 |
+
() Tj
|
| 94 |
+
T*
|
| 95 |
+
(NATIVE ROWS) Tj
|
| 96 |
+
T*
|
| 97 |
+
(CBP-001-04-OPE-01 | 2025-06-07 | ENT-001-1003 | REV-2025.4 | Theo Laurent | confirmed | $406,569.00 |) Tj
|
| 98 |
+
T*
|
| 99 |
+
(Operative Authority support row 1 for revenue recognition exception; retained from the native system so) Tj
|
| 100 |
+
T*
|
| 101 |
+
(the reviewer can distinguish the exact CBP-001-04 population from similarly named records.) Tj
|
| 102 |
+
T*
|
| 103 |
+
(CBP-001-04-OPE-02 | 2025-06-10 | ENT-001-1003 | REV-2025.4 | Nadine Flores | recorded | 4% | Operative) Tj
|
| 104 |
+
T*
|
| 105 |
+
(Authority support row 2 for revenue recognition exception; retained from the native system so the) Tj
|
| 106 |
+
T*
|
| 107 |
+
(reviewer can distinguish the exact CBP-001-04 population from similarly named records.) Tj
|
| 108 |
+
T*
|
| 109 |
+
(CBP-001-04-OPE-03 | 2025-06-13 | ENT-001-1003 | REV-2025.4 | Owen Delgado | recorded | 3% | Operative) Tj
|
| 110 |
+
T*
|
| 111 |
+
(Authority support row 3 for revenue recognition exception; retained from the native system so the) Tj
|
| 112 |
+
T*
|
| 113 |
+
(reviewer can distinguish the exact CBP-001-04 population from similarly named records.) Tj
|
| 114 |
+
T*
|
| 115 |
+
(CBP-001-04-OPE-04 | 2025-06-16 | ENT-001-1003 | REV-2025.4 | Maya Ellison | pending | $881,866.00 |) Tj
|
| 116 |
+
T*
|
| 117 |
+
(Operative Authority support row 4 for revenue recognition exception; retained from the native system so) Tj
|
| 118 |
+
T*
|
| 119 |
+
(the reviewer can distinguish the exact CBP-001-04 population from similarly named records.) Tj
|
| 120 |
+
T*
|
| 121 |
+
(CBP-001-04-OPE-05 | 2025-06-19 | ENT-001-1003 | REV-2025.4 | Dominic Alvarez | superseded | 16% |) Tj
|
| 122 |
+
T*
|
| 123 |
+
(Operative Authority support row 5 for revenue recognition exception; retained from the native system so) Tj
|
| 124 |
+
T*
|
| 125 |
+
(the reviewer can distinguish the exact CBP-001-04 population from similarly named records.) Tj
|
| 126 |
+
T*
|
| 127 |
+
(CBP-001-04-OPE-06 | 2025-06-22 | ENT-001-1003 | REV-2025.4 | Talia Brooks | pending | 19% | Operative) Tj
|
| 128 |
+
T*
|
| 129 |
+
(Authority support row 6 for revenue recognition exception; retained from the native system so the) Tj
|
| 130 |
+
T*
|
| 131 |
+
(reviewer can distinguish the exact CBP-001-04 population from similarly named records.) Tj
|
| 132 |
+
T*
|
| 133 |
+
(CBP-001-04-OPE-07 | 2025-06-25 | ENT-001-1003 | REV-2025.4 | Caleb Hassan | pending | $743,090.00 |) Tj
|
| 134 |
+
T*
|
| 135 |
+
(Operative Authority support row 7 for revenue recognition exception; retained from the native system so) Tj
|
| 136 |
+
T*
|
| 137 |
+
(the reviewer can distinguish the exact CBP-001-04 population from similarly named records.) Tj
|
| 138 |
+
T*
|
| 139 |
+
(CBP-001-04-OPE-08 | 2025-06-28 | ENT-001-2003 | REV-2025.4 | Sofia Bennett | recorded | 11% | Operative) Tj
|
| 140 |
+
T*
|
| 141 |
+
(Authority support row 8 for revenue recognition exception; retained from the native system so the) Tj
|
| 142 |
+
T*
|
| 143 |
+
ET
|
| 144 |
+
endstream
|
| 145 |
+
endobj
|
| 146 |
+
5 0 obj
|
| 147 |
+
<< /Type /Page /Parent 2 0 R /MediaBox [0 0 612 792] /Resources << /Font << /F1 7 0 R >> >> /Contents 6 0 R >>
|
| 148 |
+
endobj
|
| 149 |
+
6 0 obj
|
| 150 |
+
<< /Length 4070 >>
|
| 151 |
+
stream
|
| 152 |
+
BT
|
| 153 |
+
/F1 7 Tf
|
| 154 |
+
36 756 Td
|
| 155 |
+
9 TL
|
| 156 |
+
(reviewer can distinguish the exact CBP-001-04 population from similarly named records.) Tj
|
| 157 |
+
T*
|
| 158 |
+
(CBP-001-04-OPE-09 | 2025-07-01 | ENT-001-1003 | REV-2025.4 | Theo Laurent | superseded | 25% | Operative) Tj
|
| 159 |
+
T*
|
| 160 |
+
(Authority support row 9 for revenue recognition exception; retained from the native system so the) Tj
|
| 161 |
+
T*
|
| 162 |
+
(reviewer can distinguish the exact CBP-001-04 population from similarly named records.) Tj
|
| 163 |
+
T*
|
| 164 |
+
(CBP-001-04-OPE-10 | 2025-07-04 | ENT-001-1003 | REV-2025.4 | Nadine Flores | superseded | $235,151.00 |) Tj
|
| 165 |
+
T*
|
| 166 |
+
(Operative Authority support row 10 for revenue recognition exception; retained from the native system so) Tj
|
| 167 |
+
T*
|
| 168 |
+
(the reviewer can distinguish the exact CBP-001-04 population from similarly named records.) Tj
|
| 169 |
+
T*
|
| 170 |
+
(CBP-001-04-OPE-11 | 2025-07-07 | ENT-001-1003 | REV-2025.4 | Owen Delgado | superseded | 8% | Operative) Tj
|
| 171 |
+
T*
|
| 172 |
+
(Authority support row 11 for revenue recognition exception; retained from the native system so the) Tj
|
| 173 |
+
T*
|
| 174 |
+
(reviewer can distinguish the exact CBP-001-04 population from similarly named records.) Tj
|
| 175 |
+
T*
|
| 176 |
+
(CBP-001-04-OPE-12 | 2025-07-10 | ENT-001-1003 | REV-2025.4 | Maya Ellison | superseded | 14% | Operative) Tj
|
| 177 |
+
T*
|
| 178 |
+
(Authority support row 12 for revenue recognition exception; retained from the native system so the) Tj
|
| 179 |
+
T*
|
| 180 |
+
(reviewer can distinguish the exact CBP-001-04 population from similarly named records.) Tj
|
| 181 |
+
T*
|
| 182 |
+
(CBP-001-04-OPE-13 | 2025-07-13 | ENT-001-1003 | REV-2025.4 | Dominic Alvarez | recorded | $401,588.00 |) Tj
|
| 183 |
+
T*
|
| 184 |
+
(Operative Authority support row 13 for revenue recognition exception; retained from the native system so) Tj
|
| 185 |
+
T*
|
| 186 |
+
(the reviewer can distinguish the exact CBP-001-04 population from similarly named records.) Tj
|
| 187 |
+
T*
|
| 188 |
+
(CBP-001-04-OPE-14 | 2025-07-16 | ENT-001-1003 | REV-2025.4 | Talia Brooks | confirmed | 7% | Operative) Tj
|
| 189 |
+
T*
|
| 190 |
+
(Authority support row 14 for revenue recognition exception; retained from the native system so the) Tj
|
| 191 |
+
T*
|
| 192 |
+
(reviewer can distinguish the exact CBP-001-04 population from similarly named records.) Tj
|
| 193 |
+
T*
|
| 194 |
+
(CBP-001-04-OPE-15 | 2025-07-19 | ENT-001-1003 | REV-2025.4 | Caleb Hassan | recorded | 8% | Operative) Tj
|
| 195 |
+
T*
|
| 196 |
+
(Authority support row 15 for revenue recognition exception; retained from the native system so the) Tj
|
| 197 |
+
T*
|
| 198 |
+
(reviewer can distinguish the exact CBP-001-04 population from similarly named records.) Tj
|
| 199 |
+
T*
|
| 200 |
+
(CBP-001-04-OPE-16 | 2025-07-22 | ENT-001-1003 | REV-2025.4 | Sofia Bennett | superseded | $526,079.00 |) Tj
|
| 201 |
+
T*
|
| 202 |
+
(Operative Authority support row 16 for revenue recognition exception; retained from the native system so) Tj
|
| 203 |
+
T*
|
| 204 |
+
(the reviewer can distinguish the exact CBP-001-04 population from similarly named records.) Tj
|
| 205 |
+
T*
|
| 206 |
+
(CBP-001-04-OPE-17 | 2025-07-25 | ENT-001-1003 | REV-2025.4 | Theo Laurent | superseded | 18% | Operative) Tj
|
| 207 |
+
T*
|
| 208 |
+
(Authority support row 17 for revenue recognition exception; retained from the native system so the) Tj
|
| 209 |
+
T*
|
| 210 |
+
(reviewer can distinguish the exact CBP-001-04 population from similarly named records.) Tj
|
| 211 |
+
T*
|
| 212 |
+
(CBP-001-04-OPE-18 | 2025-07-28 | ENT-001-1003 | REV-2025.4 | Nadine Flores | confirmed | 7% | Operative) Tj
|
| 213 |
+
T*
|
| 214 |
+
(Authority support row 18 for revenue recognition exception; retained from the native system so the) Tj
|
| 215 |
+
T*
|
| 216 |
+
(reviewer can distinguish the exact CBP-001-04 population from similarly named records.) Tj
|
| 217 |
+
T*
|
| 218 |
+
() Tj
|
| 219 |
+
T*
|
| 220 |
+
(CHRONOLOGY) Tj
|
| 221 |
+
T*
|
| 222 |
+
(2025-04-22 | native population opened | Theo Laurent | CB-DOC-001-016) Tj
|
| 223 |
+
T*
|
| 224 |
+
(2025-04-28 | custodian boundary confirmed | Micah Sullivan | CBP-001-04) Tj
|
| 225 |
+
T*
|
| 226 |
+
(2025-05-04 | export created | Samuel Kim | CB-DOC-001-016) Tj
|
| 227 |
+
T*
|
| 228 |
+
(2025-05-10 | cross-system identifier checked | Dominic Alvarez | CBP-001-04) Tj
|
| 229 |
+
T*
|
| 230 |
+
(2025-05-16 | revision retained | Jonas Feld | CB-DOC-001-016) Tj
|
| 231 |
+
T*
|
| 232 |
+
(2025-05-22 | matter copy collected | Isaac Romero | CBP-001-04) Tj
|
| 233 |
+
T*
|
| 234 |
+
() Tj
|
| 235 |
+
T*
|
| 236 |
+
(RELATED NATIVE RECORDS) Tj
|
| 237 |
+
T*
|
| 238 |
+
(CB-DOC-001-027) Tj
|
| 239 |
+
T*
|
| 240 |
+
(CB-DOC-001-045) Tj
|
| 241 |
+
T*
|
| 242 |
+
(CB-DOC-001-063) Tj
|
| 243 |
+
T*
|
| 244 |
+
(CB-DOC-001-087) Tj
|
| 245 |
+
T*
|
| 246 |
+
() Tj
|
| 247 |
+
T*
|
| 248 |
+
(Synthetic CounselBench-100 source record. All people, entities, events, amounts, and addresses are) Tj
|
| 249 |
+
T*
|
| 250 |
+
(fictitious; the record is not legal advice.) Tj
|
| 251 |
+
T*
|
| 252 |
+
ET
|
| 253 |
+
endstream
|
| 254 |
+
endobj
|
| 255 |
+
7 0 obj
|
| 256 |
+
<< /Type /Font /Subtype /Type1 /BaseFont /Courier >>
|
| 257 |
+
endobj
|
| 258 |
+
xref
|
| 259 |
+
0 8
|
| 260 |
+
0000000000 65535 f
|
| 261 |
+
0000000052 00000 n
|
| 262 |
+
0000000101 00000 n
|
| 263 |
+
0000000164 00000 n
|
| 264 |
+
0000000290 00000 n
|
| 265 |
+
0000004962 00000 n
|
| 266 |
+
0000005088 00000 n
|
| 267 |
+
0000009209 00000 n
|
| 268 |
+
trailer
|
| 269 |
+
<< /Size 8 /Root 1 0 R >>
|
| 270 |
+
startxref
|
| 271 |
+
9277
|
| 272 |
+
%%EOF
|
task_files/cb100-001-helios-forge/02_capitalization/016_capitalization_status_report.md
DELETED
|
@@ -1,98 +0,0 @@
|
|
| 1 |
-
# Status Report — CB-DOC-001-016
|
| 2 |
-
|
| 3 |
-
> Confidential — legal review · reviewed — source conflict identified · native version 1.9
|
| 4 |
-
|
| 5 |
-
| Control field | Value |
|
| 6 |
-
|---|---|
|
| 7 |
-
| Matter | CB-MA-2401 — Project Daybreak battery acquisition |
|
| 8 |
-
| Client | Helios Forge, Inc. |
|
| 9 |
-
| Other party | BluePeak Battery Systems LLC |
|
| 10 |
-
| Record date | 2024-09-09 |
|
| 11 |
-
| Custodian | Theo Laurent |
|
| 12 |
-
| Reviewer | Willa Novak |
|
| 13 |
-
| Cross-reference | CB-DOC-001-073 |
|
| 14 |
-
| Source system | NetSuite close workbook |
|
| 15 |
-
| Workstream | capitalization |
|
| 16 |
-
| Control metric | 684432 |
|
| 17 |
-
| Review question | financial covenant breach |
|
| 18 |
-
| Finding ID | F-06 |
|
| 19 |
-
| Record role | primary |
|
| 20 |
-
| Control severity | low |
|
| 21 |
-
| Remediation owner | Amara Patel |
|
| 22 |
-
| Response due | 2026-09-04 |
|
| 23 |
-
|
| 24 |
-
## Executive record summary
|
| 25 |
-
|
| 26 |
-
This status report was maintained for Helios Forge, Inc. in connection with Project Daybreak battery acquisition. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control. The capitalization team used the record to summarize milestones, dependencies, risk status, decision owners, and the next reporting cycle. Producing custodian Theo Laurent identified it as an ordinary-course record from NetSuite close workbook; reviewer Willa Novak preserved the source wording and separately recorded the legal-control disposition.
|
| 27 |
-
|
| 28 |
-
> **Operative record:** the threshold is 7% with no stated tolerance
|
| 29 |
-
|
| 30 |
-
## 1. Purpose and audience
|
| 31 |
-
|
| 32 |
-
This status report supports the capitalization workstream for Helios Forge, Inc.. Its purpose is to summarize milestones, dependencies, risk status, decision owners, and the next reporting cycle. The intended audience is the M&A data-room diligence matter team, including legal, finance, compliance, and the business owner responsible for the next decision.
|
| 33 |
-
|
| 34 |
-
## 2. Record lineage and custody
|
| 35 |
-
|
| 36 |
-
The producing team exported this record from NetSuite close workbook and retained the native identifier CB-DOC-001-016. Theo Laurent confirmed the export boundary, while Willa Novak performed the legal-control review. The file has not been normalized to resolve differences with CB-DOC-001-073.
|
| 37 |
-
|
| 38 |
-
## 3. Matter and workstream context
|
| 39 |
-
|
| 40 |
-
For this capitalization review, legal and business stakeholders are using the record to evaluate revenue recognition exception, most-favored-customer exposure, and unreported security incident. The file is part of M&A data-room diligence and should be read against the stated decision deadline. A carve-out manufacturer owns cathode tooling in Nevada while its largest automaker customer can terminate upon an indirect change of control.
|
| 41 |
-
|
| 42 |
-
## 4. Operative content
|
| 43 |
-
|
| 44 |
-
The operative entry states that the threshold is 7% with no stated tolerance. The record-control overlay classifies this as the primary source for F-06 (financial covenant breach) at low severity. The assigned remediation owner is Amara Patel, with response due 2026-09-04. The entry is preserved as written because the benchmark requires reconciliation between sources, not silent correction of a document that appears incomplete or inconsistent.
|
| 45 |
-
|
| 46 |
-
## 5. Reviewer analysis
|
| 47 |
-
|
| 48 |
-
The reviewer tested internal consistency, execution or approval evidence, status history, and the cited cross-reference. The review did not assume that a later system entry controls an earlier signed record. Open points remain assigned through the action register below. Reviewer Willa Novak recorded status “reviewed — source conflict identified” and linked the file to CB-DOC-001-073. The control metric 684432 is an administrative population identifier, not a damages estimate or a statement of materiality.
|
| 49 |
-
|
| 50 |
-
## 6. Dependencies and reliance limits
|
| 51 |
-
|
| 52 |
-
The record should be read with the revenue recognition exception, most-favored-customer exposure, and unreported security incident materials and the files in the adjacent workstreams. Reliance is limited to the document as produced. The record does not incorporate unproduced attachments, oral explanations, or later events, and its administrative status should not be confused with a legal determination about the underlying obligation.
|
| 53 |
-
|
| 54 |
-
## Chronology
|
| 55 |
-
|
| 56 |
-
| Date | Event | Actor | Evidence |
|
| 57 |
-
|---|---|---|---|
|
| 58 |
-
| 2024-07-21 | Source population opened for collection | Theo Laurent | CB-DOC-001-016 |
|
| 59 |
-
| 2024-08-21 | Custodian confirmed system and date boundary | Nadine Flores | CB-DOC-001-073 |
|
| 60 |
-
| 2024-09-03 | Matter team completed first-level comparison | Owen Delgado | CB-DOC-001-073 |
|
| 61 |
-
| 2024-09-09 | Legal reviewer recorded the current disposition | Maya Ellison | CB-DOC-001-016 |
|
| 62 |
-
| 2024-10-12 | Assigned owner scheduled the next control response | Dominic Alvarez | CB-DOC-001-073 |
|
| 63 |
-
|
| 64 |
-
## Participants
|
| 65 |
-
|
| 66 |
-
| Name | Role | Responsibility |
|
| 67 |
-
|---|---|---|
|
| 68 |
-
| Theo Laurent | control owner | source completeness |
|
| 69 |
-
| Farah Ibrahim | matter lead | business interpretation |
|
| 70 |
-
| Rafael Okafor | business owner | legal review |
|
| 71 |
-
| Talia Brooks | records custodian | remediation tracking |
|
| 72 |
-
|
| 73 |
-
## Related records
|
| 74 |
-
|
| 75 |
-
- `CB-DOC-001-023` — same-cycle source (material contracts)
|
| 76 |
-
- `CB-DOC-001-035` — implementation evidence (employment)
|
| 77 |
-
- `CB-DOC-001-053` — independent control record (privacy security)
|
| 78 |
-
- `CB-DOC-001-069` — later reconciliation record (litigation)
|
| 79 |
-
|
| 80 |
-
## Action register
|
| 81 |
-
|
| 82 |
-
| ID | Action | Owner | Due | Status |
|
| 83 |
-
|---|---|---|---|---|
|
| 84 |
-
| A-016-1 | Before 2026-09-04, document the governing interpretation before the deadline; owner: Amara Patel. | Amara Patel | 2026-08-21 | open |
|
| 85 |
-
| A-016-2 | Preserve the native NetSuite close workbook export and document any replacement record. | Jonas Feld | 2026-08-28 | in review |
|
| 86 |
-
| A-016-3 | Report the disposition to the capitalization workstream lead before the matter deadline. | Willa Novak | 2026-09-04 | awaiting evidence |
|
| 87 |
-
|
| 88 |
-
## Scope and cross-reference
|
| 89 |
-
|
| 90 |
-
The record covers activity in Delaware through 2024-09-09 and should be evaluated with CB-DOC-001-073, the four related records listed below, and the complete capitalization folder. It is not a complete statement of law or a substitute for the other folders in production.
|
| 91 |
-
|
| 92 |
-
## Control note
|
| 93 |
-
|
| 94 |
-
Reviewer Willa Novak compared identifier 684432 against the folder index, the native NetSuite close workbook entry, and CB-DOC-001-073. The comparison preserved each source independently and did not infer facts held by other custodians, unproduced amendments, oral explanations, or records generated after the document date.
|
| 95 |
-
|
| 96 |
-
## Provenance
|
| 97 |
-
|
| 98 |
-
Synthetic CounselBench-100 benchmark evidence; all entities, people, addresses, amounts, and events are fictitious and are not legal advice.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|