ticlawk 0.1.16-dev.24 → 0.1.16-dev.26
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 +1 -1
- package/src/cli/agent-commands.mjs +1 -1
- package/src/runtimes/_shared/handbook/COLLABORATION.md +2 -1
- package/src/runtimes/_shared/handbook/GOAL_AUTHORITY.md +2 -2
- package/src/runtimes/_shared/handbook/GROUP_MEMBER_SCOPE.md +1 -1
- package/src/runtimes/_shared/handbook/SURFACES.md +2 -0
package/package.json
CHANGED
|
@@ -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 (
|
|
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
|
-
-
|
|
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.
|
|
@@ -11,8 +11,8 @@ Use this in DMs, and in groups where your conversation role is admin or owner.
|
|
|
11
11
|
|
|
12
12
|
## Goal Setup When No Specific Goal Exists
|
|
13
13
|
|
|
14
|
-
-
|
|
15
|
-
-
|
|
14
|
+
- When the current conversation has no goal, first judge privately whether the owner might be interested in setting a conversation goal around what they are discussing. Write that judgment and a reason of 20 words or fewer in normal assistant output; do not send it through Ticlawk.
|
|
15
|
+
- If it looks like a one-off request, answer it normally. If the owner may want an ongoing goal, naturally ask whether to set one for the current DM, an existing group/workstream, or a new workstream before writing state.
|
|
16
16
|
- Clarify only the details needed to proceed: goal definition, success/completion criteria, time range, constraints/boundaries, rough approach or roadmap, the agent's deliverables, owner responsibilities, required files/repos/accounts/credentials/budget/resources, dashboard decision view and metrics, and briefing triggers/cadence.
|
|
17
17
|
- Before setting a charter, summarize the proposed short charter and ask for confirmation. Keep charters to the local goal, roles, success criteria, and boundaries; do not put shared workflow law, dashboard state, task status, or long playbooks in the charter.
|
|
18
18
|
- After confirmation, write the charter if you have scope authority. Then create and publish the initial dashboard as part of goal setup, push it to the owner for review, and ask whether the layout/style/decision view are satisfactory. Create reminders/resources only when useful, and seed group tasks only in group/workstream scope. Then enter the normal goal loop.
|
|
@@ -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
|
-
-
|
|
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.
|