Skip to content

feat!: remove llms-full generation, keep only llms.txt#1

Open
bntvllnt wants to merge 1 commit into
mainfrom
chore/drop-llms-full
Open

feat!: remove llms-full generation, keep only llms.txt#1
bntvllnt wants to merge 1 commit into
mainfrom
chore/drop-llms-full

Conversation

@bntvllnt

Copy link
Copy Markdown
Contributor

Removes the llms-full.txt generation feature from @vllnt/next-llms (BREAKING) and the repo's own llms-full.txt doc artifact + generate:llms generator, aligning with the fleet-wide drop of llms-full.txt.

Breaking API change

  • Removed export generateLlmsFullText and types LlmsFullConfig / LlmsFullPage / LlmsFullSection.
  • Kept generateLlmsText (llms.txt index) and createMarkdownRoute.

Also

  • Deleted src/llms-full.ts, its tests, and src/llms-full.ts from coverage include (100% coverage maintained).
  • Deleted repo llms-full.txt + scripts/generate-llms.mjs; removed generate:llms from package.json (+ preversion).
  • Updated README, docs/API.md, llms.txt, CHANGELOG, AGENTS/CLAUDE, and the synced docs-sync rule.

Gates: lint, typecheck, build, test:coverage (11 tests, 100%) all green.

https://claude.ai/code/session_01RmQ1xbKKSpjsEEMdMRZ8ye

BREAKING CHANGE: drop generateLlmsFullText and the LlmsFullConfig / LlmsFullPage
/ LlmsFullSection types from the public API. @vllnt/next-llms now generates only
the llms.txt index (generateLlmsText) and serves markdown (createMarkdownRoute).
Also removes the repo's own llms-full.txt doc artifact and the generate:llms
generator, aligning with the fleet-wide drop of llms-full.txt.

Claude-Session: https://claude.ai/code/session_01RmQ1xbKKSpjsEEMdMRZ8ye
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.

1 participant