Skip to content

Tags: nullhack/python-project-template

Tags

v1.6.20260313

Toggle v1.6.20260313's commit message
Release v1.6.20260313 "elegant swan"

refactor: extract prototype/test patterns to reference files

- Add reference/prototype-patterns.md with guidelines for creating, using,
  and disposing prototype scripts (MANDATORY deletion after use)
- Add reference/test-patterns.md with TDD test patterns and guidelines
- Update prototype-script skill to reference the new patterns file
- Update tdd skill to reference patterns and embed test data directly
- Update implementation skill to use embedded test data
- Update developer agent workflow to include prototype disposal step

v1.5.20260313

Toggle v1.5.20260313's commit message
Release v1.5.20260313 - Innovative Dolphin

- feat: add AI-driven themed naming for releases
- feat: remove revision from versioning format
- Same-day releases now use minor increment: v1.5, v1.6, etc.

See PR #16 for details.

v1.3.20260313r1

Toggle v1.3.20260313r1's commit message
Release v1.3.20260313r1

- feat: add session-workflow skill for multi-session AI development
- fix: remove BDD references and DEVELOPMENT_WORKFLOW.md
- fix: template hotfix - Jinja2 escaping, calver versioning

See CHANGELOG.md for full details.

v1.2.20260312r2

Toggle v1.2.20260312r2's commit message
Hotfix release v1.2.20260312r2

- Fix GitHub Actions context variables in pr-management
- Update template-release to use hybrid calver versioning
- Fix cookiecutter.json default version format

v1.0.0

Toggle v1.0.0's commit message
Release v1.0.0 - Creative Dolphin

AI-Enhanced Development Workflow
- 7-phase TDD/BDD development with OpenCode
- Developer, Architect, Repo-Manager agents
- Hybrid calver versioning with themed releases
- Comprehensive CI and validation

See CHANGELOG.md for full details.

2025.11.01

Toggle 2025.11.01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Contemporary test practices (#9)

* Base changes to simplify tests and make them more robust

* Adding cosmic-ray task
* Adding hypothesis
* Removing pytest-bdd

2025.4.25

Toggle 2025.4.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve pytest with custom markers and run smoke and unit first (#8)

* Removing taskipy as required installation (it is installed with [dev])

* Update README.md

* Update README.md

* Update README.md

* Improving pytest with markers and run smoke and unit tests before others

2025.4.19

Toggle 2025.4.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Removing taskipy as required installation (it is installed with [dev]) (

#7)

2024.02.04

Toggle 2024.02.04's commit message
Update {{cookiecutter.project_slug}}/Dockerfile (#12)

Reviewed-on: https://gitea.eol.myds.me/cluster-projects/python-project-template/pulls/12

2023.12.01

Toggle 2023.12.01's commit message
including features changes names in the hooks