Alexander Whitestone
708212fa8a
feat: add portal atlas overlay
2026-04-05 13:26:46 -04:00
Alexander Whitestone
3c961beefd
refactor: route remaining fetch() calls through data/ modules
...
CI / validate (pull_request) Failing after 13s
CI / auto-merge (pull_request) Has been skipped
bookshelves.js used direct Gitea API fetch() for commit banners and
PR bookshelves. weather.js used direct Open-Meteo fetch() for weather.
Route both through their respective data/ modules (data/gitea.js and
data/weather.js). Add fetchMergedPRs() to data/gitea.js.
The one remaining fetch() in weather.js (runPortalHealthChecks) is a
no-cors connectivity probe, not data collection — accepted exception.
Fixes #421
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-24 18:06:28 -04:00
764b617a2a
[modularization] Phase 2: Extract data layer — gitea, weather, bitcoin, loaders ( #460 )
Deploy Nexus / deploy (push) Failing after 4s
Staging Smoke Test / smoke-test (push) Failing after 0s
2026-03-24 21:28:03 +00:00
d201d3e6a9
feat: add visual banner, staging link, and real smoke-test badge ( #458 )
Deploy Nexus / deploy (push) Failing after 4s
Staging Smoke Test / smoke-test (push) Failing after 1s
2026-03-24 21:21:19 +00:00
06faa75df7
fix: point staging to localhost exclusively and entirely ( #459 )
Staging Smoke Test / smoke-test (push) Failing after 1s
Deploy Nexus / deploy (push) Failing after 8s
2026-03-24 21:21:07 +00:00
manus
24e71396cc
[manus] Nostr Integration — Sovereign Communication ( #454 ) ( #455 )
...
Deploy Nexus / deploy (push) Failing after 8s
Staging Smoke Test / smoke-test (push) Successful in 1s
Co-authored-by: manus <manus@noreply.143.198.27.163 >
Co-committed-by: manus <manus@noreply.143.198.27.163 >
2026-03-24 19:58:25 +00:00
a2b2b1a9af
[gemini] Research Drop findings ( #456 ) ( #457 )
Deploy Nexus / deploy (push) Failing after 15s
Staging Smoke Test / smoke-test (push) Successful in 0s
2026-03-24 19:55:28 +00:00
manus
4effd9245c
[manus] SovOS Architecture — Modular 3D Interface ( #452 ) ( #453 )
...
Deploy Nexus / deploy (push) Failing after 4s
Staging Smoke Test / smoke-test (push) Successful in 1s
Co-authored-by: manus <manus@noreply.143.198.27.163 >
Co-committed-by: manus <manus@noreply.143.198.27.163 >
2026-03-24 19:41:43 +00:00
Alexander Whitestone
cbfacdfe19
refactor: split app.js (5416 lines) into 21 modules — hard cap 1000 lines/file
...
Deploy Nexus / deploy (push) Failing after 3s
Staging Smoke Test / smoke-test (push) Successful in 1s
app.js: 5416 → 528 lines (entry point, animation loop, event wiring)
modules/state.js: shared mutable state object
modules/constants.js: color palette
modules/matrix-rain.js: matrix rain canvas effect
modules/scene-setup.js: scene, camera, renderer, lighting, stars
modules/platform.js: glass platform, perlin noise, floating island, clouds
modules/heatmap.js: commit heatmap
modules/sigil.js: Timmy sigil
modules/controls.js: mouse, overview, zoom, photo mode
modules/effects.js: energy beam, sovereignty meter, rune ring
modules/earth.js: holographic earth
modules/warp.js: warp tunnel, crystals, lightning
modules/dual-brain.js: dual-brain holographic panel
modules/audio.js: Web Audio, spatial, portal hums
modules/debug.js: debug mode, websocket, session export
modules/celebrations.js: easter egg, shockwave, fireworks
modules/portals.js: portal loading
modules/bookshelves.js: floating bookshelves, spine textures
modules/oath.js: The Oath interactive SOUL.md
modules/panels.js: agent status board, LoRA panel
modules/weather.js: weather system, portal health
modules/extras.js: gravity zones, speech, timelapse, bitcoin
Largest file: 528 lines (app.js). No file exceeds 1000.
All files pass node --check. No refactoring — mechanical split only.
2026-03-24 15:12:22 -04:00
a47d48fa2b
Merge pull request 'feat: update README with banner, staging link, and real smoke-test badge' ( #450 ) from antigravity/the-nexus:feature/nexus-banner into main
...
Deploy Nexus / deploy (push) Failing after 4s
Staging Smoke Test / smoke-test (push) Successful in 1s
Reviewed-on: http://143.198.27.163:3000/Timmy_Foundation/the-nexus/pulls/450
2026-03-24 19:01:54 +00:00
Alexander Whitestone
9dfad66fae
feat: adding visual banner, staging link, and real smoke-test badge
CI / validate (pull_request) Has been cancelled
CI / auto-merge (pull_request) Has been cancelled
2026-03-24 14:58:49 -04:00
90b8e64a5b
[gemini] Add banner, staging link, and status to README.md ( #448 ) ( #449 )
Deploy Nexus / deploy (push) Failing after 4s
2026-03-24 18:56:49 +00:00
481a0790d2
[claude] Phase 3: Panel modules — Heatmap, Agent Board, Dual-Brain, LoRA, Sovereignty, Earth ( #422 ) ( #446 )
...
Deploy Nexus / deploy (push) Failing after 4s
Co-authored-by: Claude (Opus 4.6) <claude@hermes.local >
Co-committed-by: Claude (Opus 4.6) <claude@hermes.local >
2026-03-24 18:22:34 +00:00
35dd6c5f17
[claude] Phase 4: Effects modules — matrix rain, lightning, beam, runes, gravity, shockwave ( #423 ) ( #444 )
...
Deploy Nexus / deploy (push) Failing after 4s
Co-authored-by: Claude (Opus 4.6) <claude@hermes.local >
Co-committed-by: Claude (Opus 4.6) <claude@hermes.local >
2026-03-24 18:19:26 +00:00
02c8c351b1
[claude] InstancedMesh for glass tiles and island spires ( #425 ) ( #443 )
...
Deploy Nexus / deploy (push) Has been cancelled
Co-authored-by: Claude (Opus 4.6) <claude@hermes.local >
Co-committed-by: Claude (Opus 4.6) <claude@hermes.local >
2026-03-24 18:19:19 +00:00
8580c6754b
[gemini] Implement mobile heartbeat status page ( #416 ) ( #440 )
...
Deploy Nexus / deploy (push) Failing after 3s
Co-authored-by: Google AI Agent <gemini@hermes.local >
Co-committed-by: Google AI Agent <gemini@hermes.local >
2026-03-24 18:16:08 +00:00
e970746c28
[claude] Remove _placeholderCanvas 404-fixer code ( #427 ) ( #435 )
...
Deploy Nexus / deploy (push) Failing after 5s
Co-authored-by: Claude (Opus 4.6) <claude@hermes.local >
Co-committed-by: Claude (Opus 4.6) <claude@hermes.local >
2026-03-24 18:13:34 +00:00
ee9d5b0108
[claude] Add Commit Discipline section to CLAUDE.md ( #429 ) ( #436 )
Deploy Nexus / deploy (push) Has been cancelled
2026-03-24 18:13:32 +00:00
6e65508dff
[gemini] Add lightweight text-only status page ( #426 ) ( #434 )
...
Deploy Nexus / deploy (push) Failing after 3s
Co-authored-by: Google AI Agent <gemini@hermes.local >
Co-committed-by: Google AI Agent <gemini@hermes.local >
2026-03-24 18:13:09 +00:00
9a55794441
[gemini] chore: Remove dead files from tombstone audit ( #428 ) ( #433 )
Deploy Nexus / deploy (push) Failing after 4s
2026-03-24 18:12:48 +00:00
65d7d44ea1
[gemini] Acknowledge issue #431 as an escalation channel ( #431 ) ( #432 )
Deploy Nexus / deploy (push) Has been cancelled
2026-03-24 18:12:33 +00:00
a56fe611a9
fix: redact bot token from public repo — token must be stored in sovereign config only
Deploy Nexus / deploy (push) Failing after 3s
2026-03-24 17:59:31 +00:00
27da609d4a
docs: add NEXUS_BOT_HANDOFF.md — Telegram bot credentials and protocol for Timmy (Refs #431 )
Deploy Nexus / deploy (push) Failing after 3s
2026-03-24 17:58:58 +00:00
677a9e5ae8
docs: add ESCALATION.md — the Ultimate Scroll (Refs #431 )
Deploy Nexus / deploy (push) Failing after 3s
2026-03-24 17:45:44 +00:00
9ec5c52936
docs: establish modular architecture rules — app.js is thin orchestrator ( #430 )
...
Deploy Nexus / deploy (push) Failing after 4s
Co-authored-by: Perplexity Computer <perplexity@tower.local >
Co-committed-by: Perplexity Computer <perplexity@tower.local >
2026-03-24 17:12:48 +00:00
05bd7ffec7
refactor: honesty pass — every visual element tied to real data or shown as honestly offline ( #408 )
...
Deploy Nexus / deploy (push) Failing after 3s
Co-authored-by: Perplexity Computer <perplexity@tower.local >
Co-committed-by: Perplexity Computer <perplexity@tower.local >
2026-03-24 17:03:18 +00:00
e29b6ff0a8
feat: add dual-brain holographic panel with brain pulse visualization ( #407 )
...
Deploy Nexus / deploy (push) Failing after 3s
Co-authored-by: Perplexity Computer <perplexity@tower.local >
Co-committed-by: Perplexity Computer <perplexity@tower.local >
2026-03-24 16:41:13 +00:00
Alexander Whitestone
0a49e6e75d
docs: add SYSTEM.md — agent constitution
...
Deploy Nexus / deploy (push) Failing after 3s
CI / validate (pull_request) Failing after 4s
CI / auto-merge (pull_request) Has been skipped
Every agent must read this before writing code.
Defines rules, architecture, and quality standards.
2026-03-24 11:07:40 -04:00
6d2a136baf
[claude] Onboard ollama as local agent ( #397 ) ( #398 )
Deploy Nexus / deploy (push) Failing after 5s
CI / validate (pull_request) Failing after 8s
CI / auto-merge (pull_request) Has been skipped
2026-03-24 14:27:14 +00:00
0c7fb43b2d
[groq] Research: NotebookLM — create audio overview of SOUL.md as podcast ( #293 ) ( #392 )
Deploy Nexus / deploy (push) Failing after 4s
CI / validate (pull_request) Failing after 5s
CI / auto-merge (pull_request) Has been skipped
2026-03-24 13:20:15 +00:00
024d3a458a
[groq] Research: NotebookLM — create audio overview of SOUL.md as podcast ( #293 ) ( #391 )
Deploy Nexus / deploy (push) Failing after 4s
2026-03-24 13:19:03 +00:00
b68d874cdc
[groq] Research: NotebookLM — create audio overview of SOUL.md as podcast ( #293 ) ( #390 )
Deploy Nexus / deploy (push) Failing after 3s
2026-03-24 13:18:09 +00:00
f14a81cd22
[groq] Research: NotebookLM — create audio overview of SOUL.md as podcast ( #293 ) ( #389 )
Deploy Nexus / deploy (push) Failing after 4s
2026-03-24 13:17:16 +00:00
2f633c566d
[grok] Energy beam connecting Batcave terminal to the sky ( #86 ) ( #387 )
Deploy Nexus / deploy (push) Failing after 4s
CI / validate (pull_request) Failing after 4s
CI / auto-merge (pull_request) Has been skipped
2026-03-24 13:12:29 +00:00
fda629162c
[grok] Energy beam connecting Batcave terminal to the sky ( #86 ) ( #386 )
Deploy Nexus / deploy (push) Failing after 3s
2026-03-24 13:11:05 +00:00
4f5c2d899b
[groq] Research: NotebookLM — create audio overview of SOUL.md as podcast ( #293 ) ( #385 )
...
Deploy Nexus / deploy (push) Failing after 4s
Co-authored-by: Groq Agent <groq@noreply.143.198.27.163 >
Co-committed-by: Groq Agent <groq@noreply.143.198.27.163 >
2026-03-24 13:10:24 +00:00
d035f90d09
[grok] Energy beam connecting Batcave terminal to the sky ( #86 ) ( #384 )
Deploy Nexus / deploy (push) Failing after 4s
2026-03-24 13:09:53 +00:00
ea3df7b9b5
[grok] Energy beam connecting Batcave terminal to the sky ( #86 ) ( #382 )
...
Deploy Nexus / deploy (push) Failing after 4s
CI / validate (pull_request) Successful in 5s
CI / auto-merge (pull_request) Successful in 0s
Co-authored-by: Grok (on notice) <grok@noreply.143.198.27.163 >
Co-committed-by: Grok (on notice) <grok@noreply.143.198.27.163 >
2026-03-24 13:05:49 +00:00
c70b6e87be
[groq] Research: NotebookLM — create audio overview of SOUL.md as podcast ( #293 ) ( #381 )
...
Deploy Nexus / deploy (push) Failing after 4s
Co-authored-by: Groq (probation) <groq@noreply.143.198.27.163 >
Co-committed-by: Groq (probation) <groq@noreply.143.198.27.163 >
2026-03-24 13:05:24 +00:00
b6b5d7817f
[grok] Energy beam connecting Batcave terminal to the sky ( #86 ) ( #380 )
...
Deploy Nexus / deploy (push) Failing after 4s
Co-authored-by: Grok (on notice) <grok@noreply.143.198.27.163 >
Co-committed-by: Grok (on notice) <grok@noreply.143.198.27.163 >
2026-03-24 13:04:04 +00:00
241e6f1e33
[test] CI pipeline v2 ( #379 )
Deploy Nexus / deploy (push) Failing after 4s
2026-03-24 13:03:14 +00:00
Alexander Whitestone
92a13caf5a
fix: add package.json with type:module for ESM support
...
Deploy Nexus / deploy (push) Failing after 4s
node --check fails on import statements without this.
Fixes CI validation for all JS files.
2026-03-24 09:02:36 -04:00
08d83f9bcb
[groq] Research: NotebookLM — create audio overview of SOUL.md as podcast ( #293 ) ( #377 )
Deploy Nexus / deploy (push) Failing after 7s
CI / validate (pull_request) Failing after 6s
CI / auto-merge (pull_request) Has been skipped
2026-03-24 13:01:51 +00:00
611ba9790f
[groq] Research: NotebookLM — create audio overview of SOUL.md as podcast ( #293 ) ( #375 )
Deploy Nexus / deploy (push) Failing after 3s
2026-03-24 13:00:49 +00:00
14b118f03d
[grok] Energy beam connecting Batcave terminal to the sky ( #86 ) ( #376 )
Deploy Nexus / deploy (push) Failing after 4s
2026-03-24 12:59:37 +00:00
f5feaf4ded
[groq] Research: NotebookLM — create audio overview of SOUL.md as podcast ( #293 ) ( #374 )
Deploy Nexus / deploy (push) Failing after 4s
CI / validate (pull_request) Failing after 6s
CI / auto-merge (pull_request) Has been skipped
2026-03-24 12:58:22 +00:00
a7c13aac1e
[test] CI pipeline verification ( #373 )
Deploy Nexus / deploy (push) Failing after 4s
2026-03-24 12:57:22 +00:00
29ae0296d4
[groq] Research: NotebookLM — create audio overview of SOUL.md as podcast ( #293 ) ( #372 )
Deploy Nexus / deploy (push) Failing after 4s
2026-03-24 12:55:11 +00:00
c6db04a145
[groq] Research: NotebookLM — create audio overview of SOUL.md as podcast ( #293 ) ( #371 )
Deploy Nexus / deploy (push) Failing after 4s
2026-03-24 12:54:13 +00:00
3829e946ff
[grok] Energy beam connecting Batcave terminal to the sky ( #86 ) ( #370 )
Deploy Nexus / deploy (push) Failing after 4s
2026-03-24 12:53:04 +00:00