CLI Tree¶
chatsync --tree is generated from the real Click command registry so local gates, CI, and release readback lock the public interface.
chatsync # ChatArch synchronization tooling CLI.
├── --version # Print the current package version.
├── --tree # Print the registered CLI tree.
└── --help # Show CLI help and registered options.
Base Entries¶
chatsync --help # Show CLI help and registered options
chatsync --version # Verify the installed version
chatsync --tree # Print the live CLI tree
Current Boundary¶
ChatSync currently exposes only root-level verification entries and a ChatEnv configuration provider. It has no implemented business subcommands yet. New commands must add importable Python APIs and tests first, then synchronize README and docs from the live chatsync --tree output.