Naming improvements to make the repo structure clearer.
patterns/ → agent_patterns/: Renaming to agent_patterns/ makes it immediately clear that this is where agent code lives.
gateway/ → agentcore_gateway/ and tools/ → agentcore_tools/: Prefixing with agentcore_ makes it clear these are AgentCore-specific features, not general-purpose utilities.
Files to update: All references to the old paths in: infra-cdk/, infra-terraform/, docs/, scripts/, test-scripts/, Makefile, pyproject.toml, .dockerignore, docker/, config.yaml.
Naming improvements to make the repo structure clearer.
patterns/→agent_patterns/: Renaming toagent_patterns/makes it immediately clear that this is where agent code lives.gateway/→agentcore_gateway/andtools/→agentcore_tools/: Prefixing withagentcore_makes it clear these are AgentCore-specific features, not general-purpose utilities.Files to update: All references to the old paths in:
infra-cdk/,infra-terraform/,docs/,scripts/,test-scripts/,Makefile,pyproject.toml,.dockerignore,docker/,config.yaml.