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.
|
**kashilo.com** ist eine Kleinanzeigen-PWA mit Monero-Bezahlung.
|
||||||
|
|
||||||
- **Status**: Active Development (Frontend + Directus Backend)
|
- **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
|
## Tech-Stack
|
||||||
|
|
||||||
@@ -74,7 +75,8 @@ js/
|
|||||||
│ ├── btcpay.js # BTCPay Server Integration (Invoice, Checkout, Webhook)
|
│ ├── btcpay.js # BTCPay Server Integration (Invoice, Checkout, Webhook)
|
||||||
│ ├── favorites.js # Favoriten-Service (localStorage + Directus Sync)
|
│ ├── favorites.js # Favoriten-Service (localStorage + Directus Sync)
|
||||||
│ ├── notifications.js # Benachrichtigungen (Polling, Badge)
|
│ ├── 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/
|
└── components/
|
||||||
├── app-shell.js # Layout, registriert Routes
|
├── app-shell.js # Layout, registriert Routes
|
||||||
├── app-header.js # Header (Theme-Toggle, Lang-Dropdown, Profil-Dropdown)
|
├── app-header.js # Header (Theme-Toggle, Lang-Dropdown, Profil-Dropdown)
|
||||||
@@ -90,6 +92,7 @@ docs/
|
|||||||
├── MONETIZATION.md # Monetarisierung & Anti-Abuse
|
├── MONETIZATION.md # Monetarisierung & Anti-Abuse
|
||||||
├── LAUNCH-PLAN.md # Release-Phasen, Pricing, Checkliste
|
├── LAUNCH-PLAN.md # Release-Phasen, Pricing, Checkliste
|
||||||
├── REPUTATION.md # Reputation-System (Konzept, Directus-Anleitung)
|
├── 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)
|
├── pow-server/ # PHP PoW-Captcha Server (pow.kashilo.com)
|
||||||
└── og-proxy.php # Open Graph Meta-Tag Proxy (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)
|
13. ~~Monero MultiSig Escrow~~ ❌ Gestrichen (erfordert VASP-Lizenz + KYC, widerspricht Privacy-Konzept)
|
||||||
14. Tor Hidden Service (.onion URL)
|
14. Tor Hidden Service (.onion URL)
|
||||||
15. Öffentliche Statistiken (Anzeigen, User, Deals — erst ab Schwellwert anzeigen)
|
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)
|
### Reputation-System (Konzept)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user