Adds README, LICENSE (MIT), .gitignore, Makefile, CONTRIBUTING, CHANGELOG, SECURITY, CODEOWNERS, .editorconfig, .github/workflows/ci.yml, and docs/ARCHITECTURE.md + docs/adr/0001 to bring this repository up to the CxLLM family baseline.
17 lines
471 B
Markdown
17 lines
471 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented here.
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
|
|
and this project adheres to [Semantic Versioning](https://semver.org/).
|
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
|
- Repository scaffolding: README, LICENSE (MIT), .gitignore, Makefile,
|
|
CONTRIBUTING, SECURITY, CODEOWNERS, .editorconfig, CI workflow.
|
|
|
|
## [0.1.0] - 2026-05-17
|
|
|
|
### Added
|
|
- Initial kernel scaffold for CxLLM-Kernel.
|