awslabs / awslabs/fullstack-solution-template-for-agentcore
refactor: rename directories for clarity (agent_patterns, agentcore_gateway, agentcore_tools)
Open
consider
- Dominant language
- Python
- Stars
- 589
- Forks
- 185
- Avg merge
- 6d 5h
- Merged PRs (30d)
- 2
Description
Naming improvements to make the repo structure clearer.
1. `patterns/` → `agent_patterns/`: Renaming to `agent_patterns/` makes it immediately clear that this is where agent code lives.
2. `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`.
Contributor guide
Assessment
This issue has not been assessed yet.