docs: update AGENTS.md with identity service, killer features, and revised project description
This commit is contained in:
11
AGENTS.md
11
AGENTS.md
@@ -7,7 +7,8 @@ Dieses Dokument hilft AI-Assistenten (Amp, Copilot, etc.) das Projekt zu versteh
|
||||
**kashilo.com** ist eine Kleinanzeigen-PWA mit Monero-Bezahlung.
|
||||
|
||||
- **Status**: Active Development (Frontend + Directus Backend)
|
||||
- **Ziel**: Anonyme, dezentrale Marktplatz-Alternative
|
||||
- **Ziel**: Privater, dezentraler Marktplatz mit Monero
|
||||
- **Name**: kashilo = Esperanto "kaŝilo" (Werkzeug zum Verbergen)
|
||||
|
||||
## Tech-Stack
|
||||
|
||||
@@ -74,7 +75,8 @@ js/
|
||||
│ ├── btcpay.js # BTCPay Server Integration (Invoice, Checkout, Webhook)
|
||||
│ ├── favorites.js # Favoriten-Service (localStorage + Directus Sync)
|
||||
│ ├── notifications.js # Benachrichtigungen (Polling, Badge)
|
||||
│ └── reputation.js # Reputation-System (Deals, Ratings, Level)
|
||||
│ ├── reputation.js # Reputation-System (Deals, Ratings, Level)
|
||||
│ └── identity.js # Pseudonyme & Identicon-Avatare (deterministisch aus User-ID)
|
||||
└── components/
|
||||
├── app-shell.js # Layout, registriert Routes
|
||||
├── app-header.js # Header (Theme-Toggle, Lang-Dropdown, Profil-Dropdown)
|
||||
@@ -90,6 +92,7 @@ docs/
|
||||
├── MONETIZATION.md # Monetarisierung & Anti-Abuse
|
||||
├── LAUNCH-PLAN.md # Release-Phasen, Pricing, Checkliste
|
||||
├── REPUTATION.md # Reputation-System (Konzept, Directus-Anleitung)
|
||||
├── KILLER-FEATURES.md # Geplante Features (Blind Meeting Points, Verifiable Listings, Self-Destruct)
|
||||
├── pow-server/ # PHP PoW-Captcha Server (pow.kashilo.com)
|
||||
└── og-proxy.php # Open Graph Meta-Tag Proxy (pow.kashilo.com)
|
||||
|
||||
@@ -175,6 +178,10 @@ locales/
|
||||
13. ~~Monero MultiSig Escrow~~ ❌ Gestrichen (erfordert VASP-Lizenz + KYC, widerspricht Privacy-Konzept)
|
||||
14. Tor Hidden Service (.onion URL)
|
||||
15. Öffentliche Statistiken (Anzeigen, User, Deals — erst ab Schwellwert anzeigen)
|
||||
16. ~~Pseudonyme & Avatare~~ ✅ `identity.js` — deterministisch aus User-ID, Identicon + Name (Adjektiv+Tier+Zahl)
|
||||
17. Verifiable Listings (siehe `docs/KILLER-FEATURES.md`)
|
||||
18. Selbstzerstörende Listings (siehe `docs/KILLER-FEATURES.md`)
|
||||
19. Blind Meeting Points (siehe `docs/KILLER-FEATURES.md`)
|
||||
|
||||
### Reputation-System (Konzept)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user