Skip to content

Commit 9bbd483

Browse files
Eliminar archivo de instrucciones de Claude y actualizar la organización de la documentación
1 parent d8afdd5 commit 9bbd483

File tree

4 files changed

+21
-63
lines changed

4 files changed

+21
-63
lines changed

.claude-instructions.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

CLAUDE.md

Whitespace-only changes.

docs/DOCUMENTATION_ORGANIZATION.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@ Reorganized project documentation and significantly improved AI assistant instru
112112

113113
**Reserved for these files only**:
114114

115-
| File | Purpose |
116-
|------|---------|
117-
| `README.md` | Main project documentation |
118-
| `CONTRIBUTING.md` | Contribution guidelines |
119-
| `CHANGELOG.md` | Version history |
120-
| `CODE_OF_CONDUCT.md` | Community standards |
121-
| `SECURITY.md` | Security policy |
122-
| `ROADMAP.md` | Project roadmap |
123-
| `LICENSE` | License file |
115+
| File | Purpose |
116+
|----------------------|----------------------------|
117+
| `README.md` | Main project documentation |
118+
| `CONTRIBUTING.md` | Contribution guidelines |
119+
| `CHANGELOG.md` | Version history |
120+
| `CODE_OF_CONDUCT.md` | Community standards |
121+
| `SECURITY.md` | Security policy |
122+
| `ROADMAP.md` | Project roadmap |
123+
| `LICENSE` | License file |
124124

125125
**Everything else** (summaries, guides, technical docs) → `docs/` directory
126126

@@ -284,14 +284,14 @@ Use conventional commit format:
284284

285285
## Quick Reference
286286

287-
| Task | Location |
288-
|------|----------|
287+
| Task | Location |
288+
|--------------------|-----------------------------------|
289289
| Full AI guidelines | `.github/copilot-instructions.md` |
290-
| Claude quick ref | `.claude-instructions.md` |
291-
| Technical docs | `docs/` directory |
292-
| VSCode tasks | `.vscode/tasks.json` |
293-
| User documentation | `README.md` |
294-
| Contribution guide | `CONTRIBUTING.md` |
290+
| Claude quick ref | `.claude-instructions.md` |
291+
| Technical docs | `docs/` directory |
292+
| VSCode tasks | `.vscode/tasks.json` |
293+
| User documentation | `README.md` |
294+
| Contribution guide | `CONTRIBUTING.md` |
295295

296296
---
297297

docs/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ The root directory should only contain these standard documentation files:
3737

3838
## Current Documentation
3939

40-
| File | Description |
41-
|------|-------------|
42-
| `VSCODE_TASKS_SETUP.md` | Complete guide to VSCode tasks for running CI locally |
43-
| `BRANCH_CLEANUP_SUMMARY.md` | Summary of branch cleanup and merge decisions |
44-
| `VSCODE_TASKS.md` | Quick reference for VSCode task usage |
40+
| File | Description |
41+
|-----------------------------|-------------------------------------------------------|
42+
| `VSCODE_TASKS_SETUP.md` | Complete guide to VSCode tasks for running CI locally |
43+
| `BRANCH_CLEANUP_SUMMARY.md` | Summary of branch cleanup and merge decisions |
44+
| `VSCODE_TASKS.md` | Quick reference for VSCode task usage |
4545

4646
## Adding New Documentation
4747

0 commit comments

Comments
 (0)