Changelog¶
All notable changes to the AILIS proposal will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]¶
Added¶
- Initial AILIS framework proposal (v0.1)
- 16-layer model for AI systems
- Core proposal documents:
- AILIS Primer - Overview of the layer model
- AILIS Cheat Sheet - Quick reference
- Blog post draft explaining the concept
- Repository structure for community contributions
- Issue templates for proposals, feedback, and use cases
- Pull request template for proposal submissions
- Contribution guidelines with RFC-style workflow
- GitHub labels for proposal stages
Changed¶
- Restructured repository to support proposal workflow
- Updated contributing guidelines with formal process
Process¶
- Established 4-week minimum review period for proposals
- Set up branch protection for main branch
- Created directories for proposals, reference implementations, and case studies
[0.1.0] - 2025-08-30¶
Added¶
- Initial release of AILIS proposal
- Basic repository structure
- Core documentation
Versioning Guidelines¶
- Major versions (X.0.0) - Significant changes to core layers or fundamental concepts
- Minor versions (0.X.0) - New proposals accepted, additions to framework
- Patch versions (0.0.X) - Clarifications, examples, documentation improvements
How to Update¶
When making changes:
- Add entry under
[Unreleased] - Categorize as: Added, Changed, Deprecated, Removed, Fixed, Security
- When releasing, move unreleased items to new version section
- Tag release in git:
git tag -a v0.2.0 -m "Release version 0.2.0"