Neomorphic labs market-observations public sources These files are the browser source for /labs/market-observations/. They are MIT licensed and meant to be served as static files over HTTP. They are not a live API and not a proxy. /labs/market-observations/page.js /labs/market-observations/fetch-market-stats.js /labs/market-observations/bridge-envelope.js /labs/market-observations/moltjobs-stats-adapter.js /labs/market-observations/normalize-market-stats.js /labs/market-observations/LICENSE /labs/market-observations/SOURCE.txt The page loads page.js as a module. That module fetches https://samedaydesk.com/api/market-observations/moltjobs-stats on load and on an explicit Refresh click. It does not poll. Upstream source remains https://api.moltjobs.io/v1/stats. SameDayDesk reads that URL and returns a labelled JSON envelope. The browser reads the envelope. This is a labelled transport change, not a hidden proxy. normalize-market-stats.js and moltjobs-stats-adapter.js are browser copies of experiments/scale-20260909/s46/lib/. Keep names aligned with CORE. bridge-envelope.js prefers the SameDayDesk envelope when present. This origin is Astro output: "static". A Node read-only proxy stub may exist in the overlay tree under runtime-proxy/ with runtimeHostingRequired: true. That stub is undeployable on static hosting and is not used by this page. npmPublished: false publicationStatus: overlay-only-not-deployed until root deploys the origin.