Skip to content

Commit 68580f5

Browse files
baijumclaude
andcommitted
chore: remove hello-world and starter-app from docs
These repos have been deleted — only todo-app and wit remain active. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b577875 commit 68580f5

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

docs/ecosystem.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ towlion/
1010
platform # Architecture docs and platform tools
1111
app-template # Template for bootstrapping new apps
1212
todo-app # Todo CRUD application
13-
hello-world # Multi-app deployment test
14-
starter-app # Created from app-template
1513
wit # Work Item Tracker (Kanban board)
1614
```
1715

docs/runbooks/rotate-ssh-keys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ssh -i ~/.ssh/towlion-deploy-new deploy@<SERVER_HOST> "echo 'New key works'"
3333
```bash
3434
NEW_KEY=$(cat ~/.ssh/towlion-deploy-new)
3535

36-
for repo in towlion/todo-app towlion/hello-world towlion/starter-app towlion/wit; do
36+
for repo in towlion/todo-app towlion/wit; do
3737
gh secret set SERVER_SSH_KEY --repo "$repo" --body "$NEW_KEY"
3838
echo "Updated $repo"
3939
done
@@ -74,5 +74,5 @@ ssh deploy@<SERVER_HOST> "wc -l ~/.ssh/authorized_keys"
7474
# Should output: 1
7575

7676
# Confirm deploy works
77-
gh workflow run deploy.yml --repo towlion/hello-world
77+
gh workflow run deploy.yml --repo towlion/todo-app
7878
```

0 commit comments

Comments
 (0)