docs: update TODO.md and changelog for modular CLI milestone

This commit is contained in:
Joe Particle 2025-07-17 09:16:55 +00:00
parent 39e05be88a
commit b83fa060e2
54 changed files with 7696 additions and 99 deletions

View file

@ -0,0 +1,8 @@
"""
Client package for apt-ostree.
This package contains the client-specific code including the CLI entry point
and command implementations.
"""
__version__ = "1.0.0"