Some checks failed
Build / Build Backend (push) Has been cancelled
Build / Build Mobile (TypeScript Check) (push) Has been cancelled
Lint / Lint Backend (push) Has been cancelled
Lint / Lint Mobile (push) Has been cancelled
Test / Backend E2E Tests (push) Has been cancelled
Test / Mobile Unit Tests (push) Has been cancelled
Build / Build Docker Image (push) Has been cancelled
- backend/ → apps/backend/, database/ → apps/database/, mobile/ → apps/frontend-mobile/ - Updated .gitmodules, docker-compose.yml, CLAUDE.md v1.0.0 - Added apps/_MAP.md Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
67 lines
1.7 KiB
Markdown
67 lines
1.7 KiB
Markdown
# 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*
|