Skip to content

Commit c779016

Browse files
author
bgagent
committed
chore(cdk): revert agent-plugins blueprint to krokoko/agent-plugins
The upstream blueprint at ``cdk/src/stacks/agent.ts`` points at ``krokoko/agent-plugins``. During PR aws-samples#52 deploy-validation it was flipped to ``scoropeza/agent-plugins`` so the test stack would onboard Sam's own fork for hands-on testing. That override leaked into an earlier PR commit (``1c87094``) and has to come back off before push. This commit is a pure revert of the single ``repo:`` line. Everything else on the branch stays as-is.
1 parent 388da13 commit c779016

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cdk/src/stacks/agent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export class AgentStack extends Stack {
9595

9696
// --- Repository onboarding ---
9797
const agentPluginsBlueprint = new Blueprint(this, 'AgentPluginsBlueprint', {
98-
repo: 'scoropeza/agent-plugins',
98+
repo: 'krokoko/agent-plugins',
9999
repoTable: repoTable.table,
100100
});
101101

0 commit comments

Comments
 (0)