thinkwork-cli 0.8.1 → 0.9.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 CHANGED
@@ -97,6 +97,22 @@ No repo clone required — `thinkwork init` scaffolds all Terraform modules from
97
97
  | `thinkwork config get <key> -s <stage>` | Read a configuration value |
98
98
  | `thinkwork config set <key> <value> -s <stage>` | Update a configuration value |
99
99
 
100
+ ### Wiki (Compounding Memory)
101
+
102
+ Admin-only. Operator controls for the wiki compile pipeline — kick a compile,
103
+ rebuild from scratch, or inspect recent compile jobs without leaving the
104
+ terminal.
105
+
106
+ | Command | Description |
107
+ |---------|-------------|
108
+ | `thinkwork wiki compile` | Enqueue a compile for one agent (`--agent`) or every tenant agent (`--all`). `--model <id>` spikes a non-default Bedrock model for one run. `--watch` follows the job (single-agent only). |
109
+ | `thinkwork wiki rebuild --agent <id>` | Destructive: archive the agent's active pages, clear the compile cursor, and enqueue a fresh compile. Confirm unless `--yes`. `--all` is intentionally rejected. |
110
+ | `thinkwork wiki status` | Show recent compile jobs for a tenant. `--agent <id>` restricts to one scope. `--watch` polls until the latest job reaches a terminal state. |
111
+
112
+ Requires admin credentials (api-key session, or an admin-promoted tenant
113
+ membership). Cognito end-user sessions see a clear "admin access required"
114
+ hint and exit 2.
115
+
100
116
  ## Options
101
117
 
102
118
  ```