Skip to content

Commit e10fcef

Browse files
kevinelliottclaude
andcommitted
Release v1.0.1: Documentation and formatting verification
- Updated CLAUDE.md with requirement that all code changes must pass lint, gofmt, tests, and build checks - Verified all Go files are properly formatted with gofmt - All lints passing (go vet, golangci-lint) - All tests passing - Build successful 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 0c4bae4 commit e10fcef

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
### Security
1717

18+
## [1.0.1] - 2025-11-05
19+
20+
### Changed
21+
- Updated CLAUDE.md with additional project instruction requiring lint, gofmt, tests, and build to pass for all code changes
22+
23+
### Fixed
24+
- Verified all Go files are properly formatted with gofmt (no changes needed)
25+
1826
## [1.0.0] - 2025-11-05
1927

2028
### Added

CLAUDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
- Before releasing, the README and CHANGELOG must be updated, all lints must pass, all tests must pass, and it should build successfully.
2-
- Always ensure that the design system is applied to the design of the web UI. If new design concepts are introduced, be sure the design system is updated to reflect.
2+
- Always ensure that the design system is applied to the design of the web UI. If new design concepts are introduced, be sure the design system is updated to reflect.
3+
- All code additions/changes require that lint, gofmt, tests, and build are successful.

0 commit comments

Comments
 (0)