Denoise · 2026-06-05

The agent ecosystem is rapidly building its infrastructure, with a focus on modular skills, memory optimization, and frontend integration for major coding platforms.

Look past the models and focus on the tooling: today is about the SDKs, harnesses, and skill libraries solidifying platforms around Claude Code and GitHub Copilot.

跨周期持续信号

AI Infra & Protocols(9)

The focus here is building the operational layer around existing agents. New SDKs from major players like GitHub, alongside community-built harnesses and routers, indicate the ecosystem is maturing from standalone agents to integrated platforms.

  • A new AI agent framework from NousResearch, a notable community research group. Its trending status reflects interest in agent architectures that can be customized and extended over time, moving beyond single-shot task execution.

    new⭐ 182k
  • This project provides a frontend stack for building agentic user interfaces with React and Angular. It's significant for defining a protocol (AG-UI) to standardize how generative AI interacts with the UI, moving agents beyond the command line.

    new⭐ 32k
  • An agent harness that designs and generates teams of specialized agents and their skills. It represents a higher level of abstraction in agent architecture, focusing on meta-cognition and automated team composition rather than individual agent logic.

    new⭐ 6.1k
  • Another agent harness, focusing on performance optimization. Its explicit mention of memory, security, and multiple coding models like Claude Code and Cursor indicates the growing need for robust, production-oriented infrastructure to manage agent execution.

    rising⭐ 208k
  • A tool that gives agents the ability to read and search social media platforms like Twitter, Reddit, and even Chinese platforms like Bilibili and XiaoHongShu. It's notable for providing real-time data access without API fees, a key capability for grounded agents.

    new⭐ 21k
  • A terminal-based agent multiplexer. This tool addresses the developer workflow problem of managing multiple concurrent agent processes. It's a utility that reflects the increasing complexity of using and debugging agent-based systems.

    new⭐ 4.5k
  • An AI model router that connects coding tools to free model providers, with features like auto-fallback and token optimization. It highlights the community's effort to commoditize LLM access and bypass rate limits, a practical concern for heavy users.

    cooling⭐ 16k
  • An official SDK from GitHub for integrating Copilot Agent into applications. This is a significant platform move, aiming to standardize how developers build on top of Copilot and fostering an ecosystem of third-party tools.

    new⭐ 9.1k
  • An open-source multimodal AI agent stack from ByteDance. Its presence signals that major tech companies are investing in and open-sourcing their internal agent infrastructure, likely to attract developers and establish standards.

    cooling⭐ 36k

Memory, RAG & Context(7)

This category is dominated by token optimization techniques. Projects like `chopratejas/headroom` (context compression) and `colbymchenry/codegraph` (pre-indexed local graphs) aim to reduce operational costs and latency for agent interactions.

  • A utility for compressing context (tool outputs, logs, RAG chunks) before sending it to an LLM. It directly addresses the high cost and latency of large context windows, offering a practical token-saving solution that is trending due to its economic impact.

    rising⭐ 14k
  • A tool to create a local, pre-indexed knowledge graph of a codebase for AI agents. This is notable for its focus on local-first operation, reducing token usage and reliance on external APIs for code understanding tasks.

    repeated⭐ 42k
  • A persistent memory library specifically for AI coding agents. Its repeated appearance on trending lists indicates that providing agents with long-term memory and recall is a critical, unsolved problem that developers are actively trying to address.

    cooling⭐ 21k
  • An open-source implementation of Google's NotebookLM. This project taps into the demand for tools that allow users to have conversational Q&A over their own documents, but with the flexibility and privacy of an open-source solution.

    new⭐ 26k
  • A tool that converts code into an interactive knowledge graph. Its value lies in making complex codebases explorable and queryable for both humans and AI agents, aiming to improve comprehension rather than just generating code.

    repeated⭐ 53k
  • A self-described 'Memory API for the AI era'. This project is another take on the persistent memory problem for agents, positioning itself as a scalable, high-performance backend service for applications that need to remember user interactions.

    new⭐ 26k
  • Another open-source AI memory system. The high number of competing memory projects like this, `agentmemory`, and `supermemory` indicates that this part of the agent stack is still fragmented and undergoing intense competition and innovation.

    new⭐ 54k

On-device & Multimodal AI(8)

This collection of tools focuses on bridging unstructured real-world data (documents, video, voice) with LLMs. Projects like `PaddlePaddle/PaddleOCR` and `microsoft/markitdown` provide the essential data ingestion and conversion pipelines for multimodal agents.

  • A Python tool from Microsoft for converting various document formats to Markdown. This is a practical utility that serves as a crucial pre-processing step for feeding structured and unstructured documents into LLMs for RAG or summarization tasks.

    new⭐ 145k
  • A tool for one-click short video generation using LLMs. Its continued popularity, despite being a repeated trend, points to a strong and persistent demand for automated content creation tools, particularly in the short-form video space.

    repeated⭐ 80k
  • An open-source document parser from LlamaIndex. As a core component of RAG pipelines, a fast and effective parser is critical. This project's traction comes from its association with a popular RAG framework and the need for efficient data ingestion.

    new⭐ 9.2k
  • This project lets users interact with any LLM via a voice-controlled Live2D avatar. It represents a growing interest in creating more natural and engaging human-computer interfaces for AI, moving beyond text-based chat.

    new⭐ 9.9k
  • A lightweight OCR toolkit from Baidu's PaddlePaddle team. Its value is in providing a high-performance, open-source tool to extract text from images and PDFs, a fundamental step for enabling LLMs to process and understand scanned documents.

    new⭐ 80k
  • An agentic video generation framework that breaks down video creation into roles like 'Director' and 'Producer'. This structured approach to a complex creative task is what makes it interesting, attempting to systematize AI-driven video production.

    cooling⭐ 8.8k
  • A tokenizer-free text-to-speech (TTS) model. Its key feature is multilingual support and voice cloning without the need for tokenization, which can improve the quality and naturalness of generated speech, especially for less common languages.

    new⭐ 26k
  • A system that uses WiFi signals for spatial awareness and vital sign monitoring without cameras. This is a niche but fascinating application of signal processing, representing a move towards non-visual, privacy-preserving sensor data for AI.

    cooling⭐ 71k

AI Coding Tools & Agents(3)

This category is now a battleground for terminal-native coding assistants. The official release of `anthropics/claude-code` validates the terminal as a key interface, directly competing with community projects and other models targeting the same developer workflow.

  • A terminal-based AI coding agent. Its continued presence indicates a developer preference for command-line interfaces for coding tasks. It competes in a crowded space with official tools like Claude Code and GitHub Copilot's CLI.

    repeated⭐ 11k
  • The official terminal-based coding agent from Anthropic. Its launch is a significant event, as it's a first-party tool from a major model provider entering the developer's core workflow, directly validating the agentic terminal tool category.

    new⭐ 130k
  • A terminal coding agent using DeepSeek and MiMo models. This project is an example of the community building agentic tools on top of open-source or less mainstream models, providing alternatives to the major platforms.

    cooling⭐ 37k

Security & Reverse Engineering(2)

Limited but practical activity. `aquasecurity/trivy` represents the continuous integration of security scanning into modern dev workflows, while `CloakHQ/CloakBrowser` highlights the niche but persistent arms race in browser fingerprinting and bot detection.

  • A stealth version of Chromium designed to defeat bot detection systems. As a drop-in replacement for Playwright, it's a tool for developers working on web scraping or automation who face increasingly sophisticated anti-bot measures.

    cooling⭐ 24k
  • A comprehensive open-source security scanner from Aqua Security. Its popularity stems from its ability to scan a wide range of targets (containers, code, clouds) for vulnerabilities and misconfigurations, making it a versatile tool in a DevSecOps pipeline.

    new⭐ 36k

Prompt & Skill Libraries(9)

This category demonstrates the clear emergence of a modular 'skill economy' for AI agents. We see official plugin specifications from OpenAI and Cursor alongside specialized, community-driven skill packs for tasks like research and cybersecurity.

  • An official plugin for various coding agents. This is a clear example of the emerging 'skill economy', where specialized capabilities are packaged and distributed for agents to use, enriching the ecosystem beyond the base model's abilities.

    new⭐ 20k
  • An agent skill for researching and summarizing recent information from across the web. This highlights the demand for agents that can perform timely, grounded synthesis of current events, a task that base LLMs often struggle with due to knowledge cutoffs.

    new⭐ 28k
  • A set of skills specifically designed for academic research workflows within Claude Code. This shows the trend of creating domain-specific skill sets to tailor general-purpose agents for specialized professional tasks.

    cooling⭐ 28k
  • A skill file designed to remove tell-tale signs of AI-generated text from prose. The existence and popularity of such a tool is a direct commentary on the current quality of LLM output, reflecting a user need to refine generated content to be more human-like.

    new⭐ 8.8k
  • This repository contains OpenAI's official plugins. Its presence on the trending list, likely due to updates or community interest, reinforces the strategic importance of the plugin model for extending the capabilities of foundational AI systems like ChatGPT.

    new⭐ 1.5k
  • A collection of agent skills from a well-known developer educator. This is significant because it shows influencers and domain experts packaging their personal workflows and heuristics into shareable skills for agents, a form of knowledge transfer.

    cooling⭐ 118k
  • The official plugin specification and repository for the Cursor code editor. This is another example of a platform building out its ecosystem, enabling third-party developers to extend the editor's AI capabilities through a standardized interface.

    new⭐ 1.8k
  • A skill that purports to give an AI 'good taste' and prevent it from generating generic content. Like `stop-slop`, this is meta-commentary on the state of LLMs, addressing the qualitative, subjective aspects of content generation that are hard to benchmark.

    new⭐ 34k
  • A large, structured set of cybersecurity skills for agents, mapped to industry frameworks like MITRE ATT&CK. This demonstrates a sophisticated, domain-specific application of the skill concept, creating a knowledge base for agents in a high-stakes field.

    new⭐ 14k

