docs: final cleanup - fix all remaining inconsistencies

Fixed:
- Badge URLs in README.md (cpfarhood → privilegedescalation)
- Repository references in docs/README.md
- Old version references in docs (v0.2.0 → v0.2.4)
- Tarball filenames in installation guides (0.2.0 → 0.2.4)
- Publishing documentation references
- Removed remaining emojis from README

All documentation now consistently references:
- Organization: privilegedescalation
- Version: 0.2.4
- No emojis or marketing fluff
- Correct tarball checksums

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
This commit is contained in:
2026-02-12 11:22:05 -05:00
parent 8001e87088
commit 0c02a349ef
6 changed files with 19 additions and 19 deletions
+3 -3
View File
@@ -7,7 +7,7 @@ This guide covers how to publish the plugin to NPM, GitHub, and Artifact Hub.
Before publishing, ensure you have:
1. **NPM Account** - Create one at https://www.npmjs.com
2. **GitHub Account** - Already set up (cpfarhood)
2. **GitHub Account** - Already set up (privilegedescalation)
3. **Artifact Hub** - Repository already configured (ID: 5574d37c-c4ae-45ab-a378-ef24aaba5b4c)
## Step 1: Initial Setup
@@ -115,7 +115,7 @@ The repository includes automated workflows:
```bash
# Initialize git (if not already done)
cd /Users/cpfarhood/Documents/Repositories/headlamp-sealed-secrets-plugin
cd /Users/privilegedescalation/Documents/Repositories/headlamp-sealed-secrets-plugin
git init
git add .
git commit -m "Initial commit: Headlamp Sealed Secrets plugin"
@@ -225,7 +225,7 @@ When releasing new versions:
If the NPM package name is taken, update `package.json`:
```json
{
"name": "@cpfarhood/headlamp-sealed-secrets"
"name": "@privilegedescalation/headlamp-sealed-secrets"
}
```