@way_marks/cli 2.0.1 → 2.0.2

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 +15 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -171,22 +171,30 @@ api.slack.com/apps → Incoming Webhooks
171
171
 
172
172
  - Node.js 18 or higher
173
173
  - Claude Code (for MCP integration)
174
- - macOS or Linux (Windows support coming)
174
+ - macOS, Linux, or Windows
175
+
176
+ ---
177
+
178
+ ## What Works
179
+
180
+ ✅ **Team approval routing** — Assign approvals to specific teammates with escalation
181
+ ✅ **Session-level rollback** — Undo an entire agent run at once
182
+ ✅ **Email notifications** — SMTP-based notifications for pending approvals
183
+ ✅ **Multi-platform** — macOS, Linux, and Windows all supported
184
+ ✅ **Slack integration** — Real-time notifications to Slack
185
+ ✅ **Policy enforcement** — Block paths, commands, require approvals
186
+ ✅ **Action logging** — Full audit trail with rollback capability
175
187
 
176
188
  ---
177
189
 
178
190
  ## Roadmap
179
191
 
180
- - [ ] Team approval routing
181
- (assign approvals to specific teammates)
182
- - [ ] Session-level rollback
183
- (undo an entire agent run at once)
184
192
  - [ ] CLI agent wrapping
185
193
  (waymark run <any-agent-command>)
186
194
  - [ ] Proxy mode
187
195
  (drop-in for any OpenAI-compatible agent)
188
- - [ ] Email notifications
189
- - [ ] Windows support
196
+ - [ ] REST API integration tests
197
+ (comprehensive endpoint coverage)
190
198
 
191
199
  ---
192
200
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@way_marks/cli",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Control what AI agents can do in your codebase",
5
5
  "author": "Waymark <hello@waymarks.dev>",
6
6
  "license": "MIT",