Skip to content

feat(llms): implement LLMS.txt & markdown for llm consumption#119

Draft
LadyBluenotes wants to merge 1 commit intokobaltedev:mainfrom
LadyBluenotes:llm-feat
Draft

feat(llms): implement LLMS.txt & markdown for llm consumption#119
LadyBluenotes wants to merge 1 commit intokobaltedev:mainfrom
LadyBluenotes:llm-feat

Conversation

@LadyBluenotes
Copy link
Contributor

No description provided.

@netlify
Copy link

netlify bot commented Mar 12, 2026

Deploy Preview for solidbase ready!

Name Link
🔨 Latest commit 25a6860
🔍 Latest deploy log https://app.netlify.com/projects/solidbase/deploys/69b203f0679ba2000770ffc1
😎 Deploy Preview https://deploy-preview-119--solidbase.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Member

@jer3m01 jer3m01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, I'll try out the note I left and test for merge.

continue;
}

if (!inCodeFence && trimmedLine === "# {frontmatter.title}") {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Think we should target {frontmatter.title} in general.

Actually maybe we should entire thing trough compile, maybe we can extract it from the actual build through caching?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I should handle frontmatter.title more generally. I'll change that.

I’m not sure pulling it from the final build output is a good idea though. It feels cleaner to do this in the compile/remark pipeline and cache it there, if needed. Unless that's what you meant?

Copy link
Member

@jer3m01 jer3m01 Mar 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah in remark or maybe rehype, if there's a way to get the other transforms that are relevant for md.
Before it becomes html.

Because there isn't just frontmatter.title, users can make up any variable in the top and use it in the content.

@LadyBluenotes LadyBluenotes marked this pull request as ready for review March 13, 2026 16:11
@LadyBluenotes LadyBluenotes marked this pull request as draft March 13, 2026 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants