File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments