Open Issues Need Help
View All on GitHubAI 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.
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.
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.