Skip to content

Commit a2c8690

Browse files
fix(ai-config): address Copilot review comments
- README.md: clarify AI setup section — repo ships preconfigured files, each tool requires its own client/auth install - naming/SKILL.md: align layer order with CLAUDE.md source of truth (add Routes → at the front of the chain)
1 parent f800161 commit a2c8690

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.claude/skills/naming/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ From a module name (e.g., `my-feature`):
4545

4646
## Layer Order
4747

48-
Controllers → Services → Repositories → Models
48+
Routes → Controllers → Services → Repositories → Models
4949

5050
Never skip layers. Controllers must not call repositories directly.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ docker-compose up
143143

144144
## :robot: AI Setup
145145

146-
This stack ships with configurations for Claude Code, GitHub Copilot, and OpenAI Codex — all work immediately after cloning.
146+
This stack ships preconfigured instruction and prompt files for Claude Code, GitHub Copilot, and OpenAI Codex. Each tool requires its own client installation and authentication — the repository provides the configuration so it works out-of-the-box once the tool is set up.
147147

148148
| Tool | Config |
149149
| ----------------- | ------------------------------------------------------------------- |

0 commit comments

Comments
 (0)