Developer Tools & Productivity(5)

The tools here are largely auxiliary, acting as companions or educational resources for the more central AI agent trend. They include desktop apps for agents (`fathah/hermes-desktop`) and foundational learning materials (`jwasham/coding-interview-university`).

  • A desktop companion application for the Hermes Agent. This project reflects the need for user-friendly interfaces to manage and interact with increasingly complex command-line agents, bridging the gap for less technical users.

    cooling⭐ 10k
  • An educational repository about AI engineering. Its sustained popularity suggests a strong demand from developers to understand the fundamental principles of building AI systems, not just using pre-built APIs.

    cooling⭐ 29k
  • A Windows companion suite for OpenClaw, an open-source AI device. This is part of the tooling ecosystem for a specific hardware project, showing how software development trends follow and support new hardware platforms.

    new⭐ 1.5k
  • A well-known, comprehensive study plan for software engineering interviews. Its perennial popularity reflects the constant influx of new developers into the industry and the persistent nature of technical interview preparation as a core developer concern.

    new⭐ 350k
  • A beginner-friendly coding course. This is a regional educational resource whose popularity is likely driven by a specific community (Datawhale) and local developer interest in upskilling.

    cooling⭐ 16k

ML & GPU Infrastructure(2)

This category is defined by NVIDIA's `cosmos`, a platform play aimed at 'Physical AI'. This signals a strategic push by a major hardware player to build an ecosystem for robotics and autonomous systems, expanding beyond conventional data center AI.

  • NVIDIA's platform for building 'Physical AI' with world models, datasets, and tools. This is a major strategic initiative to build an ecosystem for AI in robotics and autonomous vehicles, extending NVIDIA's dominance from the data center to physical systems.

    new⭐ 9.3k
  • Described as a 'universal swarm intelligence engine'. This appears to be an exploratory or research project in a niche area of AI. Its presence is likely driven by a specific community or interest in non-mainstream AI architectures.

    new⭐ 65k

Other(2)

This category contains low-signal or likely miscategorized repositories. `anthropics/financial-services` is likely a demo or example repository, and `yikart/AiToEarn` appears to be speculative noise rather than a technical project.

  • A repository from Anthropic, likely containing demos or example use cases for its models in the financial services sector. It's not a tool itself, but rather marketing or educational material showcasing platform capabilities.

    cooling⭐ 30k
  • A repository with a title suggesting a connection to speculative 'X-to-earn' trends. This is likely low-signal noise, attracting attention based on its name rather than its technical substance or utility.

    cooling⭐ 18k
#01A clear platform consolidation is happening around coding agents. Numerous tools in 'AI Infra', 'Memory', and 'Skills' explicitly target Claude Code, Cursor, and GitHub Copilot, treating them as foundational developer platforms.
#02The emergence of a 'skill economy' is visible in the 'Prompt & Skill Libraries' category. Projects like `EveryInc/compound-engineering-plugin`, `openai/plugins`, and `cursor/plugins` point to a future of modular, interchangeable capabilities for agents.
#03The agent stack is standardizing. Terms like 'harness' (revfactory/harness), 'memory' (rohitg00/agentmemory), and official SDKs (github/copilot-sdk) signal a move from bespoke scripts to a more structured, layered architecture for building agentic systems.
#04NVIDIA's entry with `cosmos` represents a significant expansion of scope for mainstream AI development, moving beyond language and code to 'Physical AI' for robotics and autonomous vehicles, signaling a new frontier for investment and tooling.

