Skip to content

v0.4.3

Choose a tag to compare

@cleburn cleburn released this 13 May 05:44
· 20 commits to main since this release

Added

  • Schema-drift surfacing in policy migration. Schema-invalid but parseable policy files now load into existingPolicyContents rather than being skipped silently. Validation failures become structured PolicyMigrationFinding[] entries with source: "registry" | "schema_validation" and per-field error details, which the discovery LLM raises conversationally with the human. Known drift categories detected: module_map[].owner: null, tech_stack.key_libraries[] as string array, ledger legacy field names (agent_role, description, timestamp, affected_paths, action).
  • Ghost-text slash-command autocomplete in the input prompt. Typing /m shows a dimmed odel - switch models during this discovery session completion inline; the ghost updates on every keystroke and uses a post-completion command set (/d hints /done) after extraction.

Changed

  • The aegis init splash banner always renders in full on every invocation. The previous quiet-mode return-visit variant has been removed.

Fixed

  • Banner-render-order regression where validation errors could print to stderr before the Ink banner mounted.