Skip to content

Releases: ionos-cloud/archsight

v0.2.2

16 Apr 13:54
cdb76ac

Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

10 Mar 13:47
24d97fc

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

10 Mar 13:16
2535374

Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.2.0

v0.1.5

23 Feb 10:05
12302e6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

22 Jan 14:58
d0c6e63

Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

22 Jan 14:07
ea27e92

Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

09 Jan 12:09
a7ca5fb

Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

08 Jan 17:20
ea51eee

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

08 Jan 09:48

Choose a tag to compare

Full Changelog: https://github.com/ionos-cloud/archsight/commits/v0.1.0

Initial release. Extracted from internal architecture tooling.

Features

  • Resource Modeling: 20+ ArchiMate-inspired resource types (TechnologyArtifact, ApplicationComponent, ApplicationInterface, BusinessRequirement, etc.)
  • Query Language: Full-featured query DSL with operators (==, !=, =, >, <), relation queries (->/<-/>/<~), logical operators (AND/OR/NOT), and sub-queries
  • Web Interface: Browse, search, and visualize architecture resources with interactive GraphViz diagrams
  • MCP Server: AI assistant integration via Model Context Protocol with query, analyze_resource, and resource_doc tools
  • Computed Annotations: Aggregate values across resource relations (sum, count, min, max, avg, concat)
  • Validation (Lint): YAML syntax checking, resource kind validation, relation reference verification
  • Template Generation: Generate YAML templates for any resource type
  • Docker Support: Production-ready container with health checks
  • Dark Mode: Full dark mode support in web interface

Documentation

  • Modeling guide with resource types and relations
  • Query language reference
  • Computed annotations guide
  • ArchiMate and TOGAF alignment documentation