Skip to content

Commit cab0441

Browse files
raifdmuellerclaude
andcommitted
style: format generate-llms-txt.js with Prettier
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ff259f1 commit cab0441

1 file changed

Lines changed: 5 additions & 15 deletions

File tree

scripts/generate-llms-txt.js

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -249,19 +249,11 @@ function generateLlmsTxt() {
249249
lines.push('')
250250
lines.push('# Semantic Contracts')
251251
lines.push('')
252-
lines.push(
253-
'Semantic Contracts define what a term means in your project — either by'
254-
)
255-
lines.push(
256-
'composing established anchors or by providing custom definitions that only'
257-
)
252+
lines.push('Semantic Contracts define what a term means in your project — either by')
253+
lines.push('composing established anchors or by providing custom definitions that only')
258254
lines.push('exist within your team.')
259-
lines.push(
260-
'Add them to your AGENTS.md or CLAUDE.md.'
261-
)
262-
lines.push(
263-
'Select and download: https://llm-coding.github.io/Semantic-Anchors/#/contracts'
264-
)
255+
lines.push('Add them to your AGENTS.md or CLAUDE.md.')
256+
lines.push('Select and download: https://llm-coding.github.io/Semantic-Anchors/#/contracts')
265257
lines.push('')
266258

267259
for (const contract of contracts) {
@@ -276,9 +268,7 @@ function generateLlmsTxt() {
276268
}
277269

278270
lines.push('---')
279-
console.warn(
280-
` Including ${contracts.length} Semantic Contracts in llms.txt`
281-
)
271+
console.warn(` Including ${contracts.length} Semantic Contracts in llms.txt`)
282272
}
283273
} catch {
284274
// contracts.json not found — skip

0 commit comments

Comments
 (0)