Trend tracking

Today

A wave of new projects, led by the high-star debuts of MiroFish and mempalace, is dominating today's trending list.

5 Strengthening · 5 Continuous · 1 Stable · 5 First seen
Expand list (16)
ProjectYesterday ⭐Today ⭐ΔState
666ghj/MiroFish65k🆕First seen
MemPalace/mempalace54k🆕First seen
CopilotKit/CopilotKit32k🆕First seen
Panniantong/Agent-Reach21k🆕First seen
chopratejas/headroom12k14k+2333Strengthening
NousResearch/hermes-agent180k182k+1908Continuous
openai/plugins1.5k🆕First seen
affaan-m/ECC207k208k+1237Continuous
lfnovo/open-notebook25k26k+1076Strengthening
PaddlePaddle/PaddleOCR80k80k+709Continuous
mvanhorn/last30days-skill27k28k+692Continuous
jwasham/coding-interview-university350k350k+690Stable
NVIDIA/cosmos8.9k9.3k+449Strengthening
openclaw/openclaw-windows-node1.2k1.5k+308Strengthening
github/copilot-sdk8.9k9.1k+284Strengthening
aquasecurity/trivy36k36k+202Continuous

This week

Newcomers Open-LLM-VTuber and run-llama/liteparse show strong weekly debuts, while chopratejas/headroom proves its staying power across all timeframes.

4 Strengthening · 12 Continuous · 1 Stable · 2 First seen
Expand list (19)
ProjectYesterday ⭐Today ⭐ΔState
Open-LLM-VTuber/Open-LLM-VTuber9.9k🆕First seen
run-llama/liteparse9.2k🆕First seen
chopratejas/headroom12k14k+2333Strengthening
colbymchenry/codegraph41k42k+1457Strengthening
affaan-m/ECC207k208k+1237Continuous
microsoft/markitdown144k145k+1146Continuous
Lum1104/Understand-Anything52k53k+880Continuous
Leonxlnx/taste-skill33k34k+653Continuous
harry0703/MoneyPrinterTurbo79k80k+515Continuous
OpenBMB/VoxCPM26k26k+418Continuous
anthropics/claude-code130k130k+274Stable
mukul975/Anthropic-Cybersecurity-Skills14k14k+258Continuous
ogulcancelik/herdr4.3k4.5k+255Strengthening
revfactory/harness5.9k6.1k+217Strengthening
supermemoryai/supermemory25k26k+207Continuous
can1357/oh-my-pi10k11k+205Continuous
EveryInc/compound-engineering-plugin20k20k+177Continuous
hardikpandya/stop-slop8.7k8.8k+149Continuous
cursor/plugins1.8k1.8k+38Continuous

This month

Lacking new entries, the monthly trend is defined by established projects like chopratejas/headroom and colbymchenry/codegraph steadily strengthening their positions.

2 Strengthening · 14 Continuous · 3 Stable
Expand list (19)
ProjectYesterday ⭐Today ⭐ΔState
chopratejas/headroom12k14k+2333Strengthening
colbymchenry/codegraph41k42k+1457Strengthening
mattpocock/skills117k118k+1123Continuous
Lum1104/Understand-Anything52k53k+880Continuous
harry0703/MoneyPrinterTurbo79k80k+515Continuous
rohitg00/ai-engineering-from-scratch28k29k+462Continuous
Imbad0202/academic-research-skills27k28k+451Continuous
fathah/hermes-desktop10k10k+297Continuous
ruvnet/RuView71k71k+280Stable
CloakHQ/CloakBrowser24k24k+276Continuous
can1357/oh-my-pi10k11k+205Continuous
rohitg00/agentmemory21k21k+203Continuous
anthropics/financial-services30k30k+176Continuous
datawhalechina/easy-vibe16k16k+165Continuous
decolua/9router16k16k+157Continuous
Hmbown/CodeWhale37k37k+148Stable
yikart/AiToEarn18k18k+132Continuous
HKUDS/ViMax8.7k8.8k+115Continuous
bytedance/UI-TARS-desktop36k36k+63Stable
2026-06-052026-06-05T15:22:25Zrules v1Healthyrepos 47signals 47

