ChatDraw Documentation
ChatDraw is currently the ChatArch Python CLI package shell for drawing-oriented work. The scaffold hello command has been removed from the public CLI; the only exposed commands are truthful root-level package information entries. Future drawing capabilities must start with reusable Python APIs and then be reflected in chatdraw --tree and chatdraw --tree-brief.
Current entry points
| Entry point | Purpose |
|---|---|
chatdraw --help |
Show the current public CLI options. |
chatdraw --version |
Read back the installed package version. |
chatdraw --tree |
Print the real registered CLI tree with parameter signatures. |
chatdraw --tree-brief |
Print the same CLI tree without parameter signatures. |
Documentation map
-
CLI Tree
Generated by ChatStyle from the real Click command surface in full and brief forms; confirms no scaffold command remains.
-
Package release contract
Released through Trusted Publishing/OIDC, with documentation unified under the ChatArch public docs domain.
Current boundary
hellowas a template leftover and has been removed from the public CLI.- There are no business subcommands yet; the root-only tree is the truthful state.
- Any future drawing command must update tests, README, the CLI tree, MkDocs pages, and release notes together.
中文版本可通过页面右上角语言切换进入。