Skip to content

v2.1.0 — Import Existing Architecture

Choose a tag to compare

@AhmedHabiba AhmedHabiba released this 01 Mar 23:59
· 35 commits to main since this release

What's New

Import Existing Architecture

Have an existing architecture document? Import it for review and iteration:

npx arch-agent import path/to/architecture.md --name "My Project"

Then in Claude Code:

/import-architecture

The agent parses your document and walks through each phase — extracting requirements, architecture pattern, component map, cross-cutting decisions, and individual component designs. Each phase gets adversarial review with standard acceptance gates.

Features

  • New CLI command: arch-agent import <source> — scaffolds project with imported document
  • New slash command: /import-architecture — fast-track review flow
  • Higher reopen limit: Imported projects get 5 reopens (vs 2) for more iteration room
  • Zero validator changes: Uses the exact same state machine as normal flow
  • 9 new import tests + 2 CLI tests (51 total)

Install

npx arch-agent import existing-architecture.md --name "My Project"