Commit Graph

60 Commits

Author SHA1 Message Date
a70f418862 Merge pull request 'feat: Gen AI Evolution Phase 22 — Autonomous Bitcoin Scripting & Lightning Integration' (#121) from feat/sovereign-finance-phase-22 into main 2026-03-30 23:41:08 +00:00
5acbe11af2 feat: implement Phase 22 - Sovereign Accountant 2026-03-30 23:30:35 +00:00
78194bd131 feat: implement Phase 22 - Lightning Client 2026-03-30 23:30:34 +00:00
76ec52eb24 feat: implement Phase 22 - Bitcoin Scripter 2026-03-30 23:30:33 +00:00
1688ae3055 Merge pull request 'chore: check in all local work — uniwizard, briefings, reports, evennia, morrowind, scripts, specs' (#109) from chore/check-in-local-work into main
Reviewed-on: http://143.198.27.163:3000/Timmy_Foundation/timmy-home/pulls/109
Reviewed-by: Alexander Whitestone <alexander@alexanderwhitestone.com>
2026-03-30 21:34:22 +00:00
Alexander Whitestone
9c1dd7fff7 chore: check in all local work — uniwizard, briefings, reports, evennia, morrowind, scripts, specs, training data, angband MCP, diagrams, twitter archive, wizards
- Resolve decisions.md merge conflict (keep both Codex boundary + Ezra/Bezalel entries)
- Update .gitignore: protect bare secret files, exclude venvs and nexus-localhost
- Add uniwizard tools (mention watcher, adaptive prompt router, self-grader, classifiers)
- Add briefings, good-morning reports, production reports
- Add evennia world scaffold and training data
- Add angband and morrowind MCP servers
- Add diagrams, specs, test results, overnight loop scripts
- Add twitter archive insights and media metadata
- Add wizard workspaces (allegro, nahshon)
2026-03-30 17:18:09 -04:00
83e400d4aa [KimiClaw] Uniwizard routing modules — quality scorer, task classifier, self-grader (#107)
Co-authored-by: Kimi Claw <kimi@timmytime.ai>
Co-committed-by: Kimi Claw <kimi@timmytime.ai>
2026-03-30 20:15:36 +00:00
Allegro
24bab6f882 cleanup: remove push test 2026-03-30 17:18:33 +00:00
Allegro
100e3fc416 test: allegro push access 2026-03-30 17:18:33 +00:00
Allegro
8494ee344b cleanup: remove push test 2026-03-30 17:17:19 +00:00
Allegro
9a100be8d1 test: allegro push access 2026-03-30 17:17:11 +00:00
276f2c32dd Merge pull request '[#79] JSONL Scorecard Generator - overnight loop analysis' (#102) from feature/scorecard-generator into main 2026-03-30 15:58:11 +00:00
973f3bbe5a Merge pull request '[#76 #77 #78] Uni-Wizard Architecture - Single harness, all APIs' (#100) from feature/uni-wizard into main 2026-03-30 15:56:57 +00:00
Allegro
5f549bf1f6 [#79] JSONL Scorecard Generator for overnight loop analysis
Generates comprehensive reports from overnight loop JSONL data:

**Features:**
- Reads ~/shared/overnight-loop/*.jsonl
- Produces JSON and Markdown reports
- Pass/fail statistics with pass rates
- Duration analysis (avg, median, p95)
- Per-task breakdowns
- Hourly timeline trends
- Error pattern analysis
- Auto-generated recommendations

**Reports:**
- ~/timmy/reports/scorecard_YYYYMMDD.json (structured)
- ~/timmy/reports/scorecard_YYYYMMDD.md (human-readable)

**Usage:**
  python uni-wizard/scripts/generate_scorecard.py

Closes #79
2026-03-30 15:50:06 +00:00
Allegro
6685388357 [#76 #77 #78] Uni-Wizard Architecture - Single harness for all APIs
Complete uni-wizard implementation with unified tool registry:

**Core Architecture:**
- harness.py - Single entry point for all capabilities
- tools/registry.py - Central tool registry with schema generation
- Elegant routing: One harness, infinite capabilities

**Tool Categories (13 tools total):**
- System: system_info, process_list, service_status, service_control, health_check, disk_usage
- Git: git_status, git_log, git_pull, git_commit, git_push, git_checkout, git_branch_list
- Network: http_get, http_post, gitea_create_issue, gitea_comment, gitea_list_issues, gitea_get_issue

**Daemons:**
- health_daemon.py - HTTP endpoint on :8082, writes to ~/timmy/logs/health.json
- task_router.py - Polls Gitea for assigned issues, routes to tools, posts results

**Systemd Services:**
- timmy-health.service - Health monitoring daemon
- timmy-task-router.service - Gitea task router daemon

**Testing:**
- test_harness.py - Exercises all tool categories

**Design Principles:**
- Local-first: No cloud dependencies
- Self-healing: Tools can restart, reconnect, recover
- Unified: One consciousness, all capabilities

Closes #76, #77, #78
2026-03-30 15:47:21 +00:00
a95da9e73d Merge pull request '[#74] Syncthing mesh setup for VPS fleet' (#80) from feature/syncthing-setup into main 2026-03-30 15:45:04 +00:00
5e8380b858 Merge pull request '[#75] VPS provisioning script for sovereign Timmy deployment' (#81) from feature/vps-provisioning into main 2026-03-30 15:30:04 +00:00
Allegro
266d6ec008 [#75] Add VPS provisioning script for sovereign Timmy deployment
- scripts/provision-timmy-vps.sh: Full automated provisioning
- configs/llama-server.service: Inference systemd unit
- configs/timmy-agent.service: Agent harness systemd unit
- docs/VPS_SETUP.md: Setup and troubleshooting guide

Installs llama.cpp, Hermes-3 model, Python venv, firewall rules.
Configures localhost-only inference on port 8081.
2026-03-30 15:22:34 +00:00
Allegro
eadb1eff25 [#74] Add Syncthing mesh setup script and documentation
- Add scripts/setup-syncthing.sh for automated VPS provisioning
- Add docs/SYNCTHING.md with architecture and troubleshooting
- Configure systemd service for auto-start
- Set web UI to localhost-only for security

Allegro VPS: Device ID MK6G5KV-VLTY7KS-FJ6ZN63-RV5ZIRG-7C2GSRS-OSJUDWA-IC6A7UP-NIGMQAE
Ezra VPS: Awaiting SSH access for setup completion
2026-03-30 15:20:01 +00:00
6f9fe7f31b Merge pull request '[DOCS] Ezra and Bezalel wizard houses canon, deployment, and launch report' (#51) from alexander/wizard-houses-ezra-bezalel into main
Reviewed-on: http://143.198.27.163:3000/Timmy_Foundation/timmy-home/pulls/51
2026-03-30 02:06:39 +00:00
Alexander Whitestone
5a47d14b7f docs: record timmy openclaw telegram path 2026-03-30 02:06:39 +00:00
Alexander Whitestone
11f2901f3b docs: note nostr cutover future work 2026-03-30 02:06:39 +00:00
Alexander Whitestone
4072ec56f6 docs: record ezra auth and four-party telegram proof 2026-03-30 02:06:39 +00:00
Alexander Whitestone
6f0052b338 docs: record bezalel codex wake proof 2026-03-30 02:06:39 +00:00
Alexander Whitestone
1632849848 docs: update wizard launch report with telegram proof 2026-03-30 02:06:39 +00:00
Alexander Whitestone
2f8f5f689c docs: add wizard houses launch report 2026-03-30 02:06:39 +00:00
Alexander Whitestone
11cb53932b docs: add wizard telegram bot cutover plan 2026-03-30 02:06:39 +00:00
Alexander Whitestone
bc35d5fa94 docs: define and launch Ezra and Bezalel houses 2026-03-30 02:06:39 +00:00
4f13f49cf5 Merge pull request 'Complete Timmy Bridge Epic - Sovereign Local Timmy Infrastructure' (#65) from feature/timmy-bridge-epic into main 2026-03-30 02:06:06 +00:00
Allegro
3148ded347 Complete Timmy Bridge Epic - Local Timmy Sovereign Infrastructure
This PR delivers the complete communication bridge enabling Local Timmy
(Mac/MLX) to connect to the Wizardly Council via sovereign Nostr relay.

Closes #59 - Nostr relay deployment
- Docker Compose configuration for strfry relay
- Running on ws://167.99.126.228:3334
- Supports NIPs: 1, 4, 11, 40, 42, 70, 86, 9, 45

Closes #60 - Monitoring system
- SQLite database schema for metrics
- Python monitor service (timmy_monitor.py)
- Tracks heartbeats, artifacts, latency
- Auto-reconnect WebSocket listener

Closes #61 - Mac heartbeat client
- timmy_client.py for Local Timmy
- 5-minute heartbeat cycle
- Git artifact creation in ~/timmy-artifacts/
- Auto-reconnect with exponential backoff

Closes #62 - MLX integration
- mlx_integration.py module
- Local inference with MLX models
- Self-reflection generation
- Response time tracking

Closes #63 - Retrospective reports
- generate_report.py for daily analysis
- Markdown and JSON output
- Automated recommendations
- Uptime/latency/artifact metrics

Closes #64 - Agent dispatch protocol
- DISPATCH_PROTOCOL.md specification
- Group channel definitions
- @mention command format
- Key management guidelines

Testing:
- Relay verified running on port 3334
- Monitor logging to SQLite
- All acceptance criteria met

Breaking Changes: None
Dependencies: Docker, Python 3.10+, websockets
2026-03-30 01:49:21 +00:00
f75d12f38d [DOCS] Allegro prep packet and Gitea wizard house onboarding report
Merge wizard house onboarding visibility reports
2026-03-29 23:37:38 +00:00
96e0930f59 docs: add allegro prep and gitea wizard onboarding reports 2026-03-29 23:30:56 +00:00
4ca5e8e100 feat: add sovereign hashtag metrics for archive media (#48) 2026-03-28 20:16:31 +00:00
25c1b32bfb feat: add twitter video media manifest pipeline (#47) 2026-03-28 19:58:32 +00:00
0a421e5ba5 Merge pull request '[TRAINING] Add Evennia telemetry, sample trace, and baseline eval (#37)' (#40) from codex/evennia-training into main 2026-03-28 19:35:04 +00:00
Alexander Whitestone
aca26da71f fix: make Evennia training replay deterministic (#37) 2026-03-28 15:33:43 -04:00
Alexander Whitestone
3f5a174943 feat: add Evennia training baseline and eval harness (#37) 2026-03-28 15:20:32 -04:00
e33856ce02 Merge pull request '[DOCS] Add Evennia world layout and training plan specs' (#39) from codex/evennia-specs into main 2026-03-28 19:06:28 +00:00
Alexander Whitestone
236223dcef docs: add Evennia world and training specs 2026-03-28 13:40:14 -04:00
9a87f4e768 Merge pull request '[IMPLEMENTATION] Bootstrap local Evennia world lane for Timmy (#36)' (#38) from codex/evennia-world into main 2026-03-28 17:35:29 +00:00
Alexander Whitestone
78ec5ad97b feat: bootstrap local Evennia world lane for Timmy (#36) 2026-03-28 13:33:26 -04:00
812c576a7b docs: codify merge proof standard (#32) 2026-03-28 14:03:39 +00:00
3be3a6ed4f feat: add trajectory sanitization utility (#27) 2026-03-28 05:04:44 +00:00
b47e236b7b docs: add NotebookLM research packet and Manus prompts (#24) 2026-03-28 04:44:20 +00:00
Alexander Whitestone
69956b65ca track twitter archive and refresh timmy state 2026-03-27 21:58:27 -04:00
1a51c86468 Merge pull request 'Add Morrowind MCP config + context file — zero-code tuning' (#16) from fix/mcp-morrowind-tool-naming into main
Reviewed-on: http://143.198.27.163:3000/Timmy_Foundation/timmy-home/pulls/16
2026-03-28 00:29:52 +00:00
9fbcc8c4a6 feat: add MCP tool reference — prevents tool name hallucination 2026-03-27 23:22:49 +00:00
db8c61876a feat: add externalized MCP config for Morrowind gameplay tuning 2026-03-27 23:22:48 +00:00
4189e3d12c feat: add MCP tool reference context file
Hermes loads this as session context so the model always has
exact tool names. Prevents mcp_morro hallucination loops.
2026-03-27 23:22:36 +00:00
67068aafd7 feat: add externalized MCP config for Morrowind
All gameplay tuning — tool names, iteration guards, perception settings,
trajectory logging — editable without code changes.
Changes take effect next Hermes session.
2026-03-27 23:22:35 +00:00