We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397ce20 commit fc2cd94Copy full SHA for fc2cd94
npm-app/src/index.ts
@@ -121,6 +121,7 @@ Examples:
121
$ codebuff --cwd my-project # Start in specific directory
122
$ codebuff --trace # Enable subagent trace logging to .agents/traces/*.log
123
$ codebuff --create nextjs my-app # Create and scaffold a new Next.js project
124
+ $ codebuff init-agents # Create example agent files in .agents directory
125
$ codebuff publish my-agent # Publish agent template to store
126
$ codebuff --agent file-picker "find relevant files for authentication"
127
$ codebuff --agent reviewer --params '{"focus": "security"}' "review this code"
0 commit comments