Rename project from Gooti to Plebian Signer and add Claude Code config

- Rename all gooti-* files to plebian-signer-* across Chrome and Firefox
- Rename GootiMetaHandler to SignerMetaHandler in common library
- Update all references to use new naming convention
- Add CLAUDE.md with project build/architecture documentation
- Add Claude Code release command tailored for this npm/Angular project
- Add NWC-IMPLEMENTATION.md design document
- Add Claude skills for nostr, typescript, react, svelte, and applesauce libs
- Update README and various component templates with new branding

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-17 09:29:00 +01:00
parent e11ca7a0d2
commit 3c63e6555c
88 changed files with 19449 additions and 498 deletions

View File

@@ -1,9 +1,9 @@
{
"manifest_version": 3,
"name": "Gooti",
"name": "Plebian Signer",
"description": "Nostr Identity Manager & Signer",
"version": "0.0.4",
"homepage_url": "https://getgooti.com",
"homepage_url": "https://git.mleku.dev/mleku/plebeian-signer",
"options_page": "options.html",
"permissions": [
"storage"
@@ -24,7 +24,7 @@
"<all_urls>"
],
"js": [
"gooti-content-script.js"
"plebian-signer-content-script.js"
],
"all_frames": true
}
@@ -32,7 +32,7 @@
"web_accessible_resources": [
{
"resources": [
"gooti-extension.js"
"plebian-signer-extension.js"
],
"matches": [
"<all_urls>"
@@ -41,7 +41,7 @@
],
"browser_specific_settings": {
"gecko": {
"id": "fox@getgooti.com"
"id": "plebian-signer@mleku.dev"
}
}
}

View File

@@ -2,7 +2,7 @@
<html data-bs-theme="dark">
<head>
<title>Gooti - Options</title>
<title>Plebian Signer - Options</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
<script src="scripts.js"></script>
<style>
@@ -104,7 +104,7 @@
<div class="logo">
<img src="gooti.svg" alt="" />
</div>
<span class="brand-name">Gooti</span>
<span class="brand-name">Plebian Signer</span>
<span>OPTIONS</span>
</div>

View File

@@ -2,7 +2,7 @@
<html data-bs-theme="dark">
<head>
<title>Gooti</title>
<title>Plebian Signer</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
<script src="scripts.js"></script>
<style>