Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…files Made-with: Cursor
evantahler
left a comment
There was a problem hiding this comment.
I think that resolveCleanMarkdownBuildMode might not be needed, and that a build should create all these markdown files, at least until we have Cloudflare do this for us.
.github/workflows/test.yaml
Outdated
| env: | ||
| SKIP_POSTBUILD: "true" |
There was a problem hiding this comment.
We probably want to ensure this works on CI, no?
There was a problem hiding this comment.
Why did llms.txt loose pages?
There was a problem hiding this comment.
If we are still building the markdown, we should still test it I think
| # Generated clean markdown (built at build time, not committed) | ||
| public/_markdown/ |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Note
Medium Risk
Changes CI/build pipeline around
postbuildand markdown generation/verification; failures could break deploys or LLMs.txt automation if expected markdown files aren’t produced.Overview
Moves
public/_markdown(clean markdown) from a committed artifact to a build-time artifact: deletes the dedicatedgenerate-markdownworkflow, removes existing generated files from the repo, and addspublic/_markdown/to.gitignore.Updates
postbuildto generate clean markdown and (on Vercel) run a newverify:markdownscript that fails the build if anyapp/**/page.mdxpages are missing corresponding generated.mdfiles.Enhances the
llmstxtworkflow to build docs withSKIP_POSTBUILD, force a full markdown rebuild, verify completeness, and only commit changes whenpublic/llms.txtactually differs.Written by Cursor Bugbot for commit 3aacda8. This will update automatically on new commits. Configure here.