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,8 +1,8 @@
# Gooti
# Plebian Signer
## Nostr Identity Manager & Signer
Gooti is a browser extension for managing multiple [Nostr](https://github.com/nostr-protocol/nostr) identities and for signing events on web apps without having to give them your keys.
Plebian Signer is a browser extension for managing multiple [Nostr](https://github.com/nostr-protocol/nostr) identities and for signing events on web apps without having to give them your keys.
It implements these mandatory [NIP-07](https://github.com/nostr-protocol/nips/blob/master/07.md) methods:
@@ -21,19 +21,15 @@ async window.nostr.nip44.encrypt(pubkey, plaintext): string
async window.nostr.nip44.decrypt(pubkey, ciphertext): string
```
The repository is configured as monorepo to hold the extensions for Chrome and Firefox.
[Get the Firefox extension here!](https://addons.mozilla.org/en-US/firefox/addon/gooti/)
[Get the Chrome extension here!](https://chromewebstore.google.com/detail/gooti/cpcnmacmpalecmijkbcajanpdlcgjpgj)
The repository is configured as monorepo to hold the extensions for Chrome and Firefox.
## Develop Chrome Extension
To build and run the Chrome extension from this code:
```
git clone https://github.com/sam-hayes-org/gooti-extension
cd gooti-extension
git clone https://git.mleku.dev/mleku/plebeian-signer
cd plebeian-signer
npm ci
npm run build:chrome
```
@@ -50,8 +46,8 @@ then
To build and run the Firefox extension from this code:
```
git clone https://github.com/sam-hayes-org/gooti-extension
cd gooti-extension
git clone https://git.mleku.dev/mleku/plebeian-signer
cd plebeian-signer
npm ci
npm run build:firefox
```
@@ -65,4 +61,4 @@ then
---
LICENSE: Public Domain
LICENSE: Public Domain