You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.