Troubleshooting
Start with the smallest reproducible loop: confirm the project, the declaration, and the command you are running.
CLI checks
Confirm that the CLI is installed and that you are running commands from the initialized project directory. Re-run the known-good sequence from Getting started, ending with orjanda serve.
Model checks
If a generated surface does not reflect your intent, inspect the Go struct and its oj tags first. Then confirm the Document is part of the Registry and that you are reading the generated v0.1.5 project rather than an older build.
When reporting an issue
Include the Orjanda version, the command you ran, the smallest Document that reproduces the behavior, and the relevant configuration with secrets removed. Link to the project or issue thread on GitHub when possible.
Last updated on