Context
Deferred from PR #96 (enable llms-txt). The reviewer noted that downstream template users on an older Quarto will hit a schema error, since llms-txt is rejected as an invalid property on Quarto versions that predate the feature.
What to do
Add a short note (likely in README.Rmd, then regenerate README.md) stating the template uses Quarto's llms-txt website option and requires a recent enough Quarto. Pin the exact minimum version once confirmed (the docs don't state it; llms-txt is confirmed working on Quarto 1.9.36, while the older llms key is rejected).
Why not now
Out of scope for #96 (a one-line config enablement). Touching README.Rmd also requires regenerating README.md to satisfy the check-readme workflow, which is a separate change.
Context
Deferred from PR #96 (enable
llms-txt). The reviewer noted that downstream template users on an older Quarto will hit a schema error, sincellms-txtis rejected as an invalid property on Quarto versions that predate the feature.What to do
Add a short note (likely in
README.Rmd, then regenerateREADME.md) stating the template uses Quarto'sllms-txtwebsite option and requires a recent enough Quarto. Pin the exact minimum version once confirmed (the docs don't state it;llms-txtis confirmed working on Quarto 1.9.36, while the olderllmskey is rejected).Why not now
Out of scope for #96 (a one-line config enablement). Touching
README.Rmdalso requires regeneratingREADME.mdto satisfy thecheck-readmeworkflow, which is a separate change.