Skip to content

Commit 0a65c89

Browse files
committed
chore(release): bump version to v5.1.20260418 - Emergent Colugo
1 parent f762b96 commit 0a65c89

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All notable changes to this template will be documented in this file.
44

5+
## [v5.1.20260418] - Emergent Colugo - 2026-04-18
6+
7+
### Added
8+
- **refactor skill**: Standalone skill with Fowler's full catalogue, green-bar rule, two-hats rule, SOLID/OC self-declaration table, and preparatory refactoring protocol — loaded on demand at REFACTOR phase
9+
- **feature-selection skill**: WSJF-based backlog prioritisation (Reinertsen 2009) with Kano value scoring and dependency gate — PO loads this when `TODO.md` is idle
10+
- **ADR template**: `docs/architecture/adr-template.md` for Step 2 architectural decisions
11+
- **Logo and banner**: visual identity added to README (SVG assets in `docs/images/`)
12+
13+
### Changed
14+
- **Architecture stubs**: Step 2 now writes stubs directly into `<package>/` instead of an Architecture section in the feature file; stubs have no docstrings (add after GREEN when lint enforces them); folder structure is suggested, not prescribed — `ports/` and `adapters/` only created when a concrete external dependency is confirmed
15+
- **design-patterns skill**: Narrowed to pure GoF catalogue (23 patterns, smell-triggered before/after examples); SOLID, OC, LoD, CQS, Python Zen moved to refactor skill self-declaration checklist
16+
- **session-workflow**: `Next` line in TODO.md now requires `Run @<agent-name>` prefix so the human always knows which agent to invoke; idle state loads `skill feature-selection` instead of a vague prompt
17+
- **verify skill**: Added orphaned-stub check (skip-marked tests that were never implemented); report template now includes structured `Next Steps` block directing the human to the correct agent
18+
- **Scientific research**: `docs/academic_research.md` split into 9 domain files under `docs/scientific-research/` (cognitive-science, testing, architecture, oop-design, refactoring-empirical, requirements-elicitation, domain-modeling, software-economics, ai-agents)
19+
20+
### Fixed
21+
- Stale `docs/architecture/STEP2-ARCH.md` reference removed from workflow diagram and skill
22+
- Protocol smell-check gate now marked N/A when no external dependencies are identified in scope
23+
524
## [v5.0.20260418] - Structured Phascolarctos - 2026-04-18
625

726
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-project-template"
3-
version = "5.0.20260418"
3+
version = "5.1.20260418"
44
description = "Python template with some awesome tools to quickstart any Python project"
55
readme = "README.md"
66
requires-python = ">=3.13"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)