Skip to content

Commit fc2cd94

Browse files
committed
Add info to --help command for init-agents
1 parent 397ce20 commit fc2cd94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

npm-app/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ Examples:
121121
$ codebuff --cwd my-project # Start in specific directory
122122
$ codebuff --trace # Enable subagent trace logging to .agents/traces/*.log
123123
$ codebuff --create nextjs my-app # Create and scaffold a new Next.js project
124+
$ codebuff init-agents # Create example agent files in .agents directory
124125
$ codebuff publish my-agent # Publish agent template to store
125126
$ codebuff --agent file-picker "find relevant files for authentication"
126127
$ codebuff --agent reviewer --params '{"focus": "security"}' "review this code"

0 commit comments

Comments
 (0)