Skip to content

Conversation

@Sanjay-VK07
Copy link

@Sanjay-VK07 Sanjay-VK07 commented Jan 11, 2026

What kind of change does this PR introduce?

  • [ X] Add a project
  • Update a project
  • Remove a project
  • Add or update a category
  • Change configuration
  • Documentation
  • Other, please describe:

Description:
Added TermGraph — a lightweight Python CLI tool to draw graphs in the terminal.

Checklist:

  • [ X] I have read the CONTRIBUTING guidelines.
  • [ X] I have not modified the README.md file. Projects are only supposed to be added or updated within the projects.yaml file since the README.md file is automatically generated.

Summary by cubic

Added TermGraph to the cli-helpers category in projects.yaml with its GitHub link and description. Also corrected project categories (e.g., cookiecutter to dev-utils) to keep the generated list consistent.

Written for commit 1c96d8d. Summary will update on new commits.

Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

1 issue found across 5 files (changes from recent commits).

Prompt for AI agents (all issues)

Check if these issues are valid — if so, understand the root cause of each and fix them.


<file name="projects.yaml">

<violation number="1" location="projects.yaml:1546">
P2: Duplicate category key in the same project entry can break YAML parsing or override the intended category</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

resource: true
category: text
homepage: https://github.com/ml-tooling/best-of-ml-python#text-data--nlp
category: file-formats
Copy link

@cubic-dev-ai cubic-dev-ai bot Jan 21, 2026

Choose a reason for hiding this comment

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

P2: Duplicate category key in the same project entry can break YAML parsing or override the intended category

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At projects.yaml, line 1546:

<comment>Duplicate category key in the same project entry can break YAML parsing or override the intended category</comment>

<file context>
@@ -1543,6 +1543,7 @@ projects:
     resource: true
     category: text
     homepage: https://github.com/ml-tooling/best-of-ml-python#text-data--nlp
+    category: file-formats
   - name: openpyxl
     pypi_id: openpyxl
</file context>
Fix with Cubic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants