Skip to content

Commit 06aba75

Browse files
committed
reduce expectations in the README.md
1 parent 5d4051e commit 06aba75

File tree

3 files changed

+9
-25
lines changed

3 files changed

+9
-25
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# mycoder
22

3+
## 0.0.11
4+
5+
### Patch Changes
6+
7+
- reduce expectations in the readme to start
8+
39
## 0.0.10
410

511
### Patch Changes

README.md

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ mycoder --promptFile=your-prompt.txt
4545
### CLI Options
4646

4747
- `[prompt]`: Main prompt text (positional argument)
48-
- `--interactive`: Run in interactive mode, asking for prompts
49-
- `--promptFile`: Read prompt from a specified file
48+
- `-i, --interactive`: Run in interactive mode, asking for prompts
49+
- `-f, --file`: Read prompt from a specified file
5050
- `--log`: Set log level (info, verbose, warn, error)
5151
- `-h, --help`: Show help
5252
- `-V, --version`: Show version
@@ -93,28 +93,6 @@ mycoder "Add a new global --debug command line option that enables verbose loggi
9393
mycoder "Create a new caching system for API responses using Redis, including configuration options and unit tests"
9494
```
9595

96-
### Project Creation
97-
98-
```bash
99-
# Web application
100-
mycoder "Create a Next.js web application for a task management system with the following features:
101-
- User authentication using Next-Auth
102-
- MongoDB database integration
103-
- Task CRUD operations
104-
- Tailwind CSS styling
105-
- Unit tests for components
106-
- API route tests"
107-
108-
# API service
109-
mycoder "Create an Express.js REST API service for a book management system with:
110-
- TypeScript configuration
111-
- PostgreSQL database
112-
- JWT authentication
113-
- OpenAPI documentation
114-
- Docker setup
115-
- GitHub Actions CI/CD"
116-
```
117-
11896
### Maintenance & Fixes
11997

12098
```bash

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mycoder",
33
"description": "A command line tool using agent that can do arbitrary tasks, including coding tasks",
4-
"version": "0.0.10",
4+
"version": "0.0.11",
55
"type": "module",
66
"bin": "./bin/cli.js",
77
"main": "./dist/index.js",

0 commit comments

Comments
 (0)