@mandors/cli 0.0.26 → 0.1.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.
package/README.md CHANGED
@@ -263,17 +263,17 @@ mandor status
263
263
 
264
264
  | Command | Description |
265
265
  |---------|-------------|
266
- | `mandor ai claude --goal <text>` | Generate CLAUDE.md for project |
267
- | `mandor ai agents --role <text> --agents <n> --protocol <sequential\|collaborative>` | Generate AGENTS.md for multi-agent setup |
266
+ | `mandor ai claude` | Generate CLAUDE.md for the project |
267
+ | `mandor ai agents` | Generate AGENTS.md for multi-agent coordination |
268
268
 
269
269
  Generate AI assistant documentation files:
270
270
 
271
271
  ```bash
272
272
  # Generate CLAUDE.md for Claude Code
273
- mandor ai claude --goal "Event-based task manager CLI"
273
+ mandor ai claude
274
274
 
275
275
  # Generate AGENTS.md for multi-agent coordination
276
- mandor ai agents --role "Backend development team" --agents 3 --protocol collaborative
276
+ mandor ai agents
277
277
  ```
278
278
 
279
279
  ---
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mandors/cli",
3
- "version": "0.0.26",
3
+ "version": "0.1.2",
4
4
  "description": "Event-based task manager CLI for AI agent workflows",
5
5
  "main": "npm/lib/index.js",
6
6
  "bin": {