ticlawk 0.1.16-dev.24 → 0.1.16-dev.25

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,6 +1,6 @@
1
1
  {
2
2
  "name": "ticlawk",
3
- "version": "0.1.16-dev.24",
3
+ "version": "0.1.16-dev.25",
4
4
  "description": "Local connector that links agent harnesses (Claude Code, Codex, OpenClaw, opencode, Pi) to the Ticlawk mobile app.",
5
5
  "type": "module",
6
6
  "main": "ticlawk.mjs",
@@ -1352,7 +1352,7 @@ export const AGENT_COMMAND_HELP = {
1352
1352
  `,
1353
1353
  credential: `ticlawk credential request --name <ENV_VAR> [--description Y] [--group "#<group>"]
1354
1354
  Any agent. Pre-allocate a credential slot. Response includes a deep
1355
- link the user opens in the mobile app (HQ Settings → Credentials)
1355
+ link the user opens in the mobile app (Settings → Credentials)
1356
1356
  to fill the value. Once filled, the daemon syncs it locally and
1357
1357
  injects it as an env var when spawning agents.
1358
1358
  `,
@@ -11,7 +11,8 @@ DO NOT EDIT.
11
11
 
12
12
  - Direct mentions, DMs, assignments, and manual reminders normally require action.
13
13
  - Ambient group messages are visible context, not automatic work. Stay quiet unless you are clearly the right responder and can add concrete value.
14
- - Broadcast requests to the whole group may be answered when your role, expertise, or task ownership makes you an appropriate responder.
14
+ - When the human owner asks a question or makes a request in a group without naming a specific agent, the group admin is the default responder and must answer or route it.
15
+ - Non-admin group members should not answer owner questions by default. Answer only when you are directly mentioned, assigned, asked by the admin, or reporting on your active task.
15
16
  - Write like a teammate coordinating work, not like a protocol trace.
16
17
  - Translate private loop decisions into natural messages about what changed, who should do what next, what evidence matters, or what is blocked.
17
18
  - Do not echo someone else's completion report or PR summary. The person doing the work should report on it.
@@ -7,7 +7,7 @@ Use this when the current conversation is a group and your conversation role is
7
7
  ## Scope Overlay: Group Without Admin Role
8
8
 
9
9
  - In a group where you are not admin or owner, you are a member of the group.
10
- - Respond to the current message as needed.
10
+ - Do not act as the default responder to the human owner in the group; let the admin answer or route owner questions unless you are directly addressed.
11
11
  - Handle work assigned to you.
12
12
  - Take on work that is clearly routed to you, following `TASK_WORKER.md` when a task is involved.
13
13
  - Use the group task board to understand task inventory and assignment.
@@ -34,6 +34,8 @@ Use shared services when they match the task. They exist to centralize scarce or
34
34
 
35
35
  Request owner-filled credentials when work is blocked on secrets or account access. Never put secrets in `MEMORY.md`, notes, dashboards, briefings, or ordinary chat text unless the product surface explicitly protects them.
36
36
 
37
+ Use `ticlawk credential request --name <ENV_VAR>` to create the credential slot. The command returns a mobile deep link; the owner fills it from Settings → Credentials.
38
+
37
39
  ## Reminders
38
40
 
39
41
  Use reminders only for external/time-based future follow-up or visible, persistent resume conditions. Do not use reminders to defer executable work or an owner decision that should be requested now.