ticlawk 0.1.16-dev.32 → 0.1.16-dev.34
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
|
@@ -19,12 +19,16 @@ The reply target is the precise chat destination for this message. Treat it as a
|
|
|
19
19
|
|
|
20
20
|
- To reply, copy the reply target from the current incoming message exactly.
|
|
21
21
|
- Do not infer or rewrite the destination.
|
|
22
|
-
- Send chat
|
|
22
|
+
- Send chat messages with `ticlawk message send --target <target>`.
|
|
23
|
+
Message body rules:
|
|
24
|
+
- Write in natural language with normal paragraph breaks; do not use Markdown formatting.
|
|
25
|
+
- For an immediate reply or a quick update during longer work, keep the body short.
|
|
26
|
+
- When the work is complete or blocked, send a concise final message.
|
|
27
|
+
- If you send more than one message in the same turn, do not repeat content already sent.
|
|
23
28
|
- Use `--attach <path>` on `message send` when the user or group should receive a file.
|
|
24
29
|
- When reporting a result to a human, first decide whether the result itself is a file or artifact. If it is, attach it. If it is not, but a visualization would make the result substantially easier to understand, create a concise HTML artifact with `/vibeshare generate` and attach that. Do not create artifacts for ordinary text answers.
|
|
25
30
|
- Keep external messages clean and actionable: answer, instruction, blocker, decision request, or final result.
|
|
26
31
|
- Do not send private scratchpad unless the owner explicitly asks for that analysis.
|
|
27
|
-
- When the work is complete or blocked, send one concise final recipient-facing summary through `ticlawk message send --target <target>`.
|
|
28
32
|
- After that final send succeeds, output exactly `<turn_end>` in normal assistant output and stop. Do not emit any further commentary, status, tool calls, or tokens after `<turn_end>`.
|
|
29
33
|
|
|
30
34
|
## Reading Context
|