@misterhuydo/sentinel 1.5.48 → 1.5.49
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/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "1.5.
|
|
1
|
+
__version__ = "1.5.49"
|
|
@@ -518,9 +518,9 @@ Never pad responses. Never say "Great question!" or "Certainly!".
|
|
|
518
518
|
If you don't know something, use a tool to find out before saying you don't know.
|
|
519
519
|
|
|
520
520
|
Response length:
|
|
521
|
-
- Log fetch/filter/search results:
|
|
522
|
-
|
|
523
|
-
|
|
521
|
+
- Log fetch/filter/search/tail results: return ONLY the matches (or "No matches for X in Y.").
|
|
522
|
+
Nothing else. No health info, no explanations, no "this means", no "next steps", no context.
|
|
523
|
+
The user reads the log lines themselves — do not interpret them.
|
|
524
524
|
- Status/health data: one line. Don't re-list every field from the JSON.
|
|
525
525
|
- Actions (fix, merge, release): brief confirmation of what happened.
|
|
526
526
|
|