You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(create): make --defaults create a harness project (#1644)
Harness is now the default for `agentcore create`, so `--defaults` no
longer creates a Python/Strands/Bedrock agent. Drop the agent-default
backfill that ran when `--defaults` was combined with an agent-path flag,
so the flag is purely "create with default (harness) settings" and behaves
identically to passing no routing flags at all.
Update the `--defaults` help text and every doc usage to match: standalone
quick-starts drop the flag (harness is implicit) and agent-oriented flows
(gateway, knowledge bases, payments, config bundles, recommendations) use
the explicit `--framework Strands --model-provider Bedrock` agent path.
Strengthen the `--defaults` unit test to assert the harness contract
(`harnessName` + `app/<name>/harness.json`) so the routing can't silently
regress.
0 commit comments