social-agent-cli 1.8.1 → 1.8.2

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 +5 -5
  2. package/package.json +1 -1
package/install.ts CHANGED
@@ -202,12 +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
- Önce kendi hafızanı kullan, sonra gerekirse dışarıya bak:
205
+ Şu sırayla bilgi topla:
206
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
207
+ 1. **Projeyi tara (birincil)** → README.md, package.json, ana dosyaları oku. Projenin ne olduğunu, tech stack'ini, özelliklerini anla
208
+ 2. **Konuşma geçmişin** → bu oturumda ne yaptın, hangi kararlar alındı, kullanıcı ne istedi
209
+ 3. **Git/GitHub (zenginleştirme)** → \`git log --oneline -5\`, gerekirse GitHub star/fork bilgisi
210
+ 4. **Post geçmişi (üslup)** → \`social-agent history\`
211
211
 
212
212
  ## 2. Platform Seçimi
213
213
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "social-agent-cli",
3
- "version": "1.8.1",
3
+ "version": "1.8.2",
4
4
  "description": "AI-powered social media agent - free APIs + browser automation with self-healing selectors",
5
5
  "type": "module",
6
6
  "bin": {