umadev 1.0.19 → 1.0.20

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 +3 -3
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # UmaDev
2
2
 
3
- > **UmaDev: A coding agent that works like a real dev team** — product manager,
3
+ > **UmaDev: A coding agent that works like a real dev team, commanding the Claude Code / Codex / OpenCode you already use** — product manager,
4
4
  > architect, UI/UX designer, frontend, backend, QA, security, and DevOps, each doing
5
- > its own specialty on a shared blackboard, borrowing the Claude Code / Codex /
6
- > OpenCode you already logged into as the brain. A **coordinator** seat schedules the
5
+ > its own specialty on a shared blackboard, borrowing that logged-in base as the
6
+ > brain. A **coordinator** seat schedules the
7
7
  > team and enforces the gates (it routes, plans, and gates — it is not the headline);
8
8
  > the base writes the code. You don't hire a director — you hire the whole team.
9
9
  > **No API key needed.**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "umadev",
3
- "version": "1.0.19",
4
- "description": "UmaDev: A coding agent that works like a real dev team — PM, architect, designer, frontend, backend, QA, security, DevOps — borrowing your logged-in Claude Code / Codex / OpenCode brain to turn one requirement into a shippable, commercial-grade app, coordinated by a scheduling seat. No API key needed.",
3
+ "version": "1.0.20",
4
+ "description": "UmaDev: A coding agent that works like a real dev team, commanding the Claude Code / Codex / OpenCode you already use — PM, architect, designer, frontend, backend, QA, security, DevOps — borrowing that logged-in base as the brain to turn one requirement into a shippable, commercial-grade app, coordinated by a scheduling seat. No API key needed.",
5
5
  "keywords": [
6
6
  "ai",
7
7
  "claude-code",
@@ -37,11 +37,11 @@
37
37
  "node": ">=18"
38
38
  },
39
39
  "optionalDependencies": {
40
- "@umacloud/cli-darwin-arm64": "1.0.19",
41
- "@umacloud/cli-darwin-x64": "1.0.19",
42
- "@umacloud/cli-linux-x64": "1.0.19",
43
- "@umacloud/cli-linux-arm64": "1.0.19",
44
- "@umacloud/cli-win32-x64": "1.0.19",
45
- "@umacloud/knowledge": "1.0.19"
40
+ "@umacloud/cli-darwin-arm64": "1.0.20",
41
+ "@umacloud/cli-darwin-x64": "1.0.20",
42
+ "@umacloud/cli-linux-x64": "1.0.20",
43
+ "@umacloud/cli-linux-arm64": "1.0.20",
44
+ "@umacloud/cli-win32-x64": "1.0.20",
45
+ "@umacloud/knowledge": "1.0.20"
46
46
  }
47
47
  }