Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1163,6 +1163,7 @@ Current Angular version: [![npm version](https://badge.fury.io/js/%40angular%2Fc
* [nx-ng-starter](https://github.com/rfprod/nx-ng-starter) - Monorepo starter with workflow automation: Nx, Angular, Angular Elements, Electron, Node, Nest, Firebase.
* [elements-template](https://github.com/giacomo/elements-template) - A modern, opinionated starter kit for building custom Web Components powered by Angular 21, Tailwind CSS v4, and Vitest.
* [realworld-angular](https://github.com/realworld-angular/realworld-angular) - RealWorld Angular example apps showcasing Angular libraries in action.
* [Swarm Wiki](https://github.com/JohTandou/agent-swarm) - ![GitHub stars](https://img.shields.io/github/stars/JohTandou/agent-swarm) Dark-mode exclusively technical wiki documenting a 9-agent AI pipeline. Built with Angular 19 standalone components, Tailwind v4, GSAP animations, Angular CDK, and ngx-markdown. Features SSR pre-rendering, Prism.js syntax highlighting, Mermaid.js diagrams, and Fuse.js fuzzy search. Deployed on Vercel.

@coderabbitai coderabbitai Bot Jun 23, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Description: Verify the Swarm Wiki repository exists and check its metadata

# Test 1: Check if the repository exists and is accessible
curl -s -I https://github.com/JohTandou/agent-swarm | head -n 1

# Test 2: Fetch repository metadata from GitHub API
curl -s "https://api.github.com/repos/JohTandou/agent-swarm" | jq '{name: .name, description: .description, topics: .topics, stargazers_count: .stargazers_count, archived: .archived}'

# Test 3: Verify the badge URL works and renders correctly
curl -s -I "https://img.shields.io/github/stars/JohTandou/agent-swarm" | head -n 1

Repository: PatrickJS/awesome-angular

Length of output: 440


Remove or correct this entry—the repository does not match the description.

The repository at https://github.com/JohTandou/agent-swarm exists but describes an "AI agent pipeline," not a "Swarm Wiki" template. The claimed tech stack (Angular 19, Tailwind v4, GSAP, ngx-markdown, Prism.js, Mermaid.js, Fuse.js, Vercel) is not mentioned in the actual repository metadata and cannot be verified. Additionally, the repository has only 1 star and is misaligned with the Free Templates section. Either remove this entry or replace it with accurate information about the actual project's purpose.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` at line 1166, The entry for the Swarm Wiki repository at line 1166
in README.md contains inaccurate information. The repository does not match the
description provided, as it describes an AI agent pipeline rather than a Swarm
Wiki template, and the claimed tech stack cannot be verified from the actual
repository. Either remove this entire entry from the README.md file, or replace
it with accurate information that correctly describes the repository's actual
purpose and verified technology stack. Verify any replacement content against
the actual repository before updating.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JohTandou Move the listing to AI and shorten the description to An AI agent pipeline that codes, tests, reviews, and deploys automatically. or something similar. The Wiki Template itself as an addition is a lesser addition.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like the humans are having a chat. I'll hop back into my burrow for now. If you need me again, just tag @coderabbitai in a new comment, and I'll come hopping out!


### Paid Templates

Expand Down