Denoise · 2026-08-01

The agent race has pivoted from models to infrastructure; today is about the 'harnesses' and 'skills' that control them.

Look past the individual AI apps and focus on the tooling layer: GitHub, ByteDance, and open-source projects are all building the SDKs and harnesses that will define the next generation of agent development.

The tectonic plates of the AI development landscape are shifting. For months, the race was defined by model performance, but today's trends assert that the new battleground is the infrastructure that makes agents useful. Value is rapidly migrating up the stack from the 'brain' to the 'nervous system.' GitHub's release of `copilot-sdk` is a formidable platform play, aiming to standardize how developers embed agentic capabilities into their applications, effectively making Copilot the default runtime. This move is mirrored by ByteDance's `deer-flow`, a sophisticated 'SuperAgent harness' that underscores how major players are now competing on orchestration, not just inference. While these giants build walled gardens, the open-source community is building bridges; `diegosouzapw/OmniRoute` commoditizes access to over 290 model providers, turning the underlying models into interchangeable parts. This infrastructural layer is complemented by a new abstraction: the 'skill.' Projects like `virgiliojr94/book-to-skill`, which turns books into agent-ready knowledge, and `zhaoxuya520/reverse-skill` for security, represent a move from brittle, ad-hoc prompts to robust, engineered capabilities. Even user experience is being packaged as a skill with `ayghri/i-have-adhd`. The question is no longer just how smart an agent is, but how it is controlled, deployed, and taught—a far more complex and defensible frontier.

跨周期持续信号

Developer Tools & Productivity(18)

Microsoft's beginner courses (`AI-For-Beginners`, `generative-ai-for-beginners`) reveal a strategy to capture mindshare at the entry-level, while projects like `CoreBunch/Instatic` continue the trend of building open-source, AI-native alternatives to SaaS.

  • A foundational curriculum from Microsoft covering traditional AI topics. Its continued popularity signals a strong, ongoing demand for structured, entry-level AI education from trusted sources, acting as a top-of-funnel for Microsoft's broader AI ecosystem.

    rising⭐ 56k
  • A Bluetooth mesh-based chat application. Its recurring trendiness points to a persistent interest in decentralized, off-grid communication solutions, particularly those that are resilient and don't rely on traditional internet infrastructure.

    repeated⭐ 34k
  • A communication platform from Block (formerly Square). Its appearance is noteworthy as it likely represents an experiment in new forms of internal or external communication tooling by a major fintech company.

    new⭐ 20k
  • An open-source project management tool positioning itself as a simpler, more focused alternative. It trends because it taps into developer fatigue with overly complex, opinionated incumbents like Jira, offering a back-to-basics approach.

    new⭐ 5.4k
  • Microsoft's second major educational repo, this one focusing on Generative AI. Paired with 'AI-For-Beginners', it shows a clear strategy to systematically onboard developers onto the modern AI stack, likely directing them towards Azure and GitHub Copilot.

    new⭐ 114k
  • An official GitHub CLI extension for managing stacked pull requests. This is GitHub's direct response to a long-standing developer workflow pain point, previously addressed by third-party tools. Its official status makes it immediately relevant.

    new⭐ 707
  • A tool for creating and sharing 3D architectural projects. Its presence highlights the niche but active development in open-source tools for specific professional domains like architecture, often challenging expensive proprietary software.

    new⭐ 21k
  • A real-time global intelligence dashboard. This project represents the increasing accessibility of OSINT (Open-Source Intelligence) tools, packaging complex data aggregation and analysis into a unified interface for a broader audience.

    cooling⭐ 78k
  • A lightweight, cloud-native geospatial platform. It's notable for its versatility, running across web, desktop, and Jupyter notebooks, indicating a trend towards unified, cross-platform tooling in the GIS space.

    new⭐ 4.8k
  • An alternative front-end for YouTube. It trends due to persistent user demand for privacy-respecting, ad-free, and lightweight interfaces to major content platforms, often in defiance of the platform's own direction.

    new⭐ 21k
  • The well-established IT automation platform. Its appearance on the trending list is likely due to a significant new release or integration, reaffirming its continued relevance in the DevOps and infrastructure-as-code landscape despite newer alternatives.

    new⭐ 70k
  • A command-line interface for manipulating Office documents, designed for AI agents. This tool is a critical piece of plumbing, enabling agents to perform common knowledge-worker tasks that were previously difficult to automate without a GUI.

    cooling⭐ 24k
  • An open-source, self-hosted visual CMS that positions itself against Webflow and Framer. It's notable for its 'agentic' claim, suggesting it's designed for both human and AI-driven content creation and management.

    new⭐ 7.1k
  • An open-source video editor presented as an alternative to CapCut. Its popularity reflects a desire for transparent, extensible, and non-proprietary creative tools, especially as CapCut's data privacy practices have faced scrutiny.

    cooling⭐ 80k
  • An open-source alternative to Claude Cowork. This project indicates the speed at which the community reverse-engineers and open-sources concepts from closed, proprietary AI products, seeking to build a more open ecosystem.

    new⭐ 20k
  • A personalized tutoring system. This project is part of a broader trend in AI-driven education, aiming to provide individualized learning paths and scale high-quality instruction beyond the limits of traditional classrooms.

    cooling⭐ 32k
  • A personal trading agent. Its trendiness points to the growing interest in applying AI agents to personal finance and algorithmic trading, making sophisticated strategies accessible to individual investors.

    cooling⭐ 29k
  • An open-source alternative to SEO tools like Semrush and Ahrefs. This reflects the continuous community effort to democratize access to expensive marketing and business intelligence tools through open-source software.

    cooling⭐ 9.9k

