# Changelog - aimdb-cli
All notable changes to the `aimdb-cli` tool 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]
No changes in this release.
## [0.1.0] - 2025-11-06
### Added
- Initial release of AimDB CLI tool (skeleton implementation)
- Instance discovery command structure
- Record inspection command structure
- Live watch functionality scaffolding
- Basic command-line argument parsing
### Known Limitations
- Commands are not yet fully implemented
- Placeholder implementation for future development
---
[Unreleased]: https://github.com/aimdb-dev/aimdb/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/aimdb-dev/aimdb/releases/tag/v0.1.0