Skip to content

Auto PR: Scheduled addition of new claims#40

Merged
semmet95 merged 1 commit into
mainfrom
claim-auto-add-26110614495
May 19, 2026
Merged

Auto PR: Scheduled addition of new claims#40
semmet95 merged 1 commit into
mainfrom
claim-auto-add-26110614495

Conversation

@semmet95
Copy link
Copy Markdown
Contributor

@semmet95 semmet95 commented May 19, 2026

Adds claims made by the ingested sources in the last week for ingestion

Summary by CodeRabbit

  • New Features
    • Expanded claims database with articles from nine major news sources including BBC, Fox News, Hindustan Times, India Times, NDTV, South China Morning Post, The Guardian, The New York Times, and Yahoo Finance, covering current events across multiple regions and topics.

Review Change Stack

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 19, 2026

📝 Walkthrough

Walkthrough

Nine new YAML claim records are added across distinct news source directories. Each file contains four fields—sourceUriDigest, summary, title, and uri—capturing metadata for news articles from BBC, Fox News, Hindustan Times, India Times, NDTV, South China Morning Post, The Guardian, The New York Times, and Yahoo Finance.

Changes

Claim Records Addition

Layer / File(s) Summary
Add claim records from multiple sources
claims/bbc/tasmanian_government_apologise.yaml, claims/fox_news/american_tourists_arrested_in.yaml, claims/hindustan_times/at_least_nine_dead_in_china_af.yaml, claims/india_times/farm_fires_punjab_reports_115.yaml, claims/ndtv/free_chatgpt_plus_for_everyone.yaml, claims/south_china_morning_post/hong_kong_records_10_tremor_re.yaml, claims/the_guardian/california_island_fire_linked.yaml, claims/the_new_york_times/meta_reassigns_7_000_employees.yaml, claims/yahoo_finance/avax_one_avx_q1_2026_earning.yaml
Nine new claim records are introduced, each with sourceUriDigest, summary, title, and uri fields for articles covering diverse topics across multiple news sources.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Poem

🐰 A rabbit hops through claim records bright,
Nine sources gathered, each one right,
From BBC to Yahoo's gleam,
A metadata dream!
Sources summed up, oh what a sight! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Auto PR: Scheduled addition of new claims' accurately describes the primary change—adding multiple new claim records from various news sources.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claim-auto-add-26110614495

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 5

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@claims/bbc/tasmanian_government_apologise.yaml`:
- Around line 1-4: The YAML files use JSON-style quoted keys which is invalid;
update claims/bbc/tasmanian_government_apologise.yaml and the other 7 claim
files to use proper YAML key syntax by removing quotes around keys like
sourceUriDigest, summary, title, and uri and ensure each mapping uses unquoted
keys with colon separators and valid YAML string values; validate each file
after editing (e.g., a YAML linter) to confirm correct parsing and consistent
format across all claims.
- Around line 1-4: Convert the block to valid YAML (use key: value without
quoted keys and colons inside quotes) and replace the incorrect
"sourceUriDigest" key with the required uriDigest field set to the SHA-256 hash
of the uri value; keep title, summary and uri as normal YAML keys and add the
missing required boolean fields checked: false and validity: false so the Claim
schema is satisfied.

In `@claims/yahoo_finance/avax_one_avx_q1_2026_earning.yaml`:
- Line 2: The "summary" field in
claims/yahoo_finance/avax_one_avx_q1_2026_earning.yaml is truncated after
"highlighted by an LOI"; update the "summary" value to complete the sentence
with the LOI's context (e.g., counterparty or purpose and next steps), so it
reads as a full statement about the Letter of Intent and its role in AVAX One's
pivot toward AI/HPC infrastructure.
- Around line 1-4: The YAML uses JSON-style quoted keys; change each quoted key
("sourceUriDigest", "summary", "title", "uri") to plain YAML keys
(sourceUriDigest:, summary:, title:, uri:) and ensure values remain valid YAML
(quote value strings only if they contain special characters); update the block
so it is valid YAML mapping syntax (key: value pairs) matching the existing keys
from the diff.
- Around line 1-4: The file is currently using JSON-style quoted keys and is
missing required claim fields; convert the document to valid YAML (remove
surrounding quotes from keys and use YAML mapping syntax) and add the three
missing schema fields: uriDigest, checked, and validity (populate uriDigest with
the computed/expected digest or same as sourceUriDigest if appropriate, set
checked to a boolean, and set validity to the correct enum/string value), or if
this is only creation input (ClaimInput) mark/format it accordingly and omit
those stored-claim fields; update the keys referenced in the diff
(sourceUriDigest, summary, title, uri) to YAML format while ensuring the
presence/values of uriDigest, checked, and validity.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: ebb72038-a38f-4040-b5c4-ee7e8e752e6d

📥 Commits

Reviewing files that changed from the base of the PR and between 6cb81f9 and 086018c.

📒 Files selected for processing (9)
  • claims/bbc/tasmanian_government_apologise.yaml
  • claims/fox_news/american_tourists_arrested_in.yaml
  • claims/hindustan_times/at_least_nine_dead_in_china_af.yaml
  • claims/india_times/farm_fires_punjab_reports_115.yaml
  • claims/ndtv/free_chatgpt_plus_for_everyone.yaml
  • claims/south_china_morning_post/hong_kong_records_10_tremor_re.yaml
  • claims/the_guardian/california_island_fire_linked.yaml
  • claims/the_new_york_times/meta_reassigns_7_000_employees.yaml
  • claims/yahoo_finance/avax_one_avx_q1_2026_earning.yaml

Comment thread claims/bbc/tasmanian_government_apologise.yaml
Comment thread claims/yahoo_finance/avax_one_avx_q1_2026_earning.yaml
Comment thread claims/yahoo_finance/avax_one_avx_q1_2026_earning.yaml
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 9 files

Reply with feedback, questions, or to request a fix.

Re-trigger cubic

Comment thread claims/yahoo_finance/avax_one_avx_q1_2026_earning.yaml
@semmet95 semmet95 merged commit f70c438 into main May 19, 2026
3 checks passed
@semmet95 semmet95 deleted the claim-auto-add-26110614495 branch May 19, 2026 16:42
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