Skip to content

Releases: StrangeDaysTech/devtrail

DevTrail Framework 4.0.0

27 Mar 21:09

Choose a tag to compare

DevTrail Framework 4.0.0 — Phase 4: Advanced Automation & Ecosystem

ISO 42001-aligned AI governance platform with 12 document types, regulatory compliance automation, and full audit trail support.

What's New in 4.0.0

  • C4-DIAGRAM-GUIDE.md — Complete C4 Model guide with Mermaid syntax (EN + ES)
  • Architecture Diagram section in TEMPLATE-ADR.md with Mermaid C4 placeholder
  • api_changes field in ADR frontmatter for API endpoint tracking
  • api_spec_path field in REQ frontmatter for OpenAPI/AsyncAPI spec references
  • Sections 10-11 in AGENT-RULES.md: C4 Model diagrams and API specification tracking
  • Governance context preamble in DEVTRAIL.md and DOCUMENTATION-POLICY.md
  • Terminal compatibility notes in skill files
  • CHANGELOG.md covering all 4 evolution phases

Cumulative (Phases 1-4)

  • 12 structured document types (REQ, ADR, TES, INC, TDE, AILOG, AIDEC, ETH, SEC, MCARD, SBOM, DPIA)
  • ISO 42001 vertebral alignment with Annex A control mapping
  • EU AI Act risk classification, incident reporting, FRIA templates
  • NIST AI RMF implementation guides (MAP, MEASURE, MANAGE, GOVERN)
  • NIST AI 600-1 GenAI risk categories (12 categories)
  • OpenTelemetry observability guide
  • Multi-agent support: Claude Code, Cursor, GitHub Copilot, Gemini CLI
  • Bilingual templates and governance docs (EN + ES)

Standards Alignment

Standard Integration
ISO/IEC 42001:2023 Vertebral — AI Management System governance
EU AI Act Risk classification, incident reporting, transparency
NIST AI RMF / 600-1 Risk management, 12 GenAI risk categories
ISO/IEC 25010:2023 Software quality model
ISO/IEC/IEEE 29148:2018 Requirements engineering
ISO/IEC/IEEE 29119-3:2021 Test documentation
GDPR Data protection (ETH, DPIA)
OpenTelemetry Observability (optional)
C4 Model Architecture visualization (Mermaid)

DevTrail CLI 2.1.0

27 Mar 21:14

Choose a tag to compare

DevTrail CLI 2.1.0 — Phase 4: Audit Command

Full-featured CLI for AI governance with 13 commands, regulatory compliance automation, and audit trail generation.

What's New in 2.1.0

  • devtrail audit — Generate audit trail reports with:
    • Chronological timeline of all documents
    • Traceability map (BFS graph from related: fields)
    • Risk distribution analysis
    • Compliance summary (EU AI Act, ISO 42001, NIST AI RMF scores)
    • Output formats: text (colored), markdown, json, html (with SVG pie chart)
    • Filters: --from/--to date range, --system component filter
  • New frontmatter fields: api_changes, api_spec_path

All 13 Commands

Command Description
devtrail init Initialize DevTrail in a project
devtrail update Update both framework and CLI
devtrail update-framework Update only the framework
devtrail update-cli Update the CLI binary
devtrail remove Remove DevTrail from project
devtrail status Show installation health and doc stats
devtrail repair Restore missing directories and files
devtrail validate Validate documents (13 rules, --fix)
devtrail compliance Regulatory compliance scoring
devtrail metrics Governance metrics and trends
devtrail audit Audit trail reports
devtrail explore Interactive TUI browser
devtrail about Version and license info

Installation

# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/StrangeDaysTech/devtrail/main/install.sh | sh

# Windows (PowerShell)
irm https://raw.githubusercontent.com/StrangeDaysTech/devtrail/main/install.ps1 | iex

# From source
cargo install devtrail-cli

Platforms

Prebuilt binaries for:

  • x86_64-unknown-linux-gnu
  • x86_64-apple-darwin (macOS Intel)
  • aarch64-apple-darwin (macOS ARM)
  • x86_64-pc-windows-msvc

Note: Binaries are built automatically by CI when the release is published.