# CLAUDE.md - Mi Inventario **Hereda de:** workspace-v2/CLAUDE.md **Sistema:** SIMCO v4.0.0 + NEXUS v4.0 **Proyecto:** miinventario **Tipo:** CONSUMER **Versión:** 1.0.0 **Actualizado:** 2026-02-06 **ADR Vinculante:** ADR-0011 (Estructura Canonica apps/) --- ## EXTENSIONES LOCALES Este archivo EXTIENDE (no reemplaza) las reglas del workspace. Para reglas base, ver: `../../CLAUDE.md` --- ## DESCRIPCION DEL PROYECTO Sistema de gestion de inventarios con app movil. --- ## STACK TECNOLOGICO - Backend: [A definir] - Mobile: React Native - Database: PostgreSQL --- ## ESTRUCTURA CANONICA (ADR-0011) ``` miinventario/ ├── apps/ # Contenedor canonico de aplicaciones │ ├── backend/ # API (submodule → miinventario-backend-v2) │ ├── frontend-mobile/ # React Native (submodule → miinventario-mobile-v2) │ ├── database/ # DDL PostgreSQL (submodule → miinventario-database-v2) │ └── _MAP.md # Indice de aplicaciones ├── orchestration/ # Sistema SIMCO local ├── docs/ # Documentacion ├── .claude/ # Instrucciones Claude Code └── .gitmodules # 3 submodules en apps/ ``` **IMPORTANTE:** Todo desarrollo nuevo DEBE ir dentro de `apps/`. No crear archivos en raiz. --- ## ALIAS LOCALES | Alias | Ruta | |-------|------| | @LOCAL-ORCHESTRATION | orchestration/ | | @BACKEND | apps/backend/ | | @MOBILE | apps/frontend-mobile/ | | @DDL | apps/database/ | | @APPS-MAP | apps/_MAP.md | --- *Mi Inventario v1.0.0 - Sistema SIMCO v4.0.0* *Estructura migrada a apps/ canonico: 2026-02-06*