shraga 0.1.9 → 0.1.10

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,8 +9,8 @@
9
9
 
10
10
  </div>
11
11
 
12
- Shraga is a self-hostable, multi-user agent harness that joins your team as a teammate (Claude Code
13
- out of the box, with a pluggable engine seam for other runtimes), reachable from anywhere: your
12
+ Shraga is a self-hostable, multi-user agent harness that joins your team as a NHE (Non Human Employee). Claude Code
13
+ out of the box, with a pluggable engine seam for other runtimes, reachable from anywhere: your
14
14
  laptop, a home server, or a VM.
15
15
 
16
16
  Give it its own machine, its own keys, its own identity. Onboard it once, then delegate.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shraga",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
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",