@marktoflow/cli 2.0.0-alpha.11 → 2.0.0-alpha.12

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
@@ -2,11 +2,25 @@
2
2
 
3
3
  > **Author:** Scott Glover <scottgl@gmail.com>
4
4
 
5
- Agent automation framework with native MCP support - Command Line Interface.
5
+ **CLI-first agent automation framework** with native MCP support and direct SDK integration.
6
6
 
7
- ## Overview
7
+ **Version:** 2.0.0-alpha.12
8
8
 
9
- `@marktoflow/cli` is the main package for marktoflow, providing the command-line interface for creating, running, and managing automation workflows.
9
+ ---
10
+
11
+ ## What is marktoflow?
12
+
13
+ marktoflow is a **CLI-first automation framework** that lets you define workflows in Markdown + YAML and execute them across 20+ services. Write workflows as code, run them from the terminal, and optionally use the visual designer for editing.
14
+
15
+ **Key Differentiators:**
16
+
17
+ - 🖥️ **CLI-First** - Design and run workflows from your terminal
18
+ - 📝 **Workflows as Markdown** - Human-readable, version-controlled automation
19
+ - 🔌 **Native SDK Integration** - Direct method calls with full type safety
20
+ - 🤖 **AI Agent Support** - GitHub Copilot, Claude, Ollama - use existing subscriptions
21
+ - 🌐 **Universal REST Client** - Connect to any API without custom integrations
22
+ - 🎨 **Visual Designer (Optional)** - Web-based drag-and-drop editor
23
+ - 🏢 **Enterprise Ready** - RBAC, approvals, audit logging, cost tracking
10
24
 
11
25
  ## Features
12
26
 
@@ -38,7 +52,7 @@ npx @marktoflow/cli@alpha <command>
38
52
  ### Install from GitHub
39
53
 
40
54
  ```bash
41
- npm install -g github:scottgl9/marktoflow#main
55
+ npm install -g github:marktoflow/marktoflow#main
42
56
  ```
43
57
 
44
58
  ## Quick Start
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * marktoflow CLI
4
4
  *
5
- * Universal automation framework with native MCP support.
5
+ * Agent automation framework with native MCP support.
6
6
  */
7
7
  export {};
8
8
  //# sourceMappingURL=index.d.ts.map