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
33 changes: 33 additions & 0 deletions data/tools/hefestoai.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: HefestoAI
categories:
- linter
tags:
- python
- typescript
- javascript
- java
- go
- rust
- csharp
- terraform
- dockerfile
- yaml
- sql
- shell
- groovy
- json
- toml
- powershell
- cloudformation
- helm
Comment on lines +19 to +22
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

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

The tags toml and helm are not present in data/tags.yml, so the renderer will fail with "Invalid tag" when parsing this entry. Please either remove/replace them with existing tags, or add the missing tags to data/tags.yml in this PR.

Suggested change
- toml
- powershell
- cloudformation
- helm
- powershell
- cloudformation

Copilot uses AI. Check for mistakes.
license: MIT
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

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

License value MIT is inconsistent with the format used in most existing entries (e.g. MIT License). Consider updating this to match the established wording to keep rendered output consistent.

Suggested change
license: MIT
license: MIT License

Copilot uses AI. Check for mistakes.
types:
- cli
- github-action
source: "https://github.com/artvepa80/Agents-Hefesto"
homepage: "https://hefestoai.narapallc.com"
description: >
AI-powered code quality guardian designed for AI-generated code.
Catches security flaws, semantic drift, and complexity issues
across 21 formats. Pre-commit compatible, CI/CD ready, and
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

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

The entry claims support for 21 formats, but the tag list is missing some relevant existing tags (e.g. arm and make exist in data/tags.yml) and currently doesn’t accurately reflect the described coverage. Please align the tags and/or the description so readers can find the tool under the correct categories.

Suggested change
across 21 formats. Pre-commit compatible, CI/CD ready, and
across many formats. Pre-commit compatible, CI/CD ready, and

Copilot uses AI. Check for mistakes.
available as an MCP server for AI agent integration.
Comment on lines +26 to +33
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

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

types includes github-action, but the catalog schema only supports cli, gui, service, and ide-plugin (see ci/render/src/types.rs). This will cause YAML parsing/CI to fail; please remove github-action (and mention GitHub Action support in the description instead) or extend the schema in the same PR.

Suggested change
- github-action
source: "https://github.com/artvepa80/Agents-Hefesto"
homepage: "https://hefestoai.narapallc.com"
description: >
AI-powered code quality guardian designed for AI-generated code.
Catches security flaws, semantic drift, and complexity issues
across 21 formats. Pre-commit compatible, CI/CD ready, and
available as an MCP server for AI agent integration.
source: "https://github.com/artvepa80/Agents-Hefesto"
homepage: "https://hefestoai.narapallc.com"
description: >
AI-powered code quality guardian designed for AI-generated code.
Catches security flaws, semantic drift, and complexity issues
across 21 formats. Pre-commit compatible, CI/CD ready, and
available as an MCP server for AI agent integration. Also
available as a GitHub Action for CI pipelines.

Copilot uses AI. Check for mistakes.
Loading