AI Infra & Protocols(6)

Big tech entries like `github/copilot-sdk` and `bytedance/deer-flow` alongside community gateways like `diegosouzapw/OmniRoute` indicate fierce competition to own the agent orchestration layer, abstracting away the underlying models.

  • A free, MIT-licensed AI gateway that unifies over 290 model providers under a single endpoint. This project is a powerful commoditizing force, abstracting the model provider layer and allowing developers to easily switch between backends.

    repeated⭐ 37k
  • An Agent Development Environment (ADE) for managing fleets of parallel agents. The concept of an 'ADE' signals a maturation in agent development, moving from single-agent scripts to orchestrated, multi-agent systems requiring specialized tooling.

    cooling⭐ 35k
  • An official SDK for integrating the GitHub Copilot Agent into third-party apps. This is a major strategic move by GitHub to establish Copilot as a platform, encouraging an ecosystem of tools built around its agent.

    new⭐ 10k
  • A self-proclaimed 'most RAM efficient harness' for AI agents. Its focus on resource efficiency is critical for enabling powerful agents to run on consumer-grade hardware, a key factor for wider adoption.

    repeated⭐ 15k
  • A server that gives a Claude agent control over a local terminal and filesystem. This project represents the ongoing effort to break agents out of the browser sandbox and give them capabilities to interact with and control a user's local machine.

    cooling⭐ 9.0k
  • An open-source 'SuperAgent harness' from ByteDance for long-horizon tasks. This is a significant entry from a major tech company, indicating that complex, multi-step agent orchestration is a key area of R&D investment.

    new⭐ 79k

On-device & Multimodal AI(6)

Projects like `Zackriya-Solutions/meetily` and `huggingface/speech-to-speech` reveal a strong pull towards local, privacy-preserving AI, while Microsoft's `VibeVoice` indicates big tech is also investing in open, on-device voice models.

  • A privacy-first, 100% local AI meeting assistant. It directly addresses enterprise and individual concerns about sending sensitive meeting data to the cloud, representing a strong pull for on-device AI solutions.

    cooling⭐ 28k
  • A project for building local voice agents with open-source models. Coming from Hugging Face, it signals a strong push to create a fully open-source, on-device stack for voice AI, from transcription to generation.

    repeated⭐ 10k
  • A Gradio WebUI for various voice cloning and TTS tasks. This project aggregates multiple state-of-the-art voice AI techniques into an accessible interface, lowering the barrier to entry for creators and developers.

    new⭐ 12k
  • A tool that enables the Claude model to 'watch' videos by processing frames and transcripts. This is a practical, multimodal adapter that bridges the gap between text-only models and the vast amount of video content available.

    cooling⭐ 13k
  • A self-hosted AI companion project. It taps into the desire for personalized, user-owned AI personalities, distinct from the corporate, sanitized assistants offered by big tech. The reference to Neuro-sama indicates its cultural niche.

    new⭐ 46k
  • An open-source voice AI project from Microsoft. This is a significant move, suggesting Microsoft is competing in the open-source voice model space, potentially to build a community around its technologies and counter other open models.

    new⭐ 52k

Prompt & Skill Libraries(10)

