aimdb-cli 0.3.0

Command-line interface for AimDB - development and administration tool
# 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]

### Changed

- **RecordMetadata Updates**: Output formatters updated to handle new `record_id` and `record_key` fields in `RecordMetadata`
- JSON and table output now display RecordId and RecordKey alongside TypeId for complete record identification

## [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