Skip to main content

ChatSync

ChatArch synchronization tooling package.

文档入口:https://arch.gh.wzhecnu.cn/ChatSync/

按场景选择文档:

场景 文档
第一次安装、运行命令行、确认包可用 CLI 树
校对当前包有哪些一等能力和边界 能力地图
从 Python 代码调用包能力 接口树

快速开始

pip install -e ".[dev,docs]"
chatsync --help
chatsync --version
chatsync --tree
chatsync --tree-brief
python -m pytest -q
mkdocs build --strict
python -m build

CLI 树

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

chatsync
├── --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.

命令行规范

ChatSync 固定使用 chatstyle>=0.2.0,<0.3.0 提供 --tree / --tree-brief,并使用 chatenv>=0.2.10,<0.3.0、typed provider registration 和 ChatEnv 管理的 profile/storage 路径。新的同步能力应优先提供可复用 Python API,再接入 CLI、文档和测试。

  • CommandSchema / CommandField 描述输入。
  • add_interactive_option() 提供统一 -i/-I
  • resolve_command_inputs() 统一缺参补问、默认值、TTY 与校验。
  • 默认生成 config.pychatenv.configs 入口点,使包可被 ChatEnv 发现;只有明确不需要 ChatEnv 接入时才使用 --without-chatenv-provider

目录结构

  • src/:包源码
  • tests/code-tests/:代码测试和历史测试迁移
  • tests/cli-tests/:真实 CLI 测试,doc-first
  • tests/mock-cli-tests/:mock/fake CLI 测试,doc-first
  • docs/:长期维护文档,由 mkdocs 构建

开发说明

扩展脚手架前,先阅读 DEVELOP.mdAGENTS.md

Download files

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

Source Distribution

chatsync-0.0.4.tar.gz (6.9 kB view details)

Uploaded Source

Built Distribution

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

chatsync-0.0.4-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file chatsync-0.0.4.tar.gz.

File metadata

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

File hashes

Hashes for chatsync-0.0.4.tar.gz
Algorithm Hash digest
SHA256 bf1188cc5a7e1d75a0f898a71f69826869c0e81925557a7bd8c63d8179189ddb
MD5 8f4bea645a166a96711b574b4230eded
BLAKE2b-256 8d06e1880b12c1e9465a8ed23e1cb589eb8cf8cc2b3c422d4a1297208838e142

See more details on using hashes here.

Provenance

The following attestation bundles were made for chatsync-0.0.4.tar.gz:

Publisher: publish.yml on ChatArch/ChatSync

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

File details

Details for the file chatsync-0.0.4-py3-none-any.whl.

File metadata

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

File hashes

Hashes for chatsync-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 257bd359d202c9b1cd477acbe3b4d4ec0951bf51b4c13ae6f964beb8f7eff7c6
MD5 647d67d7b9987743649d63aa5764c6f4
BLAKE2b-256 bdb91a5ac4893db8c86bf76487eff5d9c33faf51f3fd9c24f9fa069c5bdc6b28

See more details on using hashes here.

Provenance

The following attestation bundles were made for chatsync-0.0.4-py3-none-any.whl:

Publisher: publish.yml on ChatArch/ChatSync

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.0.4 This release

2 files

0.0.3

2 files

0.0.2

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