Skip to content

Commit 7f84759

Browse files
TheStack-aiclaude
andcommitted
chore: rename GitHub org whynowlab → thestack-ai
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e2bf79a commit 7f84759

9 files changed

Lines changed: 21 additions & 21 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Examples of unacceptable behavior:
2828
## Enforcement
2929

3030
Instances of abusive, harassing, or otherwise unacceptable behavior may be
31-
reported to the project maintainers at **conduct@whynowlab.com**.
31+
reported to the project maintainers at **conduct@thestack-ai.com**.
3232

3333
All complaints will be reviewed and investigated promptly and fairly.
3434

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2026 whynowlab
3+
Copyright (c) 2026 thestack-ai
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66

77
<p align="center">
8-
<a href="https://whynowlab.github.io/pulser/">Website</a> ·
8+
<a href="https://thestack-ai.github.io/pulser/">Website</a> ·
99
<a href="https://www.npmjs.com/package/pulser-cli">npm</a> ·
1010
<a href="./README.ko.md">한국어</a>
1111
<br><br>

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
If you discover a security vulnerability in pulser, please report it responsibly:
1313

1414
1. **Do not** open a public issue
15-
2. Email **security@whynowlab.com** with:
15+
2. Email **security@thestack-ai.com** with:
1616
- Description of the vulnerability
1717
- Steps to reproduce
1818
- Potential impact

docs/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@
88
<meta property="og:title" content="pulser — Diagnose. Test. Fix.">
99
<meta property="og:description" content="Check my skills. Diagnose, test, and fix Claude Code skills — without leaving the conversation.">
1010
<meta property="og:type" content="website">
11-
<meta property="og:url" content="https://whynowlab.github.io/pulser/">
11+
<meta property="og:url" content="https://thestack-ai.github.io/pulser/">
1212
<meta name="twitter:card" content="summary_large_image">
1313
<meta name="twitter:title" content="pulser — Diagnose. Test. Fix.">
1414
<meta name="twitter:description" content="Check my skills. Diagnose, classify, prescribe, and fix — without leaving the conversation.">
15-
<link rel="canonical" href="https://whynowlab.github.io/pulser/">
15+
<link rel="canonical" href="https://thestack-ai.github.io/pulser/">
1616
<script type="application/ld+json">
1717
{
1818
"@context": "https://schema.org",
1919
"@type": "SoftwareApplication",
2020
"name": "pulser",
2121
"description": "Diagnose, test, and fix Claude Code skills — without leaving the conversation.",
22-
"url": "https://github.com/whynowlab/pulser",
22+
"url": "https://github.com/thestack-ai/pulser",
2323
"applicationCategory": "DeveloperApplication",
2424
"operatingSystem": "Windows, macOS, Linux",
2525
"license": "https://opensource.org/licenses/MIT",
26-
"author": { "@type": "Organization", "name": "whynowlab" }
26+
"author": { "@type": "Organization", "name": "thestack-ai" }
2727
}
2828
</script>
2929

@@ -63,7 +63,7 @@
6363
<a href="#demo" class="text-slate-300 hover:text-cyan-500 transition-colors hidden sm:inline focus:outline-none focus:ring-2 focus:ring-cyan-500 focus:ring-offset-2 focus:ring-offset-black">Demo</a>
6464
<a href="#features" class="text-slate-300 hover:text-cyan-500 transition-colors hidden sm:inline focus:outline-none focus:ring-2 focus:ring-cyan-500 focus:ring-offset-2 focus:ring-offset-black">Features</a>
6565
<a href="#usage" class="text-slate-300 hover:text-cyan-500 transition-colors focus:outline-none focus:ring-2 focus:ring-cyan-500 focus:ring-offset-2 focus:ring-offset-black">Usage</a>
66-
<a href="https://github.com/whynowlab/pulser" rel="noopener noreferrer" target="_blank" class="text-slate-50 hover:text-cyan-500 transition-colors focus:outline-none focus:ring-2 focus:ring-cyan-500 focus:ring-offset-2 focus:ring-offset-black">GitHub</a>
66+
<a href="https://github.com/thestack-ai/pulser" rel="noopener noreferrer" target="_blank" class="text-slate-50 hover:text-cyan-500 transition-colors focus:outline-none focus:ring-2 focus:ring-cyan-500 focus:ring-offset-2 focus:ring-offset-black">GitHub</a>
6767
</div>
6868
</div>
6969
</nav>
@@ -295,7 +295,7 @@ <h2 class="text-2xl sm:text-3xl md:text-4xl font-bold leading-tight mb-4">한
295295
<div aria-live="polite" class="copy-feedback mt-2 font-mono text-sm h-5"></div>
296296

