Conversation
…setup - Rename python_package_template to app for generic template - Update pyproject.toml.template to use 'app' package name - Replace fire with argparse in setup_project.py - Add project_defaults.json for configuration - Add project_defaults.json.template for new projects - Add --dry-run and -y options to setup - Restore .github workflow files
- Add parent folder renaming functionality to setup_project.py - Replace print statements with log_message() for linting compliance - Add Git configuration instructions (manual commands shown to user) - Fix all linting violations without using ignore rules - Update root README.md to focus on template usage and features - Update template README to be tailored for generated projects - Restore original project_defaults.json values - Add security exceptions for setup_project.py subprocess usage
- Add manager agent with 7-phase workflow coordination - Add gherkin-validation skill with Example format preference - Add qa-enforcement skill with Object Calisthenics rules - Add requirements-management skill for hybrid format - Add delegation-coordination skill with agent matrix - Add workflow-coordination skill with development cycle - Enhance overseer agent with auto-delegation and zero tolerance QA - Enhance TDD skill with Example format and proper newlines - Update AGENTS.md with new skills and agents - Fix pytest-html-plus to pytest-html references
- Fix python_package_template references to app in ci.yml - Update uv.lock for current project state
- Remove gherkin-validation/examples/ directory with Python test files - Fix type errors in setup_project.py for optional parameters
Refactored the run function to extract helper functions (apply_defaults, check_interactive, prompt_missing_values) to reduce the McCabe complexity from 12 to below the threshold of 10.
The default CodeQL setup is enabled in repo settings. Custom workflow was causing conflict: 'advanced configurations cannot be processed when the default setup is enabled'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.