Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _archives/harness-v4/20260717T192824Z/MANIFEST.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schema": "harness-v4-archive/v1",
"site_id": "corpos",
"local_path": "/Users/sagehart/Downloads/CorpOS",
"local_path": "/Users/<redacted>/Downloads/CorpOS",
"utc": "20260717T192824Z",
"archived": [
{
Expand Down
2 changes: 1 addition & 1 deletion evidence/site-delivery-r3/verify-stdout.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dist/assets/index-EZBLqJ-Y.js 19.91 kB │ gzip: 7.86 kB
> vitest run


RUN v3.2.7 /Users/sagehart/Downloads/CorpOS
RUN v3.2.7 /Users/<redacted>/Downloads/CorpOS

✓ test/governance.test.ts (5 tests) 67ms
✓ test/governance-r3.test.ts (8 tests) 92ms
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/company-day.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export async function runCompanyDay(opts?: {
opts?.company ?? (await createCompany({ dbPath: opts?.dbPath ?? ":memory:", mcpInvoke }));

let provider: LLMProvider;
let providerMode: "simulation" | "live" = "simulation";
let providerMode: "simulation" | "live";
if (opts?.provider) {
provider = opts.provider;
providerMode = provider.id === "live" ? "live" : "simulation";
Expand Down
Loading