@mandors/cli 0.0.25 → 0.1.1
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 +17 -20
- package/binaries/darwin-arm64/mandor +0 -0
- package/binaries/darwin-arm64.tar.gz +0 -0
- package/binaries/linux-arm64/mandor +0 -0
- package/binaries/linux-arm64.tar.gz +0 -0
- package/binaries/mandor +0 -0
- package/npm/logo.png +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -132,32 +132,12 @@ await cli.projectCreate('api', { name: 'API Service' });
|
|
|
132
132
|
const tasks = await cli.taskList({ project: 'api', status: 'pending' });
|
|
133
133
|
```
|
|
134
134
|
|
|
135
|
-
### Option 3: From Source
|
|
136
|
-
|
|
137
|
-
Build from Go source code:
|
|
138
|
-
|
|
139
|
-
```bash
|
|
140
|
-
# Clone repository
|
|
141
|
-
git clone https://github.com/sanxzy/mandor.git
|
|
142
|
-
cd mandor
|
|
143
|
-
|
|
144
|
-
# Build binary
|
|
145
|
-
go build -o build/mandor ./cmd/mandor
|
|
146
|
-
|
|
147
|
-
# Install to system
|
|
148
|
-
sudo mv build/mandor /usr/local/bin/
|
|
149
|
-
|
|
150
|
-
# Verify
|
|
151
|
-
mandor --help
|
|
152
|
-
```
|
|
153
|
-
|
|
154
135
|
### Platform Support
|
|
155
136
|
|
|
156
137
|
| Method | macOS | Linux | Windows |
|
|
157
138
|
|--------|-------|-------|---------|
|
|
158
139
|
| curl | ✅ arm64, x64 | ✅ arm64, x64 | ❌ |
|
|
159
140
|
| npm | ✅ arm64, x64 | ✅ arm64, x64 | ✅ arm64, x64 |
|
|
160
|
-
| Source | ✅ | ✅ | ✅ |
|
|
161
141
|
|
|
162
142
|
### Troubleshooting
|
|
163
143
|
|
|
@@ -279,6 +259,23 @@ mandor status
|
|
|
279
259
|
| `mandor populate [--markdown\|--json]` | Full CLI reference |
|
|
280
260
|
| `mandor completion [bash\|zsh\|fish]` | Shell completion |
|
|
281
261
|
|
|
262
|
+
### AI Documentation
|
|
263
|
+
|
|
264
|
+
| Command | Description |
|
|
265
|
+
|---------|-------------|
|
|
266
|
+
| `mandor ai claude` | Generate CLAUDE.md for the project |
|
|
267
|
+
| `mandor ai agents` | Generate AGENTS.md for multi-agent coordination |
|
|
268
|
+
|
|
269
|
+
Generate AI assistant documentation files:
|
|
270
|
+
|
|
271
|
+
```bash
|
|
272
|
+
# Generate CLAUDE.md for Claude Code
|
|
273
|
+
mandor ai claude
|
|
274
|
+
|
|
275
|
+
# Generate AGENTS.md for multi-agent coordination
|
|
276
|
+
mandor ai agents
|
|
277
|
+
```
|
|
278
|
+
|
|
282
279
|
---
|
|
283
280
|
|
|
284
281
|
## Entity Types
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/binaries/mandor
ADDED
|
Binary file
|
package/npm/logo.png
ADDED
|
Binary file
|