shraga 0.1.18 → 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
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 the agent from scripts or from claude.ai.
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shraga",
3
- "version": "0.1.18",
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",