docs+code: rename tool labels everywhere
Sweep follow-up to 93e43fc. Display labels now consistent across docs,
landing pages, CLI output, code comments, docstrings, and test prose.
Five parallel surfaces touched:
- docs (EN + ES): README, USER-GUIDE, CLI-REFERENCE, and 11 internal
design/planning docs
- landing pages: index + bookkeeper/revops/shopify-pet
- src: CLI module docstrings, _TOOL_DISPLAY dicts in cli_analyze.py
and gui/components/_legacy.py, core module headers, every tool
page's module docstring
- tests: class/method/module docstrings and section-header comments
- test-cases READMEs
Page slugs (1_Deduplicator etc.), tool_id strings (01_deduplicator
etc.), Python class names (TestDeduplicatorWorkflow, FeatureFlag.*),
URL paths, anchor IDs, CSS classes, and asset filenames were left
intact since they're code identifiers / structural references.
All 2033 tests pass.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -8,15 +8,15 @@ Tres módulos de CLI, uno por cada herramienta Lista:
|
||||
|
||||
| Módulo | Comando | Propósito |
|
||||
|--------|---------|---------|
|
||||
| `src.cli` | `python -m src.cli FILE` | Eliminador de duplicados |
|
||||
| `src.cli_text_clean` | `python -m src.cli_text_clean FILE` | Limpiador de texto |
|
||||
| `src.cli` | `python -m src.cli FILE` | Buscar duplicados |
|
||||
| `src.cli_text_clean` | `python -m src.cli_text_clean FILE` | Limpiar texto |
|
||||
| `src.cli_analyze` | `python -m src.cli_analyze FILE` | Analizador (escaneo de solo lectura) |
|
||||
|
||||
Cada comando es **previsualización por defecto** — añade `--apply` para escribir la salida.
|
||||
|
||||
---
|
||||
|
||||
# Eliminador de duplicados
|
||||
# Buscar duplicados
|
||||
|
||||
```
|
||||
python -m src.cli ARCHIVO_ENTRADA [OPCIONES]
|
||||
@@ -125,7 +125,7 @@ Registro: `logs/dedup_YYYYMMDD_HHMMSS.log`.
|
||||
|
||||
---
|
||||
|
||||
# Limpiador de texto
|
||||
# Limpiar texto
|
||||
|
||||
```
|
||||
python -m src.cli_text_clean ARCHIVO_ENTRADA [OPCIONES]
|
||||
@@ -156,7 +156,7 @@ Higiene a nivel de carácter. Ver [TECHNICAL.md §10.2](TECHNICAL.md) (solo en i
|
||||
- `--config RUTA` / `--save-config RUTA`.
|
||||
|
||||
### Archivo
|
||||
- `--sheet`, `--encoding`, `--header-row` — iguales que en el Eliminador de duplicados.
|
||||
- `--sheet`, `--encoding`, `--header-row` — iguales que en Buscar duplicados.
|
||||
|
||||
## Presets
|
||||
|
||||
|
||||
Reference in New Issue
Block a user