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:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user