Skip to content

Commit 6059a36

Browse files
committed
chore(release): version 0.18.0
1 parent de16534 commit 6059a36

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.18.0] - 2026-03-20
9+
10+
### Added
11+
- **Installer Boilerplate Generation:** `docs/install.sh` now generates clean, generic boilerplate for `README.md`, `CHANGELOG.md`, `TASKS.md`, and `makefile` instead of copying project-specific versions when scaffolding a new project.
12+
- **Scientific Debugging Documentation:** Added comprehensive documentation for the `/debug` command's scientific, hypothesis-driven workflow in `docs/design.md` and `docs/user-guide.md`.
13+
14+
### Changed
15+
- **Documentation Suite Overhaul:** Major updates to the entire documentation suite (`index.md`, `deploy.md`, `design.md`, `develop.md`, `user-guide.md`) to reflect recent framework changes, including the Journal-First philosophy, TCR (Test-Commit-Revert) loop details, and safe update logic.
16+
817
## [0.17.1] - 2026-03-20
918

1019
### Changed

docs/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
# --- Configuration ---
55
REPO_URL="https://github.com/apiad/starter.git"
6-
VERSION="0.17.1"
6+
VERSION="0.18.0"
77

88
# --- Functions ---
99
banner() {

journal/2026-03-20.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
[2026-03-20T09:54:08] - docs: update comprehensive documentation suite (index, deploy, design, develop, user-guide) with latest framework improvements
1414
[2026-03-20T10:01:39] - docs: update /debug and /task workflows with scientific investigation and TCR details
1515
[2026-03-20T10:19:25] - feat(docs): update install.sh to generate generic boilerplate for scaffolding files
16+
[2026-03-20T10:26:46] - chore(release): version 0.18.0

0 commit comments

Comments
 (0)