Skip to content

Commit 9172b24

Browse files
author
bgagent
committed
chore: rm personal site from blueprint source
1 parent de7e8a6 commit 9172b24

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

cdk/src/stacks/agent.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,7 @@ export class AgentStack extends Stack {
6767
repoTable: repoTable.table,
6868
});
6969

70-
const personalSiteBlueprint = new Blueprint(this, 'PersonalSiteBlueprint', {
71-
repo: 'rsmets/personal-site',
72-
repoTable: repoTable.table,
73-
agent: {
74-
modelId: 'anthropic.claude-opus-4-20250514-v1:0',
75-
},
76-
});
77-
78-
const blueprints = [agentPluginsBlueprint, personalSiteBlueprint];
70+
const blueprints = [agentPluginsBlueprint];
7971

8072
// The AwsCustomResource singleton Lambda used by Blueprint constructs
8173
NagSuppressions.addResourceSuppressionsByPath(this, [

0 commit comments

Comments
 (0)