social-agent-cli 1.8.0 → 1.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/install.ts +6 -8
- package/package.json +1 -1
package/install.ts
CHANGED
|
@@ -202,14 +202,12 @@ Gönderme komutları (HER ZAMAN bu komutları kullan, asla cd veya npx tsx kulla
|
|
|
202
202
|
|
|
203
203
|
## 1. Analiz Et
|
|
204
204
|
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
**
|
|
211
|
-
- \`git log --oneline -5\`
|
|
212
|
-
- \`social-agent history\` (önceki postların üslubuna bak)
|
|
205
|
+
Önce kendi hafızanı kullan, sonra gerekirse dışarıya bak:
|
|
206
|
+
|
|
207
|
+
1. **Konuşma geçmişin (birincil)** → bu oturumda ne yaptın, hangi dosyalar değişti, hangi kararlar alındı
|
|
208
|
+
2. **Proje bilgin (birincil)** → dosyaları zaten okudun, kodu yazdın, projeyi tanıyorsun
|
|
209
|
+
3. **Git/GitHub (zenginleştirme)** → \`git log --oneline -5\` ile eksik detayı tamamla
|
|
210
|
+
4. **Post geçmişi (üslup)** → \`social-agent history\` ile önceki postların tonuna bak
|
|
213
211
|
|
|
214
212
|
## 2. Platform Seçimi
|
|
215
213
|
|