This category's activity, from `virgiliojr94/book-to-skill` to security-focused `zhaoxuya520/reverse-skill`, reveals a clear shift from raw prompting to engineering structured, reusable agent capabilities.

  • A curated list of resources for systematic trading. Its popularity indicates a strong and active community around algorithmic trading, seeking to aggregate and share knowledge in a rapidly evolving field.

    new⭐ 12k
  • A 'skill' for coding agents designed to produce more direct, less verbose answers. This is a fascinating meta-skill, showing the ecosystem is maturing to the point of engineering agent 'personalities' and output styles for better human-computer interaction.

    new⭐ 15k
  • A collection of skills for design engineers. This repo is representative of the broader shift towards formalizing agent capabilities into discrete, reusable 'skills,' moving beyond monolithic prompts to a more structured, composable approach.

    cooling⭐ 24k
  • A design skill intended to prevent 'AI-slop' in code. This tool addresses a growing concern: as AI generates more code, maintaining quality and avoiding generic, uninspired output becomes a critical challenge for developers.

    cooling⭐ 20k
  • A tool that converts technical book PDFs into structured skills for Claude Code. This project is significant as it automates the knowledge ingestion process for agents, pointing towards a future of self-populating skill libraries.

    new⭐ 15k
  • A repository of extracted system prompts from major AI models. Its popularity, while legally and ethically questionable, highlights the intense interest from developers in understanding and reverse-engineering the core instructions that guide proprietary models.

    cooling⭐ 62k
  • A collection of skills tailored for Korean users to make agents behave more like a native Korean. This demonstrates the emerging need for cultural and linguistic localization of agent behavior beyond simple translation.

    new⭐ 6.7k
  • A curated list of open-source AI agents, skills, and RAG applications. Like other 'awesome' lists, it serves as a valuable community-maintained index for navigating the rapidly expanding landscape of AI development.

    cooling⭐ 129k
  • A library of agent skills for Computer-Aided Design (CAD), Engineering (CAE), and Manufacturing (CAM). This highlights the verticalization of agent skills, moving into highly specialized and complex professional domains.

    new⭐ 12k
  • A design language intended to improve the design capabilities of AI harnesses. This project addresses the common weakness of LLMs in visual and spatial reasoning, attempting to codify design principles into a machine-usable format.

    cooling⭐ 54k

AI Coding Tools & Agents(4)

The focus is shifting from generic coding agents to specialized tools for the development lifecycle. `alibaba/open-code-review` and `citrolabs/ego-lite` show a deepening of agent integration into specific workflows like code review and browser automation.

  • A browser built specifically for AI agents to perform automation tasks. It's designed to share a user's logged-in state securely, solving a major friction point in using agents for web automation that requires authentication.

    new⭐ 7.2k
  • An open-source code review tool from Alibaba that combines deterministic pipelines with an LLM Agent. Its release signifies a trend of large tech companies open-sourcing their sophisticated, battle-tested internal tools to build developer ecosystems.

    new⭐ 17k
  • A plugin to use OpenAI's Codex from within Anthropic's Claude Code environment. This is an interesting example of cross-ecosystem interoperability, suggesting that developers want to mix and match capabilities from different model providers.

    cooling⭐ 31k
  • This repo's purpose is unclear from the name alone, but its association with the 't3' stack (a popular Next.js boilerplate) suggests it's likely an AI coding tool or agent specifically tailored for that ecosystem.

    new⭐ 16k

Security & Reverse Engineering(2)

`zhaoxuya520/reverse-skill` and `usestrix/strix` demonstrate that AI agents are being specialized for security tasks, packaging complex toolchains into callable skills for penetration testing and vulnerability analysis.

  • A skill router pack for reverse engineering and penetration testing. This project exemplifies the specialization of AI skills, packaging a complex domain's toolchain and knowledge base into a single, callable agent capability.

    new⭐ 11k
  • An open-source AI penetration testing tool. It represents the application of AI to automate and augment security testing, aiming to make vulnerability discovery more accessible and efficient than purely manual methods.

    cooling⭐ 46k

ML & GPU Infrastructure(2)

Specialization is the key theme, with `shiyu-coder/Kronos` targeting financial markets and `microsoft/TRELLIS.2` focusing on 3D generation, suggesting a fragmentation of foundation models into domain-specific verticals.

  • A model for 3D generation focusing on 'structured latents'. This represents frontier research in generative AI, moving beyond 2D images to creating complex, structured 3D assets, a key area for gaming, simulation, and metaverse applications.

    new⭐ 9.8k
  • A foundation model for the 'language of financial markets'. Its emergence signifies the trend of developing highly specialized, domain-specific foundation models trained on proprietary data to outperform general-purpose models in niche areas.

    new⭐ 35k

