← back to Homesonspec
auto-save: 2026-07-27T16:52:13 (3 files) — apps/workers/src/pipeline.itest.ts collectors/taylor-morrison/tsconfig.json packages/source-registry/src/
2fa9a7f9e6c168597b7e5ec2c255a0216f8411d5 · 2026-07-27 16:52:21 -0700 · Steve Abrams
Files touched
M apps/workers/src/pipeline.itest.tsA collectors/taylor-morrison/tsconfig.jsonA packages/source-registry/src/index.ts
Diff
commit 2fa9a7f9e6c168597b7e5ec2c255a0216f8411d5
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Mon Jul 27 16:52:21 2026 -0700
auto-save: 2026-07-27T16:52:13 (3 files) — apps/workers/src/pipeline.itest.ts collectors/taylor-morrison/tsconfig.json packages/source-registry/src/
---
apps/workers/src/pipeline.itest.ts | 2 +-
collectors/taylor-morrison/tsconfig.json | 1 +
packages/source-registry/src/index.ts | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/apps/workers/src/pipeline.itest.ts b/apps/workers/src/pipeline.itest.ts
index 7be956e..7de3d92 100644
--- a/apps/workers/src/pipeline.itest.ts
+++ b/apps/workers/src/pipeline.itest.ts
@@ -108,7 +108,7 @@ describe("fixture pipeline end-to-end", () => {
const juniper = await prisma.inventoryHome.findFirstOrThrow({
where: { street: "118 Juniper Draw" },
});
- const fv = (value: unknown, raw: string | null) => ({
+ const fv = (value: string | number | null, raw: string | null) => ({
value, raw, evidenceText: raw, sourceUrl: "fixture://test", confidence: value === null ? 0 : 1,
});
// Same canonical identity, price dropped 20%.
diff --git a/collectors/taylor-morrison/tsconfig.json b/collectors/taylor-morrison/tsconfig.json
new file mode 100644
index 0000000..e9bfc48
--- /dev/null
+++ b/collectors/taylor-morrison/tsconfig.json
@@ -0,0 +1 @@
+{ "extends": "../../tsconfig.base.json", "compilerOptions": { "noEmit": true }, "include": ["src/**/*.ts"] }
diff --git a/packages/source-registry/src/index.ts b/packages/source-registry/src/index.ts
new file mode 100644
index 0000000..cb0ff5c
--- /dev/null
+++ b/packages/source-registry/src/index.ts
@@ -0,0 +1 @@
+export {};
← ef45303 web: honest Lennar-anchored positioning (TK-10 blocker C)
·
back to Homesonspec
·
admin: fail-closed auth + generated prod password (TK-10 sec 89f29a3 →