3 Open Issues Need Help Last updated: Jun 23, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to debug a CI/CD pipeline failure where unit tests for the Mallku project, a personal information system, fail due to `ModuleNotFoundError`. The error occurs only in the CI environment, despite attempts to set the PYTHONPATH correctly. The solution involves investigating the discrepancy between the local and CI environments' Python import behavior and potentially installing Mallku as a package within the CI environment.

Complexity: 4/5
bug help wanted CI/CD

Flight Rooted in the Sacred Earth

Python

AI Summary: Refactor the existing sequential example test suite for the Mallku project into pytest-style tests to enable parallel execution within the CI pipeline. This involves converting the custom test runner into pytest tests, fixing any resulting errors (like the missing 'provider' fixture), and updating the CI configuration to utilize pytest's parallel testing capabilities. The goal is to improve CI speed and provide better failure diagnostics.

Complexity: 4/5
help wanted implementation

Flight Rooted in the Sacred Earth

Python

AI Summary: Create placeholder shell scripts for two empty directories ('03_governance_decisions' and '04_integration_patterns') within a project. These scripts should print a 'Coming soon' message and exit with a return code of 0 to prevent broken links in related documentation and test files.

Complexity: 1/5
good first issue demo-application

Flight Rooted in the Sacred Earth

Python