Recent reports

  • 2026-07-15 · fallback

    generated 2026-07-15T14:00:11Z · rules v1 · repos 45 · signals 0

  • 2026-07-13 · fallback

    generated 2026-07-13T14:52:44Z · rules v1 · repos 43 · signals 0

  • 2026-07-12 · fallback

    generated 2026-07-12T13:44:47Z · rules v1 · repos 51 · signals 0

  • 2026-07-11 · fallback

    generated 2026-07-11T13:43:53Z · rules v1 · repos 54 · signals 0

  • 2026-07-10

    generated 2026-07-10T14:45:06Z · rules v1 · repos 49 · signals 0

  • 2026-07-09 · fallback

    generated 2026-07-09T15:27:59Z · rules v1 · repos 48 · signals 0

  • 2026-07-05 · fallback

    generated 2026-07-05T13:58:03Z · rules v1 · repos 52 · signals 0

  • 2026-07-04 · fallback

    generated 2026-07-04T13:51:20Z · rules v1 · repos 48 · signals 0

  • 2026-07-02 · fallback

    generated 2026-07-02T14:22:20Z · rules v1 · repos 51 · signals 0

  • 2026-06-30 · fallback

    generated 2026-06-30T14:36:09Z · rules v1 · repos 48 · signals 0

  • 2026-06-29

    generated 2026-06-29T16:02:15Z · rules v1 · repos 49 · signals 0

  • 2026-06-24

    generated 2026-06-24T14:48:42Z · rules v1 · repos 47 · signals 0

  • 2026-06-23 · fallback

    generated 2026-06-23T15:17:58Z · rules v1 · repos 50 · signals 0

  • 2026-06-22

    generated 2026-06-22T02:47:38Z · rules v1 · repos 47 · signals 5

  • 2026-06-15

    generated 2026-06-15T17:24:54Z · rules v1 · repos 49 · signals 49

  • 2026-06-14

    generated 2026-06-14T14:21:24Z · rules v1 · repos 49 · signals 49

  • 2026-06-13

    generated 2026-06-13T14:18:33Z · rules v1 · repos 45 · signals 45

  • 2026-06-12

    generated 2026-06-12T15:33:20Z · rules v1 · repos 45 · signals 45

  • 2026-06-11

    generated 2026-06-11T16:16:26Z · rules v1 · repos 50 · signals 50

  • 2026-06-10

    generated 2026-06-10T15:56:30Z · rules v1 · repos 47 · signals 47

  • 2026-06-09

    generated 2026-06-09T15:21:49Z · rules v1 · repos 45 · signals 45

  • 2026-06-08

    generated 2026-06-08T16:10:22Z · rules v1 · repos 44 · signals 44

  • 2026-06-07

    generated 2026-06-07T14:11:47Z · rules v1 · repos 43 · signals 43

  • 2026-06-06

    generated 2026-06-06T14:01:12Z · rules v1 · repos 52 · signals 52

  • 2026-06-05 · current

    generated 2026-06-05T15:22:25Z · rules v1 · repos 47 · signals 47

  • 2026-06-04

    generated 2026-06-04T15:34:48Z · rules v1 · repos 45 · signals 45

  • 2026-06-03

    generated 2026-06-03T17:05:52Z · rules v1 · repos 45 · signals 45

  • 2026-06-02

    generated 2026-06-02T16:49:13Z · rules v1 · repos 43 · signals 43

  • 2026-06-01

    generated 2026-06-01T17:57:29Z · rules v1 · repos 44 · signals 44

  • 2026-05-31

    generated 2026-05-31T14:03:33Z · rules v1 · repos 44 · signals 44

  • 2026-05-30

    generated 2026-05-30T13:57:40Z · rules v1 · repos 48 · signals 48

  • 2026-05-29

    generated 2026-05-29T16:02:16Z · rules v1 · repos 46 · signals 46

  • 2026-05-28

    generated 2026-05-28T16:19:16Z · rules v1 · repos 48 · signals 48

  • 2026-05-27

    generated 2026-05-27T16:04:14Z · rules v1 · repos 45 · signals 45

  • 2026-05-26

    generated 2026-05-26T16:01:07Z · rules v1 · repos 45 · signals 45

  • 2026-05-25

    generated 2026-05-25T15:24:58Z · rules v1 · repos 45 · signals 45

  • 2026-05-24

    generated 2026-05-24T13:51:52Z · rules v1 · repos 43 · signals 43

  • 2026-05-23

    generated 2026-05-23T13:55:04Z · rules v1 · repos 42 · signals 42

  • 2026-05-22

    generated 2026-05-22T14:56:21Z · rules v1 · repos 40 · signals 40

  • 2026-05-21

    generated 2026-05-21T15:46:27Z · rules v1 · repos 41 · signals 41

  • 2026-05-20

    generated 2026-05-20T15:48:11Z · rules v1 · repos 36 · signals 36

  • 2026-05-19

    generated 2026-05-19T15:42:42Z · rules v1 · repos 37 · signals 37

  • 2026-05-18

    generated 2026-05-18T15:51:10Z · rules v1 · repos 39 · signals 39

  • 2026-05-17

    generated 2026-05-17T13:49:34Z · rules v1 · repos 45 · signals 45

  • 2026-05-16

    generated 2026-05-16T13:49:33Z · rules v1 · repos 34 · signals 34

  • 2026-05-15

    generated 2026-05-15T14:26:57Z · rules v1 · repos 38 · signals 38

  • 2026-05-14

    generated 2026-05-14T14:32:26Z · rules v1 · repos 42 · signals 42

  • 2026-05-13

    generated 2026-05-13T14:53:18Z · rules v1 · repos 44 · signals 44

  • 2026-05-12

    generated 2026-05-12T14:42:52Z · rules v1 · repos 36 · signals 36

  • 2026-05-11 · fallback

    generated 2026-05-11T15:30:34Z · rules v1 · repos 40 · signals 40

  • 2026-05-10

    generated 2026-05-10T13:46:39Z · rules v1 · repos 37 · signals 37

  • 2026-05-09

    generated 2026-05-09T13:43:42Z · rules v1 · repos 40 · signals 40

  • 2026-05-08

    generated 2026-05-08T14:08:16Z · rules v1 · repos 38 · signals 38

  • 2026-05-07

    generated 2026-05-07T14:38:09Z · rules v1 · repos 37 · signals 37

  • 2026-05-06

    generated 2026-05-06T14:34:27Z · rules v1 · repos 36 · signals 36

  • 2026-05-04

    generated 2026-05-04T14:22:31Z · rules v1 · repos 36 · signals 36

  • 2026-05-03

    generated 2026-05-03T13:40:38Z · rules v1 · repos 29 · signals 29

  • 2026-05-02 · fallback

    generated 2026-05-02T13:39:14Z · rules v1 · repos 30 · signals 30

  • 2026-05-01 · fallback

    generated 2026-05-01T13:46:05Z · rules v1 · repos 32 · signals 32

  • 2026-04-30

    generated 2026-04-30T14:19:05Z · rules v1 · repos 36 · signals 36

  • 2026-04-29

    generated 2026-04-29T14:23:30Z · rules v1 · repos 36 · signals 36

  • 2026-04-28

    generated 2026-04-28T14:34:52Z · rules v1 · repos 37 · signals 37

  • 2026-04-27

    generated 2026-04-27T14:20:15Z · rules v1 · repos 38 · signals 38

  • 2026-04-26

    generated 2026-04-26T13:24:10Z · rules v1 · repos 37 · signals 37

  • 2026-04-25

    generated 2026-04-25T13:22:57Z · rules v1 · repos 41 · signals 41

  • 2026-04-24

    generated 2026-04-24T13:58:04Z · rules v1 · repos 40 · signals 40

  • 2026-04-23

    generated 2026-04-23T14:04:35Z · rules v1 · repos 43 · signals 43

  • 2026-04-22

    generated 2026-04-22T14:02:49Z · rules v1 · repos 41 · signals 41

  • 2026-04-21

    generated 2026-04-22T07:58:11Z · rules v1 · repos 40 · signals 40

  • 2026-04-20

    generated 2026-04-21T09:23:28Z · rules v1 · repos 40 · signals 40

  • 2026-04-19

    generated 2026-04-19T08:51:11Z · rules v1 · repos 36 · signals 36

  • 2026-04-18

    generated 2026-04-18T08:45:02Z · rules v1 · repos 39 · signals 39

  • 2026-04-17

    generated 2026-04-17T09:14:47Z · rules v1 · repos 40 · signals 40

  • 2026-04-03

    generated 2026-06-16T02:55:56Z · rules v1 · repos 26 · signals 26

  • 2026-04-02 · degraded

    generated 2026-04-03T19:29:39Z · rules v1 · repos 26 · signals 26

  • 2026-04-01 · fallback

    generated 2026-04-03T19:29:39Z · rules v1 · repos 26 · signals 26

  • 1900-01-02 · degraded

    generated 2026-06-22T02:57:11Z · rules v1 · repos 26 · signals 0

  • 1900-01-01

    generated 2026-05-01T12:00:00Z · rules v2-phase2-fixture · repos 6 · signals 3