Skip to content

Archon v0.1.0

Latest

Choose a tag to compare

@mtoslalibu mtoslalibu released this 10 Aug 20:28
· 68 commits to main since this release

Initial release of archon-go — package-altitude architecture graphs and deltas for Go repositories.

Commands

  • archon-go extract — extract architecture graph (JSON)
  • archon-go delta — diff two commits, report architectural changes
  • archon-go render — draw architecture as DOT or Mermaid
  • archon-go impact — blast radius analysis (what depends on a package)
  • archon-go evidence — run contract tests, report coverage per interface
  • archon-go contract — snapshot allowed-dependency baseline

Build

cd code/archon-go && go build -o archon-go .