Memory, RAG & Context(1)

`TencentCloud/TencentDB-Agent-Memory`'s appearance implies that as agent usage moves into teams, shared, persistent memory is becoming a critical infrastructure problem that major cloud providers are now aiming to solve.

  • A team-level memory hub for AI Agents from Tencent Cloud. This project tackles a critical enterprise problem: how to give teams of agents a shared, persistent, and governed memory to enable complex, collaborative tasks.

    new⭐ 10k
#01The simultaneous rise of `github/copilot-sdk` and `bytedance/deer-flow` reveals that the battle for AI developer mindshare is shifting from foundational models to agent orchestration frameworks.
#02The proliferation of repos in 'Prompt & Skill Libraries' like `virgiliojr94/book-to-skill` and `zhaoxuya520/reverse-skill` implies a maturation of the agent ecosystem, moving from simple prompts to formalized, domain-specific capabilities.
#03Microsoft's parallel push with `AI-For-Beginners` and `copilot-sdk` indicates a two-pronged strategy: educate a new generation of developers on AI fundamentals while simultaneously locking them into the GitHub/Copilot agent platform.
#04Projects like `Zackriya-Solutions/meetily` and `huggingface/speech-to-speech` underscore the accelerating trend towards on-device, privacy-centric AI, directly challenging cloud-only incumbents.
#05The appearance of enterprise-grade tools from Alibaba (`open-code-review`) and Tencent (`TencentDB-Agent-Memory`) signals that China's tech giants are now open-sourcing their battle-tested internal AI infrastructure to compete for global developer ecosystems.

Trend tracking

Today

Major corporate projects like microsoft/generative-ai-for-beginners and bytedance/deer-flow dominate today's trends, appearing with massive initial star counts upon release.

3 Strengthening · 2 Continuous · 10 First seen
Expand list (15)
ProjectYesterday ⭐Today ⭐ΔState
microsoft/generative-ai-for-beginners114k🆕First seen
bytedance/deer-flow79k🆕First seen
ansible/ansible70k🆕First seen
iv-org/invidious21k🆕First seen
abus-aikorea/voice-pro12k🆕First seen
TencentCloud/TencentDB-Agent-Memory10k🆕First seen
huggingface/speech-to-speech10k🆕First seen
microsoft/TRELLIS.29.8k🆕First seen
NomaDamas/k-skill6.7k🆕First seen
zhaoxuya520/reverse-skill10k11k+1221Strengthening
microsoft/AI-For-Beginners55k56k+1005Continuous
github/gh-stack707🆕First seen
usekaneo/kaneo4.7k5.4k+699Strengthening
paperswithbacktest/awesome-systematic-trading12k12k+493Strengthening
github/copilot-sdk10k10k+133Continuous

This week

Microsoft's new educational repo, AI-For-Beginners, leads the weekly chart, while projects like diegosouzapw/OmniRoute show persistent, steady growth over the period.

5 Strengthening · 7 Continuous · 3 Stable · 3 First seen
Expand list (18)
ProjectYesterday ⭐Today ⭐ΔState
microsoft/AI-For-Beginners56k🆕First seen
permissionlesstech/bitchat34k🆕First seen
different-ai/openwork20k🆕First seen
block/buzz19k20k+973Strengthening
diegosouzapw/OmniRoute36k37k+934Continuous
virgiliojr94/book-to-skill14k15k+510Strengthening
ayghri/i-have-adhd15k15k+447Strengthening
alibaba/open-code-review17k17k+416Continuous
1jehuang/jcode14k15k+386Continuous
citrolabs/ego-lite6.9k7.2k+349Strengthening
moeru-ai/airi46k46k+194Stable
earthtojake/text-to-cad12k12k+159Continuous
opengeos/GeoLibre4.6k4.8k+157Strengthening
CoreBunch/Instatic6.9k7.1k+155Continuous
pascalorg/editor20k21k+154Continuous
pingdotgg/t3code16k16k+152Continuous
shiyu-coder/Kronos35k35k+108Stable
microsoft/VibeVoice52k52k+93Stable

This month

The monthly view is characterized by steady accumulation from established projects like diegosouzapw/OmniRoute and stablyai/orca, indicating long-term engagement.

