-
-
Notifications
You must be signed in to change notification settings - Fork 350
feat: add Lottery 1 6 8PM Live Results to llms.txt hub #450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: add Lottery 1 6 8PM Live Results to llms.txt hub #450
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughAdds a new MDX content file to the websites data directory containing frontmatter metadata and static content describing instant Dear Lottery results for 1PM, 6PM, and 8PM draws. No executable code or logic changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Knowledge base: Disabled due to Reviews -> Disable Knowledge Base setting
📒 Files selected for processing (1)
packages/content/data/websites/lottery-1-6-8pm-live-results-llms-txt.mdx(1 hunks)
🧰 Additional context used
🔍 Remote MCP Linear
Let me also search the web for information about the llms.txt standard and the hub project:## Summary: Additional Context for PR #450 Review
Project Context: llms.txt Hub
The llms.txt hub is a central repository for discovering and sharing llms.txt implementations, which is a standardized way to provide information about how LLM-powered tools should interact with documentation and codebase. The project is currently "In Progress" and led by David Dias, created on February 24, 2025.
Submission Category Alignment
The hub organizes projects into primary categories (including AI & ML, Developer Tools, Data & Analytics, Integration & Automation, Infrastructure & Cloud, Security & Identity) and secondary categories including personal, agency, e-commerce, education, media, international, and other. The submission specifies "content-media" as the category, which aligns with the hub's secondary categorization system.
Website Subject Matter
The india-lotto.in website provides instant Dear Lottery results for 1PM, 6PM & 8PM draws, including winning numbers and prize structure (₹1 crore first prize). DEAR Lottery, established in 1991, has grown to become India's premier lottery company with a turnover exceeding 2 billion USD. This confirms the website addresses a legitimate and established service in India's regulated lottery sector.
Project Activity Pattern
The Linear project shows active submissions with multiple related issues completed, including adding other websites to the hub (Vercel, Upsun) and general site improvements, indicating an established submission and review workflow.
Key considerations for review:
- Verify that both
llms.txtandllms-full.txtfiles are properly formatted according to the standard - Confirm the MDX frontmatter metadata is consistent with other entries in the hub
- The submission follows the hub's established pattern for new website additions
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Validate
🔇 Additional comments (2)
packages/content/data/websites/lottery-1-6-8pm-live-results-llms-txt.mdx (2)
11-13: Content section mirrors frontmatter—verify this is consistent with hub convention.The markdown content (heading and description) duplicates the frontmatter metadata. Confirm whether this redundancy is intentional and follows the hub's established pattern for website entries.
1-9: Endpoints verified and accessible—ready for merge.Both
llms.txtandllms-full.txtendpoints returned HTTP 200 with valid, well-structured content. The frontmatter is correct, and all required fields are present. No issues found.
| --- | ||
| name: 'Lottery 1 6 8PM Live Results' | ||
| description: 'Get instant Dear Lottery results today for 1PM, 6PM & 8PM draws.' | ||
| website: 'https://india-lotto.in/' | ||
| llmsUrl: 'https://india-lotto.in/llms.txt' | ||
| llmsFullUrl: 'https://india-lotto.in/llms-full.txt' | ||
| category: 'content-media' | ||
| publishedAt: '2025-11-07' | ||
| --- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
Verify file structure and naming consistency with other hub entries.
Confirm that the frontmatter fields and file naming convention (lottery-1-6-8pm-live-results-llms-txt.mdx) align with existing website entries in the hub.
Run the following script to inspect similar files and check consistency:
🏁 Script executed:
#!/bin/bash
# Description: Check consistency of frontmatter structure and file naming across hub entries
echo "=== Checking frontmatter structure across website entries ==="
# Find all website entry files and show their frontmatter fields
fd --extension mdx 'packages/content/data/websites' --exec head -10 {} \; -exec echo "---" \;
echo ""
echo "=== File naming pattern analysis ==="
# List all website entry files to verify naming convention
fd --extension mdx 'packages/content/data/websites' -x basename {}Length of output: 822
🏁 Script executed:
#!/bin/bash
# Description: Check consistency of frontmatter structure and file naming across hub entries
echo "=== Checking frontmatter structure across website entries ==="
# Find all .mdx files in the websites directory and show their frontmatter
fd --extension mdx . 'packages/content/data/websites' -x head -10 {}
echo ""
echo "=== File naming pattern analysis ==="
# List all website entry files to verify naming convention
fd --extension mdx . 'packages/content/data/websites' -x basename {}Length of output: 262316
Rename file to remove redundant "-llms-txt" suffix for naming consistency.
The frontmatter fields are correct and align with hub standards. However, the filename lottery-1-6-8pm-live-results-llms-txt.mdx violates the naming convention. Across the entire hub, filenames follow a clean slugified pattern based on service names without metadata suffixes (e.g., abstract-api.mdx, ark-ui.mdx, anthropic.mdx). The "-llms-txt" suffix is redundant since all files in this directory serve that purpose.
Rename to: lottery-1-6-8pm-live-results.mdx
🤖 Prompt for AI Agents
In packages/content/data/websites/lottery-1-6-8pm-live-results-llms-txt.mdx
around lines 1 to 9 the filename includes a redundant "-llms-txt" suffix; rename
the file to lottery-1-6-8pm-live-results.mdx, keep the frontmatter unchanged,
and update any references or imports (site index, README, links, CI/content
manifest) that point to the old filename so builds and navigation continue to
work.
This PR adds Lottery 1 6 8PM Live Results to the llms.txt hub.
Submitted by: vegastro
Website: https://india-lotto.in/
llms.txt: https://india-lotto.in/llms.txt
llms-full.txt: https://india-lotto.in/llms-full.txt
Category: content-media
This PR was created via admin token for a user without GitHub repository access.
Please review and merge if appropriate.
Summary by CodeRabbit