Skip to main content

Interfaces & Data

Interfaces

InterfaceType
WinUI 3 desktop UIWinAppSDK / .NET 10
MSIX installerWindows packaging
LocalAppData filesystemSchema and history storage
Process invocationCapturing CLI --help/completion output for schema import

Produces

  • CLI command strings
  • Tool schema TOML files
  • History JSON
  • dist\CommandWizard-1.0.0.0.msix (local-signed)

Consumes

  • TOML tool schemas
  • Pasted or captured CLI help text
  • Completion script output
  • Operator input via the wizard UI

Depends on

  • .NET 10
  • WinUI 3, Windows App SDK
  • Tomlyn (TOML parser)
  • Windows (win-x64)

Used by

Not currently recorded as a formal dependency by any other project's manifest — used_by is empty. In practice, though, AptlantisConsole's Terminal → Command Builder describes itself as having reached "CommandWizard parity," which strongly suggests the schema format flows from here into AptlantisConsole even though that relationship isn't yet captured as an explicit depends_on/used_by pair in either manifest.

Notable governance detail

lifecycle = paused but operational_completeness = 100 — a useful reminder that "paused" in this portfolio means "no active development," not "broken" or "incomplete." The remaining gaps are entirely release-evidence paperwork (SHA-256 hashing, release checklist, evidence bundle), not missing functionality.