Skip to content

Commit 6dc2763

Browse files
committed
chore(release): version 0.19.0
1 parent 024ef84 commit 6dc2763

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.19.0] - 2026-03-20
9+
10+
### Added
11+
- **Knowledge Mastering (/learn):** Introduced a new 4-phase grounded learning lifecycle (Audit, Research, Execution, Codification) to automate mastering new technologies.
12+
- **Learner Sub-agent:** A specialized "Grounded Learning Specialist" agent that verifies library behavior through real-world code experimentation.
13+
- **Skill System:** A permanent project knowledge base in `.gemini/skills/` with mandatory YAML frontmatter for autonomous agent activation.
14+
- **Comprehensive Documentation Update:** Integrated the `/learn` command and skill system into the framework's documentation suite.
15+
16+
### Changed
17+
- **Testing Philosophy:** Updated documentation to reflect a shift toward agent-driven validation and TCR (Test-Commit-Revert) protocols instead of traditional unit tests.
18+
819
## [0.18.0] - 2026-03-20
920

1021
### Added

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.18.0"
6+
VERSION="0.19.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
@@ -22,3 +22,4 @@
2222
[2026-03-20T12:47:49] - Updated learn.toml command with explicit SKILL.md formatting instructions (YAML frontmatter).
2323
[2026-03-20T12:56:15] - Migrated tests to pytest, then cleaned up tests and makefile to finalize /learn command
2424
[2026-03-20T13:01:58] - Updated comprehensive documentation suite to include the new /learn command, grounded learning philosophy, and skill codification system
25+
[2026-03-20T13:04:06] - Release version 0.19.0

0 commit comments

Comments
 (0)