From d399dfc92d9304a679908543aa47c954c489810a Mon Sep 17 00:00:00 2001 From: Bilawal Sidhu Date: Tue, 1 Sep 2026 14:32:45 -0500 Subject: [PATCH 1/2] docs: tighten README opening Simplify the keyless Quick Start pitch and clarify which data is live, regularly refreshed, simulated, or estimated. --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2cf2c0b..3636f57 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Photorealistic 3D globe. Live aircraft, ships, satellites, earthquakes, traffic, 🏆 **#1 on GitHub Trending this past week — thank you.** You asked for a one-click install; it's here. -⚡ **No keys, no signup, no config file.** One click through [Pinokio](https://pinokio.computer/) — or `npm install && npm run dev` — and the globe is live: real aircraft, real satellites, real cameras. Keys are power-ups you paste into the app later. **[→ Quick Start](#-quick-start)** +⚡ **No keys, no signup, no config file.** One click through [Pinokio](https://pinokio.computer/) — or `npm install && npm run dev` — and the globe comes to life. Keys are power-ups you paste into the app later. **[→ Quick Start](#-quick-start)** @@ -42,10 +42,13 @@ Most open-source intelligence is a pile of browser tabs. The signals are abundan > Half the magic is that it looks like a forbidden cockpit. The other half is that every line of code is inspectable. -Most feeds are live; explicitly labeled traffic, camera-pose, and launch -experiences may be simulated, estimated, or reconstructed. +Most feeds are live or regularly refreshed. Traffic is simulated along real +roads using aggregate location data. CCTV camera poses and rocket launch +trajectories are coarse estimates. -And it's honest about money: the best free and nearly-free APIs give you the real experience out of the box — then it's yours to extend with bigger, more expensive data sources whenever you're ready. +You'll be surprised how accessible this is. Free and nearly-free APIs deliver +a surprisingly complete experience out of the box — then it's yours to extend +with bigger data sources whenever you're ready. --- From ae66e9d299cc77e9f2b023e60d766b3cded5dece Mon Sep 17 00:00:00 2001 From: Bilawal Sidhu Date: Tue, 1 Sep 2026 14:32:45 -0500 Subject: [PATCH 2/2] chore(release): prepare v0.1.1 Promote the current reliability fixes into a dated patch release and align the package metadata. --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71041fe..76825c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ of current runtime behavior, see [`docs/CURRENT-STATE.md`](docs/CURRENT-STATE.md ## [Unreleased] +## [0.1.1] — 2026-09-01 — Installation and live-data fixes + +### Changed + +- Tightened the README opening around keyless setup, source freshness, modeled + experiences, and the accessibility of the provider stack. + ### Fixed - Pinokio now recognizes its nested successful-install marker, so a completed diff --git a/package-lock.json b/package-lock.json index eaec6f1..06b972e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gods-eye-view", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gods-eye-view", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "dependencies": { "@mapbox/vector-tile": "^3.0.0", diff --git a/package.json b/package.json index 7c2f0be..d977286 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gods-eye-view", "private": true, - "version": "0.1.0", + "version": "0.1.1", "description": "A real-time intelligence console for planet Earth — photorealistic 3D globe, live aircraft/ships/satellites/earthquakes/CCTV, and hands-free voice control. Runs in a browser.", "type": "module", "license": "MIT",