Commit Graph

151 Commits

Author SHA1 Message Date
Alexander Whitestone
9c0f14a698 chore: checkpoint divergent local main state 2026-04-05 13:30:36 -04:00
Alexander Whitestone
4379f70352 fix: restore weather.js + bookshelves.js to inline versions, remove unused panels/ and effects/ subdirs
Some checks failed
Deploy Nexus / deploy (push) Failing after 4s
Staging Smoke Test / smoke-test (push) Successful in 1s
The Phase 2 data-layer PRs modified these to import from data/ and core/,
but those directories were removed in the Manus revert. Restore to the
self-contained split-commit versions.

panels/ and effects/ subdirectories were Phase 2 extractions not used
by the main import chain (app.js -> modules/panels.js, not panels/).
2026-03-24 18:47:16 -04:00
Alexander Whitestone
979c7cf96b revert: strip Manus damage (nostr, SovOS, gutted app.js) — restore clean split
Some checks failed
Deploy Nexus / deploy (push) Failing after 5s
Staging Smoke Test / smoke-test (push) Successful in 1s
Reverts to the state of cbfacdf (split app.js into 21 modules, <1000 lines each).
Removes: nostr.js, nostr-panel.js, SovOS.js, RESEARCH_DROP_456.md, core/, data/
Historical archive preserved in .historical/ and branch archive/manus-damage-2026-03-24

Refs #418, #452, #454
2026-03-24 18:29:57 -04:00
Alexander Whitestone
b1cc4c05da chore: archive Manus damage for historical record before revert 2026-03-24 18:28:31 -04:00
7b54b22df1 [claude] Phase 1: Core Foundation — scene, ticker, theme, state (#410) (#463)
Some checks failed
Deploy Nexus / deploy (push) Failing after 5s
Staging Smoke Test / smoke-test (push) Failing after 1s
2026-03-24 22:16:50 +00:00
09c83e8734 [claude] Phase 1: Core Foundation — scene, ticker, theme, state (#410) (#463)
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
Staging Smoke Test / smoke-test (push) Has been cancelled
2026-03-24 22:16:49 +00:00
6db2871785 [claude] Phase 2: move portal health probe to data/loaders (#411) (#462)
Some checks failed
Deploy Nexus / deploy (push) Failing after 7s
Staging Smoke Test / smoke-test (push) Failing after 1s
2026-03-24 22:12:22 +00:00
c0a673038b [claude] Phase 2 cleanup: route remaining fetch() through data/ modules (#421) (#461)
Some checks failed
Deploy Nexus / deploy (push) Failing after 3s
Staging Smoke Test / smoke-test (push) Failing after 0s
2026-03-24 22:07:19 +00:00
764b617a2a [modularization] Phase 2: Extract data layer — gitea, weather, bitcoin, loaders (#460)
Some checks failed
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)
Some checks failed
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)
Some checks failed
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)
Some checks failed
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)
Some checks failed
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)
Some checks failed
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
Some checks failed
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
Some checks failed
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
Some checks failed
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)
Some checks failed
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)
Some checks failed
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)
Some checks failed
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)
Some checks failed
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)
Some checks failed
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)
Some checks failed
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)
Some checks failed
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)
Some checks failed
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)
Some checks failed
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)
Some checks failed
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
Some checks failed
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)
Some checks failed
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)
Some checks failed
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)
Some checks failed
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)
Some checks failed
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)
Some checks failed
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
Some checks failed
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)
Some checks failed
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)
Some checks failed
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)
Some checks failed
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)
Some checks failed
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)
Some checks failed
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)
Some checks failed
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)
Some checks failed
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)
Some checks failed
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)
Some checks failed
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)
Some checks failed
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)
Some checks failed
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)
Some checks failed
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)
Some checks failed
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
Some checks failed
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)
Some checks failed
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)
Some checks failed
Deploy Nexus / deploy (push) Failing after 3s
2026-03-24 13:00:49 +00:00