/ask
/ask <question> # no quotes needed
Ask a question about your project and get an answer grounded in its documentation. /ask reads your .aether/docs knowledge base and answers from it — using your configured AI provider — instead of guessing.
How it works
- Reads every
.mdunder.aether/docs/into context (bounded by a character budget, so small and free models aren't overrun) - Sends your question plus that documentation to the model
- Prints the answer in the terminal, rendered from Markdown — headings, bullet lists, inline
code, and code blocks are styled instead of dumped raw
Grounded, not guessing
/ask answers only from your documentation. If the docs don't cover the question, it says so plainly rather than inventing an answer — e.g. asking it something unrelated to the project will get you a clear "the docs don't cover this" instead of a hallucination.
That means the quality of the answer tracks the quality of your docs: run /genesis to build them and /sync to keep them current.
Example
/ask How do I add a new command?
Answers from your architecture and reference docs — pointing at the files and conventions involved (e.g. the command registry and where commands are wired up).
Requirements
- Run
/genesisfirst —/askneeds a.aether/docsknowledge base to answer from - A configured provider (
/config)
Cancel anytime
Press ESC while it's working to cancel.
