agent-takkub 1.0.16 β†’ 1.0.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.
package/README.md CHANGED
@@ -18,6 +18,22 @@
18
18
 
19
19
  ---
20
20
 
21
+ ## πŸ“± Mobile Remote Control (PWA)
22
+
23
+ <p align="center">
24
+ <img src="https://raw.githubusercontent.com/takkub/agent-takkub/main/assets/mobile-remote.png" alt="Takkub Remote β€” drive your Lead from your phone" width="300">
25
+ </p>
26
+
27
+ *Step away from the desk β€” pair your phone once (link / QR) and watch **and steer** the Lead from anywhere, through an install-free PWA.*
28
+
29
+ * **πŸ“² Install-free PWA** β€” open the paired link, *Add to Home Screen*, done. Offline-capable app shell, no store.
30
+ * **πŸ’¬ Live Lead console** β€” the Lead's replies stream to your phone in real time (with a "still working…" indicator so you always know it's alive); type back to steer it.
31
+ * **πŸ“Š Pulse** β€” a glanceable, project-grouped view of which teammates are running and for how long.
32
+ * **πŸŽ›οΈ View vs. control** β€” read-only by default; flip to control mode to send prompts or open projects remotely.
33
+ * **πŸ”’ Three-factor, off by default** β€” secret path + bearer token (never in the QR) + a password gate, on a loopback-only server behind a Cloudflare tunnel, with per-client sessions & brute-force lockout. Data-minimized: never ships raw tool output, commands, or filesystem paths. Turn it on from the cockpit's **🌐 Remote** chip when you want it.
34
+
35
+ ---
36
+
21
37
  ## ✨ Why agent-takkub?
22
38
 
23
39
  A single AI agent struggles with big features: context fills up, sub-tasks conflict, and everything runs serially. `agent-takkub` uses the **Lead–Specialist pattern**: you prompt one **Lead** agent, and it delegates isolated, specialized sub-tasks to real `claude` processes running concurrently.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-takkub",
3
- "version": "1.0.16",
3
+ "version": "1.0.18",
4
4
  "description": "Desktop cockpit for orchestrating a team of Claude Code agents (Windows + macOS)",
5
5
  "keywords": [
6
6
  "claude",