Skip to content

Commit 8c28b41

Browse files
committed
fix: add managedBy to remaining construction sites
1 parent 351245c commit 8c28b41

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/cli/operations/agent/generate/write-agent-to-project.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export async function writeAgentToProject(config: GenerateConfig, options?: Writ
6464
const project: AgentCoreProjectSpec = {
6565
name: agentName,
6666
version: SCHEMA_VERSION,
67+
managedBy: 'CDK' as const,
6768
agents: [agent],
6869
memories,
6970
credentials,

src/cli/primitives/__tests__/auth-utils.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ describe('createManagedOAuthCredential', () => {
8585
const baseProject: AgentCoreProjectSpec = {
8686
name: 'test',
8787
version: 1,
88+
managedBy: 'CDK' as const,
8889
agents: [],
8990
memories: [],
9091
credentials: [],

0 commit comments

Comments
 (0)