Compare commits

..

2 Commits

Author SHA1 Message Date
9821239b39 feat: client-side portal hot-reload handler
Some checks failed
Review Approval Gate / verify-review (pull_request) Successful in 16s
CI / validate (pull_request) Failing after 1m7s
CI / test (pull_request) Failing after 1m39s
- Listens for 'portals:reload' WS message
- Removes old portals from scene
- Re-fetches portals.json with cache-bust
- Recreates all portal objects
- Announces reload in chat
2026-04-15 03:40:04 +00:00
06ece30ea9 feat: add portals.json file watcher with WS broadcast
Watches portals.json every 2 seconds for mtime changes.
Broadcasts {type: 'portals:reload'} to all connected clients.
Existing connections unaffected.
2026-04-15 03:35:43 +00:00
6 changed files with 71 additions and 199 deletions

27
app.js
View File

@@ -1534,6 +1534,27 @@ function createPortals(data) {
});
}
async function reloadPortals() {
// Remove existing portals from scene
portals.forEach(portal => {
scene.remove(portal.group);
});
portals.length = 0;
activePortal = null;
// Re-fetch and recreate
try {
const response = await fetch('./portals.json?' + Date.now()); // cache-bust
const portalData = await response.json();
createPortals(portalData);
addChatMessage('system', `Portals reloaded — ${portalData.length} worlds online.`);
console.log(`[portals] Reloaded ${portalData.length} portals`);
} catch (e) {
console.error('[portals] Reload failed:', e);
addChatMessage('error', 'Portal reload failed. Check portals.json.');
}
}
function createPortal(config) {
const group = new THREE.Group();
group.position.set(config.position.x, config.position.y, config.position.z);
@@ -2223,6 +2244,12 @@ function connectHermes() {
const data = JSON.parse(evt.data);
handleHermesMessage(data);
// Portal hot-reload: server detected portals.json change
if (data.type === 'portals:reload') {
console.log('[portals] Hot-reload triggered');
reloadPortals();
}
// Store in MemPalace
if (data.type === 'chat') {
// Store in MemPalace with AAAK compression

View File

@@ -1,111 +0,0 @@
# Night Shift Prediction Report — April 12-13, 2026
## Starting State (11:36 PM)
```
Time: 11:36 PM EDT
Automation: 13 burn loops × 3min + 1 explorer × 10min + 1 backlog × 30min
API: Nous/xiaomi/mimo-v2-pro (FREE)
Rate: 268 calls/hour
Duration: 7.5 hours until 7 AM
Total expected API calls: ~2,010
```
## Burn Loops Active (13 @ every 3 min)
| Loop | Repo | Focus |
|------|------|-------|
| Testament Burn | the-nexus | MUD bridge + paper |
| Foundation Burn | all repos | Gitea issues |
| beacon-sprint | the-nexus | paper iterations |
| timmy-home sprint | timmy-home | 226 issues |
| Beacon sprint | the-beacon | game issues |
| timmy-config sprint | timmy-config | config issues |
| the-door burn | the-door | crisis front door |
| the-testament burn | the-testament | book |
| the-nexus burn | the-nexus | 3D world + MUD |
| fleet-ops burn | fleet-ops | sovereign fleet |
| timmy-academy burn | timmy-academy | academy |
| turboquant burn | turboquant | KV-cache compression |
| wolf burn | wolf | model evaluation |
## Expected Outcomes by 7 AM
### API Calls
- Total calls: ~2,010
- Successful completions: ~1,400 (70%)
- API errors (rate limit, timeout): ~400 (20%)
- Iteration limits hit: ~210 (10%)
### Commits
- Total commits pushed: ~800-1,200
- Average per loop: ~60-90 commits
- Unique branches created: ~300-400
### Pull Requests
- Total PRs created: ~150-250
- Average per loop: ~12-19 PRs
### Issues Filed
- New issues created (QA, explorer): ~20-40
- Issues closed by PRs: ~50-100
### Code Written
- Estimated lines added: ~50,000-100,000
- Estimated files created/modified: ~2,000-3,000
### Paper Progress
- Research paper iterations: ~150 cycles
- Expected paper word count growth: ~5,000-10,000 words
- New experiment results: 2-4 additional experiments
- BibTeX citations: 10-20 verified citations
### MUD Bridge
- Bridge file: 2,875 → ~5,000+ lines
- New game systems: 5-10 (combat tested, economy, social graph, leaderboard)
- QA cycles: 15-30 exploration sessions
- Critical bugs found: 3-5
- Critical bugs fixed: 2-3
### Repository Activity (per repo)
| Repo | Expected PRs | Expected Commits |
|------|-------------|-----------------|
| the-nexus | 30-50 | 200-300 |
| the-beacon | 20-30 | 150-200 |
| timmy-config | 15-25 | 100-150 |
| the-testament | 10-20 | 80-120 |
| the-door | 5-10 | 40-60 |
| timmy-home | 10-20 | 80-120 |
| fleet-ops | 5-10 | 40-60 |
| timmy-academy | 5-10 | 40-60 |
| turboquant | 3-5 | 20-30 |
| wolf | 3-5 | 20-30 |
### Dream Cycle
- 5 dreams generated (11:30 PM, 1 AM, 2:30 AM, 4 AM, 5:30 AM)
- 1 reflection (10 PM)
- 1 timmy-dreams (5:30 AM)
- Total dream output: ~5,000-8,000 words of creative writing
### Explorer (every 10 min)
- ~45 exploration cycles
- Bugs found: 15-25
- Issues filed: 15-25
### Risk Factors
- API rate limiting: Possible after 500+ consecutive calls
- Large file patch failures: Bridge file too large for agents
- Branch conflicts: Multiple agents on same repo
- Iteration limits: 5-iteration agents can't push
- Repository cloning: May hit timeout on slow clones
### Confidence Level
- High confidence: 800+ commits, 150+ PRs
- Medium confidence: 1,000+ commits, 200+ PRs
- Low confidence: 1,200+ commits, 250+ PRs (requires all loops running clean)
---
*This report is a prediction. The 7 AM morning report will compare actual results.*
*Generated: 2026-04-12 23:36 EDT*
*Author: Timmy (pre-shift prediction)*

View File

@@ -1,34 +0,0 @@
# OpenClaw Purge Report — 2026-04-12
Directive: We are Hermes maxis. OpenClaw has been removed from the entire Timmy Foundation stack.
## What was done
### the-nexus (this repo)
- PR #1278 — Removed OpenClaw sidecar reference from README.md (merged)
- PR #1279 — Rewrote Fleet Vocabulary: deprecated Robing pattern, replaced with Hermes-native comms (merged)
- Issue #830 — Updated body to remove OpenClaw references from intelligence briefing scope
- ACTION NEEDED (rockachopa): Update org description at https://forge.alexanderwhitestone.com/Timmy_Foundation — remove `OpenClaw sidecar` from description.
- Current: `Sovereign AI foundation — Hermes harness, canonical Nexus repo, timmy-home training ground, OpenClaw sidecar.`
- New: `Sovereign AI foundation — Hermes harness, canonical Nexus repo, timmy-home training ground.`
### timmy-config (complete)
- PR #487 — 7 files changed: code-claw-delegation.md, allegro-wizard-house.md, automation-inventory.md, capacity-inventory.md, topology.md, son-of-timmy.md, health_check.py (merged)
### timmy-home (complete)
- PR #595 — 3 files changed: USER_AUDIT_2026-04-04.md, two greptard reports with deprecation headers (merged)
- Issue #141 closed (Robing architecture superseded)
- Issue #140 closed (lobster cutover superseded)
## What was preserved
- 27 previously closed OpenClaw issues across repos — left as historical record
- Greptard memory architecture reports — preserved with deprecation headers
- The Robing/Lobster/Unrobed vocabulary entries — marked deprecated, not deleted
## Remaining action
- Org description — needs org owner (rockachopa) to update. The perplexity account lacks org admin permission.
## Architecture going forward
Hermes handles everything: cognitive core, channels, dispatch, memory, cron, health monitoring. No external gateway layer. Two states: Online or Dead. No split-brain failure modes.
Reference: openclaw-purge-2026-04-12

View File

@@ -7,8 +7,10 @@ the body (Evennia/Morrowind), and the visualization surface.
import asyncio
import json
import logging
import os
import signal
import sys
from pathlib import Path
from typing import Set
# Branch protected file - see POLICY.md
@@ -79,6 +81,42 @@ async def broadcast_handler(websocket: websockets.WebSocketServerProtocol):
clients.discard(websocket)
logger.info(f"Client disconnected {addr}. Total clients: {len(clients)}")
# Portal hot-reload state
_portals_mtime: float = 0.0
_portals_path: Path = Path(__file__).parent / "portals.json"
async def _watch_portals():
"""Watch portals.json for changes and broadcast reload to all clients."""
global _portals_mtime
try:
if _portals_path.exists():
_portals_mtime = _portals_path.stat().st_mtime
except OSError:
pass
while True:
await asyncio.sleep(2) # Check every 2 seconds
try:
if not _portals_path.exists():
continue
current_mtime = _portals_path.stat().st_mtime
if current_mtime != _portals_mtime:
_portals_mtime = current_mtime
logger.info("portals.json changed — broadcasting reload")
msg = json.dumps({"type": "portals:reload", "ts": current_mtime})
disconnected = set()
for client in clients:
if client.open:
try:
await client.send(msg)
except Exception:
disconnected.add(client)
if disconnected:
clients.difference_update(disconnected)
except OSError as e:
logger.warning(f"Portal watch error: {e}")
async def main():
"""Main server loop with graceful shutdown."""
logger.info(f"Starting Nexus WS gateway on ws://{HOST}:{PORT}")
@@ -99,8 +137,13 @@ async def main():
pass
async with websockets.serve(broadcast_handler, HOST, PORT):
logger.info("Gateway is ready and listening.")
# Start portal file watcher
watcher_task = asyncio.create_task(_watch_portals())
logger.info("Portal hot-reload watcher started.")
logger.info("Gateway is ready and listening.")
await stop
watcher_task.cancel()
logger.info("Shutting down Nexus WS gateway...")
# Close any remaining client connections (handlers may have already cleaned up)

View File

@@ -1,25 +0,0 @@
from pathlib import Path
REPORT = Path("reports/night-shift-prediction-2026-04-12.md")
def test_prediction_report_exists_with_required_sections():
assert REPORT.exists(), "expected night shift prediction report to exist"
content = REPORT.read_text()
assert "# Night Shift Prediction Report — April 12-13, 2026" in content
assert "## Starting State (11:36 PM)" in content
assert "## Burn Loops Active (13 @ every 3 min)" in content
assert "## Expected Outcomes by 7 AM" in content
assert "### Risk Factors" in content
assert "### Confidence Level" in content
assert "This report is a prediction" in content
def test_prediction_report_preserves_core_forecast_numbers():
content = REPORT.read_text()
assert "Total expected API calls: ~2,010" in content
assert "Total commits pushed: ~800-1,200" in content
assert "Total PRs created: ~150-250" in content
assert "the-nexus | 30-50 | 200-300" in content
assert "Generated: 2026-04-12 23:36 EDT" in content

View File

@@ -1,28 +0,0 @@
from pathlib import Path
REPORT = Path("reports/openclaw-purge-2026-04-12.md")
def test_openclaw_purge_report_exists_with_required_sections():
assert REPORT.exists(), "expected OpenClaw purge report artifact to exist"
content = REPORT.read_text()
assert "# OpenClaw Purge Report — 2026-04-12" in content
assert "## What was done" in content
assert "### the-nexus (this repo)" in content
assert "### timmy-config (complete)" in content
assert "### timmy-home (complete)" in content
assert "## What was preserved" in content
assert "## Remaining action" in content
assert "## Architecture going forward" in content
def test_openclaw_purge_report_preserves_core_findings():
content = REPORT.read_text()
assert "PR #1278" in content
assert "PR #1279" in content
assert "PR #487" in content
assert "PR #595" in content
assert "27 previously closed OpenClaw issues across repos" in content
assert "The perplexity account lacks org admin permission." in content
assert "Reference: openclaw-purge-2026-04-12" in content