Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
8b0bdf1
📝 docs: add release-adjacent splitting rule and test
aicia-bot Mar 23, 2026
e2d31d7
🔨 add validator assertions for release-adjacent splitting
aicia-bot Mar 23, 2026
1b5ad01
📝 update README with release-adjacent splitting guidance
aicia-bot Mar 23, 2026
a2897b7
♻️ refactor: harden bot commit execution flow
aicia-bot Mar 23, 2026
545b023
✅ add validator coverage for bot path safety
aicia-bot Mar 23, 2026
93da810
📝 docs: note bot path and recovery rules
aicia-bot Mar 23, 2026
560fb3d
📝 docs: update README and CHANGELOG for eval contracts
aicia-bot Mar 23, 2026
7c43c5a
♻️ refactor: git-keep-a-changelog skill and eval contracts
aicia-bot Mar 23, 2026
c3748f5
♻️ refactor: git-visual-commits skill and eval contracts
aicia-bot Mar 23, 2026
7077dc9
♻️ refactor: git-visual-squash-summary skill and eval contracts
aicia-bot Mar 23, 2026
8d97142
♻️ refactor git-visual-commits skill with eval contracts
aicia-bot Mar 23, 2026
20a4b23
♻️ refactor git-visual-squash-summary skill with eval contracts
aicia-bot Mar 23, 2026
d0b0aa2
🔨 add validator coverage for skill refactors and prefix behavior
aicia-bot Mar 23, 2026
d5d5f66
📝 update README with skill and eval structure documentation
aicia-bot Mar 23, 2026
6b60b43
💬 update changelog for release 0.3.3
aicia-bot Mar 23, 2026
e0aeda2
📝 clarify commit-language emoji guidance
aicia-bot Mar 23, 2026
6be9766
💬 add community guidance on git-visual-* skill behavior
aicia-bot Mar 23, 2026
65b7e72
♻️ clarify git-visual-commits workflow and discipline
aicia-bot Mar 23, 2026
1506c7f
✅ add evaluation test cases for git-visual-commits skill
aicia-bot Mar 23, 2026
ceed133
♻️ clarify git-visual-squash-summary workflow and scope
aicia-bot Mar 23, 2026
7ebb6bb
✅ add evaluation test cases for git-visual-squash-summary skill
aicia-bot Mar 23, 2026
6190df3
🔨 enhance skill template validator with commit-language checks
aicia-bot Mar 23, 2026
52aa4da
♻️ tighten dependency-intent rules in squash-summary skill
aicia-bot Mar 23, 2026
0b26009
✅ add eval for dependency vs build-system squash separation
aicia-bot Mar 23, 2026
306e9ea
♻️ harden agnostic skill for eval dirs, Codex CLI, and parity
aicia-bot Mar 23, 2026
ccaee6a
✅ add eval for Codex CLI Windows benchmarking workflow
aicia-bot Mar 23, 2026
48eaad0
📝 update skill entries in repo README
aicia-bot Mar 23, 2026
b0f4b00
💬 update README and CHANGELOG for 0.3.3 release
aicia-bot Mar 23, 2026
8b341e1
✅ add eval test cases for markdown-illustrator and skill-creator-agno…
aicia-bot Mar 23, 2026
ff19dff
📝 enhance skill documentation for markdown-illustrator and skill-crea…
aicia-bot Mar 23, 2026
ef7f23b
♻️ clarify mandatory pending-worktree gate in skill
aicia-bot Mar 24, 2026
efbd2e4
🔨 add mandatory-gate validators to skill-template checker
aicia-bot Mar 24, 2026
f480cae
💬 update skill descriptions for mandatory pending-worktree gate
aicia-bot Mar 24, 2026
795ba03
♻️ clarify bundled resource resolution for commit-language reference
aicia-bot Mar 24, 2026
0610fac
🔨 harden validators for bundled skill resource handling
aicia-bot Mar 24, 2026
f3977d4
💬 update docs for clarified commit-language bundled resource path
aicia-bot Mar 24, 2026
bc5ac0b
💬 update changelog for 0.3.3 release
aicia-bot Mar 25, 2026
6e6d713
📝 clarify git-keep-a-changelog footer maintenance in readme
aicia-bot Mar 25, 2026
8cc1955
♻️ enhance git-keep-a-changelog skill and eval for compare-link footer
aicia-bot Mar 25, 2026
26247d2
🔨 add validator assertions for compare-link footer
aicia-bot Mar 25, 2026
04a9dba
🍱 add hero image to dotnet-strong-name-signing skill
aicia-bot Mar 25, 2026
001d4b7
🍱 add assets to git-keep-a-changelog skill
aicia-bot Mar 25, 2026
4033232
🍱 add assets to git-nuget-readme skill
aicia-bot Mar 25, 2026
50a5e1a
🍱 add assets to git-nuget-release-notes skill
aicia-bot Mar 25, 2026
14dad18
🍱 add assets to git-visual-commits skill
aicia-bot Mar 25, 2026
195d80b
🍱 add assets to git-visual-squash-summary skill
aicia-bot Mar 25, 2026
0f7a494
🩹 fix capitalization and field metadata in changelog skill contract
aicia-bot Mar 25, 2026
465ccfa
🔨 align validator needle with corrected skill text
aicia-bot Mar 25, 2026
d93dbf0
✅ fix eval fixture references and reorder eval ids
aicia-bot Mar 25, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

