SpecFact CLI Architecture Documentation

Architecture documents in this folder describe the current implementation and clearly separate planned features.

Current Architecture View

  • Module-first command system is production-ready.
  • Command loading is lazy via CommandRegistry.
  • Bridge adapters integrate external systems through the BridgeAdapter contract.
  • Contract-first validation remains the primary engineering model.

Architecture Documents