fix: agents container missing networkx — build-graph.py structural analysis skipped #220
Labels
No labels
action
backlog
blocked
bug-report
in-progress
prediction/actioned
prediction/dismissed
prediction/unreviewed
priority
tech-debt
underspecified
vision
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: disinto-admin/disinto#220
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
lib/build-graph.py imports networkx for structural analysis of the codebase, but the package is not installed in the agents Docker image:
Every gardener and architect run logs this warning and falls back to running without structural analysis.
Proposed solution
Add networkx to the Dockerfile:
Affected files
Acceptance criteria
Blocked — issue #220
no_push2026-04-05T15:05:11ZDiagnostic output
Already fixed by #211 — networkx is installed in Dockerfile line 5. Closing.