@mandors/cli 0.3.9 → 0.3.10

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
@@ -124,7 +124,6 @@ go build -o ./binaries/mandor ./cmd/mandor
124
124
  ### 1. Initialize Workspace
125
125
 
126
126
  ```bash
127
- export MANDOR_ENV=development
128
127
  mandor init "My Project"
129
128
  ```
130
129
 
@@ -591,7 +590,6 @@ grep '"type":"status_changed"' .mandor/events.jsonl | wc -l
591
590
 
592
591
  ```bash
593
592
  # Initialize and create project
594
- export MANDOR_ENV=development
595
593
  mandor init "API Project"
596
594
  mandor project create api --name "REST API" --goal "Build production REST API with authentication"
597
595
 
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.3.9",
3
+ "version": "0.3.10",
4
4
  "description": "Event-based task manager CLI for AI agent workflows",
5
5
  "main": "npm/lib/index.js",
6
6
  "bin": {