297297
<div class="flex flex-col sm:flex-row gap-3 sm:gap-4 pt-8 justify-center">
298-
<a href="https://github.com/whynowlab/pulser" rel="noopener noreferrer" target="_blank" class="inline-flex items-center justify-center min-h-[48px] px-5 border border-slate-800 text-slate-50 rounded-sm hover:border-cyan-500 hover:text-cyan-500 focus:outline-none focus:ring-2 focus:ring-cyan-500 focus:ring-offset-2 focus:ring-offset-black transition-colors">
298+
<a href="https://github.com/thestack-ai/pulser" rel="noopener noreferrer" target="_blank" class="inline-flex items-center justify-center min-h-[48px] px-5 border border-slate-800 text-slate-50 rounded-sm hover:border-cyan-500 hover:text-cyan-500 focus:outline-none focus:ring-2 focus:ring-cyan-500 focus:ring-offset-2 focus:ring-offset-black transition-colors">
299299
GitHub
300300
</a>
301301
<a href="https://www.npmjs.com/package/pulser-cli" rel="noopener noreferrer" target="_blank" class="inline-flex items-center justify-center min-h-[48px] px-5 border border-slate-800 text-slate-50 rounded-sm hover:border-cyan-500 hover:text-cyan-500 focus:outline-none focus:ring-2 focus:ring-cyan-500 focus:ring-offset-2 focus:ring-offset-black transition-colors">
@@ -312,7 +312,7 @@ <h2 class="text-2xl sm:text-3xl md:text-4xl font-bold leading-tight mb-4">한
312312
<div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8 flex flex-col sm:flex-row gap-4 justify-between items-start sm:items-center">
313313
<p class="text-slate-500 text-sm font-mono">pulser — Diagnose. Test. Fix.</p>
314314
<div class="flex gap-4 text-sm">
315-
<a href="https://github.com/whynowlab/pulser" rel="noopener noreferrer" target="_blank" class="text-slate-500 hover:text-cyan-500 transition-colors">GitHub</a>
315+
<a href="https://github.com/thestack-ai/pulser" rel="noopener noreferrer" target="_blank" class="text-slate-500 hover:text-cyan-500 transition-colors">GitHub</a>
316316
<a href="https://www.npmjs.com/package/pulser-cli" rel="noopener noreferrer" target="_blank" class="text-slate-500 hover:text-cyan-500 transition-colors">npm</a>
317317
</div>
318318
</div>

