feat: add Semantic Contracts to llms.txt#373
Conversation
generate-llms-txt.js now reads contracts.json and appends all contracts after the anchor catalog. Each contract includes its template text and referenced anchors. LLMs consuming llms.txt now know about both building blocks (Anchors) and compositions (Contracts). Closes LLM-Coding#372 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Contracts are not just anchor compositions — they can also define entirely team-internal terms that have no public anchor equivalent. Updated explanation everywhere: "A contract defines what a term means in your project — either by composing established anchors or by providing custom definitions that only exist within your team." Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Summary
generate-llms-txt.jsnow appends all 11 Semantic Contracts after the anchor catalognpm run buildpipeline (won't be forgotten)Closes #372
🤖 Generated with Claude Code