smart_ide/docs/repo/smartide-config-directory.md
Nicolas Cantu 49767c8f9a chore: rename .cursor to .smartIde
**Motivations:**
- Align IDE config directory naming with smartIde branding.

**Evolutions:**
- Move .cursor to .smartIde at repo root; ia_dev submodule same rename.
- ia-dev-gateway resolves agents under .smartIde/agents.
- Docs: smartide-config-directory.md, cross-link updates; enso-docs mirror unchanged.
2026-04-03 18:23:31 +02:00

8 lines
611 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Répertoire `.smartIde/` (règles et agents)
Les définitions **agents** et **règles** du monorepo **smart_ide** et du module **ia_dev** vivent sous **`.smartIde/`** à la racine du dépôt et **`ia_dev/.smartIde/`** dans le module ia_dev (hooks, `agents/`, `rules/`).
Les outils qui ne chercheraient que lancien chemin **`.cursor/`** peuvent nécessiter une **configuration** ou un **lien symbolique** (ex. `.cursor``.smartIde`) selon léditeur.
Le service **`ia-dev-gateway`** résout les agents via **`path.join(iaDevRoot, ".smartIde", "agents")`** (`services/ia-dev-gateway/src/paths.ts`).