social-agent-cli 1.8.0 → 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.
- 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
|
+
Şu sırayla bilgi topla:
|
|
206
|
+
|
|
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\`
|
|
213
211
|
|
|
214
212
|
## 2. Platform Seçimi
|
|
215
213
|
|