Skip to content

Feature/app hardcoded#34

Merged
nullhack merged 9 commits intomainfrom
feature/app_hardcoded
Apr 13, 2026
Merged

Feature/app hardcoded#34
nullhack merged 9 commits intomainfrom
feature/app_hardcoded

Conversation

@nullhack
Copy link
Copy Markdown
Owner

No description provided.

…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'
@nullhack nullhack merged commit 80be795 into main Apr 13, 2026
8 checks passed
@nullhack nullhack deleted the feature/app_hardcoded branch April 13, 2026 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant