agent-enderun 0.7.5 → 0.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.enderun/BRAIN_DASHBOARD.md +5 -6
- package/.enderun/PROJECT_MEMORY.md +15 -108
- package/.enderun/agents/analyst/prompt.md +8 -20
- package/.enderun/agents/backend/prompt.md +4 -8
- package/.enderun/agents/git/prompt.md +3 -3
- package/.enderun/agents/mobile/prompt.md +1 -11
- package/.enderun/agents/native/prompt.md +1 -11
- package/.enderun/claude.md +19 -0
- package/.enderun/cursor.md +19 -0
- package/.enderun/logs/analyst.json +1 -1
- package/.enderun/logs/backend.json +1 -1
- package/.enderun/logs/devops.json +1 -1
- package/.enderun/logs/explorer.json +1 -1
- package/.enderun/logs/frontend.json +1 -1
- package/.enderun/logs/git.json +1 -1
- package/.enderun/logs/manager.json +1 -20
- package/.enderun/logs/mobile.json +1 -1
- package/.enderun/logs/native.json +1 -1
- package/.enderun/logs/orchestrator.json +1 -1
- package/.enderun/logs/security.json +1 -1
- package/README.md +87 -25
- package/claude.md +19 -0
- package/cursor.md +19 -0
- package/framework-mcp/README.md +3 -9
- package/framework-mcp/package.json +1 -1
- package/framework-mcp/src/schemas.ts +0 -42
- package/package.json +4 -1
- package/src/cli/index.ts +2154 -0
- package/.enderun/knowledge/kentim_constitution.md +0 -34
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: Kentim Project Constitution
|
|
3
|
-
tags: [architecture, workflows, modules, ui, saas]
|
|
4
|
-
related: [mimari_standartlar, is_akislari, moduller, sayfa_yapisi]
|
|
5
|
-
last_updated: 2026-05-21T18:00:00Z
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
# KENTİM Proje Anayasası Özeti
|
|
9
|
-
|
|
10
|
-
KENTİM projesi, Türkiye genelindeki belediyelerin vatandaş etkileşimini ve saha operasyonlarını dijitalleştiren bir **Multi-Tenant SaaS** platformudur.
|
|
11
|
-
|
|
12
|
-
## Temel Direkler
|
|
13
|
-
|
|
14
|
-
1. **Mimari (mimari.md):**
|
|
15
|
-
- Merkezi bir Gateway (Reverse Proxy) üzerinden trafik yönetilir.
|
|
16
|
-
- Her belediye (tenant) kendi izole veritabanı şemasına sahiptir (PostgreSQL RLS).
|
|
17
|
-
- Coğrafi işlemler için PostGIS (ST_Contains, ST_Distance) kullanılır.
|
|
18
|
-
|
|
19
|
-
2. **İş Akışları (is_akislari.md):**
|
|
20
|
-
- 11 duruma sahip gelişmiş bir İş Emri Durum Makinesi (State Machine) işletilir.
|
|
21
|
-
- Circuit Breaker (3 fotoğraf reddi -> Müdür) ve Ping-Pong Koruması (3 re-dispatch -> Admin) gibi otomasyonlar mevcuttur.
|
|
22
|
-
|
|
23
|
-
3. **Yazılım Standartları (yapı.md):**
|
|
24
|
-
- **Backend:** Route -> Controller -> Service -> Repository (RCSR) deseni zorunludur.
|
|
25
|
-
- **Frontend:** React 19 + Panda CSS (Zero UI Library Politikası).
|
|
26
|
-
- **Güvenlik:** JWT tabanlı Auth, HMAC Loopback ve PII Masking (KVKK).
|
|
27
|
-
|
|
28
|
-
4. **Mobil Operasyon (moduller.md):**
|
|
29
|
-
- React Native CLI tabanlı, Offline-First (MMKV) saha uygulaması.
|
|
30
|
-
|
|
31
|
-
## Kritik Limitler
|
|
32
|
-
- Re-open hakkı: Maksimum 2 kez.
|
|
33
|
-
- Geofence mesafesi: 50 metre.
|
|
34
|
-
- Grace Period: Lisans bitimi sonrası 7 gün salt-okunur/tamamlama erişimi.
|