shraga 0.1.17 → 0.1.19
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/README.md
CHANGED
|
@@ -32,7 +32,7 @@ Give it its own machine, its own keys, its own identity. Onboard it once, then d
|
|
|
32
32
|
- **Skills**: reusable procedures you teach it once (files in `data/skills/`).
|
|
33
33
|
- **MCP servers**: connect tools (GitHub, Slack, databases) per-user or globally.
|
|
34
34
|
- **Schedules**: run agent jobs on a cron or in response to events.
|
|
35
|
-
- **Programmatic API + MCP endpoint**: drive the
|
|
35
|
+
- **Programmatic API + MCP endpoint**: drive the agent from scripts or from claude.ai.
|
|
36
36
|
|
|
37
37
|
## What's in the box
|
|
38
38
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "routine",
|
|
3
|
-
"version": "1.
|
|
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
|
|
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.
|
|
3
|
+
"version": "0.1.19",
|
|
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",
|