docs/superpowers/plans/2026-03-18-pulser-phase1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Edit `package.json` to:
6868
"lint": "tsc --noEmit"
6969
},
7070
"keywords": ["claude-code", "skills", "lint", "cli", "anthropic"],
71-
"author": "whynowlab",
71+
"author": "thestack-ai",
7272
"license": "MIT"
7373
}
7474
```

docs/superpowers/specs/2026-03-18-pulser-design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ CLI tool that diagnoses and fixes Claude Code skills based on Anthropic's publis
66
**Name:** pulser
77
**Tagline:** "Take your skill's pulse."
88
**npm:** `pulser`
9-
**GitHub:** `whynowlab/pulser`
9+
**GitHub:** `thestack-ai/pulser`
1010
**License:** MIT
1111

1212
## Problem

landing/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@
88
<meta property="og:title" content="pulser — Diagnose. Prescribe. Fix.">
99
<meta property="og:description" content="Check my skills. Diagnose, classify, prescribe, and fix Claude Code skills — without leaving the conversation.">
1010
<meta property="og:type" content="website">
11-
<meta property="og:url" content="https://whynowlab.github.io/pulser/">
11+
<meta property="og:url" content="https://thestack-ai.github.io/pulser/">
1212
<meta name="twitter:card" content="summary_large_image">
1313
<meta name="twitter:title" content="pulser — Diagnose. Prescribe. Fix.">
1414
<meta name="twitter:description" content="Check my skills. Diagnose, classify, prescribe, and fix — without leaving the conversation.">
15-
<link rel="canonical" href="https://whynowlab.github.io/pulser/">
15+
<link rel="canonical" href="https://thestack-ai.github.io/pulser/">
1616
<script type="application/ld+json">
1717
{
1818
"@context": "https://schema.org",
1919
"@type": "SoftwareApplication",
2020
"name": "pulser",
2121
"description": "Diagnose, classify, prescribe, and fix Claude Code skills — without leaving the conversation.",
22-
"url": "https://github.com/whynowlab/pulser",
22+
"url": "https://github.com/thestack-ai/pulser",
2323
"applicationCategory": "DeveloperApplication",
2424
"operatingSystem": "Windows, macOS, Linux",
2525
"license": "https://opensource.org/licenses/MIT",
26-
"author": { "@type": "Organization", "name": "whynowlab" }
26+
"author": { "@type": "Organization", "name": "thestack-ai" }
2727
}
2828
</script>
2929

@@ -63,7 +63,7 @@
6363
<a href="#demo" class="text-slate-300 hover:text-cyan-500 transition-colors hidden sm:inline focus:outline-none focus:ring-2 focus:ring-cyan-500 focus:ring-offset-2 focus:ring-offset-black">Demo</a>
6464
<a href="#features" class="text-slate-300 hover:text-cyan-500 transition-colors hidden sm:inline focus:outline-none focus:ring-2 focus:ring-cyan-500 focus:ring-offset-2 focus:ring-offset-black">Features</a>
6565
<a href="#usage" class="text-slate-300 hover:text-cyan-500 transition-colors focus:outline-none focus:ring-2 focus:ring-cyan-500 focus:ring-offset-2 focus:ring-offset-black">Usage</a>
66-
<a href="https://github.com/whynowlab/pulser" rel="noopener noreferrer" target="_blank" class="text-slate-50 hover:text-cyan-500 transition-colors focus:outline-none focus:ring-2 focus:ring-cyan-500 focus:ring-offset-2 focus:ring-offset-black">GitHub</a>
66+
<a href="https://github.com/thestack-ai/pulser" rel="noopener noreferrer" target="_blank" class="text-slate-50 hover:text-cyan-500 transition-colors focus:outline-none focus:ring-2 focus:ring-cyan-500 focus:ring-offset-2 focus:ring-offset-black">GitHub</a>
6767
</div>
6868
</div>
6969
</nav>
@@ -250,7 +250,7 @@ <h2 class="text-2xl sm:text-3xl md:text-4xl font-bold leading-tight mb-4">한
250250
<div aria-live="polite" class="copy-feedback mt-2 font-mono text-sm h-5"></div>
251251

252252
<div class="flex flex-col sm:flex-row gap-3 sm:gap-4 pt-8 justify-center">
253-
<a href="https://github.com/whynowlab/pulser" rel="noopener noreferrer" target="_blank" class="inline-flex items-center justify-center min-h-[48px] px-5 border border-slate-800 text-slate-50 rounded-sm hover:border-cyan-500 hover:text-cyan-500 focus:outline-none focus:ring-2 focus:ring-cyan-500 focus:ring-offset-2 focus:ring-offset-black transition-colors">
253+
<a href="https://github.com/thestack-ai/pulser" rel="noopener noreferrer" target="_blank" class="inline-flex items-center justify-center min-h-[48px] px-5 border border-slate-800 text-slate-50 rounded-sm hover:border-cyan-500 hover:text-cyan-500 focus:outline-none focus:ring-2 focus:ring-cyan-500 focus:ring-offset-2 focus:ring-offset-black transition-colors">
254254
GitHub
255255
</a>
256256
<a href="https://www.npmjs.com/package/pulser-cli" rel="noopener noreferrer" target="_blank" class="inline-flex items-center justify-center min-h-[48px] px-5 border border-slate-800 text-slate-50 rounded-sm hover:border-cyan-500 hover:text-cyan-500 focus:outline-none focus:ring-2 focus:ring-cyan-500 focus:ring-offset-2 focus:ring-offset-black transition-colors">
@@ -267,7 +267,7 @@ <h2 class="text-2xl sm:text-3xl md:text-4xl font-bold leading-tight mb-4">한
267267
<div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8 flex flex-col sm:flex-row gap-4 justify-between items-start sm:items-center">
268268
<p class="text-slate-500 text-sm font-mono">pulser — Diagnose. Prescribe. Fix.</p>
269269
<div class="flex gap-4 text-sm">
270-
<a href="https://github.com/whynowlab/pulser" rel="noopener noreferrer" target="_blank" class="text-slate-500 hover:text-cyan-500 transition-colors">GitHub</a>
270+
<a href="https://github.com/thestack-ai/pulser" rel="noopener noreferrer" target="_blank" class="text-slate-500 hover:text-cyan-500 transition-colors">GitHub</a>
271271
<a href="https://www.npmjs.com/package/pulser-cli" rel="noopener noreferrer" target="_blank" class="text-slate-500 hover:text-cyan-500 transition-colors">npm</a>
272272
</div>
273273
</div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"type": "git",
3333
"url": "https://github.com/TheStack-ai/pulser.git"
3434
},
35-
"homepage": "https://whynowlab.github.io/pulser/",
35+
"homepage": "https://thestack-ai.github.io/pulser/",
3636
"bugs": {
3737
"url": "https://github.com/TheStack-ai/pulser/issues"
3838
},

0 commit comments

Comments
 (0)