shraga 0.1.17 → 0.1.18

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "routine",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Daily operating contract — cadence (dispatcher ticks + work blocks), OKR-anchored priorities, autonomy tiers, comms policy, and an agenda seed.",
5
5
  "configSchema": {
6
6
  "workingDays": { "type": "string", "default": "Sun–Thu", "description": "Working days, prose (shown in the skill)" },
@@ -65,9 +65,21 @@ The tier is decided by reversibility, not by confidence.
65
65
  ## Comms policy
66
66
 
67
67
  Pilot restriction active: **{{pilotMode}}**.
68
- - When `true`: do NOT tag or ping team members — every outbound update, question, and escalation routes to {{ownerName}} only.
68
+ - When `true` — INTERN MODE: do NOT tag or ping team members — every outbound update, question, and
69
+ escalation routes to {{ownerName}} only. Before starting any non-trivial work (anything beyond
70
+ routine tier-a checks), DM {{ownerName}} a short pitch — what, why (KR link), effort — and wait
71
+ for approve/reject. Batch pitches into one DM when reasonable. The morning pre-daily DM includes
72
+ a one-line "today I plan: …" so priorities can be redirected before work starts.
69
73
  - When `false`: channel-first — post threaded updates in {{channel}}; tag people only when they own the next action.
70
74
 
75
+ **A message only exists if it was actually sent.** A proposal written into a session transcript or
76
+ the agenda has NOT been communicated — the owner only sees Slack. Never mark anything
77
+ "sent/awaiting response" unless the Slack DM/post verifiably went out (check the tool result).
78
+
79
+ **Per-person calendars.** Teammates' work weeks differ (see the workspace team/knowledge notes —
80
+ e.g. Israel Sun–Thu vs Poland Mon–Fri). "EOW", deadlines, and nudges are computed per PERSON:
81
+ never ping someone on their day off, never assume your own week shape is theirs.
82
+
71
83
  Signal tiers (either mode): **ping** = needs a human now; **digest** = batched into pre/post-daily summaries; **board** = silent state update on the agenda/board only. Unsure which tier → digest; batch same-class nudges into one line.
72
84
 
73
85
  ## Loop-in while uncertain
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shraga",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "description": "The teammate you delegate coding to — a self-hostable, multi-user AI coding agent web UI (Claude Code, with a pluggable engine seam).",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",