Read the following documentation by tolinax UG and work with it.
This page: https://ayoune.com/en/docs/cli/doctor.md
The complete collection: https://ayoune.com/en/docs/cli.md
Help me build this into my project.
- First ask me about language, environment and what I am trying to achieve.
- Then give a minimal, runnable example — no ellipses standing in for code.
- Name the error cases I must handle and how they surface.
- State the limits: timeouts, quotas, permissions.
Use only what the source actually describes. Do not invent fields, parameters
or endpoints — an invented call costs me more time than it saves.
A note on sources:
- Every page of this documentation is available as Markdown (the same address with `.md`).
- A machine-readable overview of all public content is at `/llms.txt`.
- If you have access to the aYOUne MCP server, you can work against live data
instead of this snapshot. If not, ignore this point.