@c4t4/heyamigo 0.1.8 → 0.1.9
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/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -171,13 +171,13 @@ All localhost. Nothing public.
|
|
|
171
171
|
|
|
172
172
|
Three built-in:
|
|
173
173
|
|
|
174
|
-
**Sharp** (default)
|
|
174
|
+
[**Sharp**](config/personalities/sharp.md) (default)
|
|
175
175
|
Talks like a smart friend at dinner. Specific, confident, never vague. Won't hedge, won't lecture, won't sound like a brochure. Calls things out when they're obvious, meets people where they actually are. Checks every reply against: would I be embarrassed saying this out loud?
|
|
176
176
|
|
|
177
|
-
**Casual**
|
|
177
|
+
[**Casual**](config/personalities/casual.md)
|
|
178
178
|
Warm, relaxed, friend-over-coffee energy. Short messages, matches your vibe.
|
|
179
179
|
|
|
180
|
-
**Professional**
|
|
180
|
+
[**Professional**](config/personalities/professional.md)
|
|
181
181
|
Clear, efficient, business-appropriate. Gets to the answer fast.
|
|
182
182
|
|
|
183
183
|
Create your own: add a `.md` file to `config/personalities/`, point `config.json` at it.
|