Alexander Whitestone
1294f37b44
fix: [MIGRATION] Preserve legacy the-matrix quality work before Nexus rewrite ( closes #685 )
CI / test (pull_request) Failing after 9s
CI / validate (pull_request) Failing after 12s
Review Approval Gate / verify-review (pull_request) Failing after 3s
2026-04-10 20:17:03 -04:00
cc4af009c7
[claude] Mnemosyne session rooms — holographic chambers per session ( #1171 ) ( #1178 )
Deploy Nexus / deploy (push) Failing after 3s
Staging Verification Gate / verify-staging (push) Failing after 3s
CI / test (pull_request) Failing after 9s
CI / validate (pull_request) Failing after 13s
Review Approval Gate / verify-review (pull_request) Failing after 3s
2026-04-10 22:45:10 +00:00
089b06b6f8
[claude] Mnemosyne category regions — spatial zones for fact types ( #1168 ) ( #1179 )
Deploy Nexus / deploy (push) Failing after 2s
Staging Verification Gate / verify-staging (push) Has been cancelled
2026-04-10 22:45:04 +00:00
8beae5ecc1
[claude] Mnemosyne holographic fact detail panel ( #1172 ) ( #1177 )
Deploy Nexus / deploy (push) Failing after 3s
Staging Verification Gate / verify-staging (push) Failing after 6s
2026-04-10 22:29:17 +00:00
e2edfd3318
[claude] Mnemosyne gravity well clustering — related memories attract in 3D ( #1175 ) ( #1176 )
Deploy Nexus / deploy (push) Failing after 4s
Staging Verification Gate / verify-staging (push) Failing after 4s
2026-04-10 22:18:46 +00:00
8e18fa5311
Merge pull request 'fix: Missing Source Code Investigation — Classical AI Commits Disappearing' ( #1163 ) from mimo/code/issue-1145 into main
...
Deploy Nexus / deploy (push) Failing after 2s
Staging Verification Gate / verify-staging (push) Failing after 3s
Auto-merged by Timmy
2026-04-10 21:00:40 +00:00
1bf2af15a0
Merge pull request 'fix: [DEFERRED] Hermes Trismegistus — New Wizard Proposal' ( #1162 ) from mimo/code/issue-1146 into main
...
Deploy Nexus / deploy (push) Has been cancelled
Staging Verification Gate / verify-staging (push) Has been cancelled
Auto-merged by Timmy
2026-04-10 21:00:37 +00:00
4095946749
Merge pull request '[Mnemosyne] Memory crystal click-to-inspect interaction' ( #1161 ) from feat/mnemosyne-crystal-inspect into main
...
Deploy Nexus / deploy (push) Failing after 3s
Staging Verification Gate / verify-staging (push) Failing after 3s
Auto-merged by Timmy
2026-04-10 21:00:24 +00:00
Alexander Whitestone
845e2f2ced
fix: Missing Source Code Investigation — Classical AI Commits Disappearing ( closes #1145 )
...
CI / test (pull_request) Failing after 8s
CI / validate (pull_request) Failing after 12s
Review Approval Gate / verify-review (pull_request) Failing after 3s
Root cause: duplicate agents wrote GOFAI code to public/nexus/app.js (wrong path)
instead of root app.js. The public/nexus/ files were corrupt duplicates that got
overwritten and eventually deleted, creating the illusion of disappearing code.
The classical AI code is fully present in root app.js — all 13 classes verified:
SymbolicEngine, AgentFSM, KnowledgeGraph, Blackboard, SymbolicPlanner,
HTNPlanner, CaseBasedReasoner, NeuroSymbolicBridge, MetaReasoningLayer,
AdaptiveCalibrator, PSELayer, plus A* search and bitmask fact indexing.
Prevention:
- Added public/nexus/ to .gitignore
- Added canonical file path documentation to CLAUDE.md
- Filed investigation report (INVESTIGATION_ISSUE_1145.md)
2026-04-10 16:25:57 -04:00
Mimo Swarm (mimo-code-1146)
60af11ec2f
fix: [DEFERRED] Hermes Trismegistus — New Wizard Proposal ( closes #1146 )
...
CI / test (pull_request) Failing after 9s
CI / validate (pull_request) Failing after 13s
Review Approval Gate / verify-review (pull_request) Failing after 3s
- Added fleet/hermes-trismegistus/README.md with full proposal
- Added fleet/hermes-trismegistus/lane.md with routing definition
- Filled in acceptance criteria from issue #1146
- Status remains DEFERRED — unblock conditions documented
Automated by mimo-v2-pro swarm.
2026-04-10 16:14:13 -04:00
c387708892
feat(mnemosyne): add memory crystal inspection panel styles
CI / test (pull_request) Failing after 10s
CI / validate (pull_request) Failing after 13s
Review Approval Gate / verify-review (pull_request) Failing after 2s
2026-04-10 19:38:57 +00:00
8694c0f5ad
feat(mnemosyne): add memory crystal inspection panel HTML overlay
2026-04-10 19:38:55 +00:00
c3547196d8
feat(mnemosyne): memory crystal click-to-inspect — raycast crystals, show panel, dismiss on empty click
2026-04-10 19:38:54 +00:00
87bfe9b332
feat(mnemosyne): add crystal mesh query + highlight/select API for click-to-inspect
2026-04-10 19:38:53 +00:00
a0964a2fbf
auto-merge PR #1159
Deploy Nexus / deploy (push) Failing after 3s
Staging Verification Gate / verify-staging (push) Failing after 2s
2026-04-10 19:03:41 +00:00
1e7bb2a453
feat: add localStorage persistence to Spatial Memory Schema
...
CI / test (pull_request) Failing after 13s
CI / validate (pull_request) Failing after 13s
Review Approval Gate / verify-review (pull_request) Failing after 2s
Auto-saves on placeMemory/removeMemory. Auto-restores on init.
Prunes archive memories on quota exceeded.
Closes #1158
2026-04-10 12:43:00 +00:00
847c4d50d4
[auto-merge] Add desktop automation primitives to Hermes
...
Deploy Nexus / deploy (push) Failing after 3s
Staging Verification Gate / verify-staging (push) Failing after 3s
Auto-merged by PR review bot: Add desktop automation primitives to Hermes
2026-04-10 11:48:25 +00:00
Alexander Whitestone
220f20c794
feat: add desktop automation primitives to Hermes ( #1125 )
...
CI / test (pull_request) Failing after 8s
CI / validate (pull_request) Failing after 10s
Review Approval Gate / verify-review (pull_request) Failing after 2s
Implements Phase 1 and Phase 2 tooling from issue #1125 :
- nexus/computer_use.py: four Hermes tools with poka-yoke safety
* computer_screenshot() — capture & base64-encode desktop snapshot
* computer_click(x, y, button, confirm) — right/middle require confirm=True
* computer_type(text, confirm) — sensitive keywords blocked without confirm=True;
text value is never written to audit log
* computer_scroll(x, y, amount) — scroll wheel
* read_action_log() — inspect recent JSONL audit entries
* pyautogui.FAILSAFE=True; all tools degrade gracefully when headless
- nexus/computer_use_demo.py: Phase 1 demo (baseline screenshot →
open browser → navigate to Gitea forge → evidence screenshot)
- tests/test_computer_use.py: 32 unit tests, fully headless
(pyautogui mocked), all passing
- docs/computer-use.md: API reference, safety table, phase roadmap,
pilot recipes
- docker-compose.desktop.yml: sandboxed Xvfb + noVNC container
Fixes #1125
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-10 05:45:27 -04:00
e85cefd9c0
Merge pull request #1130
...
Deploy Nexus / deploy (push) Failing after 2s
Staging Verification Gate / verify-staging (push) Failing after 3s
Merged PR #1130
2026-04-10 09:37:52 +00:00
beec49a92d
Merge branch 'main' into claude/issue-1126
CI / test (pull_request) Failing after 10s
CI / validate (pull_request) Failing after 11s
Review Approval Gate / verify-review (pull_request) Successful in 2s
2026-04-10 09:37:45 +00:00
ef25c073ce
Merge pull request '[Mnemosyne] Consolidated Spatial Memory Schema — spatial regions + demo memories' ( #1156 ) from feat/mnemosyne-spatial-schema-consolidated into main
...
Deploy Nexus / deploy (push) Failing after 3s
Staging Verification Gate / verify-staging (push) Failing after 3s
Merge PR #1156 : [Mnemosyne] Consolidated Spatial Memory Schema — spatial regions + demo memories
2026-04-10 09:35:23 +00:00
5ce928a00d
feat(mnemosyne): integrate SpatialMemory — import, init, update loop, demo seeds
CI / test (pull_request) Failing after 9s
CI / validate (pull_request) Failing after 13s
Review Approval Gate / verify-review (pull_request) Failing after 4s
2026-04-10 07:41:13 +00:00
61871cf6ed
feat(mnemosyne): add SpatialMemory component with 6 semantic regions
2026-04-10 07:36:53 +00:00
6f949698fe
Merge pull request #1148
...
Deploy Nexus / deploy (push) Failing after 3s
Staging Verification Gate / verify-staging (push) Failing after 5s
Merged PR #1148
2026-04-10 03:43:56 +00:00
6cf1f4d078
feat(mnemosyne): implement memory orb system with game loop integration\n\n- Added spawnMemoryOrb() with PBR materials and point lighting\n- Added removeMemoryOrb() with proper resource disposal\n- Added animateMemoryOrbs() for pulse/fade animation\n- Added spawnRetrievalOrbs() for RAG result visualization\n- Integrated animateMemoryOrbs(delta) into gameLoop()\n- Orbs auto-fade after 30s with smooth 10s fade-out\n\nFixes #1147\nSupersedes PR #1147 (blocked by branch protection)
CI / test (pull_request) Failing after 9s
CI / validate (pull_request) Failing after 19s
Review Approval Gate / verify-review (pull_request) Successful in 4s
2026-04-10 02:13:31 +00:00
182a1148eb
Merge pull request '[PERPLEXITY-03] Replace SOUL.md with pointer to canonical timmy-home version' ( #1133 ) from perplexity/soul-md-pointer into main
Deploy Nexus / deploy (push) Failing after 2s
Staging Verification Gate / verify-staging (push) Failing after 3s
v7.0.0
2026-04-08 11:10:32 +00:00
b1743612e9
fix: replace SOUL.md with pointer to canonical timmy-home version
...
CI / test (pull_request) Failing after 10s
CI / validate (pull_request) Failing after 12s
Review Approval Gate / verify-review (pull_request) Failing after 3s
SOUL.md was duplicated across 3 repos with divergent content.
timmy-home is the canonical source for the narrative identity document.
This replaces the stale copy with a pointer file.
See: timmy-config#388, timmy-config#378
2026-04-08 10:57:16 +00:00
Alexander Whitestone
ef74536e33
feat: add edge-tts as zero-cost voice output provider
...
CI / test (pull_request) Failing after 33s
CI / validate (pull_request) Failing after 26s
Review Approval Gate / verify-review (pull_request) Failing after 5s
- Add EdgeTTSAdapter to bin/deepdive_tts.py (provider key: "edge-tts")
default voice: en-US-GuyNeural, no API key required
- Add EdgeTTS class to intelligence/deepdive/tts_engine.py
- Update HybridTTS to try edge-tts as fallback between piper and elevenlabs
- Add --voice-memo flag to bin/night_watch.py for spoken nightly reports
- Add edge-tts>=6.1.9 to requirements.txt
- Create docs/voice-output.md documenting all providers and fallback chain
- Add tests/test_edge_tts.py with 17 unit tests (all mocked, no network)
Fixes #1126
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-08 06:29:26 -04:00
a1c153c095
Merge pull request 'feat: add /record endpoint to fleet_api' ( #1129 ) from feat/mempalace-api-add-1775582323040 into main
Deploy Nexus / deploy (push) Failing after 4s
Staging Verification Gate / verify-staging (push) Failing after 5s
2026-04-08 10:17:00 +00:00
6d4d94af29
Merge branch 'main' into feat/mempalace-api-add-1775582323040
CI / test (pull_request) Failing after 13s
CI / validate (pull_request) Failing after 13s
Review Approval Gate / verify-review (pull_request) Successful in 5s
2026-04-08 10:14:42 +00:00
Alexander Whitestone
2d08131a6d
docs(audit): add Perplexity Audit #3 response tracking
...
Deploy Nexus / deploy (push) Failing after 5s
Staging Verification Gate / verify-staging (push) Failing after 12s
Acknowledge QA findings from #1112 . All action items are cross-repo:
hermes-agent#223 (syntax error), timmy-config#352 (conflicts +
dual-scheduler), the-beacon missing from Kaizen retro REPOS.
the-nexus CI coverage already in place.
Refs #1112
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-08 10:12:32 +00:00
b751be5655
Merge branch 'main' into feat/mempalace-api-add-1775582323040
CI / test (pull_request) Failing after 22s
CI / validate (pull_request) Failing after 21s
Review Approval Gate / verify-review (pull_request) Successful in 8s
2026-04-08 10:12:22 +00:00
ca8262a5d2
Merge pull request 'feat: add /record endpoint to fleet_api' ( #1129 ) from feat/mempalace-api-add-1775582323040 into main
2026-04-08 10:12:02 +00:00
229d8dc16a
Merge branch 'main' into feat/mempalace-api-add-1775582323040
CI / test (pull_request) Failing after 10s
CI / validate (pull_request) Failing after 13s
Review Approval Gate / verify-review (pull_request) Successful in 3s
2026-04-08 10:11:54 +00:00
a8bb65f9e7
feat: add /record endpoint to fleet_api
CI / test (pull_request) Failing after 10s
CI / validate (pull_request) Failing after 11s
Review Approval Gate / verify-review (pull_request) Failing after 2s
2026-04-08 09:54:07 +00:00
662ee842f2
Harden Timmy SOUL.md against Claude identity hijacking
Deploy Nexus / deploy (push) Failing after 4s
Staging Verification Gate / verify-staging (push) Failing after 2s
2026-04-07 21:21:06 +00:00
1ce4fd8ae6
bezalel: refresh lazarus-registry timestamps and allegro issue status
2026-04-07 21:21:06 +00:00
e7d080a899
nightly: Bezalel watch report for 2026-04-07
Deploy Nexus / deploy (push) Failing after 7s
Staging Verification Gate / verify-staging (push) Failing after 6s
2026-04-07 19:02:39 +00:00
32bb5d0830
nightly: Bezalel watch report for 2026-04-07
Deploy Nexus / deploy (push) Failing after 4s
Staging Verification Gate / verify-staging (push) Failing after 5s
2026-04-07 19:00:13 +00:00
290ae76a5a
nightly: Bezalel watch report for 2026-04-07
Deploy Nexus / deploy (push) Failing after 2s
Staging Verification Gate / verify-staging (push) Failing after 3s
2026-04-07 18:59:47 +00:00
4fc1244dda
nightly: Bezalel watch report for 2026-04-07
Deploy Nexus / deploy (push) Failing after 3s
Staging Verification Gate / verify-staging (push) Failing after 3s
2026-04-07 18:59:25 +00:00
143e8cd09c
nightly: Bezalel watch report for 2026-04-07
Deploy Nexus / deploy (push) Failing after 5s
Staging Verification Gate / verify-staging (push) Failing after 3s
2026-04-07 18:58:59 +00:00
1ba6b1c6b3
nightly: Bezalel watch report for 2026-04-07
Deploy Nexus / deploy (push) Failing after 3s
Staging Verification Gate / verify-staging (push) Failing after 3s
2026-04-07 18:58:24 +00:00
34862cf5e5
feat(fleet): promote Ollama to first-class provider, assign Gemma 4 across fleet
...
Deploy Nexus / deploy (push) Failing after 3s
Staging Verification Gate / verify-staging (push) Failing after 3s
- lazarus-registry.yaml: replace big_brain/RunPod with local ollama/gemma4:12b
- fleet-routing.json: assign ollama:gemma4:12b to carnice, bilbobagginshire, substratum
- intelligence/deepdive/config.yaml: local model -> gemma4:12b
2026-04-07 15:55:52 +00:00
5275c96e52
Merge PR #1110 : MemPalace retention enforcement + tunnel sync client
Deploy Nexus / deploy (push) Failing after 3s
Staging Verification Gate / verify-staging (push) Failing after 2s
2026-04-07 15:19:40 +00:00
36e1db9ae1
fix(ci): repair bash syntax in validate job and add missing requirements.txt
...
Deploy Nexus / deploy (push) Has been cancelled
Staging Verification Gate / verify-staging (push) Has been cancelled
CI / test (pull_request) Failing after 16s
CI / validate (pull_request) Failing after 12s
Review Approval Gate / verify-review (pull_request) Failing after 4s
- Fix empty 'then' block in Python syntax validation loop
- Add minimal requirements.txt for pytest/pytest-asyncio/pyyaml
2026-04-07 15:16:19 +00:00
259df5b5e6
feat(lazarus): fleet health dashboard, pulse viz, and checkpoint/restore ( #805 #869 #881 )
Deploy Nexus / deploy (push) Has been cancelled
Staging Verification Gate / verify-staging (push) Has been cancelled
2026-04-07 15:14:03 +00:00
30fe98d569
chore(lazarus): update registry after first watchdog run
Deploy Nexus / deploy (push) Has been cancelled
Staging Verification Gate / verify-staging (push) Has been cancelled
2026-04-07 15:10:44 +00:00
b0654bac6c
feat(lazarus): deploy fleet health watchdog with auto-restart and fallback promotion ( #911 )
2026-04-07 15:10:44 +00:00
Alexander Whitestone
e644b00dff
feat(mempalace): retention enforcement + tunnel sync client ( #1083 , #1078 )
...
CI / test (pull_request) Failing after 7s
CI / validate (pull_request) Failing after 3s
Review Approval Gate / verify-review (pull_request) Failing after 4s
**retain_closets.py** — 90-day closet aging enforcement for #1083 .
Removes *.closet.json files older than --days (default 90) from the
fleet palace. Supports --dry-run for safe preview. Wired into the
weekly-audit workflow as a dry-run CI step; production cron guidance
added to workflow comments.
**tunnel_sync.py** — remote wizard wing pull client for #1078 .
Connects to a peer's fleet_api.py HTTP endpoint, discovers wings via
/wings, and pulls core rooms via /search into local *.closet.json
files. Zero new dependencies (stdlib urllib only). Supports --dry-run.
This is the code side of the inter-wizard tunnel; infrastructure
(second wizard VPS + fleet_api.py running) still required.
**Tests:** 29 new tests, all passing. Total suite: 294 passing.
Refs #1075 , #1078 , #1083
2026-04-07 11:05:00 -04:00