TheDocumentation Index
Fetch the complete documentation index at: https://docs.fau.fpt.icu/llms.txt
Use this file to discover all available pages before exploring further.
doctor command inspects your local setup and reports the status of each check:
Checks performed
| Check | What it verifies |
|---|---|
config_dir | The configuration directory exists |
apps_dir | The apps subdirectory exists |
global_config | The global config.yml file is present and parseable |
state_dir | The state directory is accessible |
parsed_app_recipes | Number of recipe files that loaded successfully |
invalid_app_recipes | Number of recipe files that failed to parse |
process_lock | Whether the current lockfile is missing, active, or stale |
github_api | GitHub API connectivity and token validity |
ok or warn. A warn result does not stop the tool from running, but it may explain unexpected behavior.
process_lock reports warn when the lockfile looks stale or malformed. That usually means a previous run exited unexpectedly, and the next run can clean it up.
doctor checks local files, local tools, and performs a lightweight request to the GitHub API to verify your rate limit and token status.
Add
--json to get machine-readable output suitable for scripting or monitoring:Common issues
Recipe files failed to parse Runvalidate to identify which files have errors and what the parse error is:
Config directory not found Initialize the configuration directory with:
config.yml.