diff --git a/.handoff/CONTINUE.md b/.handoff/CONTINUE.md index 56128b3a..53a5e6a2 100644 --- a/.handoff/CONTINUE.md +++ b/.handoff/CONTINUE.md @@ -3,7 +3,7 @@ ## Quick Start ```bash -cd /Users/apayne/Timmy-time-dashboard && cat .handoff/CHECKPOINT.md +cd Timmy-time-dashboard && cat .handoff/CHECKPOINT.md ``` Then paste this prompt to Kimi: diff --git a/.handoff/bootstrap.sh b/.handoff/bootstrap.sh index 7d057d7c..49c8d64a 100755 --- a/.handoff/bootstrap.sh +++ b/.handoff/bootstrap.sh @@ -4,7 +4,7 @@ echo "=== Kimi Handoff Bootstrap ===" echo "" -cd /Users/apayne/Timmy-time-dashboard +cd "$(dirname "$0")/.." echo "📋 Current Checkpoint:" cat .handoff/CHECKPOINT.md | head -30 diff --git a/.handoff/resume.sh b/.handoff/resume.sh index fe5eb448..ede88f9f 100755 --- a/.handoff/resume.sh +++ b/.handoff/resume.sh @@ -1,7 +1,7 @@ #!/bin/bash # One-liner to get status and prompt for Kimi -cd /Users/apayne/Timmy-time-dashboard +cd "$(dirname "$0")/.." echo "=== STATUS ===" git log --oneline -1 @@ -12,7 +12,7 @@ echo "" echo "=== PROMPT (copy/paste to Kimi) ===" echo "" -echo "cd /Users/apayne/Timmy-time-dashboard && cat .handoff/CHECKPOINT.md" +echo "cd Timmy-time-dashboard && cat .handoff/CHECKPOINT.md" echo "" echo "Continue from checkpoint. Read the file above and execute the NEXT TASK from .handoff/TODO.md. Run 'make test' after changes." echo "" diff --git a/README.md b/README.md index 3a80e97e..730e8609 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Timmy Time — Mission Control -[![Tests](https://github.com/Alexspayne/Timmy-time-dashboard/actions/workflows/tests.yml/badge.svg)](https://github.com/Alexspayne/Timmy-time-dashboard/actions/workflows/tests.yml) +[![Tests](https://github.com/AlexanderWhitestone/Timmy-time-dashboard/actions/workflows/tests.yml/badge.svg)](https://github.com/AlexanderWhitestone/Timmy-time-dashboard/actions/workflows/tests.yml) A local-first, sovereign AI agent system. Talk to Timmy, watch his swarm, gate API access with Bitcoin Lightning — all from a browser, no cloud required. -**[Live Docs →](https://alexspayne.github.io/Timmy-time-dashboard/)** +**[Live Docs →](https://alexanderwhitestone.github.io/Timmy-time-dashboard/)** --- @@ -45,7 +45,7 @@ brew install ollama ```bash # 1. Clone -git clone https://github.com/Alexspayne/Timmy-time-dashboard.git +git clone https://github.com/AlexanderWhitestone/Timmy-time-dashboard.git cd Timmy-time-dashboard # 2. Install diff --git a/docs/index.html b/docs/index.html index f31ba490..4ae7d7aa 100644 --- a/docs/index.html +++ b/docs/index.html @@ -553,7 +553,7 @@ Quickstart Agent Team Roadmap - GitHub → + GitHub → @@ -574,7 +574,7 @@ MIT License
- View on GitHub + View on GitHub Get Started
@@ -740,7 +740,7 @@ External: Ollama :11434 · optional Redis · optional LND gRPC
1

Clone

-
git clone https://github.com/Alexspayne/Timmy-time-dashboard.git
+        
git clone https://github.com/AlexanderWhitestone/Timmy-time-dashboard.git
 cd Timmy-time-dashboard
@@ -797,7 +797,7 @@ External: Ollama :11434 · optional Redis · optional LND gRPC

The agent team

This repo is built by a multi-agent team. Each tool has a defined lane. - See AGENTS.md + See AGENTS.md for the full development standards.

@@ -840,7 +840,7 @@ External: Ollama :11434 · optional Redis · optional LND gRPC
-
Alex Payne
+
Alexander Whitestone
Human · Orchestrator