1 Strengthening · 12 Continuous · 6 Stable · 2 First seen
Expand list (21)
ProjectYesterday ⭐Today ⭐ΔState
1jehuang/jcode15k🆕First seen
every-app/open-seo9.9k🆕First seen
diegosouzapw/OmniRoute36k37k+934Continuous
stablyai/orca34k35k+564Continuous
huggingface/speech-to-speech9.6k10k+369Strengthening
koala73/worldmonitor77k78k+354Stable
pbakaus/impeccable53k54k+348Continuous
emilkowalski/skills23k24k+304Continuous
HKUDS/DeepTutor31k32k+278Continuous
Nutlope/hallmark20k20k+259Continuous
usestrix/strix46k46k+250Continuous
iOfficeAI/OfficeCLI24k24k+242Continuous
Shubhamsaboo/awesome-llm-apps129k129k+228Stable
permissionlesstech/bitchat34k34k+212Continuous
HKUDS/Vibe-Trading29k29k+180Continuous
OpenCut-app/OpenCut80k80k+171Stable
bradautomates/claude-video13k13k+167Continuous
asgeirtj/system_prompts_leaks62k62k+156Stable
Zackriya-Solutions/meetily28k28k+142Continuous
openai/codex-plugin-cc31k31k+138Stable
wonderwhy-er/DesktopCommanderMCP9.0k9.0k+21Stable
2026-08-012026-08-01T13:44:40Zrules v1Healthyrepos 49signals 0

Recent reports

  • 2026-08-31

    generated 2026-08-31T19:04:41Z · rules v1 · repos 45 · signals 0

  • 2026-08-30

    generated 2026-08-30T16:33:36Z · rules v1 · repos 50 · signals 0

  • 2026-08-27 · fallback

    generated 2026-08-27T22:10:40Z · rules v1 · repos 51 · signals 0

  • 2026-08-26 · fallback

    generated 2026-08-26T13:06:05Z · rules v1 · repos 41 · signals 0

  • 2026-08-25 · fallback

    generated 2026-08-25T13:01:01Z · rules v1 · repos 41 · signals 0

  • 2026-08-24 · fallback

    generated 2026-08-24T13:04:20Z · rules v1 · repos 45 · signals 0

  • 2026-08-23

    generated 2026-08-23T12:54:00Z · rules v1 · repos 39 · signals 0

  • 2026-08-21 · fallback

    generated 2026-08-21T13:01:42Z · rules v1 · repos 48 · signals 0

  • 2026-08-20 · fallback

    generated 2026-08-20T13:03:24Z · rules v1 · repos 47 · signals 0

  • 2026-08-19 · fallback

    generated 2026-08-19T13:00:26Z · rules v1 · repos 43 · signals 0

  • 2026-08-18

    generated 2026-08-18T12:59:14Z · rules v1 · repos 44 · signals 0

  • 2026-08-17 · fallback

    generated 2026-08-17T12:57:53Z · rules v1 · repos 44 · signals 0

  • 2026-08-15 · fallback

    generated 2026-08-15T12:51:46Z · rules v1 · repos 44 · signals 0

  • 2026-08-14 · fallback

    generated 2026-08-14T13:22:34Z · rules v1 · repos 48 · signals 0

  • 2026-08-12

    generated 2026-08-12T13:26:33Z · rules v1 · repos 49 · signals 0

  • 2026-08-11 · fallback

    generated 2026-08-11T13:22:06Z · rules v1 · repos 47 · signals 0

  • 2026-08-09

    generated 2026-08-09T13:06:00Z · rules v1 · repos 44 · signals 0

  • 2026-08-08

    generated 2026-08-08T13:03:48Z · rules v1 · repos 46 · signals 0

  • 2026-08-07

    generated 2026-08-07T13:19:46Z · rules v1 · repos 52 · signals 5

  • 2026-08-01 · current

    generated 2026-08-01T13:44:40Z · rules v1 · repos 49 · signals 0

  • 2026-07-31 · fallback

    generated 2026-07-31T14:25:43Z · rules v1 · repos 48 · signals 0

  • 2026-07-29 · fallback

    generated 2026-07-29T14:25:31Z · rules v1 · repos 55 · signals 0

  • 2026-07-26

    generated 2026-07-26T13:45:20Z · rules v1 · repos 52 · signals 0

  • 2026-07-25 · fallback

    generated 2026-07-25T13:52:41Z · rules v1 · repos 55 · signals 0

  • 2026-07-23

    generated 2026-07-23T14:23:05Z · rules v1 · repos 51 · signals 0

  • 2026-07-21 · fallback

    generated 2026-07-21T14:10:37Z · rules v1 · repos 56 · signals 0

  • 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

    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