Skip to content
Closed

closed #1643

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/cli/commands/create/command.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ function printCreateSummary(
* agent-only concept — harnesses use --memory-mode/--no-memory — so it routes to the agent path
* (and conflicts with harness-only flags) rather than being silently ignored on the harness path. */
const AGENT_PATH_FLAGS = [
'defaults',

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix is correct. See review body for a test-coverage suggestion to lock this in — the existing --defaults integration test passes on both the agent and harness paths, so it wouldn't have caught this regression.

'framework',
'language',
'build',
Expand Down
Loading