Conversation
… package installation by using '.[dev]' for all development dependencies.
…DSL documentation
There was a problem hiding this comment.
Bug: Missing Source Code and Dev Dependencies
The Docker build fails because the RUN pip install '.[dev}' command requires the project source code (including pyproject.toml) but it is not copied into the image before this step. Additionally, explicit installation of 'build' and 'twine' is removed; these packages might be needed but are not included in the dev dependencies.
Dockerfile#L29-L30
Lines 29 to 30 in 7e5c3d7
Bug: Markdown Changes Ignored in Docs Workflow
The docs workflow (.github/workflows/docs.yml) uses paths-ignore: ['*.md'], preventing documentation updates when markdown content files are changed.
.github/workflows/docs.yml#L3-L5
NetGraph/.github/workflows/docs.yml
Lines 3 to 5 in 7e5c3d7
BugBot free trial expires on June 9, 2025
You have used $0.00 of your $50.00 spend limit so far. Manage your spend limit in the Cursor dashboard.
Was this report helpful? Give feedback by reacting with 👍 or 👎
No description provided.