Skip to content

Commit 9474776

Browse files
montfortclaude
andauthored
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>
1 parent ada5e82 commit 9474776

2 files changed

Lines changed: 18 additions & 4 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Built-in CLI tools for governance:
103103
- **`devtrail validate`** — 13 validation rules for document correctness
104104
- **`devtrail compliance`** — Regulatory compliance scoring (EU AI Act, ISO 42001, NIST AI RMF)
105105
- **`devtrail metrics`** — Governance KPIs, review rates, risk distribution, trends
106-
- **`devtrail analyze`** — Code complexity analysis (cognitive + cyclomatic) via arborist-metrics
106+
- **`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
107107
- **`devtrail audit`** — Audit trail reports with timeline, traceability maps, and HTML export
108108
- **Pre-commit hooks** + **GitHub Actions** for CI/CD validation
109109

@@ -487,7 +487,14 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
487487

488488
<div align="center">
489489

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) |
491498

492499
[Website](https://strangedays.tech)[GitHub](https://github.com/StrangeDaysTech)
493500

docs/i18n/es/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Herramientas CLI integradas para gobernanza:
103103
- **`devtrail validate`** — 13 reglas de validación para corrección documental
104104
- **`devtrail compliance`** — Puntuación de cumplimiento regulatorio (EU AI Act, ISO 42001, NIST AI RMF)
105105
- **`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
107107
- **`devtrail audit`** — Reportes de auditoría con línea temporal, mapas de trazabilidad y exportación HTML
108108
- **Hooks pre-commit** + **GitHub Actions** para validación CI/CD
109109

@@ -497,7 +497,14 @@ Este proyecto está licenciado bajo la Licencia MIT - ver el archivo [LICENSE](.
497497

498498
<div align="center">
499499

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) |
501508

502509
[Sitio Web](https://strangedays.tech)[GitHub](https://github.com/StrangeDaysTech)
503510

0 commit comments

Comments
 (0)