Releases: OkusiAssociates/bash-coding-standard
Releases · OkusiAssociates/bash-coding-standard
v1.0.2
Release v1.0.2
Code Cleanup
- Expunged old BCS code references (BCS13xx, BCS14xx)
- Updated section 11 files to use correct BCS11xx codes
- Updated section 12 rulet to use correct BCS12xx codes
- Deleted obsolete
OLD-TO-NEW-MAPPING.md
Documentation
- Updated README files with accurate v1.0.1 statistics
- Fixed
tests/fixtures/README.mdto match actual contents - Added
install.shto exemplar-code documentation - Documented additional test files in
builtins/README.md
Statistics
- 101 BCS codes
- 355+ tests passing (100% pass rate)
- 12 sections fully aligned with new numbering
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Release v1.0.1
Tier Regeneration
- Regenerated all 88 derived tier files (
.summary.md,.abstract.md) - Rebuilt 12 rulet files with AI extraction
- Updated all 4 canonical
BASH-CODING-STANDARDfiles
Bug Fixes
- fix(compress): Add
--separator before prompt in Claude CLI calls - fix(compress): Fix
--forceflag not bypassing timestamp check - fix(compress): Fix spurious UTF-8 sanitization warning
- fix(tests): Update version assertions for 1.0.1
New Features
- feat(compress): Add
--fileoption to process single rule
Documentation
- Updated README, man page, and bash completion
- docs(BCS0706): Update color-set references to current library
Full Changelog: v1.0.0...v1.0.1