You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: promote arborist-metrics library in README (EN + ES) (#32)
Expand the devtrail analyze description to link to arborist-metrics
GitHub repo and highlight it as our open-source Rust library. Add an
"Open Source Ecosystem" table in the About section showcasing both
DevTrail and arborist-metrics with links to crates.io.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
-**`devtrail analyze`** — Code complexity analysis (cognitive + cyclomatic) powered by [arborist-metrics](https://github.com/StrangeDaysTech/arborist), our open-source Rust library for multi-language code metrics
107
107
-**`devtrail audit`** — Audit trail reports with timeline, traceability maps, and HTML export
108
108
-**Pre-commit hooks** + **GitHub Actions** for CI/CD validation
109
109
@@ -487,7 +487,14 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
487
487
488
488
<divalign="center">
489
489
490
-
**[Strange Days Tech](https://strangedays.tech)** builds tools for responsible AI-assisted software development. DevTrail is one of our open-source projects.
490
+
**[Strange Days Tech](https://strangedays.tech)** builds tools for responsible AI-assisted software development.
491
+
492
+
Our open-source ecosystem:
493
+
494
+
| Project | Description |
495
+
|---------|-------------|
496
+
|**[DevTrail](https://github.com/StrangeDaysTech/devtrail)**| AI governance platform for responsible software development |
497
+
|**[arborist-metrics](https://github.com/StrangeDaysTech/arborist)**| Multi-language code complexity analysis library for Rust — [crates.io](https://crates.io/crates/arborist-metrics)|
Copy file name to clipboardExpand all lines: docs/i18n/es/README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ Herramientas CLI integradas para gobernanza:
103
103
-**`devtrail validate`** — 13 reglas de validación para corrección documental
104
104
-**`devtrail compliance`** — Puntuación de cumplimiento regulatorio (EU AI Act, ISO 42001, NIST AI RMF)
105
105
-**`devtrail metrics`** — KPIs de gobernanza, tasas de revisión, distribución de riesgo, tendencias
106
-
-**`devtrail analyze`** — Análisis de complejidad de código (cognitiva + ciclomática) via arborist-metrics
106
+
-**`devtrail analyze`** — Análisis de complejidad de código (cognitiva + ciclomática) impulsado por [arborist-metrics](https://github.com/StrangeDaysTech/arborist), nuestra librería open-source en Rust para métricas de código multi-lenguaje
107
107
-**`devtrail audit`** — Reportes de auditoría con línea temporal, mapas de trazabilidad y exportación HTML
108
108
-**Hooks pre-commit** + **GitHub Actions** para validación CI/CD
109
109
@@ -497,7 +497,14 @@ Este proyecto está licenciado bajo la Licencia MIT - ver el archivo [LICENSE](.
497
497
498
498
<divalign="center">
499
499
500
-
**[Strange Days Tech](https://strangedays.tech)** construye herramientas para desarrollo de software responsable asistido por IA. DevTrail es uno de nuestros proyectos de código abierto.
500
+
**[Strange Days Tech](https://strangedays.tech)** construye herramientas para desarrollo de software responsable asistido por IA.
501
+
502
+
Nuestro ecosistema open-source:
503
+
504
+
| Proyecto | Descripción |
505
+
|----------|-------------|
506
+
|**[DevTrail](https://github.com/StrangeDaysTech/devtrail)**| Plataforma de gobernanza de IA para desarrollo de software responsable |
507
+
|**[arborist-metrics](https://github.com/StrangeDaysTech/arborist)**| Librería de análisis de complejidad de código multi-lenguaje para Rust — [crates.io](https://crates.io/crates/arborist-metrics)|
0 commit comments