Skip to content

Commit 60db4b0

Browse files
YourGitHubUsernameclaude
andcommitted
chore: replace ScriptHammer references with SpokeToWork
Dockerfile comment, default config fallback, offline page title, test comments, and blog SVG text all still referenced the upstream template name. Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent 5636c10 commit 60db4b0

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Development Dockerfile for ScriptHammer
1+
# Development Dockerfile for SpokeToWork
22
FROM node:22-slim AS base
33

44
# Install pnpm and configure store

public/blog-images/message-encryption-security-explained/comparison-chart.svg

Lines changed: 2 additions & 2 deletions
Loading

public/blog-images/message-encryption-security-explained/featured-og.svg

Lines changed: 1 addition & 1 deletion
Loading

public/blog-images/message-encryption-security-explained/featured.svg

Lines changed: 1 addition & 1 deletion
Loading

public/offline.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Offline - ScriptHammer</title>
6+
<title>Offline - SpokeToWork</title>
77
<style>
88
* {
99
margin: 0;

src/config/project-detected.json.default

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"projectName": "ScriptHammer",
2+
"projectName": "SpokeToWork",
33
"projectOwner": "TortoiseWolfe",
44
"projectHost": "github.com",
5-
"projectUrl": "https://github.com/TortoiseWolfe/ScriptHammer",
5+
"projectUrl": "https://github.com/TortoiseWolfe/SpokeToWork",
66
"basePath": "",
77
"isGitHub": true,
88
"detectionSource": "default",

tests/e2e/auth/rate-limiting.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { test, expect } from '@playwright/test';
1010
* These tests verify the user experience when rate limiting is triggered.
1111
* They test the actual UI behavior in a real browser.
1212
*
13-
* IMPORTANT: Following ScriptHammer testing patterns:
13+
* IMPORTANT: Following established testing patterns:
1414
* - Tests run in SERIAL mode (not parallel)
1515
* - First test triggers rate limit with shared email
1616
* - Subsequent tests verify the ALREADY triggered rate limit

0 commit comments

Comments
 (0)