From 66a4556f5359d893486402e94859e7b466863bc0 Mon Sep 17 00:00:00 2001 From: johnxie Date: Mon, 2 Mar 2026 08:37:02 -0800 Subject: [PATCH] fix: weekly refresh CI, merge conflicts, and full data sync Weekly Refresh workflow: - replace peter-evans/create-pull-request with direct commit-and-push (fixes "GitHub Actions is not permitted to create pull requests" error) - remove pull-requests:write permission (no longer needed) tutorials/README.md: - resolve 4-layer nested merge conflict markers (lines 17-58) - update Source Verification counts from stale 188 to 191 (201 unique repos) Source verification: - re-run verify_tutorial_sources.py: 191/191 verified, 201 unique repos - update README verification date to 2026-03-02 Market signals: - refresh all trending repo star counts and relative day labels - update discoverability/market-signals.json and trending-vibe-coding.md All CI checks validated locally: - docs_health: 0 broken links, 0 missing indexes - staleness_audit: 0 stale markers - release_claims_audit: 0 stale claims - format v2 index check: 130 compliant indexes - manifest, snapshot, repo status, discoverability diffs: all clean Co-Authored-By: Claude Opus 4.6 --- .github/workflows/weekly-refresh.yml | 27 +- README.md | 38 +- discoverability/market-signals.json | 168 +- discoverability/trending-vibe-coding.md | 34 +- .../tutorial-source-verification.json | 2266 +++++++++-------- .../tutorial-source-verification.md | 60 +- tutorials/README.md | 30 +- 7 files changed, 1336 insertions(+), 1287 deletions(-) diff --git a/.github/workflows/weekly-refresh.yml b/.github/workflows/weekly-refresh.yml index cb07542b..f3e415a8 100644 --- a/.github/workflows/weekly-refresh.yml +++ b/.github/workflows/weekly-refresh.yml @@ -7,7 +7,6 @@ on: permissions: contents: write - pull-requests: write jobs: refresh: @@ -32,21 +31,11 @@ jobs: python scripts/staleness_audit.py --max-age-days 10 --json-output discoverability/staleness-report.json python scripts/release_claims_audit.py --max-age-days 120 --json-output discoverability/release-claims-report.json - - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 - with: - branch: automation/weekly-refresh - commit-message: "chore: weekly docs/discoverability refresh" - title: "chore: weekly docs/discoverability refresh" - body: | - Automated weekly refresh of generated docs and discoverability assets. - - Updated by workflow: - - tutorial manifest and structure snapshots - - discoverability assets (`tutorial-index.json`, directory, search intent map, `llms*.txt`) - - README trending market signals - - staleness report - - stale release-claim report - labels: | - automation - docs + - name: Commit and push if changed + run: | + git config user.name "github-actions[bot]" + git config user.email "41898282+github-actions[bot]@users.noreply.github.com" + git add -A + git diff --cached --quiet && echo "No changes to commit" && exit 0 + git commit -m "chore: weekly docs/discoverability refresh" + git push diff --git a/README.md b/README.md index 6a070ba9..90adeee6 100644 --- a/README.md +++ b/README.md @@ -97,12 +97,12 @@ Quick jump links: ## ✅ Source Verification Status -All tutorial indexes were re-verified against referenced upstream GitHub repositories on **2026-02-24**: +All tutorial indexes were re-verified against referenced upstream GitHub repositories on **2026-03-02**: - tutorials scanned: **191** - tutorials with source repos: **191** - tutorials with unverified source repos: **0** -- unique verified source repos: **200** +- unique verified source repos: **201** Verification artifacts: @@ -127,28 +127,28 @@ Live repository snapshot for high-intent Taskade/Genesis/AI/MCP searches. --- -## 📈 Trending Vibe-Coding Repos (Auto-updated 2026-02-24) +## 📈 Trending Vibe-Coding Repos (Auto-updated 2026-03-02) Live GitHub market signals for high-impact open-source coding-agent and vibe-coding ecosystems with direct tutorial coverage. | Ecosystem Repo | Tutorial | Stars | Last Push | Why It Matters | |:---------------|:---------|------:|:----------|:---------------| -| [`open-webui/open-webui`](https://github.com/open-webui/open-webui) | [Open WebUI Tutorial](tutorials/open-webui-tutorial/) | 124,777 | 2026-02-24 (0d ago) | self-hosted AI interface and model operations | -| [`anomalyco/opencode`](https://github.com/anomalyco/opencode) | [OpenCode Tutorial](tutorials/opencode-tutorial/) | 109,764 | 2026-02-24 (0d ago) | terminal-native coding agent with strong provider and tool controls | -| [`browser-use/browser-use`](https://github.com/browser-use/browser-use) | [Browser Use Tutorial](tutorials/browser-use-tutorial/) | 78,889 | 2026-02-24 (0d ago) | browser-native AI automation and agent execution | -| [`daytonaio/daytona`](https://github.com/daytonaio/daytona) | [Daytona Tutorial](tutorials/daytona-tutorial/) | 60,076 | 2026-02-24 (0d ago) | sandbox infrastructure for secure AI code execution | -| [`cline/cline`](https://github.com/cline/cline) | [Cline Tutorial](tutorials/cline-tutorial/) | 58,318 | 2026-02-24 (0d ago) | agentic coding with terminal, browser, and MCP workflows | -| [`Mintplex-Labs/anything-llm`](https://github.com/Mintplex-Labs/anything-llm) | [AnythingLLM Tutorial](tutorials/anything-llm-tutorial/) | 54,956 | 2026-02-24 (0d ago) | self-hosted RAG workspaces and agent workflows | -| [`TabbyML/tabby`](https://github.com/TabbyML/tabby) | [Tabby Tutorial](tutorials/tabby-tutorial/) | 32,921 | 2026-02-14 (10d ago) | self-hosted coding assistant platform for teams | -| [`continuedev/continue`](https://github.com/continuedev/continue) | [Continue Tutorial](tutorials/continue-tutorial/) | 31,501 | 2026-02-24 (0d ago) | IDE-native AI coding assistant architecture | -| [`Fission-AI/OpenSpec`](https://github.com/Fission-AI/OpenSpec) | [OpenSpec Tutorial](tutorials/openspec-tutorial/) | 25,435 | 2026-02-24 (0d ago) | spec-driven workflow layer for predictable AI-assisted delivery | -| [`RooCodeInc/Roo-Code`](https://github.com/RooCodeInc/Roo-Code) | [Roo Code Tutorial](tutorials/roo-code-tutorial/) | 22,367 | 2026-02-24 (0d ago) | multi-mode coding agents and approval workflows | -| [`vercel/ai`](https://github.com/vercel/ai) | [Vercel AI SDK Tutorial](tutorials/vercel-ai-tutorial/) | 21,991 | 2026-02-24 (0d ago) | production TypeScript AI app and agent SDK patterns | -| [`dyad-sh/dyad`](https://github.com/dyad-sh/dyad) | [Dyad Tutorial](tutorials/dyad-tutorial/) | 19,693 | 2026-02-24 (0d ago) | local-first AI app generation workflows | -| [`stackblitz-labs/bolt.diy`](https://github.com/stackblitz-labs/bolt.diy) | [bolt.diy Tutorial](tutorials/bolt-diy-tutorial/) | 19,039 | 2026-02-07 (17d ago) | open-source Bolt-style product builder stack | -| [`sweepai/sweep`](https://github.com/sweepai/sweep) | [Sweep Tutorial](tutorials/sweep-tutorial/) | 7,638 | 2025-09-18 (159d ago) | issue-to-PR coding agent workflows and GitHub automation | -| [`stagewise-io/stagewise`](https://github.com/stagewise-io/stagewise) | [Stagewise Tutorial](tutorials/stagewise-tutorial/) | 6,496 | 2026-02-24 (0d ago) | browser-context frontend coding agent workflows | -| [`cloudflare/vibesdk`](https://github.com/cloudflare/vibesdk) | [VibeSDK Tutorial](tutorials/vibesdk-tutorial/) | 4,803 | 2026-02-20 (4d ago) | Cloudflare-native prompt-to-app platform architecture | +| [`open-webui/open-webui`](https://github.com/open-webui/open-webui) | [Open WebUI Tutorial](tutorials/open-webui-tutorial/) | 125,443 | 2026-03-02 (0d ago) | self-hosted AI interface and model operations | +| [`anomalyco/opencode`](https://github.com/anomalyco/opencode) | [OpenCode Tutorial](tutorials/opencode-tutorial/) | 114,224 | 2026-03-02 (0d ago) | terminal-native coding agent with strong provider and tool controls | +| [`browser-use/browser-use`](https://github.com/browser-use/browser-use) | [Browser Use Tutorial](tutorials/browser-use-tutorial/) | 79,382 | 2026-03-02 (0d ago) | browser-native AI automation and agent execution | +| [`daytonaio/daytona`](https://github.com/daytonaio/daytona) | [Daytona Tutorial](tutorials/daytona-tutorial/) | 61,615 | 2026-03-02 (0d ago) | sandbox infrastructure for secure AI code execution | +| [`cline/cline`](https://github.com/cline/cline) | [Cline Tutorial](tutorials/cline-tutorial/) | 58,554 | 2026-03-02 (0d ago) | agentic coding with terminal, browser, and MCP workflows | +| [`Mintplex-Labs/anything-llm`](https://github.com/Mintplex-Labs/anything-llm) | [AnythingLLM Tutorial](tutorials/anything-llm-tutorial/) | 55,278 | 2026-03-02 (0d ago) | self-hosted RAG workspaces and agent workflows | +| [`TabbyML/tabby`](https://github.com/TabbyML/tabby) | [Tabby Tutorial](tutorials/tabby-tutorial/) | 32,970 | 2026-03-02 (0d ago) | self-hosted coding assistant platform for teams | +| [`continuedev/continue`](https://github.com/continuedev/continue) | [Continue Tutorial](tutorials/continue-tutorial/) | 31,600 | 2026-03-02 (0d ago) | IDE-native AI coding assistant architecture | +| [`Fission-AI/OpenSpec`](https://github.com/Fission-AI/OpenSpec) | [OpenSpec Tutorial](tutorials/openspec-tutorial/) | 26,902 | 2026-02-27 (3d ago) | spec-driven workflow layer for predictable AI-assisted delivery | +| [`RooCodeInc/Roo-Code`](https://github.com/RooCodeInc/Roo-Code) | [Roo Code Tutorial](tutorials/roo-code-tutorial/) | 22,473 | 2026-03-02 (0d ago) | multi-mode coding agents and approval workflows | +| [`vercel/ai`](https://github.com/vercel/ai) | [Vercel AI SDK Tutorial](tutorials/vercel-ai-tutorial/) | 22,230 | 2026-03-02 (0d ago) | production TypeScript AI app and agent SDK patterns | +| [`dyad-sh/dyad`](https://github.com/dyad-sh/dyad) | [Dyad Tutorial](tutorials/dyad-tutorial/) | 19,786 | 2026-02-28 (2d ago) | local-first AI app generation workflows | +| [`stackblitz-labs/bolt.diy`](https://github.com/stackblitz-labs/bolt.diy) | [bolt.diy Tutorial](tutorials/bolt-diy-tutorial/) | 19,068 | 2026-02-07 (23d ago) | open-source Bolt-style product builder stack | +| [`sweepai/sweep`](https://github.com/sweepai/sweep) | [Sweep Tutorial](tutorials/sweep-tutorial/) | 7,643 | 2025-09-18 (165d ago) | issue-to-PR coding agent workflows and GitHub automation | +| [`stagewise-io/stagewise`](https://github.com/stagewise-io/stagewise) | [Stagewise Tutorial](tutorials/stagewise-tutorial/) | 6,493 | 2026-03-02 (0d ago) | browser-context frontend coding agent workflows | +| [`cloudflare/vibesdk`](https://github.com/cloudflare/vibesdk) | [VibeSDK Tutorial](tutorials/vibesdk-tutorial/) | 4,825 | 2026-03-02 (0d ago) | Cloudflare-native prompt-to-app platform architecture | Data source: GitHub REST API (`stargazers_count`, `pushed_at`) via `scripts/refresh_market_signals.py`. diff --git a/discoverability/market-signals.json b/discoverability/market-signals.json index 4c54958b..b1706501 100644 --- a/discoverability/market-signals.json +++ b/discoverability/market-signals.json @@ -1,211 +1,211 @@ { - "generated_at_utc": "2026-02-24T15:27:17.174793Z", - "generated_on": "2026-02-24", + "generated_at_utc": "2026-03-02T16:34:29.160536Z", + "generated_on": "2026-03-02", "signals": [ { "days_since_push": 0, - "forks": 17660, - "open_issues": 248, - "pushed_at": "2026-02-24T00:31:27Z", - "pushed_date": "2026-02-24", + "forks": 17765, + "open_issues": 263, + "pushed_at": "2026-03-02T01:14:18Z", + "pushed_date": "2026-03-02", "repo": "open-webui/open-webui", "repo_url": "https://github.com/open-webui/open-webui", - "stars": 124777, + "stars": 125443, "tutorial_label": "Open WebUI Tutorial", "tutorial_path": "tutorials/open-webui-tutorial/", "why": "self-hosted AI interface and model operations" }, { "days_since_push": 0, - "forks": 10898, - "open_issues": 5742, - "pushed_at": "2026-02-24T14:59:04Z", - "pushed_date": "2026-02-24", + "forks": 11529, + "open_issues": 6131, + "pushed_at": "2026-03-02T16:23:54Z", + "pushed_date": "2026-03-02", "repo": "anomalyco/opencode", "repo_url": "https://github.com/anomalyco/opencode", - "stars": 109764, + "stars": 114224, "tutorial_label": "OpenCode Tutorial", "tutorial_path": "tutorials/opencode-tutorial/", "why": "terminal-native coding agent with strong provider and tool controls" }, { "days_since_push": 0, - "forks": 9329, - "open_issues": 261, - "pushed_at": "2026-02-24T06:13:06Z", - "pushed_date": "2026-02-24", + "forks": 9383, + "open_issues": 225, + "pushed_at": "2026-03-02T07:00:46Z", + "pushed_date": "2026-03-02", "repo": "browser-use/browser-use", "repo_url": "https://github.com/browser-use/browser-use", - "stars": 78889, + "stars": 79382, "tutorial_label": "Browser Use Tutorial", "tutorial_path": "tutorials/browser-use-tutorial/", "why": "browser-native AI automation and agent execution" }, { "days_since_push": 0, - "forks": 5064, - "open_issues": 297, - "pushed_at": "2026-02-24T14:46:01Z", - "pushed_date": "2026-02-24", + "forks": 5076, + "open_issues": 329, + "pushed_at": "2026-03-02T16:21:40Z", + "pushed_date": "2026-03-02", "repo": "daytonaio/daytona", "repo_url": "https://github.com/daytonaio/daytona", - "stars": 60076, + "stars": 61615, "tutorial_label": "Daytona Tutorial", "tutorial_path": "tutorials/daytona-tutorial/", "why": "sandbox infrastructure for secure AI code execution" }, { "days_since_push": 0, - "forks": 5843, - "open_issues": 736, - "pushed_at": "2026-02-24T06:31:07Z", - "pushed_date": "2026-02-24", + "forks": 5877, + "open_issues": 779, + "pushed_at": "2026-03-02T14:39:39Z", + "pushed_date": "2026-03-02", "repo": "cline/cline", "repo_url": "https://github.com/cline/cline", - "stars": 58318, + "stars": 58554, "tutorial_label": "Cline Tutorial", "tutorial_path": "tutorials/cline-tutorial/", "why": "agentic coding with terminal, browser, and MCP workflows" }, { "days_since_push": 0, - "forks": 5928, - "open_issues": 286, - "pushed_at": "2026-02-24T03:08:07Z", - "pushed_date": "2026-02-24", + "forks": 5973, + "open_issues": 294, + "pushed_at": "2026-03-02T16:16:28Z", + "pushed_date": "2026-03-02", "repo": "Mintplex-Labs/anything-llm", "repo_url": "https://github.com/Mintplex-Labs/anything-llm", - "stars": 54956, + "stars": 55278, "tutorial_label": "AnythingLLM Tutorial", "tutorial_path": "tutorials/anything-llm-tutorial/", "why": "self-hosted RAG workspaces and agent workflows" }, { - "days_since_push": 10, - "forks": 1684, - "open_issues": 291, - "pushed_at": "2026-02-14T08:25:23Z", - "pushed_date": "2026-02-14", + "days_since_push": 0, + "forks": 1689, + "open_issues": 293, + "pushed_at": "2026-03-02T08:20:29Z", + "pushed_date": "2026-03-02", "repo": "TabbyML/tabby", "repo_url": "https://github.com/TabbyML/tabby", - "stars": 32921, + "stars": 32970, "tutorial_label": "Tabby Tutorial", "tutorial_path": "tutorials/tabby-tutorial/", "why": "self-hosted coding assistant platform for teams" }, { "days_since_push": 0, - "forks": 4190, - "open_issues": 912, - "pushed_at": "2026-02-24T10:01:30Z", - "pushed_date": "2026-02-24", + "forks": 4211, + "open_issues": 1034, + "pushed_at": "2026-03-02T09:29:21Z", + "pushed_date": "2026-03-02", "repo": "continuedev/continue", "repo_url": "https://github.com/continuedev/continue", - "stars": 31501, + "stars": 31600, "tutorial_label": "Continue Tutorial", "tutorial_path": "tutorials/continue-tutorial/", "why": "IDE-native AI coding assistant architecture" }, { - "days_since_push": 0, - "forks": 1686, - "open_issues": 239, - "pushed_at": "2026-02-24T02:27:25Z", - "pushed_date": "2026-02-24", + "days_since_push": 3, + "forks": 1769, + "open_issues": 255, + "pushed_at": "2026-02-27T08:52:45Z", + "pushed_date": "2026-02-27", "repo": "Fission-AI/OpenSpec", "repo_url": "https://github.com/Fission-AI/OpenSpec", - "stars": 25435, + "stars": 26902, "tutorial_label": "OpenSpec Tutorial", "tutorial_path": "tutorials/openspec-tutorial/", "why": "spec-driven workflow layer for predictable AI-assisted delivery" }, { "days_since_push": 0, - "forks": 3000, - "open_issues": 563, - "pushed_at": "2026-02-24T07:20:47Z", - "pushed_date": "2026-02-24", + "forks": 3019, + "open_issues": 626, + "pushed_at": "2026-03-02T15:35:56Z", + "pushed_date": "2026-03-02", "repo": "RooCodeInc/Roo-Code", "repo_url": "https://github.com/RooCodeInc/Roo-Code", - "stars": 22367, + "stars": 22473, "tutorial_label": "Roo Code Tutorial", "tutorial_path": "tutorials/roo-code-tutorial/", "why": "multi-mode coding agents and approval workflows" }, { "days_since_push": 0, - "forks": 3875, - "open_issues": 1166, - "pushed_at": "2026-02-24T06:03:37Z", - "pushed_date": "2026-02-24", + "forks": 3903, + "open_issues": 1236, + "pushed_at": "2026-03-02T16:17:15Z", + "pushed_date": "2026-03-02", "repo": "vercel/ai", "repo_url": "https://github.com/vercel/ai", - "stars": 21991, + "stars": 22230, "tutorial_label": "Vercel AI SDK Tutorial", "tutorial_path": "tutorials/vercel-ai-tutorial/", "why": "production TypeScript AI app and agent SDK patterns" }, { - "days_since_push": 0, - "forks": 2240, - "open_issues": 260, - "pushed_at": "2026-02-24T11:58:06Z", - "pushed_date": "2026-02-24", + "days_since_push": 2, + "forks": 2255, + "open_issues": 259, + "pushed_at": "2026-02-28T00:16:55Z", + "pushed_date": "2026-02-28", "repo": "dyad-sh/dyad", "repo_url": "https://github.com/dyad-sh/dyad", - "stars": 19693, + "stars": 19786, "tutorial_label": "Dyad Tutorial", "tutorial_path": "tutorials/dyad-tutorial/", "why": "local-first AI app generation workflows" }, { - "days_since_push": 17, - "forks": 10356, - "open_issues": 90, + "days_since_push": 23, + "forks": 10355, + "open_issues": 92, "pushed_at": "2026-02-07T14:36:22Z", "pushed_date": "2026-02-07", "repo": "stackblitz-labs/bolt.diy", "repo_url": "https://github.com/stackblitz-labs/bolt.diy", - "stars": 19039, + "stars": 19068, "tutorial_label": "bolt.diy Tutorial", "tutorial_path": "tutorials/bolt-diy-tutorial/", "why": "open-source Bolt-style product builder stack" }, { - "days_since_push": 159, - "forks": 450, - "open_issues": 747, + "days_since_push": 165, + "forks": 449, + "open_issues": 749, "pushed_at": "2025-09-18T06:10:59Z", "pushed_date": "2025-09-18", "repo": "sweepai/sweep", "repo_url": "https://github.com/sweepai/sweep", - "stars": 7638, + "stars": 7643, "tutorial_label": "Sweep Tutorial", "tutorial_path": "tutorials/sweep-tutorial/", "why": "issue-to-PR coding agent workflows and GitHub automation" }, { "days_since_push": 0, - "forks": 439, - "open_issues": 32, - "pushed_at": "2026-02-24T14:53:58Z", - "pushed_date": "2026-02-24", + "forks": 440, + "open_issues": 35, + "pushed_at": "2026-03-02T14:26:59Z", + "pushed_date": "2026-03-02", "repo": "stagewise-io/stagewise", "repo_url": "https://github.com/stagewise-io/stagewise", - "stars": 6496, + "stars": 6493, "tutorial_label": "Stagewise Tutorial", "tutorial_path": "tutorials/stagewise-tutorial/", "why": "browser-context frontend coding agent workflows" }, { - "days_since_push": 4, - "forks": 1125, - "open_issues": 41, - "pushed_at": "2026-02-20T15:34:53Z", - "pushed_date": "2026-02-20", + "days_since_push": 0, + "forks": 1133, + "open_issues": 42, + "pushed_at": "2026-03-02T09:08:46Z", + "pushed_date": "2026-03-02", "repo": "cloudflare/vibesdk", "repo_url": "https://github.com/cloudflare/vibesdk", - "stars": 4803, + "stars": 4825, "tutorial_label": "VibeSDK Tutorial", "tutorial_path": "tutorials/vibesdk-tutorial/", "why": "Cloudflare-native prompt-to-app platform architecture" diff --git a/discoverability/trending-vibe-coding.md b/discoverability/trending-vibe-coding.md index cee0646a..1367eb54 100644 --- a/discoverability/trending-vibe-coding.md +++ b/discoverability/trending-vibe-coding.md @@ -2,24 +2,24 @@ Auto-generated competitive snapshot for tracked coding-agent and vibe-coding ecosystems. -- generated_on: **2026-02-24** +- generated_on: **2026-03-02** - tracked_repositories: **16** | Repo | Stars | Forks | Last Push | Tutorial | |:-----|------:|------:|:----------|:---------| -| [`open-webui/open-webui`](https://github.com/open-webui/open-webui) | 124,777 | 17,660 | 2026-02-24 (0d ago) | [Open WebUI Tutorial](../tutorials/open-webui-tutorial/) | -| [`anomalyco/opencode`](https://github.com/anomalyco/opencode) | 109,764 | 10,898 | 2026-02-24 (0d ago) | [OpenCode Tutorial](../tutorials/opencode-tutorial/) | -| [`browser-use/browser-use`](https://github.com/browser-use/browser-use) | 78,889 | 9,329 | 2026-02-24 (0d ago) | [Browser Use Tutorial](../tutorials/browser-use-tutorial/) | -| [`daytonaio/daytona`](https://github.com/daytonaio/daytona) | 60,076 | 5,064 | 2026-02-24 (0d ago) | [Daytona Tutorial](../tutorials/daytona-tutorial/) | -| [`cline/cline`](https://github.com/cline/cline) | 58,318 | 5,843 | 2026-02-24 (0d ago) | [Cline Tutorial](../tutorials/cline-tutorial/) | -| [`Mintplex-Labs/anything-llm`](https://github.com/Mintplex-Labs/anything-llm) | 54,956 | 5,928 | 2026-02-24 (0d ago) | [AnythingLLM Tutorial](../tutorials/anything-llm-tutorial/) | -| [`TabbyML/tabby`](https://github.com/TabbyML/tabby) | 32,921 | 1,684 | 2026-02-14 (10d ago) | [Tabby Tutorial](../tutorials/tabby-tutorial/) | -| [`continuedev/continue`](https://github.com/continuedev/continue) | 31,501 | 4,190 | 2026-02-24 (0d ago) | [Continue Tutorial](../tutorials/continue-tutorial/) | -| [`Fission-AI/OpenSpec`](https://github.com/Fission-AI/OpenSpec) | 25,435 | 1,686 | 2026-02-24 (0d ago) | [OpenSpec Tutorial](../tutorials/openspec-tutorial/) | -| [`RooCodeInc/Roo-Code`](https://github.com/RooCodeInc/Roo-Code) | 22,367 | 3,000 | 2026-02-24 (0d ago) | [Roo Code Tutorial](../tutorials/roo-code-tutorial/) | -| [`vercel/ai`](https://github.com/vercel/ai) | 21,991 | 3,875 | 2026-02-24 (0d ago) | [Vercel AI SDK Tutorial](../tutorials/vercel-ai-tutorial/) | -| [`dyad-sh/dyad`](https://github.com/dyad-sh/dyad) | 19,693 | 2,240 | 2026-02-24 (0d ago) | [Dyad Tutorial](../tutorials/dyad-tutorial/) | -| [`stackblitz-labs/bolt.diy`](https://github.com/stackblitz-labs/bolt.diy) | 19,039 | 10,356 | 2026-02-07 (17d ago) | [bolt.diy Tutorial](../tutorials/bolt-diy-tutorial/) | -| [`sweepai/sweep`](https://github.com/sweepai/sweep) | 7,638 | 450 | 2025-09-18 (159d ago) | [Sweep Tutorial](../tutorials/sweep-tutorial/) | -| [`stagewise-io/stagewise`](https://github.com/stagewise-io/stagewise) | 6,496 | 439 | 2026-02-24 (0d ago) | [Stagewise Tutorial](../tutorials/stagewise-tutorial/) | -| [`cloudflare/vibesdk`](https://github.com/cloudflare/vibesdk) | 4,803 | 1,125 | 2026-02-20 (4d ago) | [VibeSDK Tutorial](../tutorials/vibesdk-tutorial/) | +| [`open-webui/open-webui`](https://github.com/open-webui/open-webui) | 125,443 | 17,765 | 2026-03-02 (0d ago) | [Open WebUI Tutorial](../tutorials/open-webui-tutorial/) | +| [`anomalyco/opencode`](https://github.com/anomalyco/opencode) | 114,224 | 11,529 | 2026-03-02 (0d ago) | [OpenCode Tutorial](../tutorials/opencode-tutorial/) | +| [`browser-use/browser-use`](https://github.com/browser-use/browser-use) | 79,382 | 9,383 | 2026-03-02 (0d ago) | [Browser Use Tutorial](../tutorials/browser-use-tutorial/) | +| [`daytonaio/daytona`](https://github.com/daytonaio/daytona) | 61,615 | 5,076 | 2026-03-02 (0d ago) | [Daytona Tutorial](../tutorials/daytona-tutorial/) | +| [`cline/cline`](https://github.com/cline/cline) | 58,554 | 5,877 | 2026-03-02 (0d ago) | [Cline Tutorial](../tutorials/cline-tutorial/) | +| [`Mintplex-Labs/anything-llm`](https://github.com/Mintplex-Labs/anything-llm) | 55,278 | 5,973 | 2026-03-02 (0d ago) | [AnythingLLM Tutorial](../tutorials/anything-llm-tutorial/) | +| [`TabbyML/tabby`](https://github.com/TabbyML/tabby) | 32,970 | 1,689 | 2026-03-02 (0d ago) | [Tabby Tutorial](../tutorials/tabby-tutorial/) | +| [`continuedev/continue`](https://github.com/continuedev/continue) | 31,600 | 4,211 | 2026-03-02 (0d ago) | [Continue Tutorial](../tutorials/continue-tutorial/) | +| [`Fission-AI/OpenSpec`](https://github.com/Fission-AI/OpenSpec) | 26,902 | 1,769 | 2026-02-27 (3d ago) | [OpenSpec Tutorial](../tutorials/openspec-tutorial/) | +| [`RooCodeInc/Roo-Code`](https://github.com/RooCodeInc/Roo-Code) | 22,473 | 3,019 | 2026-03-02 (0d ago) | [Roo Code Tutorial](../tutorials/roo-code-tutorial/) | +| [`vercel/ai`](https://github.com/vercel/ai) | 22,230 | 3,903 | 2026-03-02 (0d ago) | [Vercel AI SDK Tutorial](../tutorials/vercel-ai-tutorial/) | +| [`dyad-sh/dyad`](https://github.com/dyad-sh/dyad) | 19,786 | 2,255 | 2026-02-28 (2d ago) | [Dyad Tutorial](../tutorials/dyad-tutorial/) | +| [`stackblitz-labs/bolt.diy`](https://github.com/stackblitz-labs/bolt.diy) | 19,068 | 10,355 | 2026-02-07 (23d ago) | [bolt.diy Tutorial](../tutorials/bolt-diy-tutorial/) | +| [`sweepai/sweep`](https://github.com/sweepai/sweep) | 7,643 | 449 | 2025-09-18 (165d ago) | [Sweep Tutorial](../tutorials/sweep-tutorial/) | +| [`stagewise-io/stagewise`](https://github.com/stagewise-io/stagewise) | 6,493 | 440 | 2026-03-02 (0d ago) | [Stagewise Tutorial](../tutorials/stagewise-tutorial/) | +| [`cloudflare/vibesdk`](https://github.com/cloudflare/vibesdk) | 4,825 | 1,133 | 2026-03-02 (0d ago) | [VibeSDK Tutorial](../tutorials/vibesdk-tutorial/) | diff --git a/discoverability/tutorial-source-verification.json b/discoverability/tutorial-source-verification.json index 18ca81c3..1e768571 100644 --- a/discoverability/tutorial-source-verification.json +++ b/discoverability/tutorial-source-verification.json @@ -1,364 +1,364 @@ { - "generated_at_utc": "2026-02-24T15:28:23.217103Z", - "generated_on": "2026-02-24", + "generated_at_utc": "2026-03-02T16:35:18.287630Z", + "generated_on": "2026-03-02", "summary": { - "tutorial_count": 188, - "tutorials_with_source_repos": 188, + "tutorial_count": 191, + "tutorials_with_source_repos": 191, "tutorials_with_unverified_source_repos": 0, "tutorials_without_source_repos": 0, - "unique_source_repo_count": 199, + "unique_source_repo_count": 201, "unique_unverified_repo_count": 0, - "unique_verified_repo_count": 199 + "unique_verified_repo_count": 201 }, "top_verified_repos_by_stars": [ { "archived": false, "default_branch": "main", - "forks": 50622, - "html_url": "https://github.com/facebook/react", + "forks": 47689, + "html_url": "https://github.com/openclaw/openclaw", "http_status": 200, - "open_issues": 1128, - "pushed_at": "2026-02-24T15:28:00Z", + "open_issues": 10099, + "pushed_at": "2026-03-02T16:34:14Z", "reason": "", - "repo": "facebook/react", - "stars": 243332, - "updated_at": "2026-02-24T15:10:10Z", + "repo": "openclaw/openclaw", + "stars": 247023, + "updated_at": "2026-03-02T16:35:13Z", "verified": true }, { "archived": false, "default_branch": "main", - "forks": 42870, - "html_url": "https://github.com/openclaw/openclaw", + "forks": 50622, + "html_url": "https://github.com/facebook/react", "http_status": 200, - "open_issues": 7466, - "pushed_at": "2026-02-24T15:25:57Z", + "open_issues": 1148, + "pushed_at": "2026-03-02T08:36:26Z", "reason": "", - "repo": "openclaw/openclaw", - "stars": 224330, - "updated_at": "2026-02-24T15:28:12Z", + "repo": "facebook/react", + "stars": 243431, + "updated_at": "2026-03-02T15:50:21Z", "verified": true }, { "archived": false, "default_branch": "master", - "forks": 55140, + "forks": 55341, "html_url": "https://github.com/n8n-io/n8n", "http_status": 200, - "open_issues": 1392, - "pushed_at": "2026-02-24T15:21:49Z", + "open_issues": 1411, + "pushed_at": "2026-03-02T16:34:18Z", "reason": "", "repo": "n8n-io/n8n", - "stars": 176131, - "updated_at": "2026-02-24T15:27:28Z", + "stars": 177197, + "updated_at": "2026-03-02T16:22:44Z", "verified": true }, { "archived": false, "default_branch": "main", - "forks": 14652, + "forks": 14734, "html_url": "https://github.com/ollama/ollama", "http_status": 200, - "open_issues": 2459, - "pushed_at": "2026-02-24T06:35:05Z", + "open_issues": 2535, + "pushed_at": "2026-03-02T03:17:33Z", "reason": "", "repo": "ollama/ollama", - "stars": 163265, - "updated_at": "2026-02-24T15:13:15Z", + "stars": 163851, + "updated_at": "2026-03-02T16:23:36Z", "verified": true }, { "archived": false, "default_branch": "main", - "forks": 32183, + "forks": 32265, "html_url": "https://github.com/huggingface/transformers", "http_status": 200, - "open_issues": 2274, - "pushed_at": "2026-02-24T15:27:07Z", + "open_issues": 2276, + "pushed_at": "2026-03-02T16:33:41Z", "reason": "", "repo": "huggingface/transformers", - "stars": 156902, - "updated_at": "2026-02-24T15:20:00Z", + "stars": 157266, + "updated_at": "2026-03-02T16:31:15Z", "verified": true }, { "archived": false, "default_branch": "main", - "forks": 8487, + "forks": 8503, "html_url": "https://github.com/langflow-ai/langflow", "http_status": 200, - "open_issues": 1056, - "pushed_at": "2026-02-24T15:25:41Z", + "open_issues": 1085, + "pushed_at": "2026-03-02T16:24:09Z", "reason": "", "repo": "langflow-ai/langflow", - "stars": 145019, - "updated_at": "2026-02-24T14:50:48Z", + "stars": 145194, + "updated_at": "2026-03-02T16:34:45Z", "verified": true }, { "archived": false, "default_branch": "main", - "forks": 20291, + "forks": 20384, "html_url": "https://github.com/langgenius/dify", "http_status": 200, - "open_issues": 750, - "pushed_at": "2026-02-24T14:56:01Z", + "open_issues": 784, + "pushed_at": "2026-03-02T15:58:37Z", "reason": "", "repo": "langgenius/dify", - "stars": 130176, - "updated_at": "2026-02-24T14:56:29Z", + "stars": 130930, + "updated_at": "2026-03-02T16:28:54Z", "verified": true }, { "archived": false, "default_branch": "master", - "forks": 20928, + "forks": 21022, "html_url": "https://github.com/langchain-ai/langchain", "http_status": 200, - "open_issues": 380, - "pushed_at": "2026-02-24T13:54:19Z", + "open_issues": 422, + "pushed_at": "2026-03-02T15:47:32Z", "reason": "", "repo": "langchain-ai/langchain", - "stars": 127314, - "updated_at": "2026-02-24T15:25:24Z", + "stars": 127956, + "updated_at": "2026-03-02T16:35:10Z", "verified": true }, { "archived": false, "default_branch": "main", - "forks": 17660, + "forks": 17765, "html_url": "https://github.com/open-webui/open-webui", "http_status": 200, - "open_issues": 248, - "pushed_at": "2026-02-24T00:31:27Z", + "open_issues": 263, + "pushed_at": "2026-03-02T01:14:18Z", "reason": "", "repo": "open-webui/open-webui", - "stars": 124778, - "updated_at": "2026-02-24T15:27:33Z", + "stars": 125443, + "updated_at": "2026-03-02T16:25:10Z", "verified": true }, { "archived": false, "default_branch": "dev", - "forks": 10898, + "forks": 11529, "html_url": "https://github.com/anomalyco/opencode", "http_status": 200, - "open_issues": 5742, - "pushed_at": "2026-02-24T14:59:04Z", + "open_issues": 6131, + "pushed_at": "2026-03-02T16:23:54Z", "reason": "", "repo": "anomalyco/opencode", - "stars": 109765, - "updated_at": "2026-02-24T15:27:59Z", + "stars": 114224, + "updated_at": "2026-03-02T16:32:52Z", "verified": true }, { "archived": false, "default_branch": "main", - "forks": 13237, + "forks": 13243, "html_url": "https://github.com/microsoft/TypeScript", "http_status": 200, - "open_issues": 5474, - "pushed_at": "2026-02-23T20:36:09Z", + "open_issues": 5476, + "pushed_at": "2026-03-02T00:55:04Z", "reason": "", "repo": "microsoft/TypeScript", - "stars": 107927, - "updated_at": "2026-02-24T15:26:41Z", + "stars": 107995, + "updated_at": "2026-03-02T11:50:12Z", "verified": true }, { "archived": false, "default_branch": "master", - "forks": 11895, + "forks": 11978, "html_url": "https://github.com/Comfy-Org/ComfyUI", "http_status": 200, - "open_issues": 3746, - "pushed_at": "2026-02-24T13:06:38Z", + "open_issues": 3781, + "pushed_at": "2026-03-02T13:14:30Z", "reason": "", "repo": "comfyanonymous/ComfyUI", - "stars": 104065, - "updated_at": "2026-02-24T15:27:36Z", + "stars": 104688, + "updated_at": "2026-03-02T16:30:36Z", "verified": true }, { "archived": false, "default_branch": "master", - "forks": 11623, + "forks": 11689, "html_url": "https://github.com/supabase/supabase", "http_status": 200, - "open_issues": 993, - "pushed_at": "2026-02-24T15:20:03Z", + "open_issues": 966, + "pushed_at": "2026-03-02T16:35:11Z", "reason": "", "repo": "supabase/supabase", - "stars": 98107, - "updated_at": "2026-02-24T15:12:53Z", + "stars": 98422, + "updated_at": "2026-03-02T16:33:28Z", "verified": true }, { "archived": false, "default_branch": "master", - "forks": 15051, + "forks": 15176, "html_url": "https://github.com/ggml-org/llama.cpp", "http_status": 200, - "open_issues": 1131, - "pushed_at": "2026-02-24T14:44:46Z", + "open_issues": 1167, + "pushed_at": "2026-03-02T15:59:53Z", "reason": "", "repo": "ggerganov/llama.cpp", - "stars": 95742, - "updated_at": "2026-02-24T15:23:27Z", + "stars": 96348, + "updated_at": "2026-03-02T16:17:36Z", "verified": true }, { "archived": false, "default_branch": "main", - "forks": 11593, + "forks": 11816, "html_url": "https://github.com/google-gemini/gemini-cli", "http_status": 200, - "open_issues": 2301, - "pushed_at": "2026-02-24T15:28:09Z", + "open_issues": 2501, + "pushed_at": "2026-03-02T16:15:35Z", "reason": "", "repo": "google-gemini/gemini-cli", - "stars": 95522, - "updated_at": "2026-02-24T15:27:47Z", + "stars": 96224, + "updated_at": "2026-03-02T16:02:08Z", "verified": true }, { "archived": false, "default_branch": "main", - "forks": 11793, + "forks": 11810, "html_url": "https://github.com/openai/whisper", "http_status": 200, "open_issues": 115, "pushed_at": "2025-12-15T10:18:21Z", "reason": "", "repo": "openai/whisper", - "stars": 95025, - "updated_at": "2026-02-24T15:26:16Z", + "stars": 95307, + "updated_at": "2026-03-02T16:34:19Z", "verified": true }, { "archived": false, "default_branch": "main", - "forks": 6143, + "forks": 6203, "html_url": "https://github.com/firecrawl/firecrawl", "http_status": 200, - "open_issues": 186, - "pushed_at": "2026-02-24T15:15:57Z", + "open_issues": 199, + "pushed_at": "2026-03-02T16:05:31Z", "reason": "", "repo": "firecrawl/firecrawl", - "stars": 85215, - "updated_at": "2026-02-24T15:27:22Z", + "stars": 87358, + "updated_at": "2026-03-02T16:35:11Z", "verified": true }, { "archived": false, "default_branch": "main", - "forks": 6143, + "forks": 6203, "html_url": "https://github.com/firecrawl/firecrawl", "http_status": 200, - "open_issues": 186, - "pushed_at": "2026-02-24T15:15:57Z", + "open_issues": 199, + "pushed_at": "2026-03-02T16:05:31Z", "reason": "", "repo": "mendableai/firecrawl", - "stars": 85215, - "updated_at": "2026-02-24T15:27:22Z", + "stars": 87358, + "updated_at": "2026-03-02T16:35:11Z", "verified": true }, { "archived": false, "default_branch": "main", - "forks": 7490, + "forks": 7727, "html_url": "https://github.com/punkpeye/awesome-mcp-servers", "http_status": 200, - "open_issues": 457, - "pushed_at": "2026-02-24T08:23:34Z", + "open_issues": 697, + "pushed_at": "2026-02-26T06:01:35Z", "reason": "", "repo": "punkpeye/awesome-mcp-servers", - "stars": 81477, - "updated_at": "2026-02-24T15:05:04Z", + "stars": 81956, + "updated_at": "2026-03-02T16:28:05Z", "verified": true }, { "archived": false, "default_branch": "main", - "forks": 9636, - "html_url": "https://github.com/modelcontextprotocol/servers", + "forks": 8523, + "html_url": "https://github.com/anthropics/skills", "http_status": 200, - "open_issues": 367, - "pushed_at": "2026-02-23T02:33:23Z", + "open_issues": 363, + "pushed_at": "2026-02-25T04:28:41Z", "reason": "", - "repo": "modelcontextprotocol/servers", - "stars": 79277, - "updated_at": "2026-02-24T15:17:21Z", + "repo": "anthropics/skills", + "stars": 81153, + "updated_at": "2026-03-02T16:34:47Z", "verified": true }, { "archived": false, "default_branch": "main", - "forks": 9329, - "html_url": "https://github.com/browser-use/browser-use", + "forks": 9721, + "html_url": "https://github.com/modelcontextprotocol/servers", "http_status": 200, - "open_issues": 261, - "pushed_at": "2026-02-24T06:13:06Z", + "open_issues": 407, + "pushed_at": "2026-02-28T21:17:22Z", "reason": "", - "repo": "browser-use/browser-use", - "stars": 78889, - "updated_at": "2026-02-24T15:18:50Z", + "repo": "modelcontextprotocol/servers", + "stars": 79872, + "updated_at": "2026-03-02T16:06:05Z", "verified": true }, { "archived": false, "default_branch": "main", - "forks": 7694, - "html_url": "https://github.com/anthropics/skills", + "forks": 9383, + "html_url": "https://github.com/browser-use/browser-use", "http_status": 200, - "open_issues": 335, - "pushed_at": "2026-02-06T21:19:34Z", + "open_issues": 225, + "pushed_at": "2026-03-02T07:00:46Z", "reason": "", - "repo": "anthropics/skills", - "stars": 74679, - "updated_at": "2026-02-24T15:28:07Z", + "repo": "browser-use/browser-use", + "stars": 79382, + "updated_at": "2026-03-02T16:25:29Z", "verified": true }, { "archived": false, "default_branch": "main", - "forks": 8171, + "forks": 8236, "html_url": "https://github.com/infiniflow/ragflow", "http_status": 200, - "open_issues": 2998, - "pushed_at": "2026-02-24T13:34:26Z", + "open_issues": 3013, + "pushed_at": "2026-03-02T13:31:12Z", "reason": "", "repo": "infiniflow/ragflow", - "stars": 73616, - "updated_at": "2026-02-24T15:24:22Z", + "stars": 74033, + "updated_at": "2026-03-02T16:31:25Z", "verified": true }, { "archived": false, "default_branch": "canary", - "forks": 14664, + "forks": 14706, "html_url": "https://github.com/lobehub/lobehub", "http_status": 200, - "open_issues": 818, - "pushed_at": "2026-02-24T12:55:49Z", + "open_issues": 803, + "pushed_at": "2026-03-02T16:19:50Z", "reason": "", "repo": "lobehub/lobe-chat", - "stars": 72586, - "updated_at": "2026-02-24T15:10:45Z", + "stars": 72894, + "updated_at": "2026-03-02T16:10:50Z", "verified": true }, { "archived": false, "default_branch": "main", - "forks": 13655, - "html_url": "https://github.com/vllm-project/vllm", + "forks": 5761, + "html_url": "https://github.com/anthropics/claude-code", "http_status": 200, - "open_issues": 3432, - "pushed_at": "2026-02-24T15:25:47Z", + "open_issues": 5485, + "pushed_at": "2026-03-02T12:22:14Z", "reason": "", - "repo": "vllm-project/vllm", - "stars": 71070, - "updated_at": "2026-02-24T15:26:20Z", + "repo": "anthropics/claude-code", + "stars": 72674, + "updated_at": "2026-03-02T16:33:44Z", "verified": true } ], @@ -371,15 +371,15 @@ { "archived": false, "default_branch": "main", - "forks": 3332, + "forks": 3356, "html_url": "https://github.com/activepieces/activepieces", "http_status": 200, - "open_issues": 384, - "pushed_at": "2026-02-24T15:18:09Z", + "open_issues": 393, + "pushed_at": "2026-03-02T16:29:18Z", "reason": "", "repo": "activepieces/activepieces", - "stars": 20951, - "updated_at": "2026-02-24T15:12:42Z", + "stars": 21031, + "updated_at": "2026-03-02T16:20:36Z", "verified": true } ], @@ -399,29 +399,29 @@ { "archived": false, "default_branch": "main", - "forks": 2968, + "forks": 2997, "html_url": "https://github.com/google/adk-python", "http_status": 200, - "open_issues": 552, - "pushed_at": "2026-02-24T12:42:26Z", + "open_issues": 537, + "pushed_at": "2026-03-02T06:32:19Z", "reason": "", "repo": "google/adk-python", - "stars": 17946, - "updated_at": "2026-02-24T14:35:48Z", + "stars": 18109, + "updated_at": "2026-03-02T14:51:05Z", "verified": true }, { "archived": false, "default_branch": "main", - "forks": 2277, + "forks": 2290, "html_url": "https://github.com/google/adk-samples", "http_status": 200, - "open_issues": 317, - "pushed_at": "2026-02-24T09:53:30Z", + "open_issues": 334, + "pushed_at": "2026-03-02T02:17:30Z", "reason": "", "repo": "google/adk-samples", - "stars": 8508, - "updated_at": "2026-02-24T13:54:05Z", + "stars": 8547, + "updated_at": "2026-03-02T16:21:40Z", "verified": true } ], @@ -442,29 +442,29 @@ { "archived": false, "default_branch": "main", - "forks": 540, + "forks": 548, "html_url": "https://github.com/ag2ai/ag2", "http_status": 200, - "open_issues": 196, - "pushed_at": "2026-02-23T20:59:19Z", + "open_issues": 195, + "pushed_at": "2026-03-01T20:49:03Z", "reason": "", "repo": "ag2ai/ag2", - "stars": 4179, - "updated_at": "2026-02-24T11:53:41Z", + "stars": 4209, + "updated_at": "2026-03-02T11:40:15Z", "verified": true }, { "archived": false, "default_branch": "main", - "forks": 8248, + "forks": 8284, "html_url": "https://github.com/microsoft/autogen", "http_status": 200, - "open_issues": 606, + "open_issues": 629, "pushed_at": "2026-01-22T16:27:56Z", "reason": "", "repo": "microsoft/autogen", - "stars": 54780, - "updated_at": "2026-02-24T15:27:15Z", + "stars": 55070, + "updated_at": "2026-03-02T16:25:03Z", "verified": true } ], @@ -485,15 +485,15 @@ { "archived": true, "default_branch": "main", - "forks": 9456, + "forks": 9442, "html_url": "https://github.com/reworkd/AgentGPT", "http_status": 200, "open_issues": 219, "pushed_at": "2025-04-29T01:19:32Z", "reason": "", "repo": "reworkd/AgentGPT", - "stars": 35728, - "updated_at": "2026-02-24T13:15:33Z", + "stars": 35756, + "updated_at": "2026-03-02T15:11:33Z", "verified": true } ], @@ -513,15 +513,15 @@ { "archived": false, "default_branch": "main", - "forks": 2785, + "forks": 2819, "html_url": "https://github.com/Fosowl/agenticSeek", "http_status": 200, - "open_issues": 40, - "pushed_at": "2025-11-15T13:56:20Z", + "open_issues": 44, + "pushed_at": "2026-02-28T20:32:01Z", "reason": "", "repo": "Fosowl/agenticSeek", - "stars": 25110, - "updated_at": "2026-02-24T13:51:56Z", + "stars": 25383, + "updated_at": "2026-03-02T15:51:02Z", "verified": true } ], @@ -541,15 +541,15 @@ { "archived": false, "default_branch": "main", - "forks": 1281, + "forks": 1321, "html_url": "https://github.com/agentsmd/agents.md", "http_status": 200, - "open_issues": 119, + "open_issues": 121, "pushed_at": "2025-12-19T20:06:52Z", "reason": "", "repo": "agentsmd/agents.md", - "stars": 18009, - "updated_at": "2026-02-24T15:20:51Z", + "stars": 18371, + "updated_at": "2026-03-02T15:39:19Z", "verified": true } ], @@ -569,15 +569,15 @@ { "archived": false, "default_branch": "main", - "forks": 5048, + "forks": 5078, "html_url": "https://github.com/agno-agi/agno", "http_status": 200, - "open_issues": 590, - "pushed_at": "2026-02-24T15:04:17Z", + "open_issues": 630, + "pushed_at": "2026-03-02T16:23:35Z", "reason": "", "repo": "agno-agi/agno", - "stars": 38148, - "updated_at": "2026-02-24T15:10:25Z", + "stars": 38344, + "updated_at": "2026-03-02T16:23:59Z", "verified": true } ], @@ -597,15 +597,15 @@ { "archived": false, "default_branch": "main", - "forks": 3914, + "forks": 3929, "html_url": "https://github.com/Aider-AI/aider", "http_status": 200, - "open_issues": 1390, - "pushed_at": "2026-02-19T02:33:10Z", + "open_issues": 1405, + "pushed_at": "2026-02-25T14:19:03Z", "reason": "", "repo": "Aider-AI/aider", - "stars": 40909, - "updated_at": "2026-02-24T15:00:41Z", + "stars": 41105, + "updated_at": "2026-03-02T16:35:09Z", "verified": true } ], @@ -625,29 +625,29 @@ { "archived": false, "default_branch": "main", - "forks": 466, + "forks": 488, "html_url": "https://github.com/anthropics/anthropic-sdk-python", "http_status": 200, - "open_issues": 117, - "pushed_at": "2026-02-24T13:37:11Z", + "open_issues": 125, + "pushed_at": "2026-03-02T10:26:58Z", "reason": "", "repo": "anthropics/anthropic-sdk-python", - "stars": 2804, - "updated_at": "2026-02-24T02:03:19Z", + "stars": 2851, + "updated_at": "2026-03-02T08:45:23Z", "verified": true }, { "archived": false, "default_branch": "main", - "forks": 220, + "forks": 229, "html_url": "https://github.com/anthropics/anthropic-sdk-typescript", "http_status": 200, "open_issues": 95, - "pushed_at": "2026-02-24T05:25:34Z", + "pushed_at": "2026-03-02T05:21:21Z", "reason": "", "repo": "anthropics/anthropic-sdk-typescript", - "stars": 1637, - "updated_at": "2026-02-23T05:18:55Z", + "stars": 1660, + "updated_at": "2026-03-02T10:52:47Z", "verified": true } ], @@ -668,15 +668,15 @@ { "archived": false, "default_branch": "main", - "forks": 7694, + "forks": 8523, "html_url": "https://github.com/anthropics/skills", "http_status": 200, - "open_issues": 335, - "pushed_at": "2026-02-06T21:19:34Z", + "open_issues": 363, + "pushed_at": "2026-02-25T04:28:41Z", "reason": "", "repo": "anthropics/skills", - "stars": 74679, - "updated_at": "2026-02-24T15:28:07Z", + "stars": 81153, + "updated_at": "2026-03-02T16:34:47Z", "verified": true } ], @@ -696,15 +696,15 @@ { "archived": false, "default_branch": "master", - "forks": 5928, + "forks": 5973, "html_url": "https://github.com/Mintplex-Labs/anything-llm", "http_status": 200, - "open_issues": 286, - "pushed_at": "2026-02-24T03:08:07Z", + "open_issues": 294, + "pushed_at": "2026-03-02T16:16:28Z", "reason": "", "repo": "Mintplex-Labs/anything-llm", - "stars": 54956, - "updated_at": "2026-02-24T15:19:30Z", + "stars": 55278, + "updated_at": "2026-03-02T16:22:34Z", "verified": true } ], @@ -731,8 +731,8 @@ "pushed_at": "2023-02-03T12:32:15Z", "reason": "", "repo": "athensresearch/athens", - "stars": 6313, - "updated_at": "2026-02-23T14:33:55Z", + "stars": 6314, + "updated_at": "2026-03-01T16:37:06Z", "verified": true } ], @@ -752,15 +752,15 @@ { "archived": false, "default_branch": "main", - "forks": 1213, + "forks": 1215, "html_url": "https://github.com/HKUDS/AutoAgent", "http_status": 200, - "open_issues": 52, + "open_issues": 55, "pushed_at": "2025-10-16T06:35:28Z", "reason": "", "repo": "HKUDS/AutoAgent", - "stars": 8601, - "updated_at": "2026-02-24T07:54:33Z", + "stars": 8622, + "updated_at": "2026-03-02T16:16:54Z", "verified": true } ], @@ -780,15 +780,15 @@ { "archived": false, "default_branch": "main", - "forks": 8248, + "forks": 8284, "html_url": "https://github.com/microsoft/autogen", "http_status": 200, - "open_issues": 606, + "open_issues": 629, "pushed_at": "2026-01-22T16:27:56Z", "reason": "", "repo": "microsoft/autogen", - "stars": 54780, - "updated_at": "2026-02-24T15:27:15Z", + "stars": 55070, + "updated_at": "2026-03-02T16:25:03Z", "verified": true } ], @@ -808,15 +808,15 @@ { "archived": false, "default_branch": "main", - "forks": 1509, + "forks": 1600, "html_url": "https://github.com/hesreallyhim/awesome-claude-code", "http_status": 200, - "open_issues": 73, - "pushed_at": "2026-02-24T12:19:28Z", + "open_issues": 69, + "pushed_at": "2026-03-02T13:38:42Z", "reason": "", "repo": "hesreallyhim/awesome-claude-code", - "stars": 24871, - "updated_at": "2026-02-24T15:27:48Z", + "stars": 25829, + "updated_at": "2026-03-02T16:30:03Z", "verified": true } ], @@ -836,15 +836,15 @@ { "archived": false, "default_branch": "master", - "forks": 3657, + "forks": 3921, "html_url": "https://github.com/ComposioHQ/awesome-claude-skills", "http_status": 200, - "open_issues": 198, + "open_issues": 230, "pushed_at": "2026-02-19T06:22:06Z", "reason": "", "repo": "ComposioHQ/awesome-claude-skills", - "stars": 37272, - "updated_at": "2026-02-24T15:23:40Z", + "stars": 39593, + "updated_at": "2026-03-02T16:29:36Z", "verified": true } ], @@ -864,15 +864,15 @@ { "archived": false, "default_branch": "main", - "forks": 7490, + "forks": 7727, "html_url": "https://github.com/punkpeye/awesome-mcp-servers", "http_status": 200, - "open_issues": 457, - "pushed_at": "2026-02-24T08:23:34Z", + "open_issues": 697, + "pushed_at": "2026-02-26T06:01:35Z", "reason": "", "repo": "punkpeye/awesome-mcp-servers", - "stars": 81477, - "updated_at": "2026-02-24T15:05:04Z", + "stars": 81956, + "updated_at": "2026-03-02T16:28:05Z", "verified": true }, { @@ -885,8 +885,8 @@ "pushed_at": "2026-01-23T05:02:20Z", "reason": "", "repo": "punkpeye/awesome-mcp-clients", - "stars": 6296, - "updated_at": "2026-02-24T15:15:30Z", + "stars": 6309, + "updated_at": "2026-03-02T13:40:05Z", "verified": true } ], @@ -907,15 +907,15 @@ { "archived": false, "default_branch": "main", - "forks": 1300, + "forks": 1318, "html_url": "https://github.com/awslabs/mcp", "http_status": 200, - "open_issues": 204, - "pushed_at": "2026-02-24T12:28:50Z", + "open_issues": 201, + "pushed_at": "2026-03-02T15:17:40Z", "reason": "", "repo": "awslabs/mcp", - "stars": 8236, - "updated_at": "2026-02-24T12:13:22Z", + "stars": 8295, + "updated_at": "2026-03-02T15:17:42Z", "verified": true } ], @@ -927,6 +927,34 @@ "unverified_repo_count": 0, "verified_repo_count": 1 }, + { + "index_path": "tutorials/babyagi-tutorial/index.md", + "primary_repo": "yoheinakajima/babyagi", + "primary_repo_verified": true, + "repositories": [ + { + "archived": false, + "default_branch": "main", + "forks": 2846, + "html_url": "https://github.com/yoheinakajima/babyagi", + "http_status": 200, + "open_issues": 18, + "pushed_at": "2026-01-31T05:05:45Z", + "reason": "", + "repo": "yoheinakajima/babyagi", + "stars": 22161, + "updated_at": "2026-03-02T12:07:47Z", + "verified": true + } + ], + "source_repo_count": 1, + "source_repos": [ + "yoheinakajima/babyagi" + ], + "tutorial": "babyagi-tutorial", + "unverified_repo_count": 0, + "verified_repo_count": 1 + }, { "index_path": "tutorials/beads-tutorial/index.md", "primary_repo": "steveyegge/beads", @@ -935,15 +963,15 @@ { "archived": false, "default_branch": "main", - "forks": 1060, + "forks": 1109, "html_url": "https://github.com/steveyegge/beads", "http_status": 200, - "open_issues": 109, - "pushed_at": "2026-02-24T09:09:05Z", + "open_issues": 75, + "pushed_at": "2026-03-02T06:31:45Z", "reason": "", "repo": "steveyegge/beads", - "stars": 17104, - "updated_at": "2026-02-24T15:26:35Z", + "stars": 17859, + "updated_at": "2026-03-02T16:25:16Z", "verified": true } ], @@ -963,15 +991,15 @@ { "archived": false, "default_branch": "main", - "forks": 915, + "forks": 917, "html_url": "https://github.com/bentoml/BentoML", "http_status": 200, - "open_issues": 140, - "pushed_at": "2026-02-23T12:06:00Z", + "open_issues": 141, + "pushed_at": "2026-03-02T09:08:07Z", "reason": "", "repo": "bentoml/BentoML", - "stars": 8466, - "updated_at": "2026-02-24T12:46:48Z", + "stars": 8483, + "updated_at": "2026-03-02T12:27:52Z", "verified": true } ], @@ -991,15 +1019,15 @@ { "archived": false, "default_branch": "main", - "forks": 10356, + "forks": 10355, "html_url": "https://github.com/stackblitz-labs/bolt.diy", "http_status": 200, - "open_issues": 90, + "open_issues": 92, "pushed_at": "2026-02-07T14:36:22Z", "reason": "", "repo": "stackblitz-labs/bolt.diy", - "stars": 19039, - "updated_at": "2026-02-24T07:56:13Z", + "stars": 19068, + "updated_at": "2026-03-02T14:33:40Z", "verified": true } ], @@ -1019,15 +1047,15 @@ { "archived": false, "default_branch": "master", - "forks": 2246, + "forks": 2250, "html_url": "https://github.com/botpress/botpress", "http_status": 200, - "open_issues": 95, - "pushed_at": "2026-02-24T14:38:07Z", + "open_issues": 99, + "pushed_at": "2026-03-02T16:02:20Z", "reason": "", "repo": "botpress/botpress", - "stars": 14567, - "updated_at": "2026-02-24T07:17:02Z", + "stars": 14576, + "updated_at": "2026-03-02T03:27:29Z", "verified": true } ], @@ -1047,15 +1075,15 @@ { "archived": false, "default_branch": "main", - "forks": 9329, + "forks": 9383, "html_url": "https://github.com/browser-use/browser-use", "http_status": 200, - "open_issues": 261, - "pushed_at": "2026-02-24T06:13:06Z", + "open_issues": 225, + "pushed_at": "2026-03-02T07:00:46Z", "reason": "", "repo": "browser-use/browser-use", - "stars": 78889, - "updated_at": "2026-02-24T15:18:50Z", + "stars": 79382, + "updated_at": "2026-03-02T16:25:29Z", "verified": true } ], @@ -1075,15 +1103,15 @@ { "archived": false, "default_branch": "main", - "forks": 3909, + "forks": 3917, "html_url": "https://github.com/chatboxai/chatbox", "http_status": 200, - "open_issues": 1046, + "open_issues": 1053, "pushed_at": "2026-02-13T15:51:08Z", "reason": "", "repo": "Bin-Huang/chatbox", - "stars": 38614, - "updated_at": "2026-02-24T14:20:48Z", + "stars": 38727, + "updated_at": "2026-03-02T16:15:15Z", "verified": true } ], @@ -1103,15 +1131,15 @@ { "archived": false, "default_branch": "main", - "forks": 3697, + "forks": 3740, "html_url": "https://github.com/CherryHQ/cherry-studio", "http_status": 200, - "open_issues": 646, - "pushed_at": "2026-02-24T13:11:38Z", + "open_issues": 667, + "pushed_at": "2026-03-02T16:07:48Z", "reason": "", "repo": "CherryHQ/cherry-studio", - "stars": 40132, - "updated_at": "2026-02-24T15:27:52Z", + "stars": 40534, + "updated_at": "2026-03-02T16:34:19Z", "verified": true } ], @@ -1131,15 +1159,15 @@ { "archived": false, "default_branch": "main", - "forks": 2071, + "forks": 2086, "html_url": "https://github.com/chroma-core/chroma", "http_status": 200, - "open_issues": 520, - "pushed_at": "2026-02-24T00:43:14Z", + "open_issues": 519, + "pushed_at": "2026-03-02T05:28:12Z", "reason": "", "repo": "chroma-core/chroma", - "stars": 26275, - "updated_at": "2026-02-24T15:27:39Z", + "stars": 26406, + "updated_at": "2026-03-02T15:36:00Z", "verified": true } ], @@ -1159,15 +1187,15 @@ { "archived": false, "default_branch": "main", - "forks": 1554, + "forks": 1586, "html_url": "https://github.com/ChromeDevTools/chrome-devtools-mcp", "http_status": 200, - "open_issues": 69, - "pushed_at": "2026-02-24T15:23:44Z", + "open_issues": 68, + "pushed_at": "2026-03-02T16:27:09Z", "reason": "", "repo": "ChromeDevTools/chrome-devtools-mcp", - "stars": 26560, - "updated_at": "2026-02-24T15:24:00Z", + "stars": 27212, + "updated_at": "2026-03-02T16:28:50Z", "verified": true } ], @@ -1187,15 +1215,15 @@ { "archived": false, "default_branch": "main", - "forks": 361, + "forks": 360, "html_url": "https://github.com/campfirein/cipher", "http_status": 200, "open_issues": 14, "pushed_at": "2026-01-25T04:55:06Z", "reason": "", "repo": "campfirein/cipher", - "stars": 3537, - "updated_at": "2026-02-24T06:58:05Z", + "stars": 3549, + "updated_at": "2026-03-02T16:13:47Z", "verified": true } ], @@ -1215,15 +1243,15 @@ { "archived": false, "default_branch": "main", - "forks": 2185, + "forks": 2213, "html_url": "https://github.com/musistudio/claude-code-router", "http_status": 200, - "open_issues": 791, + "open_issues": 803, "pushed_at": "2026-01-10T13:42:08Z", "reason": "", "repo": "musistudio/claude-code-router", - "stars": 28273, - "updated_at": "2026-02-24T15:22:23Z", + "stars": 28751, + "updated_at": "2026-03-02T15:54:37Z", "verified": true } ], @@ -1243,15 +1271,15 @@ { "archived": false, "default_branch": "main", - "forks": 5486, + "forks": 5761, "html_url": "https://github.com/anthropics/claude-code", "http_status": 200, - "open_issues": 6678, - "pushed_at": "2026-02-24T06:39:56Z", + "open_issues": 5485, + "pushed_at": "2026-03-02T12:22:14Z", "reason": "", "repo": "anthropics/claude-code", - "stars": 69614, - "updated_at": "2026-02-24T15:26:42Z", + "stars": 72674, + "updated_at": "2026-03-02T16:33:44Z", "verified": true } ], @@ -1271,15 +1299,15 @@ { "archived": false, "default_branch": "main", - "forks": 1686, - "html_url": "https://github.com/ruvnet/claude-flow", + "forks": 1982, + "html_url": "https://github.com/ruvnet/ruflo", "http_status": 200, - "open_issues": 504, - "pushed_at": "2026-02-17T21:41:47Z", + "open_issues": 553, + "pushed_at": "2026-02-28T18:26:54Z", "reason": "", "repo": "ruvnet/claude-flow", - "stars": 14416, - "updated_at": "2026-02-24T15:28:15Z", + "stars": 17836, + "updated_at": "2026-03-02T16:35:04Z", "verified": true } ], @@ -1299,15 +1327,15 @@ { "archived": false, "default_branch": "main", - "forks": 2082, + "forks": 2194, "html_url": "https://github.com/thedotmack/claude-mem", "http_status": 200, - "open_issues": 39, - "pushed_at": "2026-02-24T03:13:36Z", + "open_issues": 67, + "pushed_at": "2026-02-27T05:16:58Z", "reason": "", "repo": "thedotmack/claude-mem", - "stars": 30633, - "updated_at": "2026-02-24T15:22:01Z", + "stars": 32249, + "updated_at": "2026-03-02T16:22:37Z", "verified": true } ], @@ -1327,15 +1355,15 @@ { "archived": false, "default_branch": "main", - "forks": 803, + "forks": 854, "html_url": "https://github.com/anthropics/claude-plugins-official", "http_status": 200, - "open_issues": 208, - "pushed_at": "2026-02-24T06:31:45Z", + "open_issues": 215, + "pushed_at": "2026-02-27T06:22:17Z", "reason": "", "repo": "anthropics/claude-plugins-official", - "stars": 8241, - "updated_at": "2026-02-24T15:10:40Z", + "stars": 8757, + "updated_at": "2026-03-02T16:28:17Z", "verified": true } ], @@ -1355,15 +1383,15 @@ { "archived": false, "default_branch": "main", - "forks": 2469, + "forks": 2514, "html_url": "https://github.com/anthropics/claude-quickstarts", "http_status": 200, - "open_issues": 144, + "open_issues": 145, "pushed_at": "2026-02-05T20:47:09Z", "reason": "", "repo": "anthropics/anthropic-quickstarts", - "stars": 14799, - "updated_at": "2026-02-24T14:06:04Z", + "stars": 14961, + "updated_at": "2026-03-02T15:40:31Z", "verified": true } ], @@ -1383,15 +1411,15 @@ { "archived": false, "default_branch": "main", - "forks": 413, + "forks": 417, "html_url": "https://github.com/smtg-ai/claude-squad", "http_status": 200, "open_issues": 42, - "pushed_at": "2025-12-24T21:15:01Z", + "pushed_at": "2026-03-01T08:23:37Z", "reason": "", "repo": "smtg-ai/claude-squad", - "stars": 6128, - "updated_at": "2026-02-24T14:43:16Z", + "stars": 6178, + "updated_at": "2026-03-02T12:54:45Z", "verified": true } ], @@ -1411,15 +1439,15 @@ { "archived": false, "default_branch": "main", - "forks": 2434, + "forks": 2441, "html_url": "https://github.com/eyaltoledano/claude-task-master", "http_status": 200, - "open_issues": 165, + "open_issues": 166, "pushed_at": "2026-02-23T17:11:00Z", "reason": "", "repo": "eyaltoledano/claude-task-master", - "stars": 25616, - "updated_at": "2026-02-24T15:27:20Z", + "stars": 25719, + "updated_at": "2026-03-02T15:36:02Z", "verified": true } ], @@ -1439,15 +1467,15 @@ { "archived": false, "default_branch": "master", - "forks": 8106, + "forks": 8130, "html_url": "https://github.com/ClickHouse/ClickHouse", "http_status": 200, - "open_issues": 5488, - "pushed_at": "2026-02-24T15:14:49Z", + "open_issues": 5361, + "pushed_at": "2026-03-02T16:21:58Z", "reason": "", "repo": "ClickHouse/ClickHouse", - "stars": 46037, - "updated_at": "2026-02-24T15:04:26Z", + "stars": 46133, + "updated_at": "2026-03-02T15:44:59Z", "verified": true } ], @@ -1467,15 +1495,15 @@ { "archived": false, "default_branch": "main", - "forks": 5843, + "forks": 5877, "html_url": "https://github.com/cline/cline", "http_status": 200, - "open_issues": 736, - "pushed_at": "2026-02-24T06:31:07Z", + "open_issues": 779, + "pushed_at": "2026-03-02T14:39:39Z", "reason": "", "repo": "cline/cline", - "stars": 58318, - "updated_at": "2026-02-24T15:24:01Z", + "stars": 58554, + "updated_at": "2026-03-02T15:45:18Z", "verified": true } ], @@ -1495,15 +1523,15 @@ { "archived": false, "default_branch": "main", - "forks": 222, + "forks": 226, "html_url": "https://github.com/moazbuilds/CodeMachine-CLI", "http_status": 200, "open_issues": 3, - "pushed_at": "2026-02-24T11:48:35Z", + "pushed_at": "2026-02-25T21:09:41Z", "reason": "", "repo": "moazbuilds/CodeMachine-CLI", - "stars": 2294, - "updated_at": "2026-02-24T14:13:18Z", + "stars": 2322, + "updated_at": "2026-03-02T15:53:30Z", "verified": true } ], @@ -1523,15 +1551,15 @@ { "archived": false, "default_branch": "main", - "forks": 13237, + "forks": 13243, "html_url": "https://github.com/microsoft/TypeScript", "http_status": 200, - "open_issues": 5474, - "pushed_at": "2026-02-23T20:36:09Z", + "open_issues": 5476, + "pushed_at": "2026-03-02T00:55:04Z", "reason": "", "repo": "microsoft/TypeScript", - "stars": 107927, - "updated_at": "2026-02-24T15:26:41Z", + "stars": 107995, + "updated_at": "2026-03-02T11:50:12Z", "verified": true } ], @@ -1551,15 +1579,15 @@ { "archived": false, "default_branch": "main", - "forks": 8196, + "forks": 8328, "html_url": "https://github.com/openai/codex", "http_status": 200, - "open_issues": 1342, - "pushed_at": "2026-02-24T15:21:40Z", + "open_issues": 1442, + "pushed_at": "2026-03-02T16:34:01Z", "reason": "", "repo": "openai/codex", - "stars": 61718, - "updated_at": "2026-02-24T15:26:11Z", + "stars": 62666, + "updated_at": "2026-03-02T16:31:35Z", "verified": true } ], @@ -1579,15 +1607,15 @@ { "archived": false, "default_branch": "master", - "forks": 11895, + "forks": 11978, "html_url": "https://github.com/Comfy-Org/ComfyUI", "http_status": 200, - "open_issues": 3746, - "pushed_at": "2026-02-24T13:06:38Z", + "open_issues": 3781, + "pushed_at": "2026-03-02T13:14:30Z", "reason": "", "repo": "comfyanonymous/ComfyUI", - "stars": 104065, - "updated_at": "2026-02-24T15:27:36Z", + "stars": 104688, + "updated_at": "2026-03-02T16:30:36Z", "verified": true } ], @@ -1607,15 +1635,15 @@ { "archived": false, "default_branch": "next", - "forks": 4454, + "forks": 4460, "html_url": "https://github.com/ComposioHQ/composio", "http_status": 200, - "open_issues": 48, - "pushed_at": "2026-02-24T13:36:09Z", + "open_issues": 54, + "pushed_at": "2026-03-02T10:14:04Z", "reason": "", "repo": "ComposioHQ/composio", - "stars": 27156, - "updated_at": "2026-02-24T14:56:48Z", + "stars": 27244, + "updated_at": "2026-03-02T16:13:20Z", "verified": true } ], @@ -1635,15 +1663,15 @@ { "archived": false, "default_branch": "main", - "forks": 744, + "forks": 776, "html_url": "https://github.com/EveryInc/compound-engineering-plugin", "http_status": 200, - "open_issues": 41, - "pushed_at": "2026-02-23T21:24:12Z", + "open_issues": 39, + "pushed_at": "2026-03-01T23:50:47Z", "reason": "", "repo": "EveryInc/compound-engineering-plugin", - "stars": 9478, - "updated_at": "2026-02-24T15:15:49Z", + "stars": 9735, + "updated_at": "2026-03-02T16:30:03Z", "verified": true } ], @@ -1663,15 +1691,15 @@ { "archived": false, "default_branch": "master", - "forks": 2218, + "forks": 2243, "html_url": "https://github.com/upstash/context7", "http_status": 200, - "open_issues": 122, - "pushed_at": "2026-02-23T10:06:56Z", + "open_issues": 151, + "pushed_at": "2026-03-01T10:38:06Z", "reason": "", "repo": "upstash/context7", - "stars": 46722, - "updated_at": "2026-02-24T15:28:16Z", + "stars": 47419, + "updated_at": "2026-03-02T16:14:38Z", "verified": true } ], @@ -1691,15 +1719,15 @@ { "archived": false, "default_branch": "main", - "forks": 4190, + "forks": 4211, "html_url": "https://github.com/continuedev/continue", "http_status": 200, - "open_issues": 912, - "pushed_at": "2026-02-24T10:01:30Z", + "open_issues": 1034, + "pushed_at": "2026-03-02T09:29:21Z", "reason": "", "repo": "continuedev/continue", - "stars": 31501, - "updated_at": "2026-02-24T12:52:46Z", + "stars": 31600, + "updated_at": "2026-03-02T15:32:26Z", "verified": true } ], @@ -1719,15 +1747,15 @@ { "archived": false, "default_branch": "main", - "forks": 1202, + "forks": 1231, "html_url": "https://github.com/github/copilot-cli", "http_status": 200, - "open_issues": 909, - "pushed_at": "2026-02-23T21:46:08Z", + "open_issues": 922, + "pushed_at": "2026-03-02T10:55:07Z", "reason": "", "repo": "github/copilot-cli", - "stars": 8705, - "updated_at": "2026-02-24T15:24:27Z", + "stars": 8900, + "updated_at": "2026-03-02T16:02:24Z", "verified": true } ], @@ -1747,15 +1775,15 @@ { "archived": false, "default_branch": "main", - "forks": 3772, + "forks": 3790, "html_url": "https://github.com/CopilotKit/CopilotKit", "http_status": 200, - "open_issues": 575, - "pushed_at": "2026-02-24T15:23:19Z", + "open_issues": 597, + "pushed_at": "2026-03-02T16:32:21Z", "reason": "", "repo": "CopilotKit/CopilotKit", - "stars": 28994, - "updated_at": "2026-02-24T15:27:33Z", + "stars": 29121, + "updated_at": "2026-03-02T16:30:35Z", "verified": true } ], @@ -1831,15 +1859,15 @@ { "archived": false, "default_branch": "main", - "forks": 5970, + "forks": 6037, "html_url": "https://github.com/crewAIInc/crewAI", "http_status": 200, - "open_issues": 322, - "pushed_at": "2026-02-24T14:06:02Z", + "open_issues": 364, + "pushed_at": "2026-03-02T14:27:57Z", "reason": "", "repo": "crewAIInc/crewAI", - "stars": 44542, - "updated_at": "2026-02-24T14:10:25Z", + "stars": 44979, + "updated_at": "2026-03-02T16:23:13Z", "verified": true } ], @@ -1859,15 +1887,15 @@ { "archived": false, "default_branch": "main", - "forks": 1262, + "forks": 1284, "html_url": "https://github.com/charmbracelet/crush", "http_status": 200, - "open_issues": 330, - "pushed_at": "2026-02-24T01:12:20Z", + "open_issues": 340, + "pushed_at": "2026-03-02T13:36:45Z", "reason": "", "repo": "charmbracelet/crush", - "stars": 20367, - "updated_at": "2026-02-24T15:09:12Z", + "stars": 20729, + "updated_at": "2026-03-02T16:02:43Z", "verified": true } ], @@ -1887,15 +1915,15 @@ { "archived": false, "default_branch": "main", - "forks": 5064, + "forks": 5076, "html_url": "https://github.com/daytonaio/daytona", "http_status": 200, - "open_issues": 297, - "pushed_at": "2026-02-24T14:46:01Z", + "open_issues": 329, + "pushed_at": "2026-03-02T16:21:40Z", "reason": "", "repo": "daytonaio/daytona", - "stars": 60076, - "updated_at": "2026-02-24T15:26:21Z", + "stars": 61615, + "updated_at": "2026-03-02T16:32:20Z", "verified": true } ], @@ -1915,15 +1943,15 @@ { "archived": false, "default_branch": "main", - "forks": 2535, + "forks": 2777, "html_url": "https://github.com/bytedance/deer-flow", "http_status": 200, - "open_issues": 205, - "pushed_at": "2026-02-24T15:12:09Z", + "open_issues": 221, + "pushed_at": "2026-03-02T13:02:03Z", "reason": "", "repo": "bytedance/deer-flow", - "stars": 20156, - "updated_at": "2026-02-24T15:19:16Z", + "stars": 23410, + "updated_at": "2026-03-02T16:34:14Z", "verified": true } ], @@ -1935,6 +1963,34 @@ "unverified_repo_count": 0, "verified_repo_count": 1 }, + { + "index_path": "tutorials/devika-tutorial/index.md", + "primary_repo": "stitionai/devika", + "primary_repo_verified": true, + "repositories": [ + { + "archived": false, + "default_branch": "main", + "forks": 2588, + "html_url": "https://github.com/stitionai/devika", + "http_status": 200, + "open_issues": 187, + "pushed_at": "2025-09-25T08:47:36Z", + "reason": "", + "repo": "stitionai/devika", + "stars": 19482, + "updated_at": "2026-03-02T15:57:44Z", + "verified": true + } + ], + "source_repo_count": 1, + "source_repos": [ + "stitionai/devika" + ], + "tutorial": "devika-tutorial", + "unverified_repo_count": 0, + "verified_repo_count": 1 + }, { "index_path": "tutorials/dify-platform-deep-dive/index.md", "primary_repo": "langgenius/dify", @@ -1943,15 +1999,15 @@ { "archived": false, "default_branch": "main", - "forks": 20291, + "forks": 20384, "html_url": "https://github.com/langgenius/dify", "http_status": 200, - "open_issues": 750, - "pushed_at": "2026-02-24T14:56:01Z", + "open_issues": 784, + "pushed_at": "2026-03-02T15:58:37Z", "reason": "", "repo": "langgenius/dify", - "stars": 130176, - "updated_at": "2026-02-24T14:56:29Z", + "stars": 130930, + "updated_at": "2026-03-02T16:28:54Z", "verified": true } ], @@ -1971,15 +2027,15 @@ { "archived": false, "default_branch": "main", - "forks": 2645, + "forks": 2664, "html_url": "https://github.com/stanfordnlp/dspy", "http_status": 200, - "open_issues": 475, - "pushed_at": "2026-02-24T10:18:34Z", + "open_issues": 484, + "pushed_at": "2026-03-02T15:59:28Z", "reason": "", "repo": "stanfordnlp/dspy", - "stars": 32371, - "updated_at": "2026-02-24T15:13:31Z", + "stars": 32484, + "updated_at": "2026-03-02T15:59:39Z", "verified": true } ], @@ -1999,15 +2055,15 @@ { "archived": false, "default_branch": "main", - "forks": 2240, + "forks": 2255, "html_url": "https://github.com/dyad-sh/dyad", "http_status": 200, - "open_issues": 260, - "pushed_at": "2026-02-24T11:58:06Z", + "open_issues": 259, + "pushed_at": "2026-02-28T00:16:55Z", "reason": "", "repo": "dyad-sh/dyad", - "stars": 19693, - "updated_at": "2026-02-24T14:46:23Z", + "stars": 19786, + "updated_at": "2026-03-02T09:27:42Z", "verified": true } ], @@ -2027,15 +2083,15 @@ { "archived": false, "default_branch": "develop", - "forks": 5431, + "forks": 5438, "html_url": "https://github.com/elizaOS/eliza", "http_status": 200, - "open_issues": 131, - "pushed_at": "2026-02-23T09:06:26Z", + "open_issues": 141, + "pushed_at": "2026-02-27T06:50:33Z", "reason": "", "repo": "elizaOS/eliza", - "stars": 17607, - "updated_at": "2026-02-24T14:49:51Z", + "stars": 17657, + "updated_at": "2026-03-02T15:18:59Z", "verified": true } ], @@ -2055,15 +2111,15 @@ { "archived": false, "default_branch": "main", - "forks": 6326, + "forks": 7037, "html_url": "https://github.com/affaan-m/everything-claude-code", "http_status": 200, - "open_issues": 27, - "pushed_at": "2026-02-24T06:54:09Z", + "open_issues": 24, + "pushed_at": "2026-03-01T20:07:13Z", "reason": "", "repo": "affaan-m/everything-claude-code", - "stars": 51104, - "updated_at": "2026-02-24T15:27:37Z", + "stars": 57024, + "updated_at": "2026-03-02T16:33:16Z", "verified": true } ], @@ -2083,29 +2139,29 @@ { "archived": false, "default_branch": "main", - "forks": 3917, + "forks": 3936, "html_url": "https://github.com/danielmiessler/Fabric", "http_status": 200, - "open_issues": 24, - "pushed_at": "2026-02-24T01:12:42Z", + "open_issues": 22, + "pushed_at": "2026-03-02T14:34:55Z", "reason": "", "repo": "danielmiessler/fabric", - "stars": 39288, - "updated_at": "2026-02-24T12:55:19Z", + "stars": 39425, + "updated_at": "2026-03-02T16:13:38Z", "verified": true }, { "archived": false, "default_branch": "main", - "forks": 3917, + "forks": 3936, "html_url": "https://github.com/danielmiessler/Fabric", "http_status": 200, - "open_issues": 24, - "pushed_at": "2026-02-24T01:12:42Z", + "open_issues": 22, + "pushed_at": "2026-03-02T14:34:55Z", "reason": "", "repo": "danielmiessler/Fabric", - "stars": 39288, - "updated_at": "2026-02-24T12:55:19Z", + "stars": 39425, + "updated_at": "2026-03-02T16:13:38Z", "verified": true } ], @@ -2126,15 +2182,15 @@ { "archived": false, "default_branch": "main", - "forks": 1773, + "forks": 1788, "html_url": "https://github.com/PrefectHQ/fastmcp", "http_status": 200, - "open_issues": 237, - "pushed_at": "2026-02-23T20:08:05Z", + "open_issues": 250, + "pushed_at": "2026-03-02T16:29:33Z", "reason": "", "repo": "jlowin/fastmcp", - "stars": 23106, - "updated_at": "2026-02-24T15:17:15Z", + "stars": 23290, + "updated_at": "2026-03-02T16:32:32Z", "verified": true } ], @@ -2154,15 +2210,15 @@ { "archived": false, "default_branch": "main", - "forks": 1055, + "forks": 1060, "html_url": "https://github.com/GLips/Figma-Context-MCP", "http_status": 200, - "open_issues": 42, + "open_issues": 43, "pushed_at": "2026-02-19T07:31:04Z", "reason": "", "repo": "GLips/Figma-Context-MCP", - "stars": 13225, - "updated_at": "2026-02-24T14:13:49Z", + "stars": 13337, + "updated_at": "2026-03-02T16:22:51Z", "verified": true } ], @@ -2182,15 +2238,15 @@ { "archived": false, "default_branch": "main", - "forks": 617, + "forks": 630, "html_url": "https://github.com/firecrawl/firecrawl-mcp-server", "http_status": 200, - "open_issues": 72, - "pushed_at": "2026-02-20T04:09:54Z", + "open_issues": 78, + "pushed_at": "2026-02-26T22:39:43Z", "reason": "", "repo": "firecrawl/firecrawl-mcp-server", - "stars": 5586, - "updated_at": "2026-02-24T15:12:50Z", + "stars": 5634, + "updated_at": "2026-03-02T16:06:09Z", "verified": true } ], @@ -2210,29 +2266,29 @@ { "archived": false, "default_branch": "main", - "forks": 6143, + "forks": 6203, "html_url": "https://github.com/firecrawl/firecrawl", "http_status": 200, - "open_issues": 186, - "pushed_at": "2026-02-24T15:15:57Z", + "open_issues": 199, + "pushed_at": "2026-03-02T16:05:31Z", "reason": "", "repo": "mendableai/firecrawl", - "stars": 85215, - "updated_at": "2026-02-24T15:27:22Z", + "stars": 87358, + "updated_at": "2026-03-02T16:35:11Z", "verified": true }, { "archived": false, "default_branch": "main", - "forks": 6143, + "forks": 6203, "html_url": "https://github.com/firecrawl/firecrawl", "http_status": 200, - "open_issues": 186, - "pushed_at": "2026-02-24T15:15:57Z", + "open_issues": 199, + "pushed_at": "2026-03-02T16:05:31Z", "reason": "", "repo": "firecrawl/firecrawl", - "stars": 85215, - "updated_at": "2026-02-24T15:27:22Z", + "stars": 87358, + "updated_at": "2026-03-02T16:35:11Z", "verified": true } ], @@ -2256,12 +2312,12 @@ "forks": 56, "html_url": "https://github.com/fireproof-storage/fireproof", "http_status": 200, - "open_issues": 94, - "pushed_at": "2026-02-23T22:31:31Z", + "open_issues": 112, + "pushed_at": "2026-03-02T06:09:29Z", "reason": "", "repo": "fireproof-storage/fireproof", - "stars": 949, - "updated_at": "2026-02-23T12:07:54Z", + "stars": 950, + "updated_at": "2026-03-01T11:21:19Z", "verified": true } ], @@ -2281,15 +2337,15 @@ { "archived": false, "default_branch": "main", - "forks": 23745, + "forks": 23769, "html_url": "https://github.com/FlowiseAI/Flowise", "http_status": 200, - "open_issues": 826, - "pushed_at": "2026-02-24T12:22:24Z", + "open_issues": 782, + "pushed_at": "2026-03-02T07:18:14Z", "reason": "", "repo": "FlowiseAI/Flowise", - "stars": 49318, - "updated_at": "2026-02-24T13:47:38Z", + "stars": 49473, + "updated_at": "2026-03-02T15:32:44Z", "verified": true } ], @@ -2309,15 +2365,15 @@ { "archived": false, "default_branch": "main", - "forks": 11593, + "forks": 11816, "html_url": "https://github.com/google-gemini/gemini-cli", "http_status": 200, - "open_issues": 2301, - "pushed_at": "2026-02-24T15:28:09Z", + "open_issues": 2501, + "pushed_at": "2026-03-02T16:15:35Z", "reason": "", "repo": "google-gemini/gemini-cli", - "stars": 95522, - "updated_at": "2026-02-24T15:27:47Z", + "stars": 96224, + "updated_at": "2026-03-02T16:02:08Z", "verified": true } ], @@ -2337,15 +2393,15 @@ { "archived": false, "default_branch": "main", - "forks": 1225, + "forks": 1242, "html_url": "https://github.com/googleapis/genai-toolbox", "http_status": 200, - "open_issues": 175, - "pushed_at": "2026-02-24T11:54:00Z", + "open_issues": 160, + "pushed_at": "2026-03-02T16:33:23Z", "reason": "", "repo": "googleapis/genai-toolbox", - "stars": 13165, - "updated_at": "2026-02-24T15:21:43Z", + "stars": 13234, + "updated_at": "2026-03-02T16:25:43Z", "verified": true } ], @@ -2365,15 +2421,15 @@ { "archived": false, "default_branch": "main", - "forks": 3629, + "forks": 3664, "html_url": "https://github.com/github/github-mcp-server", "http_status": 200, - "open_issues": 285, - "pushed_at": "2026-02-24T15:24:50Z", + "open_issues": 303, + "pushed_at": "2026-03-02T10:57:21Z", "reason": "", "repo": "github/github-mcp-server", - "stars": 27203, - "updated_at": "2026-02-24T15:00:10Z", + "stars": 27389, + "updated_at": "2026-03-02T16:26:19Z", "verified": true } ], @@ -2393,15 +2449,15 @@ { "archived": false, "default_branch": "main", - "forks": 2819, + "forks": 2924, "html_url": "https://github.com/block/goose", "http_status": 200, - "open_issues": 341, - "pushed_at": "2026-02-24T14:53:06Z", + "open_issues": 361, + "pushed_at": "2026-03-02T16:31:17Z", "reason": "", "repo": "block/goose", - "stars": 31081, - "updated_at": "2026-02-24T15:13:34Z", + "stars": 32134, + "updated_at": "2026-03-02T16:32:55Z", "verified": true } ], @@ -2421,43 +2477,43 @@ { "archived": false, "default_branch": "master", - "forks": 9092, + "forks": 9150, "html_url": "https://github.com/karpathy/nanoGPT", "http_status": 200, - "open_issues": 334, + "open_issues": 333, "pushed_at": "2025-11-12T19:52:34Z", "reason": "", "repo": "karpathy/nanoGPT", - "stars": 53702, - "updated_at": "2026-02-24T15:17:30Z", + "stars": 54037, + "updated_at": "2026-03-02T16:12:38Z", "verified": true }, { "archived": false, "default_branch": "main", - "forks": 1096, + "forks": 1099, "html_url": "https://github.com/EleutherAI/gpt-neox", "http_status": 200, - "open_issues": 92, + "open_issues": 93, "pushed_at": "2026-02-03T00:16:14Z", "reason": "", "repo": "EleutherAI/gpt-neox", - "stars": 7393, - "updated_at": "2026-02-24T03:07:00Z", + "stars": 7398, + "updated_at": "2026-03-02T11:57:37Z", "verified": true }, { "archived": false, "default_branch": "master", - "forks": 3125, + "forks": 3138, "html_url": "https://github.com/karpathy/minGPT", "http_status": 200, "open_issues": 81, "pushed_at": "2024-08-15T04:09:40Z", "reason": "", "repo": "karpathy/minGPT", - "stars": 23679, - "updated_at": "2026-02-24T12:50:57Z", + "stars": 23761, + "updated_at": "2026-03-02T16:23:01Z", "verified": true }, { @@ -2470,8 +2526,8 @@ "pushed_at": "2022-02-25T06:27:12Z", "reason": "", "repo": "EleutherAI/gpt-neo", - "stars": 8287, - "updated_at": "2026-02-22T05:07:50Z", + "stars": 8288, + "updated_at": "2026-02-25T08:30:28Z", "verified": true }, { @@ -2484,8 +2540,8 @@ "pushed_at": "2023-01-21T00:09:29Z", "reason": "", "repo": "kingoflolz/mesh-transformer-jax", - "stars": 6361, - "updated_at": "2026-02-23T17:36:39Z", + "stars": 6363, + "updated_at": "2026-03-01T22:00:29Z", "verified": true } ], @@ -2512,12 +2568,12 @@ "forks": 358, "html_url": "https://github.com/gptme/gptme", "http_status": 200, - "open_issues": 48, - "pushed_at": "2026-02-24T15:21:14Z", + "open_issues": 27, + "pushed_at": "2026-03-02T16:17:23Z", "reason": "", "repo": "gptme/gptme", - "stars": 4202, - "updated_at": "2026-02-24T14:26:55Z", + "stars": 4208, + "updated_at": "2026-03-02T16:15:12Z", "verified": true } ], @@ -2537,15 +2593,15 @@ { "archived": false, "default_branch": "main", - "forks": 171, + "forks": 197, "html_url": "https://github.com/tiann/hapi", "http_status": 200, - "open_issues": 25, - "pushed_at": "2026-02-19T00:08:52Z", + "open_issues": 30, + "pushed_at": "2026-03-02T05:11:09Z", "reason": "", "repo": "tiann/hapi", - "stars": 1634, - "updated_at": "2026-02-24T14:47:04Z", + "stars": 2008, + "updated_at": "2026-03-02T16:22:03Z", "verified": true } ], @@ -2565,15 +2621,15 @@ { "archived": false, "default_branch": "main", - "forks": 2619, + "forks": 2629, "html_url": "https://github.com/deepset-ai/haystack", "http_status": 200, - "open_issues": 101, - "pushed_at": "2026-02-24T15:04:59Z", + "open_issues": 111, + "pushed_at": "2026-03-02T15:33:42Z", "reason": "", "repo": "deepset-ai/haystack", - "stars": 24299, - "updated_at": "2026-02-24T15:11:48Z", + "stars": 24372, + "updated_at": "2026-03-02T15:35:40Z", "verified": true } ], @@ -2593,15 +2649,15 @@ { "archived": false, "default_branch": "main", - "forks": 32183, + "forks": 32265, "html_url": "https://github.com/huggingface/transformers", "http_status": 200, - "open_issues": 2274, - "pushed_at": "2026-02-24T15:27:07Z", + "open_issues": 2276, + "pushed_at": "2026-03-02T16:33:41Z", "reason": "", "repo": "huggingface/transformers", - "stars": 156902, - "updated_at": "2026-02-24T15:20:00Z", + "stars": 157266, + "updated_at": "2026-03-02T16:31:15Z", "verified": true } ], @@ -2621,15 +2677,15 @@ { "archived": false, "default_branch": "main", - "forks": 805, + "forks": 818, "html_url": "https://github.com/humanlayer/humanlayer", "http_status": 200, "open_issues": 75, - "pushed_at": "2026-02-24T14:52:47Z", + "pushed_at": "2026-02-27T14:32:05Z", "reason": "", "repo": "humanlayer/humanlayer", - "stars": 9464, - "updated_at": "2026-02-24T14:35:51Z", + "stars": 9607, + "updated_at": "2026-03-02T16:35:01Z", "verified": true } ], @@ -2649,15 +2705,15 @@ { "archived": false, "default_branch": "main", - "forks": 940, + "forks": 946, "html_url": "https://github.com/567-labs/instructor", "http_status": 200, - "open_issues": 42, - "pushed_at": "2026-02-24T06:41:10Z", + "open_issues": 57, + "pushed_at": "2026-02-25T21:57:37Z", "reason": "", "repo": "instructor-ai/instructor", - "stars": 12424, - "updated_at": "2026-02-24T14:01:58Z", + "stars": 12459, + "updated_at": "2026-03-02T15:00:35Z", "verified": true } ], @@ -2677,15 +2733,15 @@ { "archived": false, "default_branch": "master", - "forks": 1971, + "forks": 1986, "html_url": "https://github.com/khoj-ai/khoj", "http_status": 200, "open_issues": 88, - "pushed_at": "2026-02-22T20:00:05Z", + "pushed_at": "2026-02-24T18:50:03Z", "reason": "", "repo": "khoj-ai/khoj", - "stars": 32600, - "updated_at": "2026-02-24T13:12:01Z", + "stars": 32773, + "updated_at": "2026-03-02T16:22:05Z", "verified": true } ], @@ -2705,15 +2761,15 @@ { "archived": false, "default_branch": "main", - "forks": 2046, + "forks": 2081, "html_url": "https://github.com/Kilo-Org/kilocode", "http_status": 200, - "open_issues": 628, - "pushed_at": "2026-02-24T15:19:18Z", + "open_issues": 689, + "pushed_at": "2026-03-02T16:33:29Z", "reason": "", "repo": "Kilo-Org/kilocode", - "stars": 15807, - "updated_at": "2026-02-24T15:10:41Z", + "stars": 16117, + "updated_at": "2026-03-02T16:23:17Z", "verified": true } ], @@ -2733,15 +2789,15 @@ { "archived": false, "default_branch": "main", - "forks": 643, + "forks": 663, "html_url": "https://github.com/MoonshotAI/kimi-cli", "http_status": 200, - "open_issues": 115, - "pushed_at": "2026-02-24T09:46:37Z", + "open_issues": 137, + "pushed_at": "2026-03-02T08:25:23Z", "reason": "", "repo": "MoonshotAI/kimi-cli", - "stars": 6709, - "updated_at": "2026-02-24T15:24:18Z", + "stars": 6933, + "updated_at": "2026-03-02T15:58:55Z", "verified": true } ], @@ -2753,6 +2809,34 @@ "unverified_repo_count": 0, "verified_repo_count": 1 }, + { + "index_path": "tutorials/kiro-tutorial/index.md", + "primary_repo": "kirodotdev/Kiro", + "primary_repo_verified": true, + "repositories": [ + { + "archived": false, + "default_branch": "main", + "forks": 155, + "html_url": "https://github.com/kirodotdev/Kiro", + "http_status": 200, + "open_issues": 2298, + "pushed_at": "2026-03-02T07:25:08Z", + "reason": "", + "repo": "kirodotdev/Kiro", + "stars": 3097, + "updated_at": "2026-03-02T15:12:08Z", + "verified": true + } + ], + "source_repo_count": 1, + "source_repos": [ + "kirodotdev/Kiro" + ], + "tutorial": "kiro-tutorial", + "unverified_repo_count": 0, + "verified_repo_count": 1 + }, { "index_path": "tutorials/kubernetes-operator-patterns/index.md", "primary_repo": "operator-framework/operator-sdk", @@ -2761,15 +2845,15 @@ { "archived": false, "default_branch": "master", - "forks": 1776, + "forks": 1777, "html_url": "https://github.com/operator-framework/operator-sdk", "http_status": 200, - "open_issues": 72, - "pushed_at": "2026-02-11T04:52:31Z", + "open_issues": 71, + "pushed_at": "2026-03-02T13:41:01Z", "reason": "", "repo": "operator-framework/operator-sdk", - "stars": 7609, - "updated_at": "2026-02-24T13:41:38Z", + "stars": 7615, + "updated_at": "2026-03-02T13:41:09Z", "verified": true } ], @@ -2789,15 +2873,15 @@ { "archived": false, "default_branch": "main", - "forks": 760, + "forks": 768, "html_url": "https://github.com/lancedb/lancedb", "http_status": 200, - "open_issues": 572, - "pushed_at": "2026-02-24T14:32:54Z", + "open_issues": 584, + "pushed_at": "2026-03-01T06:18:47Z", "reason": "", "repo": "lancedb/lancedb", - "stars": 9093, - "updated_at": "2026-02-24T15:04:41Z", + "stars": 9211, + "updated_at": "2026-03-02T16:24:39Z", "verified": true } ], @@ -2817,15 +2901,15 @@ { "archived": false, "default_branch": "master", - "forks": 20928, + "forks": 21022, "html_url": "https://github.com/langchain-ai/langchain", "http_status": 200, - "open_issues": 380, - "pushed_at": "2026-02-24T13:54:19Z", + "open_issues": 422, + "pushed_at": "2026-03-02T15:47:32Z", "reason": "", "repo": "langchain-ai/langchain", - "stars": 127314, - "updated_at": "2026-02-24T15:25:24Z", + "stars": 127956, + "updated_at": "2026-03-02T16:35:10Z", "verified": true } ], @@ -2845,15 +2929,15 @@ { "archived": false, "default_branch": "master", - "forks": 20928, + "forks": 21022, "html_url": "https://github.com/langchain-ai/langchain", "http_status": 200, - "open_issues": 380, - "pushed_at": "2026-02-24T13:54:19Z", + "open_issues": 422, + "pushed_at": "2026-03-02T15:47:32Z", "reason": "", "repo": "langchain-ai/langchain", - "stars": 127314, - "updated_at": "2026-02-24T15:25:24Z", + "stars": 127956, + "updated_at": "2026-03-02T16:35:10Z", "verified": true } ], @@ -2873,15 +2957,15 @@ { "archived": false, "default_branch": "main", - "forks": 8487, + "forks": 8503, "html_url": "https://github.com/langflow-ai/langflow", "http_status": 200, - "open_issues": 1056, - "pushed_at": "2026-02-24T15:25:41Z", + "open_issues": 1085, + "pushed_at": "2026-03-02T16:24:09Z", "reason": "", "repo": "langflow-ai/langflow", - "stars": 145019, - "updated_at": "2026-02-24T14:50:48Z", + "stars": 145194, + "updated_at": "2026-03-02T16:34:45Z", "verified": true } ], @@ -2901,15 +2985,15 @@ { "archived": false, "default_branch": "main", - "forks": 2210, + "forks": 2247, "html_url": "https://github.com/langfuse/langfuse", "http_status": 200, - "open_issues": 546, - "pushed_at": "2026-02-24T14:59:41Z", + "open_issues": 550, + "pushed_at": "2026-03-02T16:33:27Z", "reason": "", "repo": "langfuse/langfuse", - "stars": 22218, - "updated_at": "2026-02-24T15:18:01Z", + "stars": 22507, + "updated_at": "2026-03-02T16:33:30Z", "verified": true } ], @@ -2929,15 +3013,15 @@ { "archived": false, "default_branch": "main", - "forks": 4371, + "forks": 4430, "html_url": "https://github.com/langchain-ai/langgraph", "http_status": 200, - "open_issues": 331, - "pushed_at": "2026-02-24T04:30:45Z", + "open_issues": 374, + "pushed_at": "2026-03-02T15:54:25Z", "reason": "", "repo": "langchain-ai/langgraph", - "stars": 25026, - "updated_at": "2026-02-24T15:01:44Z", + "stars": 25400, + "updated_at": "2026-03-02T16:25:22Z", "verified": true } ], @@ -2957,15 +3041,15 @@ { "archived": false, "default_branch": "main", - "forks": 2222, + "forks": 2235, "html_url": "https://github.com/letta-ai/letta", "http_status": 200, - "open_issues": 72, - "pushed_at": "2026-01-29T20:50:40Z", + "open_issues": 75, + "pushed_at": "2026-02-24T19:02:50Z", "reason": "", "repo": "letta-ai/letta", - "stars": 21239, - "updated_at": "2026-02-24T14:59:23Z", + "stars": 21360, + "updated_at": "2026-03-02T14:36:59Z", "verified": true } ], @@ -2985,15 +3069,15 @@ { "archived": false, "default_branch": "main", - "forks": 5960, + "forks": 6083, "html_url": "https://github.com/BerriAI/litellm", "http_status": 200, - "open_issues": 1542, - "pushed_at": "2026-02-24T15:21:39Z", + "open_issues": 1636, + "pushed_at": "2026-03-02T14:18:03Z", "reason": "", "repo": "BerriAI/litellm", - "stars": 36775, - "updated_at": "2026-02-24T15:26:09Z", + "stars": 37474, + "updated_at": "2026-03-02T16:32:00Z", "verified": true } ], @@ -3013,15 +3097,15 @@ { "archived": false, "default_branch": "main", - "forks": 409, + "forks": 408, "html_url": "https://github.com/liveblocks/liveblocks", "http_status": 200, - "open_issues": 76, - "pushed_at": "2026-02-24T15:20:49Z", + "open_issues": 73, + "pushed_at": "2026-03-02T16:32:47Z", "reason": "", "repo": "liveblocks/liveblocks", - "stars": 4458, - "updated_at": "2026-02-24T15:12:08Z", + "stars": 4474, + "updated_at": "2026-03-02T11:13:38Z", "verified": true } ], @@ -3041,15 +3125,15 @@ { "archived": false, "default_branch": "master", - "forks": 15051, + "forks": 15176, "html_url": "https://github.com/ggml-org/llama.cpp", "http_status": 200, - "open_issues": 1131, - "pushed_at": "2026-02-24T14:44:46Z", + "open_issues": 1167, + "pushed_at": "2026-03-02T15:59:53Z", "reason": "", "repo": "ggerganov/llama.cpp", - "stars": 95742, - "updated_at": "2026-02-24T15:23:27Z", + "stars": 96348, + "updated_at": "2026-03-02T16:17:36Z", "verified": true } ], @@ -3069,15 +3153,15 @@ { "archived": false, "default_branch": "main", - "forks": 8221, + "forks": 8262, "html_url": "https://github.com/hiyouga/LlamaFactory", "http_status": 200, - "open_issues": 906, - "pushed_at": "2026-02-24T11:54:37Z", + "open_issues": 912, + "pushed_at": "2026-03-02T03:10:50Z", "reason": "", "repo": "hiyouga/LLaMA-Factory", - "stars": 67507, - "updated_at": "2026-02-24T14:29:46Z", + "stars": 67754, + "updated_at": "2026-03-02T15:50:31Z", "verified": true } ], @@ -3097,15 +3181,15 @@ { "archived": false, "default_branch": "main", - "forks": 6862, + "forks": 6889, "html_url": "https://github.com/run-llama/llama_index", "http_status": 200, - "open_issues": 282, - "pushed_at": "2026-02-24T14:52:56Z", + "open_issues": 285, + "pushed_at": "2026-03-02T11:38:31Z", "reason": "", "repo": "run-llama/llama_index", - "stars": 47148, - "updated_at": "2026-02-24T15:24:50Z", + "stars": 47305, + "updated_at": "2026-03-02T15:49:23Z", "verified": true } ], @@ -3125,15 +3209,15 @@ { "archived": false, "default_branch": "canary", - "forks": 14664, + "forks": 14706, "html_url": "https://github.com/lobehub/lobehub", "http_status": 200, - "open_issues": 818, - "pushed_at": "2026-02-24T12:55:49Z", + "open_issues": 803, + "pushed_at": "2026-03-02T16:19:50Z", "reason": "", "repo": "lobehub/lobe-chat", - "stars": 72586, - "updated_at": "2026-02-24T15:10:45Z", + "stars": 72894, + "updated_at": "2026-03-02T16:10:50Z", "verified": true } ], @@ -3153,15 +3237,15 @@ { "archived": false, "default_branch": "master", - "forks": 3592, + "forks": 3612, "html_url": "https://github.com/mudler/LocalAI", "http_status": 200, - "open_issues": 170, - "pushed_at": "2026-02-24T07:36:25Z", + "open_issues": 151, + "pushed_at": "2026-03-02T13:48:03Z", "reason": "", "repo": "mudler/LocalAI", - "stars": 43032, - "updated_at": "2026-02-24T15:12:48Z", + "stars": 43182, + "updated_at": "2026-03-02T15:09:27Z", "verified": true } ], @@ -3181,15 +3265,15 @@ { "archived": false, "default_branch": "master", - "forks": 2461, + "forks": 2470, "html_url": "https://github.com/logseq/logseq", "http_status": 200, - "open_issues": 1034, - "pushed_at": "2026-02-24T15:02:27Z", + "open_issues": 1030, + "pushed_at": "2026-03-02T14:40:28Z", "reason": "", "repo": "logseq/logseq", - "stars": 41197, - "updated_at": "2026-02-24T15:28:04Z", + "stars": 41295, + "updated_at": "2026-03-02T15:56:18Z", "verified": true } ], @@ -3209,15 +3293,15 @@ { "archived": false, "default_branch": "main", - "forks": 1592, + "forks": 1649, "html_url": "https://github.com/mastra-ai/mastra", "http_status": 200, - "open_issues": 463, - "pushed_at": "2026-02-24T15:25:21Z", + "open_issues": 510, + "pushed_at": "2026-03-02T16:28:19Z", "reason": "", "repo": "mastra-ai/mastra", - "stars": 21335, - "updated_at": "2026-02-24T14:52:47Z", + "stars": 21606, + "updated_at": "2026-03-02T16:21:16Z", "verified": true } ], @@ -3237,15 +3321,15 @@ { "archived": false, "default_branch": "master", - "forks": 925, + "forks": 930, "html_url": "https://github.com/hangwin/mcp-chrome", "http_status": 200, - "open_issues": 169, + "open_issues": 173, "pushed_at": "2026-01-06T13:05:39Z", "reason": "", "repo": "hangwin/mcp-chrome", - "stars": 10478, - "updated_at": "2026-02-24T15:13:23Z", + "stars": 10573, + "updated_at": "2026-03-02T16:20:30Z", "verified": true } ], @@ -3265,15 +3349,15 @@ { "archived": false, "default_branch": "main", - "forks": 638, + "forks": 645, "html_url": "https://github.com/modelcontextprotocol/csharp-sdk", "http_status": 200, - "open_issues": 128, - "pushed_at": "2026-02-24T15:13:36Z", + "open_issues": 123, + "pushed_at": "2026-03-02T14:41:02Z", "reason": "", "repo": "modelcontextprotocol/csharp-sdk", - "stars": 3926, - "updated_at": "2026-02-24T14:10:04Z", + "stars": 3978, + "updated_at": "2026-03-02T14:41:04Z", "verified": true } ], @@ -3300,8 +3384,8 @@ "pushed_at": "2025-04-08T16:42:43Z", "reason": "", "repo": "modelcontextprotocol/docs", - "stars": 423, - "updated_at": "2026-02-23T09:29:30Z", + "stars": 424, + "updated_at": "2026-02-25T17:20:41Z", "verified": true } ], @@ -3321,15 +3405,15 @@ { "archived": false, "default_branch": "main", - "forks": 188, + "forks": 194, "html_url": "https://github.com/modelcontextprotocol/ext-apps", "http_status": 200, - "open_issues": 114, - "pushed_at": "2026-02-24T15:17:30Z", + "open_issues": 117, + "pushed_at": "2026-03-02T10:43:06Z", "reason": "", "repo": "modelcontextprotocol/ext-apps", - "stars": 1644, - "updated_at": "2026-02-24T14:16:21Z", + "stars": 1734, + "updated_at": "2026-03-02T16:16:50Z", "verified": true } ], @@ -3349,15 +3433,15 @@ { "archived": false, "default_branch": "main", - "forks": 362, + "forks": 367, "html_url": "https://github.com/modelcontextprotocol/go-sdk", "http_status": 200, - "open_issues": 60, - "pushed_at": "2026-02-24T13:23:00Z", + "open_issues": 48, + "pushed_at": "2026-03-02T12:03:14Z", "reason": "", "repo": "modelcontextprotocol/go-sdk", - "stars": 3922, - "updated_at": "2026-02-24T09:01:20Z", + "stars": 3985, + "updated_at": "2026-03-02T13:38:21Z", "verified": true } ], @@ -3377,15 +3461,15 @@ { "archived": false, "default_branch": "main", - "forks": 1173, + "forks": 1191, "html_url": "https://github.com/modelcontextprotocol/inspector", "http_status": 200, - "open_issues": 184, - "pushed_at": "2026-02-24T03:06:44Z", + "open_issues": 188, + "pushed_at": "2026-02-27T16:02:49Z", "reason": "", "repo": "modelcontextprotocol/inspector", - "stars": 8786, - "updated_at": "2026-02-24T13:46:59Z", + "stars": 8868, + "updated_at": "2026-03-02T12:18:55Z", "verified": true } ], @@ -3405,15 +3489,15 @@ { "archived": false, "default_branch": "main", - "forks": 818, + "forks": 821, "html_url": "https://github.com/modelcontextprotocol/java-sdk", "http_status": 200, - "open_issues": 250, - "pushed_at": "2026-02-23T13:24:59Z", + "open_issues": 246, + "pushed_at": "2026-03-02T16:08:18Z", "reason": "", "repo": "modelcontextprotocol/java-sdk", - "stars": 3193, - "updated_at": "2026-02-24T13:11:38Z", + "stars": 3212, + "updated_at": "2026-03-02T16:10:20Z", "verified": true } ], @@ -3436,12 +3520,12 @@ "forks": 198, "html_url": "https://github.com/modelcontextprotocol/kotlin-sdk", "http_status": 200, - "open_issues": 112, - "pushed_at": "2026-02-24T04:17:42Z", + "open_issues": 119, + "pushed_at": "2026-03-02T16:01:29Z", "reason": "", "repo": "modelcontextprotocol/kotlin-sdk", - "stars": 1267, - "updated_at": "2026-02-23T14:30:21Z", + "stars": 1276, + "updated_at": "2026-03-02T16:00:51Z", "verified": true } ], @@ -3461,15 +3545,15 @@ { "archived": false, "default_branch": "main", - "forks": 117, + "forks": 118, "html_url": "https://github.com/modelcontextprotocol/php-sdk", "http_status": 200, - "open_issues": 31, - "pushed_at": "2026-02-23T22:45:52Z", + "open_issues": 29, + "pushed_at": "2026-03-01T20:54:03Z", "reason": "", "repo": "modelcontextprotocol/php-sdk", - "stars": 1365, - "updated_at": "2026-02-24T08:38:38Z", + "stars": 1379, + "updated_at": "2026-03-01T23:31:21Z", "verified": true } ], @@ -3489,15 +3573,15 @@ { "archived": false, "default_branch": "main", - "forks": 3104, + "forks": 3131, "html_url": "https://github.com/modelcontextprotocol/python-sdk", "http_status": 200, - "open_issues": 368, - "pushed_at": "2026-02-24T14:16:43Z", + "open_issues": 409, + "pushed_at": "2026-03-02T13:57:24Z", "reason": "", "repo": "modelcontextprotocol/python-sdk", - "stars": 21802, - "updated_at": "2026-02-24T15:08:43Z", + "stars": 21916, + "updated_at": "2026-03-02T14:37:00Z", "verified": true } ], @@ -3517,15 +3601,15 @@ { "archived": false, "default_branch": "main", - "forks": 573, + "forks": 579, "html_url": "https://github.com/modelcontextprotocol/quickstart-resources", "http_status": 200, - "open_issues": 17, - "pushed_at": "2026-02-22T15:25:55Z", + "open_issues": 15, + "pushed_at": "2026-02-28T14:58:27Z", "reason": "", "repo": "modelcontextprotocol/quickstart-resources", - "stars": 1000, - "updated_at": "2026-02-23T07:38:14Z", + "stars": 1007, + "updated_at": "2026-03-02T08:06:18Z", "verified": true } ], @@ -3545,15 +3629,15 @@ { "archived": false, "default_branch": "main", - "forks": 616, + "forks": 625, "html_url": "https://github.com/modelcontextprotocol/registry", "http_status": 200, - "open_issues": 134, - "pushed_at": "2026-02-24T00:23:05Z", + "open_issues": 147, + "pushed_at": "2026-03-01T14:35:50Z", "reason": "", "repo": "modelcontextprotocol/registry", - "stars": 6467, - "updated_at": "2026-02-24T11:08:19Z", + "stars": 6502, + "updated_at": "2026-03-02T04:16:32Z", "verified": true } ], @@ -3573,15 +3657,15 @@ { "archived": false, "default_branch": "main", - "forks": 96, + "forks": 97, "html_url": "https://github.com/modelcontextprotocol/ruby-sdk", "http_status": 200, "open_issues": 15, - "pushed_at": "2026-02-21T02:16:52Z", + "pushed_at": "2026-03-02T16:05:16Z", "reason": "", "repo": "modelcontextprotocol/ruby-sdk", - "stars": 732, - "updated_at": "2026-02-23T20:55:36Z", + "stars": 739, + "updated_at": "2026-03-02T16:06:22Z", "verified": true } ], @@ -3601,15 +3685,15 @@ { "archived": false, "default_branch": "main", - "forks": 466, + "forks": 470, "html_url": "https://github.com/modelcontextprotocol/rust-sdk", "http_status": 200, - "open_issues": 75, - "pushed_at": "2026-02-24T03:12:13Z", + "open_issues": 32, + "pushed_at": "2026-03-02T15:41:27Z", "reason": "", "repo": "modelcontextprotocol/rust-sdk", - "stars": 3051, - "updated_at": "2026-02-24T09:56:23Z", + "stars": 3086, + "updated_at": "2026-03-02T15:38:41Z", "verified": true } ], @@ -3629,15 +3713,15 @@ { "archived": false, "default_branch": "main", - "forks": 9636, + "forks": 9721, "html_url": "https://github.com/modelcontextprotocol/servers", "http_status": 200, - "open_issues": 367, - "pushed_at": "2026-02-23T02:33:23Z", + "open_issues": 407, + "pushed_at": "2026-02-28T21:17:22Z", "reason": "", "repo": "modelcontextprotocol/servers", - "stars": 79277, - "updated_at": "2026-02-24T15:17:21Z", + "stars": 79872, + "updated_at": "2026-03-02T16:06:05Z", "verified": true } ], @@ -3657,15 +3741,15 @@ { "archived": false, "default_branch": "main", - "forks": 1329, + "forks": 1345, "html_url": "https://github.com/modelcontextprotocol/modelcontextprotocol", "http_status": 200, - "open_issues": 285, - "pushed_at": "2026-02-24T15:24:01Z", + "open_issues": 284, + "pushed_at": "2026-03-02T13:19:51Z", "reason": "", "repo": "modelcontextprotocol/modelcontextprotocol", - "stars": 7282, - "updated_at": "2026-02-24T15:26:26Z", + "stars": 7358, + "updated_at": "2026-03-02T14:21:21Z", "verified": true } ], @@ -3685,15 +3769,15 @@ { "archived": false, "default_branch": "main", - "forks": 164, + "forks": 167, "html_url": "https://github.com/modelcontextprotocol/swift-sdk", "http_status": 200, - "open_issues": 52, - "pushed_at": "2026-02-23T12:59:26Z", + "open_issues": 53, + "pushed_at": "2026-02-26T14:39:01Z", "reason": "", "repo": "modelcontextprotocol/swift-sdk", - "stars": 1262, - "updated_at": "2026-02-24T14:16:56Z", + "stars": 1275, + "updated_at": "2026-03-02T14:55:35Z", "verified": true } ], @@ -3713,15 +3797,15 @@ { "archived": false, "default_branch": "main", - "forks": 1629, + "forks": 1642, "html_url": "https://github.com/modelcontextprotocol/typescript-sdk", "http_status": 200, - "open_issues": 325, - "pushed_at": "2026-02-24T14:54:45Z", + "open_issues": 326, + "pushed_at": "2026-03-02T12:15:16Z", "reason": "", "repo": "modelcontextprotocol/typescript-sdk", - "stars": 11664, - "updated_at": "2026-02-24T15:12:09Z", + "stars": 11725, + "updated_at": "2026-03-02T13:41:16Z", "verified": true } ], @@ -3741,15 +3825,15 @@ { "archived": false, "default_branch": "main", - "forks": 1141, + "forks": 1148, "html_url": "https://github.com/mcp-use/mcp-use", "http_status": 200, - "open_issues": 72, - "pushed_at": "2026-02-24T03:11:45Z", + "open_issues": 63, + "pushed_at": "2026-03-02T15:32:59Z", "reason": "", "repo": "mcp-use/mcp-use", - "stars": 9269, - "updated_at": "2026-02-24T12:34:36Z", + "stars": 9346, + "updated_at": "2026-03-02T15:47:53Z", "verified": true } ], @@ -3772,12 +3856,12 @@ "forks": 164, "html_url": "https://github.com/modelcontextprotocol/mcpb", "http_status": 200, - "open_issues": 85, + "open_issues": 87, "pushed_at": "2026-02-18T21:01:51Z", "reason": "", "repo": "modelcontextprotocol/mcpb", - "stars": 1724, - "updated_at": "2026-02-24T04:58:44Z", + "stars": 1741, + "updated_at": "2026-03-02T05:46:09Z", "verified": true } ], @@ -3797,15 +3881,15 @@ { "archived": false, "default_branch": "main", - "forks": 2385, + "forks": 2395, "html_url": "https://github.com/meilisearch/meilisearch", "http_status": 200, "open_issues": 306, - "pushed_at": "2026-02-24T13:43:04Z", + "pushed_at": "2026-03-02T16:21:33Z", "reason": "", "repo": "meilisearch/meilisearch", - "stars": 56067, - "updated_at": "2026-02-24T14:54:48Z", + "stars": 56151, + "updated_at": "2026-03-02T16:22:22Z", "verified": true } ], @@ -3825,15 +3909,15 @@ { "archived": false, "default_branch": "main", - "forks": 5327, + "forks": 5393, "html_url": "https://github.com/mem0ai/mem0", "http_status": 200, - "open_issues": 770, - "pushed_at": "2026-02-23T03:57:48Z", + "open_issues": 810, + "pushed_at": "2026-03-02T07:54:35Z", "reason": "", "repo": "mem0ai/mem0", - "stars": 47919, - "updated_at": "2026-02-24T14:53:50Z", + "stars": 48444, + "updated_at": "2026-03-02T16:17:44Z", "verified": true } ], @@ -3853,15 +3937,15 @@ { "archived": false, "default_branch": "main", - "forks": 391, + "forks": 405, "html_url": "https://github.com/SWE-agent/mini-swe-agent", "http_status": 200, - "open_issues": 11, - "pushed_at": "2026-02-24T02:16:35Z", + "open_issues": 13, + "pushed_at": "2026-03-02T16:18:14Z", "reason": "", "repo": "SWE-agent/mini-swe-agent", - "stars": 2994, - "updated_at": "2026-02-24T15:27:53Z", + "stars": 3063, + "updated_at": "2026-03-02T16:18:37Z", "verified": true } ], @@ -3881,15 +3965,15 @@ { "archived": false, "default_branch": "main", - "forks": 330, + "forks": 347, "html_url": "https://github.com/mistralai/mistral-vibe", "http_status": 200, - "open_issues": 121, - "pushed_at": "2026-02-19T11:06:34Z", + "open_issues": 135, + "pushed_at": "2026-02-27T16:34:26Z", "reason": "", "repo": "mistralai/mistral-vibe", - "stars": 3202, - "updated_at": "2026-02-24T13:21:33Z", + "stars": 3267, + "updated_at": "2026-03-02T16:02:21Z", "verified": true } ], @@ -3909,15 +3993,15 @@ { "archived": false, "default_branch": "master", - "forks": 55140, + "forks": 55341, "html_url": "https://github.com/n8n-io/n8n", "http_status": 200, - "open_issues": 1392, - "pushed_at": "2026-02-24T15:21:49Z", + "open_issues": 1411, + "pushed_at": "2026-03-02T16:34:18Z", "reason": "", "repo": "n8n-io/n8n", - "stars": 176131, - "updated_at": "2026-02-24T15:27:28Z", + "stars": 177197, + "updated_at": "2026-03-02T16:22:44Z", "verified": true } ], @@ -3937,15 +4021,15 @@ { "archived": false, "default_branch": "master", - "forks": 55140, + "forks": 55341, "html_url": "https://github.com/n8n-io/n8n", "http_status": 200, - "open_issues": 1392, - "pushed_at": "2026-02-24T15:21:49Z", + "open_issues": 1411, + "pushed_at": "2026-03-02T16:34:18Z", "reason": "", "repo": "n8n-io/n8n", - "stars": 176131, - "updated_at": "2026-02-24T15:27:28Z", + "stars": 177197, + "updated_at": "2026-03-02T16:22:44Z", "verified": true } ], @@ -3965,15 +4049,15 @@ { "archived": false, "default_branch": "main", - "forks": 124, + "forks": 128, "html_url": "https://github.com/Nano-Collective/nanocoder", "http_status": 200, - "open_issues": 37, - "pushed_at": "2026-02-24T01:16:16Z", + "open_issues": 36, + "pushed_at": "2026-03-02T01:16:24Z", "reason": "", "repo": "Nano-Collective/nanocoder", - "stars": 1375, - "updated_at": "2026-02-24T13:31:27Z", + "stars": 1391, + "updated_at": "2026-03-02T16:31:45Z", "verified": true } ], @@ -3993,15 +4077,15 @@ { "archived": false, "default_branch": "develop", - "forks": 4646, + "forks": 4648, "html_url": "https://github.com/nocodb/nocodb", "http_status": 200, - "open_issues": 601, - "pushed_at": "2026-02-24T15:25:45Z", + "open_issues": 619, + "pushed_at": "2026-03-02T11:41:19Z", "reason": "", "repo": "nocodb/nocodb", - "stars": 62194, - "updated_at": "2026-02-24T15:14:35Z", + "stars": 62298, + "updated_at": "2026-03-02T13:57:44Z", "verified": true } ], @@ -4021,15 +4105,15 @@ { "archived": false, "default_branch": "main", - "forks": 73, + "forks": 74, "html_url": "https://github.com/vslinko/obsidian-outliner", "http_status": 200, - "open_issues": 95, - "pushed_at": "2025-03-03T11:50:50Z", + "open_issues": 97, + "pushed_at": "2026-02-24T20:41:05Z", "reason": "", "repo": "vslinko/obsidian-outliner", - "stars": 1267, - "updated_at": "2026-02-19T13:55:31Z", + "stars": 1272, + "updated_at": "2026-03-01T10:51:26Z", "verified": true } ], @@ -4049,15 +4133,15 @@ { "archived": false, "default_branch": "main", - "forks": 14652, + "forks": 14734, "html_url": "https://github.com/ollama/ollama", "http_status": 200, - "open_issues": 2459, - "pushed_at": "2026-02-24T06:35:05Z", + "open_issues": 2535, + "pushed_at": "2026-03-02T03:17:33Z", "reason": "", "repo": "ollama/ollama", - "stars": 163265, - "updated_at": "2026-02-24T15:13:15Z", + "stars": 163851, + "updated_at": "2026-03-02T16:23:36Z", "verified": true } ], @@ -4077,15 +4161,15 @@ { "archived": false, "default_branch": "main", - "forks": 1847, + "forks": 1856, "html_url": "https://github.com/onlook-dev/onlook", "http_status": 200, - "open_issues": 350, - "pushed_at": "2026-01-21T23:01:13Z", + "open_issues": 349, + "pushed_at": "2026-02-27T02:35:09Z", "reason": "", "repo": "onlook-dev/onlook", - "stars": 24741, - "updated_at": "2026-02-24T15:13:52Z", + "stars": 24795, + "updated_at": "2026-03-02T15:38:44Z", "verified": true } ], @@ -4105,15 +4189,15 @@ { "archived": false, "default_branch": "main", - "forks": 1593, + "forks": 1601, "html_url": "https://github.com/winfunc/opcode", "http_status": 200, - "open_issues": 324, + "open_issues": 326, "pushed_at": "2025-10-16T12:05:56Z", "reason": "", "repo": "winfunc/opcode", - "stars": 20666, - "updated_at": "2026-02-24T15:01:54Z", + "stars": 20741, + "updated_at": "2026-03-02T15:46:50Z", "verified": true } ], @@ -4133,15 +4217,15 @@ { "archived": false, "default_branch": "main", - "forks": 726, + "forks": 729, "html_url": "https://github.com/langchain-ai/open-swe", "http_status": 200, - "open_issues": 92, - "pushed_at": "2026-02-24T07:52:22Z", + "open_issues": 86, + "pushed_at": "2026-03-02T02:08:21Z", "reason": "", "repo": "langchain-ai/open-swe", - "stars": 5268, - "updated_at": "2026-02-24T13:31:49Z", + "stars": 5273, + "updated_at": "2026-03-02T12:22:49Z", "verified": true } ], @@ -4161,15 +4245,15 @@ { "archived": false, "default_branch": "main", - "forks": 17660, + "forks": 17765, "html_url": "https://github.com/open-webui/open-webui", "http_status": 200, - "open_issues": 248, - "pushed_at": "2026-02-24T00:31:27Z", + "open_issues": 263, + "pushed_at": "2026-03-02T01:14:18Z", "reason": "", "repo": "open-webui/open-webui", - "stars": 124778, - "updated_at": "2026-02-24T15:27:33Z", + "stars": 125443, + "updated_at": "2026-03-02T16:25:10Z", "verified": true } ], @@ -4189,15 +4273,15 @@ { "archived": false, "default_branch": "main", - "forks": 4572, + "forks": 4584, "html_url": "https://github.com/openai/openai-python", "http_status": 200, - "open_issues": 272, - "pushed_at": "2026-02-24T03:20:02Z", + "open_issues": 291, + "pushed_at": "2026-03-02T15:27:07Z", "reason": "", "repo": "openai/openai-python", - "stars": 30058, - "updated_at": "2026-02-24T15:20:33Z", + "stars": 30119, + "updated_at": "2026-03-02T15:38:43Z", "verified": true } ], @@ -4217,29 +4301,29 @@ { "archived": false, "default_branch": "main", - "forks": 1074, + "forks": 1076, "html_url": "https://github.com/openai/openai-realtime-agents", "http_status": 200, "open_issues": 25, "pushed_at": "2026-01-07T18:38:52Z", "reason": "", "repo": "openai/openai-realtime-agents", - "stars": 6778, - "updated_at": "2026-02-24T11:16:21Z", + "stars": 6781, + "updated_at": "2026-03-02T14:09:42Z", "verified": true }, { "archived": false, "default_branch": "main", - "forks": 615, + "forks": 625, "html_url": "https://github.com/openai/openai-agents-js", "http_status": 200, - "open_issues": 35, - "pushed_at": "2026-02-24T12:47:44Z", + "open_issues": 32, + "pushed_at": "2026-03-02T06:04:25Z", "reason": "", "repo": "openai/openai-agents-js", - "stars": 2330, - "updated_at": "2026-02-24T14:34:52Z", + "stars": 2369, + "updated_at": "2026-03-02T09:49:51Z", "verified": true } ], @@ -4260,15 +4344,15 @@ { "archived": false, "default_branch": "main", - "forks": 11793, + "forks": 11810, "html_url": "https://github.com/openai/whisper", "http_status": 200, "open_issues": 115, "pushed_at": "2025-12-15T10:18:21Z", "reason": "", "repo": "openai/whisper", - "stars": 95025, - "updated_at": "2026-02-24T15:26:16Z", + "stars": 95307, + "updated_at": "2026-03-02T16:34:19Z", "verified": true } ], @@ -4288,15 +4372,15 @@ { "archived": false, "default_branch": "develop", - "forks": 6021, + "forks": 6095, "html_url": "https://github.com/OpenBB-finance/OpenBB", "http_status": 200, - "open_issues": 62, - "pushed_at": "2026-02-24T03:20:46Z", + "open_issues": 67, + "pushed_at": "2026-03-01T17:49:42Z", "reason": "", "repo": "OpenBB-finance/OpenBB", - "stars": 61760, - "updated_at": "2026-02-24T15:26:21Z", + "stars": 62412, + "updated_at": "2026-03-02T15:53:55Z", "verified": true } ], @@ -4316,15 +4400,15 @@ { "archived": false, "default_branch": "main", - "forks": 42870, + "forks": 47689, "html_url": "https://github.com/openclaw/openclaw", "http_status": 200, - "open_issues": 7466, - "pushed_at": "2026-02-24T15:25:57Z", + "open_issues": 10099, + "pushed_at": "2026-03-02T16:34:14Z", "reason": "", "repo": "openclaw/openclaw", - "stars": 224330, - "updated_at": "2026-02-24T15:28:12Z", + "stars": 247023, + "updated_at": "2026-03-02T16:35:13Z", "verified": true } ], @@ -4344,29 +4428,29 @@ { "archived": true, "default_branch": "main", - "forks": 1057, + "forks": 1079, "html_url": "https://github.com/opencode-ai/opencode", "http_status": 200, "open_issues": 158, "pushed_at": "2025-09-18T02:54:28Z", "reason": "", "repo": "opencode-ai/opencode", - "stars": 11064, - "updated_at": "2026-02-24T10:36:57Z", + "stars": 11189, + "updated_at": "2026-03-02T16:01:16Z", "verified": true }, { "archived": false, "default_branch": "main", - "forks": 1262, + "forks": 1284, "html_url": "https://github.com/charmbracelet/crush", "http_status": 200, - "open_issues": 330, - "pushed_at": "2026-02-24T01:12:20Z", + "open_issues": 340, + "pushed_at": "2026-03-02T13:36:45Z", "reason": "", "repo": "charmbracelet/crush", - "stars": 20367, - "updated_at": "2026-02-24T15:09:12Z", + "stars": 20729, + "updated_at": "2026-03-02T16:02:43Z", "verified": true } ], @@ -4387,15 +4471,15 @@ { "archived": false, "default_branch": "dev", - "forks": 10898, + "forks": 11529, "html_url": "https://github.com/anomalyco/opencode", "http_status": 200, - "open_issues": 5742, - "pushed_at": "2026-02-24T14:59:04Z", + "open_issues": 6131, + "pushed_at": "2026-03-02T16:23:54Z", "reason": "", "repo": "anomalyco/opencode", - "stars": 109765, - "updated_at": "2026-02-24T15:27:59Z", + "stars": 114224, + "updated_at": "2026-03-02T16:32:52Z", "verified": true } ], @@ -4415,15 +4499,15 @@ { "archived": false, "default_branch": "main", - "forks": 8494, + "forks": 8534, "html_url": "https://github.com/OpenHands/OpenHands", "http_status": 200, - "open_issues": 376, - "pushed_at": "2026-02-24T15:18:28Z", + "open_issues": 362, + "pushed_at": "2026-03-02T16:31:28Z", "reason": "", "repo": "OpenHands/OpenHands", - "stars": 68132, - "updated_at": "2026-02-24T15:17:50Z", + "stars": 68406, + "updated_at": "2026-03-02T16:06:58Z", "verified": true } ], @@ -4443,15 +4527,15 @@ { "archived": false, "default_branch": "main", - "forks": 549, + "forks": 559, "html_url": "https://github.com/numman-ali/openskills", "http_status": 200, - "open_issues": 32, + "open_issues": 36, "pushed_at": "2026-01-18T13:09:50Z", "reason": "", "repo": "numman-ali/openskills", - "stars": 8472, - "updated_at": "2026-02-24T15:25:22Z", + "stars": 8661, + "updated_at": "2026-03-02T16:03:13Z", "verified": true } ], @@ -4471,15 +4555,15 @@ { "archived": false, "default_branch": "main", - "forks": 1686, + "forks": 1769, "html_url": "https://github.com/Fission-AI/OpenSpec", "http_status": 200, - "open_issues": 239, - "pushed_at": "2026-02-24T02:27:25Z", + "open_issues": 255, + "pushed_at": "2026-02-27T08:52:45Z", "reason": "", "repo": "Fission-AI/OpenSpec", - "stars": 25435, - "updated_at": "2026-02-24T15:25:28Z", + "stars": 26901, + "updated_at": "2026-03-02T16:34:57Z", "verified": true } ], @@ -4499,15 +4583,15 @@ { "archived": false, "default_branch": "main", - "forks": 26, + "forks": 34, "html_url": "https://github.com/vercel-labs/opensrc", "http_status": 200, - "open_issues": 11, - "pushed_at": "2026-02-24T14:58:08Z", + "open_issues": 18, + "pushed_at": "2026-02-24T16:46:56Z", "reason": "", "repo": "vercel-labs/opensrc", - "stars": 866, - "updated_at": "2026-02-24T15:25:05Z", + "stars": 1049, + "updated_at": "2026-03-02T16:02:58Z", "verified": true } ], @@ -4530,12 +4614,12 @@ "forks": 667, "html_url": "https://github.com/dottxt-ai/outlines", "http_status": 200, - "open_issues": 102, - "pushed_at": "2026-02-13T07:18:05Z", + "open_issues": 104, + "pushed_at": "2026-03-02T15:27:53Z", "reason": "", "repo": "dottxt-ai/outlines", - "stars": 13455, - "updated_at": "2026-02-24T08:07:32Z", + "stars": 13485, + "updated_at": "2026-03-02T15:27:31Z", "verified": true }, { @@ -4544,12 +4628,12 @@ "forks": 667, "html_url": "https://github.com/dottxt-ai/outlines", "http_status": 200, - "open_issues": 102, - "pushed_at": "2026-02-13T07:18:05Z", + "open_issues": 104, + "pushed_at": "2026-03-02T15:27:53Z", "reason": "", "repo": "outlines-dev/outlines", - "stars": 13455, - "updated_at": "2026-02-24T08:07:32Z", + "stars": 13485, + "updated_at": "2026-03-02T15:27:31Z", "verified": true } ], @@ -4570,15 +4654,15 @@ { "archived": false, "default_branch": "master", - "forks": 3080, + "forks": 3085, "html_url": "https://github.com/ItzCrazyKns/Perplexica", "http_status": 200, - "open_issues": 231, + "open_issues": 234, "pushed_at": "2026-02-13T07:14:28Z", "reason": "", "repo": "ItzCrazyKns/Perplexica", - "stars": 29060, - "updated_at": "2026-02-24T14:03:29Z", + "stars": 29181, + "updated_at": "2026-03-02T16:34:40Z", "verified": true } ], @@ -4598,15 +4682,15 @@ { "archived": false, "default_branch": "main", - "forks": 5048, + "forks": 5078, "html_url": "https://github.com/agno-agi/agno", "http_status": 200, - "open_issues": 590, - "pushed_at": "2026-02-24T15:04:17Z", + "open_issues": 630, + "pushed_at": "2026-03-02T16:23:35Z", "reason": "", "repo": "phidatahq/phidata", - "stars": 38148, - "updated_at": "2026-02-24T15:10:25Z", + "stars": 38344, + "updated_at": "2026-03-02T16:23:59Z", "verified": true } ], @@ -4626,15 +4710,15 @@ { "archived": false, "default_branch": "develop", - "forks": 2209, + "forks": 2210, "html_url": "https://github.com/photoprism/photoprism", "http_status": 200, - "open_issues": 452, - "pushed_at": "2026-02-24T11:17:06Z", + "open_issues": 450, + "pushed_at": "2026-03-02T09:24:37Z", "reason": "", "repo": "photoprism/photoprism", - "stars": 39367, - "updated_at": "2026-02-24T15:11:27Z", + "stars": 39411, + "updated_at": "2026-03-02T16:22:11Z", "verified": true } ], @@ -4654,15 +4738,15 @@ { "archived": false, "default_branch": "main", - "forks": 1084, + "forks": 1089, "html_url": "https://github.com/plandex-ai/plandex", "http_status": 200, - "open_issues": 44, + "open_issues": 45, "pushed_at": "2025-10-03T21:49:58Z", "reason": "", "repo": "plandex-ai/plandex", - "stars": 15021, - "updated_at": "2026-02-24T13:27:21Z", + "stars": 15046, + "updated_at": "2026-03-02T16:26:36Z", "verified": true } ], @@ -4682,15 +4766,15 @@ { "archived": false, "default_branch": "master", - "forks": 1336, + "forks": 1384, "html_url": "https://github.com/OthmanAdi/planning-with-files", "http_status": 200, - "open_issues": 3, - "pushed_at": "2026-02-22T20:48:56Z", + "open_issues": 5, + "pushed_at": "2026-02-28T12:58:24Z", "reason": "", "repo": "OthmanAdi/planning-with-files", - "stars": 14428, - "updated_at": "2026-02-24T15:24:23Z", + "stars": 14981, + "updated_at": "2026-03-02T16:32:22Z", "verified": true } ], @@ -4710,15 +4794,15 @@ { "archived": false, "default_branch": "main", - "forks": 2236, + "forks": 2266, "html_url": "https://github.com/microsoft/playwright-mcp", "http_status": 200, - "open_issues": 10, - "pushed_at": "2026-02-21T23:07:56Z", + "open_issues": 19, + "pushed_at": "2026-02-25T19:10:43Z", "reason": "", "repo": "microsoft/playwright-mcp", - "stars": 27601, - "updated_at": "2026-02-24T15:10:47Z", + "stars": 28003, + "updated_at": "2026-03-02T16:06:42Z", "verified": true } ], @@ -4738,15 +4822,15 @@ { "archived": false, "default_branch": "main", - "forks": 1104, + "forks": 1105, "html_url": "https://github.com/The-Pocket/PocketFlow", "http_status": 200, - "open_issues": 66, + "open_issues": 67, "pushed_at": "2026-02-16T11:06:34Z", "reason": "", "repo": "The-Pocket/PocketFlow", - "stars": 10078, - "updated_at": "2026-02-24T12:16:10Z", + "stars": 10125, + "updated_at": "2026-03-02T16:15:28Z", "verified": true } ], @@ -4766,15 +4850,15 @@ { "archived": false, "default_branch": "master", - "forks": 5450, + "forks": 5469, "html_url": "https://github.com/postgres/postgres", "http_status": 200, "open_issues": 0, - "pushed_at": "2026-02-24T10:31:59Z", + "pushed_at": "2026-03-02T16:15:28Z", "reason": "", "repo": "postgres/postgres", - "stars": 20123, - "updated_at": "2026-02-24T15:19:51Z", + "stars": 20184, + "updated_at": "2026-03-02T16:16:22Z", "verified": true } ], @@ -4794,15 +4878,15 @@ { "archived": false, "default_branch": "master", - "forks": 2324, + "forks": 2347, "html_url": "https://github.com/PostHog/posthog", "http_status": 200, - "open_issues": 3117, - "pushed_at": "2026-02-24T15:26:40Z", + "open_issues": 3123, + "pushed_at": "2026-03-02T16:35:00Z", "reason": "", "repo": "PostHog/posthog", - "stars": 31761, - "updated_at": "2026-02-24T15:11:04Z", + "stars": 31845, + "updated_at": "2026-03-02T16:23:00Z", "verified": true } ], @@ -4822,15 +4906,15 @@ { "archived": false, "default_branch": "main", - "forks": 1674, + "forks": 1704, "html_url": "https://github.com/pydantic/pydantic-ai", "http_status": 200, - "open_issues": 526, - "pushed_at": "2026-02-24T14:58:36Z", + "open_issues": 560, + "pushed_at": "2026-03-02T16:12:45Z", "reason": "", "repo": "pydantic/pydantic-ai", - "stars": 15055, - "updated_at": "2026-02-24T14:40:02Z", + "stars": 15190, + "updated_at": "2026-03-02T16:26:01Z", "verified": true } ], @@ -4850,15 +4934,15 @@ { "archived": false, "default_branch": "main", - "forks": 3716, + "forks": 3722, "html_url": "https://github.com/QuivrHQ/quivr", "http_status": 200, - "open_issues": 20, + "open_issues": 22, "pushed_at": "2025-07-09T12:55:23Z", "reason": "", "repo": "QuivrHQ/quivr", - "stars": 38951, - "updated_at": "2026-02-24T13:14:37Z", + "stars": 38967, + "updated_at": "2026-03-02T16:20:57Z", "verified": true } ], @@ -4878,15 +4962,15 @@ { "archived": false, "default_branch": "main", - "forks": 1261, + "forks": 1270, "html_url": "https://github.com/QwenLM/Qwen-Agent", "http_status": 200, - "open_issues": 433, + "open_issues": 440, "pushed_at": "2026-02-16T08:20:39Z", "reason": "", "repo": "QwenLM/Qwen-Agent", - "stars": 13370, - "updated_at": "2026-02-24T14:43:14Z", + "stars": 13470, + "updated_at": "2026-03-02T16:14:54Z", "verified": true } ], @@ -4906,15 +4990,15 @@ { "archived": false, "default_branch": "main", - "forks": 8171, + "forks": 8236, "html_url": "https://github.com/infiniflow/ragflow", "http_status": 200, - "open_issues": 2998, - "pushed_at": "2026-02-24T13:34:26Z", + "open_issues": 3013, + "pushed_at": "2026-03-02T13:31:12Z", "reason": "", "repo": "infiniflow/ragflow", - "stars": 73616, - "updated_at": "2026-02-24T15:24:22Z", + "stars": 74033, + "updated_at": "2026-03-02T16:31:25Z", "verified": true } ], @@ -4937,12 +5021,12 @@ "forks": 50622, "html_url": "https://github.com/facebook/react", "http_status": 200, - "open_issues": 1128, - "pushed_at": "2026-02-24T15:28:00Z", + "open_issues": 1148, + "pushed_at": "2026-03-02T08:36:26Z", "reason": "", "repo": "facebook/react", - "stars": 243332, - "updated_at": "2026-02-24T15:10:10Z", + "stars": 243431, + "updated_at": "2026-03-02T15:50:21Z", "verified": true } ], @@ -4962,15 +5046,15 @@ { "archived": false, "default_branch": "main", - "forks": 673, + "forks": 691, "html_url": "https://github.com/refly-ai/refly", "http_status": 200, - "open_issues": 94, - "pushed_at": "2026-02-24T14:59:28Z", + "open_issues": 95, + "pushed_at": "2026-03-02T12:47:56Z", "reason": "", "repo": "refly-ai/refly", - "stars": 6752, - "updated_at": "2026-02-24T14:56:51Z", + "stars": 6876, + "updated_at": "2026-03-02T15:59:05Z", "verified": true } ], @@ -4990,15 +5074,15 @@ { "archived": false, "default_branch": "main", - "forks": 3000, + "forks": 3019, "html_url": "https://github.com/RooCodeInc/Roo-Code", "http_status": 200, - "open_issues": 563, - "pushed_at": "2026-02-24T07:20:47Z", + "open_issues": 626, + "pushed_at": "2026-03-02T15:35:56Z", "reason": "", "repo": "RooCodeInc/Roo-Code", - "stars": 22367, - "updated_at": "2026-02-24T15:07:10Z", + "stars": 22473, + "updated_at": "2026-03-02T15:29:33Z", "verified": true } ], @@ -5018,15 +5102,15 @@ { "archived": false, "default_branch": "main", - "forks": 4464, + "forks": 4480, "html_url": "https://github.com/microsoft/semantic-kernel", "http_status": 200, - "open_issues": 536, - "pushed_at": "2026-02-23T11:08:45Z", + "open_issues": 546, + "pushed_at": "2026-03-02T13:36:10Z", "reason": "", "repo": "microsoft/semantic-kernel", - "stars": 27301, - "updated_at": "2026-02-24T15:13:07Z", + "stars": 27346, + "updated_at": "2026-03-02T13:36:14Z", "verified": true } ], @@ -5046,15 +5130,15 @@ { "archived": false, "default_branch": "main", - "forks": 1386, + "forks": 1406, "html_url": "https://github.com/oraios/serena", "http_status": 200, - "open_issues": 76, - "pushed_at": "2026-02-24T15:05:03Z", + "open_issues": 94, + "pushed_at": "2026-03-02T15:59:21Z", "reason": "", "repo": "oraios/serena", - "stars": 20583, - "updated_at": "2026-02-24T15:17:00Z", + "stars": 20869, + "updated_at": "2026-03-02T16:16:24Z", "verified": true } ], @@ -5077,12 +5161,12 @@ "forks": 29, "html_url": "https://github.com/shotgun-sh/shotgun", "http_status": 200, - "open_issues": 4, - "pushed_at": "2026-02-24T09:21:31Z", + "open_issues": 5, + "pushed_at": "2026-03-02T09:39:59Z", "reason": "", "repo": "shotgun-sh/shotgun", - "stars": 608, - "updated_at": "2026-02-24T05:16:57Z", + "stars": 625, + "updated_at": "2026-03-02T14:07:32Z", "verified": true } ], @@ -5102,15 +5186,15 @@ { "archived": false, "default_branch": "release", - "forks": 4782, + "forks": 4826, "html_url": "https://github.com/SillyTavern/SillyTavern", "http_status": 200, - "open_issues": 375, - "pushed_at": "2026-02-23T22:40:17Z", + "open_issues": 365, + "pushed_at": "2026-03-01T20:17:38Z", "reason": "", "repo": "SillyTavern/SillyTavern", - "stars": 23486, - "updated_at": "2026-02-24T15:26:17Z", + "stars": 23772, + "updated_at": "2026-03-02T16:12:03Z", "verified": true } ], @@ -5130,15 +5214,15 @@ { "archived": false, "default_branch": "master", - "forks": 2573, + "forks": 2589, "html_url": "https://github.com/siyuan-note/siyuan", "http_status": 200, - "open_issues": 371, - "pushed_at": "2026-02-24T10:05:51Z", + "open_issues": 366, + "pushed_at": "2026-03-02T16:06:23Z", "reason": "", "repo": "siyuan-note/siyuan", - "stars": 41466, - "updated_at": "2026-02-24T15:07:42Z", + "stars": 41585, + "updated_at": "2026-03-02T15:45:18Z", "verified": true } ], @@ -5158,15 +5242,15 @@ { "archived": false, "default_branch": "main", - "forks": 2304, + "forks": 2325, "html_url": "https://github.com/huggingface/smolagents", "http_status": 200, - "open_issues": 378, - "pushed_at": "2026-02-21T09:25:25Z", + "open_issues": 394, + "pushed_at": "2026-03-01T19:49:53Z", "reason": "", "repo": "huggingface/smolagents", - "stars": 25591, - "updated_at": "2026-02-24T15:03:32Z", + "stars": 25699, + "updated_at": "2026-03-02T16:33:34Z", "verified": true } ], @@ -5186,15 +5270,15 @@ { "archived": false, "default_branch": "main", - "forks": 439, + "forks": 440, "html_url": "https://github.com/stagewise-io/stagewise", "http_status": 200, - "open_issues": 32, - "pushed_at": "2026-02-24T14:53:58Z", + "open_issues": 35, + "pushed_at": "2026-03-02T14:26:59Z", "reason": "", "repo": "stagewise-io/stagewise", - "stars": 6496, - "updated_at": "2026-02-24T09:00:02Z", + "stars": 6493, + "updated_at": "2026-03-01T17:11:00Z", "verified": true } ], @@ -5214,15 +5298,15 @@ { "archived": false, "default_branch": "main", - "forks": 662, + "forks": 677, "html_url": "https://github.com/strands-agents/sdk-python", "http_status": 200, - "open_issues": 380, - "pushed_at": "2026-02-24T07:55:22Z", + "open_issues": 394, + "pushed_at": "2026-02-27T21:10:14Z", "reason": "", "repo": "strands-agents/sdk-python", - "stars": 5178, - "updated_at": "2026-02-24T15:28:06Z", + "stars": 5237, + "updated_at": "2026-03-02T16:04:39Z", "verified": true } ], @@ -5242,15 +5326,15 @@ { "archived": false, "default_branch": "master", - "forks": 11623, + "forks": 11689, "html_url": "https://github.com/supabase/supabase", "http_status": 200, - "open_issues": 993, - "pushed_at": "2026-02-24T15:20:03Z", + "open_issues": 966, + "pushed_at": "2026-03-02T16:35:11Z", "reason": "", "repo": "supabase/supabase", - "stars": 98107, - "updated_at": "2026-02-24T15:12:53Z", + "stars": 98422, + "updated_at": "2026-03-02T16:33:28Z", "verified": true } ], @@ -5270,15 +5354,15 @@ { "archived": false, "default_branch": "main", - "forks": 2162, + "forks": 2164, "html_url": "https://github.com/TransformerOptimus/SuperAGI", "http_status": 200, - "open_issues": 215, + "open_issues": 216, "pushed_at": "2025-01-22T22:14:07Z", "reason": "", "repo": "TransformerOptimus/SuperAGI", - "stars": 17194, - "updated_at": "2026-02-24T14:33:10Z", + "stars": 17227, + "updated_at": "2026-03-02T11:57:39Z", "verified": true } ], @@ -5298,15 +5382,15 @@ { "archived": false, "default_branch": "main", - "forks": 162, + "forks": 228, "html_url": "https://github.com/superset-sh/superset", "http_status": 200, - "open_issues": 155, - "pushed_at": "2026-02-24T15:02:43Z", + "open_issues": 240, + "pushed_at": "2026-03-02T09:39:04Z", "reason": "", "repo": "superset-sh/superset", - "stars": 1923, - "updated_at": "2026-02-24T13:56:11Z", + "stars": 3321, + "updated_at": "2026-03-02T16:33:10Z", "verified": true } ], @@ -5326,15 +5410,15 @@ { "archived": false, "default_branch": "main", - "forks": 2240, + "forks": 2244, "html_url": "https://github.com/openai/swarm", "http_status": 200, "open_issues": 17, "pushed_at": "2025-03-11T17:27:22Z", "reason": "", "repo": "openai/swarm", - "stars": 21009, - "updated_at": "2026-02-24T14:19:33Z", + "stars": 21056, + "updated_at": "2026-03-02T14:46:47Z", "verified": true } ], @@ -5354,29 +5438,29 @@ { "archived": false, "default_branch": "main", - "forks": 1998, + "forks": 2009, "html_url": "https://github.com/SWE-agent/SWE-agent", "http_status": 200, "open_issues": 27, - "pushed_at": "2026-02-24T01:03:21Z", + "pushed_at": "2026-03-02T16:10:52Z", "reason": "", "repo": "SWE-agent/SWE-agent", - "stars": 18545, - "updated_at": "2026-02-24T09:52:06Z", + "stars": 18606, + "updated_at": "2026-03-02T16:12:10Z", "verified": true }, { "archived": false, "default_branch": "main", - "forks": 391, + "forks": 405, "html_url": "https://github.com/SWE-agent/mini-swe-agent", "http_status": 200, - "open_issues": 11, - "pushed_at": "2026-02-24T02:16:35Z", + "open_issues": 13, + "pushed_at": "2026-03-02T16:18:14Z", "reason": "", "repo": "SWE-agent/mini-swe-agent", - "stars": 2994, - "updated_at": "2026-02-24T15:27:53Z", + "stars": 3063, + "updated_at": "2026-03-02T16:18:37Z", "verified": true } ], @@ -5397,15 +5481,15 @@ { "archived": false, "default_branch": "main", - "forks": 450, + "forks": 449, "html_url": "https://github.com/sweepai/sweep", "http_status": 200, - "open_issues": 747, + "open_issues": 749, "pushed_at": "2025-09-18T06:10:59Z", "reason": "", "repo": "sweepai/sweep", - "stars": 7638, - "updated_at": "2026-02-24T00:08:58Z", + "stars": 7643, + "updated_at": "2026-03-01T00:10:21Z", "verified": true } ], @@ -5425,15 +5509,15 @@ { "archived": false, "default_branch": "main", - "forks": 1684, + "forks": 1689, "html_url": "https://github.com/TabbyML/tabby", "http_status": 200, - "open_issues": 291, - "pushed_at": "2026-02-14T08:25:23Z", + "open_issues": 293, + "pushed_at": "2026-03-02T08:20:29Z", "reason": "", "repo": "TabbyML/tabby", - "stars": 32921, - "updated_at": "2026-02-24T15:05:26Z", + "stars": 32970, + "updated_at": "2026-03-02T15:01:56Z", "verified": true } ], @@ -5453,15 +5537,15 @@ { "archived": false, "default_branch": "main", - "forks": 1, + "forks": 3, "html_url": "https://github.com/taskade/awesome-vibe-coding", "http_status": 200, "open_issues": 0, "pushed_at": "2026-02-11T17:32:11Z", "reason": "", "repo": "taskade/awesome-vibe-coding", - "stars": 5, - "updated_at": "2026-02-18T01:52:17Z", + "stars": 6, + "updated_at": "2026-02-25T22:49:49Z", "verified": true }, { @@ -5474,8 +5558,8 @@ "pushed_at": "2026-02-13T21:03:17Z", "reason": "", "repo": "taskade/mcp", - "stars": 108, - "updated_at": "2026-02-22T19:56:41Z", + "stars": 111, + "updated_at": "2026-03-02T07:47:37Z", "verified": true }, { @@ -5485,11 +5569,11 @@ "html_url": "https://github.com/taskade/docs", "http_status": 200, "open_issues": 1, - "pushed_at": "2026-02-20T06:00:27Z", + "pushed_at": "2026-02-25T08:57:52Z", "reason": "", "repo": "taskade/docs", - "stars": 10, - "updated_at": "2026-02-20T06:00:31Z", + "stars": 11, + "updated_at": "2026-02-28T21:34:52Z", "verified": true }, { @@ -5499,11 +5583,11 @@ "html_url": "https://github.com/taskade/taskade", "http_status": 200, "open_issues": 0, - "pushed_at": "2026-02-19T00:35:48Z", + "pushed_at": "2026-02-25T06:33:20Z", "reason": "", "repo": "taskade/taskade", - "stars": 4, - "updated_at": "2026-02-19T19:21:13Z", + "stars": 6, + "updated_at": "2026-03-01T01:55:05Z", "verified": true } ], @@ -5530,11 +5614,11 @@ "html_url": "https://github.com/taskade/docs", "http_status": 200, "open_issues": 1, - "pushed_at": "2026-02-20T06:00:27Z", + "pushed_at": "2026-02-25T08:57:52Z", "reason": "", "repo": "taskade/docs", - "stars": 10, - "updated_at": "2026-02-20T06:00:31Z", + "stars": 11, + "updated_at": "2026-02-28T21:34:52Z", "verified": true }, { @@ -5547,8 +5631,8 @@ "pushed_at": "2026-02-13T21:03:17Z", "reason": "", "repo": "taskade/mcp", - "stars": 108, - "updated_at": "2026-02-22T19:56:41Z", + "stars": 111, + "updated_at": "2026-03-02T07:47:37Z", "verified": true }, { @@ -5558,15 +5642,15 @@ "html_url": "https://github.com/taskade/taskade", "http_status": 200, "open_issues": 0, - "pushed_at": "2026-02-19T00:35:48Z", + "pushed_at": "2026-02-25T06:33:20Z", "reason": "", "repo": "taskade/taskade", - "stars": 4, - "updated_at": "2026-02-19T19:21:13Z", + "stars": 6, + "updated_at": "2026-03-01T01:55:05Z", "verified": true } ], - "source_repo_count": 4, + "source_repo_count": 3, "source_repos": [ "taskade/docs", "taskade/mcp", @@ -5574,7 +5658,7 @@ ], "tutorial": "taskade-docs-tutorial", "unverified_repo_count": 0, - "verified_repo_count": 4 + "verified_repo_count": 3 }, { "index_path": "tutorials/taskade-mcp-tutorial/index.md", @@ -5591,8 +5675,8 @@ "pushed_at": "2026-02-13T21:03:17Z", "reason": "", "repo": "taskade/mcp", - "stars": 108, - "updated_at": "2026-02-22T19:56:41Z", + "stars": 111, + "updated_at": "2026-03-02T07:47:37Z", "verified": true }, { @@ -5602,11 +5686,11 @@ "html_url": "https://github.com/taskade/docs", "http_status": 200, "open_issues": 1, - "pushed_at": "2026-02-20T06:00:27Z", + "pushed_at": "2026-02-25T08:57:52Z", "reason": "", "repo": "taskade/docs", - "stars": 10, - "updated_at": "2026-02-20T06:00:31Z", + "stars": 11, + "updated_at": "2026-02-28T21:34:52Z", "verified": true }, { @@ -5616,15 +5700,15 @@ "html_url": "https://github.com/taskade/taskade", "http_status": 200, "open_issues": 0, - "pushed_at": "2026-02-19T00:35:48Z", + "pushed_at": "2026-02-25T06:33:20Z", "reason": "", "repo": "taskade/taskade", - "stars": 4, - "updated_at": "2026-02-19T19:21:13Z", + "stars": 6, + "updated_at": "2026-03-01T01:55:05Z", "verified": true } ], - "source_repo_count": 4, + "source_repo_count": 3, "source_repos": [ "taskade/mcp", "taskade/docs", @@ -5632,7 +5716,7 @@ ], "tutorial": "taskade-mcp-tutorial", "unverified_repo_count": 0, - "verified_repo_count": 4 + "verified_repo_count": 3 }, { "index_path": "tutorials/taskade-tutorial/index.md", @@ -5646,11 +5730,11 @@ "html_url": "https://github.com/taskade/taskade", "http_status": 200, "open_issues": 0, - "pushed_at": "2026-02-19T00:35:48Z", + "pushed_at": "2026-02-25T06:33:20Z", "reason": "", "repo": "taskade/taskade", - "stars": 4, - "updated_at": "2026-02-19T19:21:13Z", + "stars": 6, + "updated_at": "2026-03-01T01:55:05Z", "verified": true }, { @@ -5660,11 +5744,11 @@ "html_url": "https://github.com/taskade/docs", "http_status": 200, "open_issues": 1, - "pushed_at": "2026-02-20T06:00:27Z", + "pushed_at": "2026-02-25T08:57:52Z", "reason": "", "repo": "taskade/docs", - "stars": 10, - "updated_at": "2026-02-20T06:00:31Z", + "stars": 11, + "updated_at": "2026-02-28T21:34:52Z", "verified": true }, { @@ -5677,22 +5761,22 @@ "pushed_at": "2026-02-13T21:03:17Z", "reason": "", "repo": "taskade/mcp", - "stars": 108, - "updated_at": "2026-02-22T19:56:41Z", + "stars": 111, + "updated_at": "2026-03-02T07:47:37Z", "verified": true }, { "archived": false, "default_branch": "main", - "forks": 1, + "forks": 3, "html_url": "https://github.com/taskade/awesome-vibe-coding", "http_status": 200, "open_issues": 0, "pushed_at": "2026-02-11T17:32:11Z", "reason": "", "repo": "taskade/awesome-vibe-coding", - "stars": 5, - "updated_at": "2026-02-18T01:52:17Z", + "stars": 6, + "updated_at": "2026-02-25T22:49:49Z", "verified": true }, { @@ -5710,7 +5794,7 @@ "verified": true } ], - "source_repo_count": 6, + "source_repo_count": 5, "source_repos": [ "taskade/taskade", "taskade/docs", @@ -5720,7 +5804,7 @@ ], "tutorial": "taskade-tutorial", "unverified_repo_count": 0, - "verified_repo_count": 6 + "verified_repo_count": 5 }, { "index_path": "tutorials/teable-database-platform/index.md", @@ -5730,15 +5814,15 @@ { "archived": false, "default_branch": "develop", - "forks": 1210, + "forks": 1220, "html_url": "https://github.com/teableio/teable", "http_status": 200, - "open_issues": 138, - "pushed_at": "2026-02-24T11:11:55Z", + "open_issues": 145, + "pushed_at": "2026-03-02T11:48:16Z", "reason": "", "repo": "teableio/teable", - "stars": 20917, - "updated_at": "2026-02-24T14:47:43Z", + "stars": 20964, + "updated_at": "2026-03-02T16:01:28Z", "verified": true } ], @@ -5758,15 +5842,15 @@ { "archived": false, "default_branch": "main", - "forks": 1387, + "forks": 1393, "html_url": "https://github.com/openai/tiktoken", "http_status": 200, "open_issues": 85, "pushed_at": "2026-02-08T20:53:30Z", "reason": "", "repo": "openai/tiktoken", - "stars": 17369, - "updated_at": "2026-02-24T13:29:36Z", + "stars": 17446, + "updated_at": "2026-03-02T14:18:45Z", "verified": true } ], @@ -5786,15 +5870,15 @@ { "archived": false, "default_branch": "main", - "forks": 2266, + "forks": 2275, "html_url": "https://github.com/vercel/turborepo", "http_status": 200, - "open_issues": 153, - "pushed_at": "2026-02-24T15:25:25Z", + "open_issues": 142, + "pushed_at": "2026-03-02T16:26:22Z", "reason": "", "repo": "vercel/turborepo", - "stars": 29846, - "updated_at": "2026-02-24T15:24:08Z", + "stars": 29913, + "updated_at": "2026-03-02T16:27:35Z", "verified": true } ], @@ -5821,8 +5905,8 @@ "pushed_at": "2026-01-12T22:50:06Z", "reason": "", "repo": "modelcontextprotocol/use-mcp", - "stars": 1027, - "updated_at": "2026-02-23T10:23:42Z", + "stars": 1030, + "updated_at": "2026-03-01T06:07:05Z", "verified": true } ], @@ -5842,15 +5926,15 @@ { "archived": false, "default_branch": "main", - "forks": 3875, + "forks": 3903, "html_url": "https://github.com/vercel/ai", "http_status": 200, - "open_issues": 1166, - "pushed_at": "2026-02-24T06:03:37Z", + "open_issues": 1236, + "pushed_at": "2026-03-02T16:17:15Z", "reason": "", "repo": "vercel/ai", - "stars": 21991, - "updated_at": "2026-02-24T11:50:54Z", + "stars": 22230, + "updated_at": "2026-03-02T16:10:19Z", "verified": true } ], @@ -5870,15 +5954,15 @@ { "archived": false, "default_branch": "main", - "forks": 2091, + "forks": 2143, "html_url": "https://github.com/BloopAI/vibe-kanban", "http_status": 200, - "open_issues": 393, - "pushed_at": "2026-02-24T14:58:01Z", + "open_issues": 401, + "pushed_at": "2026-03-02T14:17:11Z", "reason": "", "repo": "BloopAI/vibe-kanban", - "stars": 21753, - "updated_at": "2026-02-24T15:15:57Z", + "stars": 22194, + "updated_at": "2026-03-02T16:20:49Z", "verified": true } ], @@ -5898,15 +5982,15 @@ { "archived": false, "default_branch": "main", - "forks": 1125, + "forks": 1133, "html_url": "https://github.com/cloudflare/vibesdk", "http_status": 200, - "open_issues": 41, - "pushed_at": "2026-02-20T15:34:53Z", + "open_issues": 42, + "pushed_at": "2026-03-02T09:08:46Z", "reason": "", "repo": "cloudflare/vibesdk", - "stars": 4803, - "updated_at": "2026-02-24T12:25:38Z", + "stars": 4825, + "updated_at": "2026-03-02T13:15:18Z", "verified": true } ], @@ -5926,15 +6010,15 @@ { "archived": false, "default_branch": "main", - "forks": 13655, + "forks": 13854, "html_url": "https://github.com/vllm-project/vllm", "http_status": 200, - "open_issues": 3432, - "pushed_at": "2026-02-24T15:25:47Z", + "open_issues": 3540, + "pushed_at": "2026-03-02T16:34:13Z", "reason": "", "repo": "vllm-project/vllm", - "stars": 71070, - "updated_at": "2026-02-24T15:26:20Z", + "stars": 71679, + "updated_at": "2026-03-02T16:24:49Z", "verified": true } ], @@ -5954,15 +6038,15 @@ { "archived": false, "default_branch": "master", - "forks": 5230, + "forks": 5247, "html_url": "https://github.com/ggml-org/whisper.cpp", "http_status": 200, - "open_issues": 1139, - "pushed_at": "2026-02-19T15:18:42Z", + "open_issues": 1141, + "pushed_at": "2026-02-27T18:58:02Z", "reason": "", "repo": "ggml-org/whisper.cpp", - "stars": 46973, - "updated_at": "2026-02-24T14:55:55Z", + "stars": 47159, + "updated_at": "2026-03-02T15:57:04Z", "verified": true } ], @@ -5982,15 +6066,15 @@ { "archived": false, "default_branch": "main", - "forks": 3208, + "forks": 3280, "html_url": "https://github.com/wshobson/agents", "http_status": 200, - "open_issues": 2, + "open_issues": 7, "pushed_at": "2026-02-21T12:47:56Z", "reason": "", "repo": "wshobson/agents", - "stars": 29268, - "updated_at": "2026-02-24T15:18:16Z", + "stars": 29950, + "updated_at": "2026-03-02T16:19:16Z", "verified": true } ], @@ -6004,4 +6088,4 @@ } ], "unverified_repositories": [] -} \ No newline at end of file +} diff --git a/discoverability/tutorial-source-verification.md b/discoverability/tutorial-source-verification.md index 1c08d76a..0cea5d49 100644 --- a/discoverability/tutorial-source-verification.md +++ b/discoverability/tutorial-source-verification.md @@ -2,44 +2,44 @@ Automated verification of GitHub source repositories referenced by `tutorials/*/index.md`. -- generated_on: **2026-02-24** -- tutorials scanned: **188** -- tutorials with source repos: **188** +- generated_on: **2026-03-02** +- tutorials scanned: **191** +- tutorials with source repos: **191** - tutorials without source repos: **0** - tutorials with unverified repos: **0** -- unique source repos: **199** -- unique verified repos: **199** +- unique source repos: **201** +- unique verified repos: **201** - unique unverified repos: **0** ## Top Verified Repositories by Stars | Repository | Stars | Last Push | Archived | |:-----------|------:|:----------|:---------| -| [`facebook/react`](https://github.com/facebook/react) | 243,332 | 2026-02-24 | no | -| [`openclaw/openclaw`](https://github.com/openclaw/openclaw) | 224,330 | 2026-02-24 | no | -| [`n8n-io/n8n`](https://github.com/n8n-io/n8n) | 176,131 | 2026-02-24 | no | -| [`ollama/ollama`](https://github.com/ollama/ollama) | 163,265 | 2026-02-24 | no | -| [`huggingface/transformers`](https://github.com/huggingface/transformers) | 156,902 | 2026-02-24 | no | -| [`langflow-ai/langflow`](https://github.com/langflow-ai/langflow) | 145,019 | 2026-02-24 | no | -| [`langgenius/dify`](https://github.com/langgenius/dify) | 130,176 | 2026-02-24 | no | -| [`langchain-ai/langchain`](https://github.com/langchain-ai/langchain) | 127,314 | 2026-02-24 | no | -| [`open-webui/open-webui`](https://github.com/open-webui/open-webui) | 124,778 | 2026-02-24 | no | -| [`anomalyco/opencode`](https://github.com/anomalyco/opencode) | 109,765 | 2026-02-24 | no | -| [`microsoft/TypeScript`](https://github.com/microsoft/TypeScript) | 107,927 | 2026-02-23 | no | -| [`comfyanonymous/ComfyUI`](https://github.com/Comfy-Org/ComfyUI) | 104,065 | 2026-02-24 | no | -| [`supabase/supabase`](https://github.com/supabase/supabase) | 98,107 | 2026-02-24 | no | -| [`ggerganov/llama.cpp`](https://github.com/ggml-org/llama.cpp) | 95,742 | 2026-02-24 | no | -| [`google-gemini/gemini-cli`](https://github.com/google-gemini/gemini-cli) | 95,522 | 2026-02-24 | no | -| [`openai/whisper`](https://github.com/openai/whisper) | 95,025 | 2025-12-15 | no | -| [`firecrawl/firecrawl`](https://github.com/firecrawl/firecrawl) | 85,215 | 2026-02-24 | no | -| [`mendableai/firecrawl`](https://github.com/firecrawl/firecrawl) | 85,215 | 2026-02-24 | no | -| [`punkpeye/awesome-mcp-servers`](https://github.com/punkpeye/awesome-mcp-servers) | 81,477 | 2026-02-24 | no | -| [`modelcontextprotocol/servers`](https://github.com/modelcontextprotocol/servers) | 79,277 | 2026-02-23 | no | -| [`browser-use/browser-use`](https://github.com/browser-use/browser-use) | 78,889 | 2026-02-24 | no | -| [`anthropics/skills`](https://github.com/anthropics/skills) | 74,679 | 2026-02-06 | no | -| [`infiniflow/ragflow`](https://github.com/infiniflow/ragflow) | 73,616 | 2026-02-24 | no | -| [`lobehub/lobe-chat`](https://github.com/lobehub/lobehub) | 72,586 | 2026-02-24 | no | -| [`vllm-project/vllm`](https://github.com/vllm-project/vllm) | 71,070 | 2026-02-24 | no | +| [`openclaw/openclaw`](https://github.com/openclaw/openclaw) | 247,023 | 2026-03-02 | no | +| [`facebook/react`](https://github.com/facebook/react) | 243,431 | 2026-03-02 | no | +| [`n8n-io/n8n`](https://github.com/n8n-io/n8n) | 177,197 | 2026-03-02 | no | +| [`ollama/ollama`](https://github.com/ollama/ollama) | 163,851 | 2026-03-02 | no | +| [`huggingface/transformers`](https://github.com/huggingface/transformers) | 157,266 | 2026-03-02 | no | +| [`langflow-ai/langflow`](https://github.com/langflow-ai/langflow) | 145,194 | 2026-03-02 | no | +| [`langgenius/dify`](https://github.com/langgenius/dify) | 130,930 | 2026-03-02 | no | +| [`langchain-ai/langchain`](https://github.com/langchain-ai/langchain) | 127,956 | 2026-03-02 | no | +| [`open-webui/open-webui`](https://github.com/open-webui/open-webui) | 125,443 | 2026-03-02 | no | +| [`anomalyco/opencode`](https://github.com/anomalyco/opencode) | 114,224 | 2026-03-02 | no | +| [`microsoft/TypeScript`](https://github.com/microsoft/TypeScript) | 107,995 | 2026-03-02 | no | +| [`comfyanonymous/ComfyUI`](https://github.com/Comfy-Org/ComfyUI) | 104,688 | 2026-03-02 | no | +| [`supabase/supabase`](https://github.com/supabase/supabase) | 98,422 | 2026-03-02 | no | +| [`ggerganov/llama.cpp`](https://github.com/ggml-org/llama.cpp) | 96,348 | 2026-03-02 | no | +| [`google-gemini/gemini-cli`](https://github.com/google-gemini/gemini-cli) | 96,224 | 2026-03-02 | no | +| [`openai/whisper`](https://github.com/openai/whisper) | 95,307 | 2025-12-15 | no | +| [`firecrawl/firecrawl`](https://github.com/firecrawl/firecrawl) | 87,358 | 2026-03-02 | no | +| [`mendableai/firecrawl`](https://github.com/firecrawl/firecrawl) | 87,358 | 2026-03-02 | no | +| [`punkpeye/awesome-mcp-servers`](https://github.com/punkpeye/awesome-mcp-servers) | 81,956 | 2026-02-26 | no | +| [`anthropics/skills`](https://github.com/anthropics/skills) | 81,153 | 2026-02-25 | no | +| [`modelcontextprotocol/servers`](https://github.com/modelcontextprotocol/servers) | 79,872 | 2026-02-28 | no | +| [`browser-use/browser-use`](https://github.com/browser-use/browser-use) | 79,382 | 2026-03-02 | no | +| [`infiniflow/ragflow`](https://github.com/infiniflow/ragflow) | 74,033 | 2026-03-02 | no | +| [`lobehub/lobe-chat`](https://github.com/lobehub/lobehub) | 72,894 | 2026-03-02 | no | +| [`anthropics/claude-code`](https://github.com/anthropics/claude-code) | 72,674 | 2026-03-02 | no | ## Tutorials Missing Source Repository Links diff --git a/tutorials/README.md b/tutorials/README.md index 88ff0d92..620dda93 100644 --- a/tutorials/README.md +++ b/tutorials/README.md @@ -14,26 +14,6 @@ Use this guide to navigate all tutorial tracks, understand structure rules, and | Metric | Value | |:-------|:------| -<<<<<<< HEAD -| Tutorial directories | 191 | -| Tutorial markdown files | 1732 | -| Tutorial markdown lines | 1,048,772 | -======= -<<<<<<< HEAD -| Tutorial directories | 191 | -| Tutorial markdown files | 1732 | -| Tutorial markdown lines | 1,048,772 | -======= -<<<<<<< HEAD -| Tutorial directories | 191 | -| Tutorial markdown files | 1732 | -| Tutorial markdown lines | 1,048,772 | -======= -<<<<<<< HEAD -| Tutorial directories | 191 | -| Tutorial markdown files | 1732 | -| Tutorial markdown lines | 1,048,772 | -======= | Tutorial directories | 191 | | Tutorial markdown files | 1732 | | Tutorial markdown lines | 1,048,772 | @@ -44,18 +24,14 @@ Repository-source verification run against tutorial index references (GitHub API | Signal | Value | |:-------|------:| -| Tutorials scanned | 188 | -| Tutorials with source repos | 188 | +| Tutorials scanned | 191 | +| Tutorials with source repos | 191 | | Tutorials with unverified source repos | 0 | -| Unique verified source repos | 199 | +| Unique verified source repos | 201 | - Report: [../discoverability/tutorial-source-verification.md](../discoverability/tutorial-source-verification.md) - JSON: [../discoverability/tutorial-source-verification.json](../discoverability/tutorial-source-verification.json) - Script: [../scripts/verify_tutorial_sources.py](../scripts/verify_tutorial_sources.py) ->>>>>>> origin/main ->>>>>>> origin/main ->>>>>>> origin/main ->>>>>>> origin/main ## Content Structure Patterns