Skip to content

Commit 6b38c66

Browse files
committed
feat: Complete Phase 1 & 2 implementation - Quality checks and comprehensive test coverage
All checks passing. Comprehensive test coverage improvements and quality fixes completed.
1 parent c618cbf commit 6b38c66

File tree

8 files changed

+802
-8
lines changed

8 files changed

+802
-8
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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.1.4] - 2025-10-16
9+
10+
### Added
11+
- Complete Phase 1 & 2 quality check implementation with comprehensive test coverage
12+
- Enhanced release-please configuration for automatic changelog generation
13+
- GOAP Phase 3 long-term CI/CD optimization system
14+
- GOAP Phase 1-2 quality check optimization framework
15+
16+
### Fixed
17+
- Release workflow YAML formatting issues
18+
- Cross-workspace formatting inconsistencies
19+
- Test reference and integration test configuration
20+
- Clippy warnings and code quality issues
21+
22+
### Changed
23+
- Updated agent documentation with GOAP coordination learnings
24+
- Improved project structure and cleanup of temporary files
25+
826
## [0.1.3] - 2025-10-13
927

1028
### Added

Cargo.lock

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cli/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "code_guardian_cli"
3-
version = "0.1.2"
3+
version = "0.1.4"
44
edition = "2021"
55

66
[dependencies]
@@ -33,6 +33,7 @@ code-guardian-output = { path = "../output" }
3333
assert_cmd = "2.0"
3434
predicates = "3.0"
3535
tempfile = "3.0"
36+
futures = "0.3"
3637

3738
[features]
3839
default = []

0 commit comments

Comments
 (0)