Merge _configs/ into config/ for single configuration directory. Update all path references. Changes: - Move _configs/* to config/ - Update .gitignore for new patterns - No code references to _configs/ found Impact: -1 root directory (layout_conventions.md compliance)
22 lines
631 B
Markdown
22 lines
631 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
### Changed
|
|
- Reorganized project structure for layout_conventions.md compliance
|
|
- Renamed `assets/` to `assets/`
|
|
- Consolidated `_configs/` into `config/`
|
|
- Moved documentation from root to `docs/`
|
|
- Moved session files to `.coder/info/`
|
|
|
|
### Added
|
|
- CHANGELOG.md
|
|
- CONTRIBUTING.md
|
|
|
|
[Unreleased]: https://github.com/yourusername/syntaxis/compare/v0.1.0...HEAD
|