## [Unreleased]

## [0.3.3] - 2026-03-25

This is a patch release focused on strengthening all git workflow skills with concrete eval contracts, enhanced validator enforcement, and comprehensive documentation alignment across the skill suite. Evaluations now cover semantic intent classification, emoji/prefix consistency, bot identity handling, and cross-runner compatibility. The pending-worktree confirmation checkpoint in `git-keep-a-changelog` is now explicitly mandatory for concrete releases, with documentation and validator enforcement to prevent bypass. Compare-link footer maintenance is now explicitly required for both changelog create and update paths, with validator assertions and eval coverage.

### Changed

- Tightened `git-visual-commits` classification and grouping guidance so same-round edits do not collapse into one umbrella commit and release-adjacent work is split by purpose and audience,
- Clarified `git-visual-commits` prefix behavior to default to emoji-first subjects with no prefix, and only allow emoji plus conventional-commit prefix combos when the user explicitly requests that form,
- Hardened `git-visual-commits` bot-commit execution guidance to prefer direct git paths, fail fast when wrapper tools cannot honor aliases, and recover conservatively after wrong-author attempts,
- Refined `git-visual-commits` and `git-visual-squash-summary` skill descriptions and critical rules for consistency and clarity around semantic intent, identity modes, and reference documentation,
- Reorganized `git-visual-commits`, `git-visual-squash-summary`, and `git-keep-a-changelog` skills with explicit workflow steps, clarified parameter forms, and synchronized emoji/prefix reference contract,
- Enhanced `skill-creator-agnostic` for eval directory structure, Codex CLI Windows benchmarking, and runner-agnostic parity validation,
- Clarified `git-keep-a-changelog` pending-worktree confirmation gate as mandatory for concrete releases with new "Mandatory Checkpoints" and "User Intent vs. Mandatory Gates" sections that distinguish between optional scope refinements and required safety checkpoints,
- Strengthened `git-keep-a-changelog` compare-link footer rules to explicitly document insertion, verification, and repair on every edit path.

### Fixed

- Extended `validate-skill-templates.ps1` to enforce release-adjacent grouping rules, direct git execution guidance, fail-fast tool-path checks, non-destructive recovery rules, refined prefix behavior, and commit-language consistency across all git skills,
- Updated the README skill summary so the published repo guidance reflects stronger semantic grouping, direct bot-path execution, conservative commit-repair workflow, clarified prefix defaults, and updated skill entry documentation,
- Added concrete eval contracts with test cases for all git workflow skills: `git-visual-commits` (six tests), `git-visual-squash-summary` (five tests), and `git-keep-a-changelog` (six tests, including pending-worktree gate bypass validation), covering plan review, identity handling, emoji/prefix preservation, SemVer classification, prose wrapping, and consistency validation,
- Added per-skill eval coverage for `markdown-illustrator` and strengthened `skill-creator-agnostic` with benchmark contract reference and Windows PowerShell benchmarking guidance,
- Hardened skill-template validators to enforce the mandatory pending-worktree gate documentation in `git-keep-a-changelog`, requiring SKILL.md sections on mandatory checkpoints, FORMS.md gate emphasis, and evals.json test expectations for gate enforcement,
- Extended validator assertions for `git-keep-a-changelog` to enforce compare-link footer documentation and require eval test case for missing-footer insertion behavior.

## [0.3.2] - 2026-03-23

This is a minor release introducing the markdown-illustrator skill for visualization-first document analysis, with expanded repository branding, comprehensive skill documentation, and foundational eval fixture file infrastructure across the skill suite.
Expand Down Expand Up @@ -102,7 +126,8 @@ This is a minor release that introduces two complementary git workflow skills, e

- Improved scaffold fidelity with hidden `.bot` asset preservation, explicit UTF-8 and BOM handling, and checks aimed at preventing mojibake or incomplete generated output.

[Unreleased]: https://github.com/codebeltnet/agentic/compare/v0.3.2...HEAD
[Unreleased]: https://github.com/codebeltnet/agentic/compare/v0.3.3...HEAD
[0.3.3]: https://github.com/codebeltnet/agentic/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/codebeltnet/agentic/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/codebeltnet/agentic/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/codebeltnet/agentic/compare/v0.2.0...v0.3.0
Expand Down
Loading
Loading