Bilingual Navigation: Versión en Español
Root compatibility path: DOCUMENTATION_VERSIONS.md
This log tracks all production documentation releases with their version tags, dates, and key changes. Updated automatically via CI on every release to main.
| Version | Date | Branch | Key Changes | Hotfixes |
|---|---|---|---|---|
| docs-v1.0.0 | 2026-06-06 | release/docs-v1.0.0 | CLI v1.0.0 release: MCP server with HTTP transport, Dockerfile, npm publish, Docker Hub integration, 35 rulesets, impact analysis agent | 0 |
| docs-v1.0.2 | 2026-05-29 | hotfix/docs-v1.0.2 | README highlights: Architecture Communication & Documentation entry point (with sub-links to Architecture Hub, Visual Backlog, Master Index, Getting Started), SDLC Flow & Delivery Governance entry point (with sub-links to Construction SDLC, Engineering Manifesto, Contract Testing, ADR Registry); bilingual parity maintained across EN/ES | 0 |
| docs-v1.0.0 | 2026-05-29 | release/docs-v1.0.0 | Initial production documentation release: bilingual tooling (17 scripts), GitFlow strategy (ADR-0068), validation pipeline, coverage dashboard, ADR-0067 modular monolith | 0 |
| Target Version | Planned Date | In Progress |
|---|---|---|
| docs-v1.1.0 | 2026-06-15 | feature/docs-add-security-section |
| docs-v2.0.0 | 2026-09-01 | Planned major restructuring for modular monolith documentation |
| Increment | When to Use | Example |
|---|---|---|
Major (X.0.0) |
Breaking structural changes, renamed sections that break links, ADR renumbering | docs-v2.0.0 |
Minor (X.Y.0) |
New documentation sections, new ADRs, new architecture areas | docs-v1.3.0 |
Patch (X.Y.Z) |
Bug fixes, link corrections, diagram fixes, typo corrections | docs-v1.1.1 |
All production releases must meet:
- All CI checks pass (validate-docs.mjs, check-bilingual-parity.mjs)
- Bilingual parity verified for all affected file pairs
- Version log updated with release entry
- Git tag created in format
docs-vX.Y.Z - GitHub Release created with changelog
- MASTER_INDEX.md navigation verified
| Priority | Response Time | Max Open Duration |
|---|---|---|
| Critical (broken links in production) | 4 hours | 24 hours |
| High (wrong technical info) | 8 hours | 48 hours |
| Medium (diagram fixes) | 24 hours | 72 hours |
See ADR-0068 for full documentation release GitFlow policy.
This file is auto-updated by .github/workflows/docs-release.yml.
Do not edit manually. Last update: 2026-05-29