chore: replace all Alexspayne/Payne references with AlexanderWhitestone

Update GitHub URLs, clone commands, CI badge links, GitHub Pages URL,
agent team name, and hardcoded macOS paths in handoff scripts to reflect
the new GitHub username. Handoff scripts now use relative paths instead
of hardcoded /Users/apayne paths.

https://claude.ai/code/session_01GMiccXbo77GkV3TA69x6KS
This commit is contained in:
Claude
2026-02-24 17:05:16 +00:00
parent 1c8edfc52b
commit d7cd686341
5 changed files with 16 additions and 16 deletions

View File

@@ -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:

View File

@@ -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

View File

@@ -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 ""

View File

@@ -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

View File

@@ -553,7 +553,7 @@
<a href="#quickstart">Quickstart</a>
<a href="#agents">Agent Team</a>
<a href="#roadmap">Roadmap</a>
<a class="btn-primary" href="https://github.com/Alexspayne/Timmy-time-dashboard">GitHub →</a>
<a class="btn-primary" href="https://github.com/AlexanderWhitestone/Timmy-time-dashboard">GitHub →</a>
</nav>
</header>
@@ -574,7 +574,7 @@
<span class="badge">MIT License</span>
</div>
<div class="hero-cta">
<a class="btn-primary" href="https://github.com/Alexspayne/Timmy-time-dashboard">View on GitHub</a>
<a class="btn-primary" href="https://github.com/AlexanderWhitestone/Timmy-time-dashboard">View on GitHub</a>
<a class="btn-ghost" href="#quickstart">Get Started</a>
</div>
</section>
@@ -740,7 +740,7 @@ External: Ollama :11434 · optional Redis · optional LND gRPC</span>
<div class="step-num">1</div>
<div>
<h4>Clone</h4>
<pre class="codeblock"><span class="cmd">git clone</span> https://github.com/Alexspayne/Timmy-time-dashboard.git
<pre class="codeblock"><span class="cmd">git clone</span> https://github.com/AlexanderWhitestone/Timmy-time-dashboard.git
<span class="cmd">cd</span> Timmy-time-dashboard</pre>
</div>
</div>
@@ -797,7 +797,7 @@ External: Ollama :11434 · optional Redis · optional LND gRPC</span>
<h2>The agent team</h2>
<p class="section-intro">
This repo is built by a multi-agent team. Each tool has a defined lane.
See <a href="https://github.com/Alexspayne/Timmy-time-dashboard/blob/main/AGENTS.md">AGENTS.md</a>
See <a href="https://github.com/AlexanderWhitestone/Timmy-time-dashboard/blob/main/AGENTS.md">AGENTS.md</a>
for the full development standards.
</p>
<div class="agent-grid">
@@ -840,7 +840,7 @@ External: Ollama :11434 · optional Redis · optional LND gRPC</span>
<div class="agent-card">
<div class="agent-accent" style="background: var(--text-dim);"></div>
<div class="agent-name">Alex Payne</div>
<div class="agent-name">Alexander Whitestone</div>
<div class="agent-role">Human · Orchestrator</div>
<ul class="agent-list">
<li>Vision and product decisions</li>
@@ -915,10 +915,10 @@ External: Ollama :11434 · optional Redis · optional LND gRPC</span>
No cloud. No telemetry. Sats are sovereignty.
</div>
<div class="footer-links">
<a href="https://github.com/Alexspayne/Timmy-time-dashboard">GitHub</a>
<a href="https://github.com/Alexspayne/Timmy-time-dashboard/blob/main/AGENTS.md">AGENTS.md</a>
<a href="https://github.com/Alexspayne/Timmy-time-dashboard/blob/main/README.md">README</a>
<a href="https://github.com/Alexspayne/Timmy-time-dashboard/issues">Issues</a>
<a href="https://github.com/AlexanderWhitestone/Timmy-time-dashboard">GitHub</a>
<a href="https://github.com/AlexanderWhitestone/Timmy-time-dashboard/blob/main/AGENTS.md">AGENTS.md</a>
<a href="https://github.com/AlexanderWhitestone/Timmy-time-dashboard/blob/main/README.md">README</a>
<a href="https://github.com/AlexanderWhitestone/Timmy-time-dashboard/issues">Issues</a>
</div>
</footer>