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.
Files changed (2) hide show
  1. package/install.ts +6 -8
  2. 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
- **Zaten bildiğin şeyler (en önemli):**
206
- - Sen zaten bu projede çalışıyorsun, hangi dosyalar değişti biliyorsun
207
- - Konuşma geçmişinden: ne yaptın, hangi kararlar alındı, teknik zorluklar
208
- - Projenin yapısını, tech stack'ini, amacını zaten biliyorsun
209
-
210
- **Ek bilgi için (gerekirse):**
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "social-agent-cli",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "AI-powered social media agent - free APIs + browser automation with self-healing selectors",
5
5
  "type": "module",
6
6
  "bin": {