feat: add AI Signals Radar — wide-view consolidated signal matrix report#186
Draft
feat: add AI Signals Radar — wide-view consolidated signal matrix report#186
Conversation
Copilot
AI
changed the title
[WIP] Update AI open source trends report for March 13, 2026
feat: add AI Signals Radar — wide-view consolidated signal matrix report
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 single "wide view" showing all trending AI signals together, rather than navigating narrative sections of the existing trending report.
New report type:
ai-signals/ai-signals-enRuns in parallel with the existing trending report, consuming the same
TrendingDatabut producing a dense, tabular snapshot designed for scanning the full signal set at a glance.Report structure:
Wiring
src/prompts-data.tsbuildSignalsPrompt()— zh + en prompt builderssrc/i18n.tsSIGNALS_REPORT,ISSUE_LABELS.signals,REPORT_LABELS,NOTIFY_LABELSsrc/report-savers.tssaveSignalsReport()— LLM call + file save + issue creationsrc/index.tssrc/generate-manifest.tsai-signals/ai-signals-enadded toREPORT_FILESsrc/github.tssignals/signals-enindex.htmlai-signals/ai-signals-enadded to sidebarLABELSThe signals report is intentionally completeness-first (all AI signals) vs. the trending report which is curation-first (narrative analysis of selected projects).