Skip to content

Commit 02b0cc0

Browse files
author
BESS Solutions
committed
docs: bump to v1.5.0 - update CHANGELOG and PROJECT_STATUS
1 parent 8d495e3 commit 02b0cc0

2 files changed

Lines changed: 16 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,21 @@
77
88
---
99

10-
## 🤖 AGENT HANDOFF — Estado actual del proyecto (2026-02-21T13:59 -03:00)
10+
## 🤖 AGENT HANDOFF — Estado actual del proyecto (2026-02-21T14:10 -03:00)
1111

1212
> [!IMPORTANT]
13-
> **v1.4.0 — Estándares internacionales implementados** (2026-02-21)
14-
> - Commit `474fb27` → main: 22 archivos, 1.871 lneas nuevas
15-
> - CI ahora tiene **9 jobs**: lint + typecheck + test + **security** (bandit+pip-audit) + terraform + helm + docker-build + **trivy** (CVE scan SARIF) + docker-push
16-
> - Dependabot activado: pip + github-actions + docker (semanal, ya creando PRs automáticos)
17-
> - Release pipeline: SBOM (CycloneDX JSON+XML) + firma imagen cosign (sigstore keyless)
18-
> - **Gobernanza OSS**: SECURITY.md, CODE_OF_CONDUCT.md, GOVERNANCE.md, CONTRIBUTING.md
19-
> - **ADRs**: 5 decisiones documentadas en `docs/adr/` (pydantic-settings, struct Modbus, IsolationForest, ONNX, Pub/Sub)
20-
> - **Compliance**: NTSyCS CEN Chile + IEC 62443 SL-1 mapeados en `docs/compliance/`
21-
> - **Prometheus**: 12 alert rules en `infrastructure/prometheus/alert_rules.yml`
22-
> - Tests: 372/372 ✅ · ruff ✅ · Docker stack: gateway healthy en localhost:8000
23-
> - **Próximas acciones**: registrar en OpenSSF Best Practices badge · verificar plan Mercados CEN · entrenar ONNX con datos reales
13+
> **v1.5.0 — Sitio de documentación + PyPI package + API Reference** (2026-02-21)
14+
> - Commit `8d495e3` → main: 7 archivos, 736 líneas
15+
> - `mkdocs.yml`: sitio MkDocs con tema Material, dark/light mode, navegación completa
16+
> - `.github/workflows/docs.yml`: deploy automático a GitHub Pages en push a main
17+
> - `.github/workflows/pypi.yml`: pipeline PyPI con Trusted Publisher OIDC
18+
> - `pyproject.toml`: metadata PEP 621 completa para `bessai-edge` package
19+
> - `docs/index.md`: landing page del sitio con arquitectura Mermaid, features, status
20+
> - `docs/api_reference.md`: documentación REST completa (/health, /metrics, /api/v1/status, /dispatch)
21+
> - `docs/runbook.md`: actualizado con procedimientos operacionales y matriz de escalación
22+
> - **Pendiente manual:** Activar GitHub Pages en Settings → Pages → gh-pages branch
23+
> - **Pendiente manual:** Registrar en [OpenSSF Best Practices](https://www.bestpractices.dev/) para badge real
24+
> - **Próximas acciones:** verificar API CEN plan Mercados → entrenar ONNX real → publicar en PyPI
2425
2526

2627

PROJECT_STATUS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 📊 BESSAI Edge Gateway — Estado del Proyecto
22

3-
> **Actualizado:** 2026-02-21T14:00 v1.4.0 · **Responsable:** Equipo TCI-GECOMP
3+
> **Actualizado:** 2026-02-21T14:10 v1.5.0 · **Responsable:** Equipo TCI-GECOMP
44
> *Actualiza este archivo en cada iteración junto con CHANGELOG.md y requirements.txt.*
55
66
---
@@ -14,7 +14,7 @@ Ver roadmap completo: [`docs/bessai_v2_roadmap.md`](docs/bessai_v2_roadmap.md)
1414

1515
---
1616

17-
## ✅ Estado Actual — v1.4.0
17+
## ✅ Estado Actual — v1.5.0
1818

1919
### Tests
2020
```
@@ -141,6 +141,7 @@ v1.3.0 ████████████████████████
141141
v1.3.1 ████████████████████████ ✅ CI 100% verde (ruff+mypy fix) · Mega Scraper 8 módulos
142142
v1.3.2 ████████████████████████ ✅ ruff format fix (4 archivos) · suite actualizada 372 tests
143143
v1.4.0 ████████████████████████ ✅ Estándares internacionales: OSS governance, supply chain security, ADRs, compliance
144+
v1.5.0 ████████████████████████ ✅ MkDocs site · PyPI package · API Reference · Runbook operacional
144145
v2.0.0 ░░░░░░░░░░░░░░░░░░░░░░░░ 📋 Multi-site planetary scale
145146
```
146147

0 commit comments

Comments
 (0)