Quick start
Run a summary parse from the project root:
sunset parse .
Sunset writes an index to .sunset/output/index.md and one Markdown file per parsed source file under .sunset/output/files/.
# Inspect a complete concrete syntax tree instead of a summary.
sunset parse . --detail full
# Reprocess only changed files in an existing index.
sunset update .
# Remove both generated output and the cache.
sunset clean .
See parse for its flags and limitations before relying on incremental output as a complete project index.