v0.1.1 โ Genesis First Steps
Author
๐๏ธ July 2026
โจ Features
/configโ Configure your AI provider (OpenAI, Anthropic, Gemini, or OpenRouter as a new first-class provider withopenrouter/autoas its default model)/genesisโ Full implementation: scans the entire project (no arbitrary file-count cap), plans which docs make sense for this specific project, and can propose custom docs beyond the fixed catalog/genesis --forceโ Regenerate even if.aether/docs/already exists/genesisnow detects existing docs and points you to/syncinstead of silently redoing all of them/syncโ Registered as a command (shows up in/help), still under development
๐ Fixes
- Context scanner no longer silently drops files โ it used to cap at 10 source files and 8KB each, which excluded core files from the AI's context entirely. Now it includes the whole project within a much larger budget, and explicitly lists anything it had to omit
providerconfig field used to drift from reality (e.g. staying "gemini" after pointingbaseUrlat OpenRouter). It's now auto-synced wheneverbaseUrlchanges to a recognized host- The planner used to default to including conditional docs (
api,business,diagrams, etc.) when unsure. It now defaults to omitting them โ a frontend or devops project won't getapi/endpoints.mdjust because it's in the catalog
