v1.0.15
[1.0.15] - 2026-06-08
- Commit Range: ➡️
18ef4a6...4df556d
🛠️ Other Changes
18ef4a6— Update Codecov action to v7.0.0
📝 Documentation
-
65c7d36— 📝 [docs] (AGENTS) Add source instructions for package behavior and configuration -
Document source of truth for configuration files
-
Outline guidelines for config changes and validation processes
-
da9ead5— 📝 [docs] Document generated package layout -
📝 Point maintainers and contributors at src as the source of truth.
-
✅ Add CI protection for checked-in root shims.
-
🔒 Pack release archives with lifecycle scripts disabled.
🧪 Testing
-
598f48f— ✅ [test] Add formatting fixture coverage -
✅ Verify every supported file family resolves and formats idempotently through the package config.
-
🐚 Cover bash and zsh shell patterns alongside the existing sh fixture.
-
📦 Ignore fixture package files in package-json lint.
🧹 Chores
4df556d— Release v1.0.15
👷 CI/CD
-
4f13f5a— 🚦 [ci] Build package for every release trigger -
🚦 Run the release build before publish and archive steps for tag and manual releases.
-
🧹 Rename the step so it no longer implies only manual version bumps.
🔧 Build System
-
29b8249— 🧱 [build] Move package implementation to dist -
🧱 Add typed source files under src and compile them into dist.
-
📦 Keep root package entrypoints as tiny shims into generated output.
-
✅ Update build, typecheck, package check, and coverage config for the new layout.