feat: add AI Signals Landscape report — wide-table view of all trending signals#197
Draft
feat: add AI Signals Landscape report — wide-table view of all trending signals#197
Conversation
Copilot
AI
changed the title
[WIP] Update AI Open Source Trends report for March 2026
feat: add AI Signals Landscape report — wide-table view of all trending signals
Apr 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Users wanted a consolidated "wide view" of all trending AI signals in a single artifact, rather than the narrative-per-category format of the existing trending report.
New report type:
ai-signals/ai-signals-enGenerates a single wide Markdown table from the same
TrendingDataused by the trending report, with one row per AI project sorted by today's momentum:Followed by a
Signal Synthesissection (3–5 sentences on dominant themes and breakout stars).Changes
src/prompts-data.ts—buildSignalsPrompt(): instructs the LLM to deduplicate both sources, sort by today's stars, and emit the table + synthesis onlysrc/i18n.ts—SIGNALS_REPORTconstant;signals/signals-enentries inISSUE_LABELS,REPORT_LABELS,NOTIFY_LABELSsrc/report-savers.ts—saveSignalsReport(): LLM call → file save → optional GitHub issue, mirrorssaveTrendingReportstructuresrc/index.ts— wired into parallel save phase (zh + en);ai-signalsfiles included in highlights scansrc/github.ts— label colors:signals#0ea5e9,signals-en#38bdf8src/generate-manifest.ts—ai-signals/ai-signals-enadded toREPORT_FILESindex.html—ai-signals/ai-signals-enadded toLABELSfor sidebar