thinkwork-cli 0.10.0 → 0.12.0
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 +3 -3
- package/dist/cli.js +3394 -613
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -149,9 +149,9 @@ message and exits with code 2.
|
|
|
149
149
|
| **0 (now)** | Foundation | `login` (Cognito + AWS), `logout`, `me`, `--json`, GraphQL client, codegen, shared helpers |
|
|
150
150
|
| 1 | Work & approvals | ✅ `thread`, `message`, `label`, `inbox` — **Phase 1 complete** |
|
|
151
151
|
| 2 | Agents & workspace | ✅ `member`, `team`, `kb`, `template`, `tenant`, `agent` — **Phase 2 complete** |
|
|
152
|
-
| 3 | Automation & integrations | `routine`, `scheduled-job`, `turn`, `wakeup`, `webhook`, `
|
|
153
|
-
| 4 | Memory & artifacts | `memory`, `recipe`, `artifact` |
|
|
154
|
-
| 5 | Observability & spend | `cost`, `budget`, `performance`, `trace`, `dashboard` |
|
|
152
|
+
| 3 | Automation & integrations | ✅ `routine`, `scheduled-job`, `turn`, `wakeup`, `webhook`, `skill` — **Phase 3 complete** (`connector` retired) |
|
|
153
|
+
| 4 | Memory & artifacts | ✅ `memory`, `recipe`, `artifact` — **Phase 4 complete** |
|
|
154
|
+
| 5 | Observability & spend | ✅ `cost`, `budget`, `performance`, `trace`, `dashboard` — **Phase 5 complete** |
|
|
155
155
|
|
|
156
156
|
Each phase ships as one PR. Mid-phase stubs keep `thinkwork --help` complete
|
|
157
157
|
so the full surface is always discoverable; individual commands flip from
|