Skip to main content

英文版 | 简体中文

ChatTree

ChatTree 是 ChatArch tree-oriented workflows 的 Python CLI 包壳。当前公开 CLI 只提供真实 root-only 包信息入口;后续新增 tree 能力时,必须同步 Python API、CLI 树、文档和测试。

快速开始

pip install ChatTree
chattree --help
chattree --version
chattree --tree
chattree --tree-brief

开发环境:

pip install -e ".[dev,docs]"
python -m pytest -q
mkdocs build --strict
python -m build

CLI 树

ChatTree 使用共享的 chatstyle.add_tree_option() 从真实注册的 Click command surface 生成完整和简洁命令树。当前 CLI 是 root-only,因此两个视图的节点相同。

chattree
├── --help  # Show this message and exit.
├── --version  # Show the version and exit.
├── --tree  # Print the registered CLI tree and exit.
└── --tree-brief  # Print the registered CLI tree without parameter signatures and exit.

chattree hello 不是公开 CLI;它属于脚手架示例残留,必须失败。

CLI 规范

  • 根命令显式命名为 chattree,并暴露 --version--tree--tree-brief
  • --tree / --tree-briefchatstyle>=0.2.0,<0.3.0 从真实 Click 注册面生成,不维护包内 renderer。
  • 当前包没有 env/profile/config 行为,因此不依赖 ChatEnv;未来需要配置时,应注册 typed provider,并使用 chatenv>=0.2.10,<0.3.0 与 ChatEnv 管理的存储路径。
  • 当前 root-only 入口只输出包与命令元数据,不读取或修改项目树,也不处理敏感值。

文档

开发说明

扩展命令前先阅读 DEVELOP.mdAGENTS.md,并保持 --tree--tree-brief、README、MkDocs、测试与 changelog 同步。

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chattree-0.1.2.tar.gz (6.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

chattree-0.1.2-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

Details for the file chattree-0.1.2.tar.gz.

File metadata

  • Download URL: chattree-0.1.2.tar.gz
  • Upload date:
  • Size: 6.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for chattree-0.1.2.tar.gz
Algorithm Hash digest
SHA256 d48e89ae477d781a8c696a7b0472f58be76b95273902b8e94c7ed508cf91f88b
MD5 dfd620ddf713f57a7d1656f2644cb748
BLAKE2b-256 25f046a50b5145653274f08dced162623dd9b99173ac980b3e334198aa7af6ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for chattree-0.1.2.tar.gz:

Publisher: publish.yml on ChatArch/ChatTree

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file chattree-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: chattree-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 4.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for chattree-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c61f9d2b4341a12c259113bba4bb3bd37e72e7bdc306d90eb03cef604692a5aa
MD5 1a06f599dca42004d42987eacaaa6c1d
BLAKE2b-256 543dae5f27e132ecd1ee1c60697846a0d9aecc898ff97a743e4ded50e20aca47

See more details on using hashes here.

Provenance

The following attestation bundles were made for chattree-0.1.2-py3-none-any.whl:

Publisher: publish.yml on ChatArch/ChatTree

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.1.2 This release

2 files

0.1.1

2 files

0.1.0

2 files

0.0.1

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page