统一配置管理服务 - 版本的唯一真相来源
Project description
conf-man
配置管理器 - 版本的"唯一真相来源"
职责
| 职责 | 说明 |
|---|---|
| 版本登记 | 记录每个测试通过的版本 |
| 代码快照 | 保存当时的Git commit hash |
| 依赖锁定 | 记录所有依赖的精确版本 |
| 发布协调 | 触发发布、确认完成 |
| 回滚能力 | 能找回之前的版本 |
发布流程
oc-collab → test-agent → conf-man → pm-agent → 用户
命令
# 登记版本
conf-man register --version 2.3.0 --manifest manifest.yaml --test-report test_report.yaml
# 查询版本
conf-man list # 列出所有版本
conf-man show 2.3.0 # 显示版本详情
# 触发发布
conf-man release --version 2.3.0
目录结构
conf-man/
├── versions/ # 版本记录存储
│ └── v{x.y.z}.yaml
├── src/ # 源代码
├── state/ # 状态文件
├── tests/ # 测试
├── skills/ # Skill
├── docs/ # 文档
└── config/ # 配置
相关文档
- 发布流程:
../HQ/docs/04-releases/RELEASE_PROCESS.md - 发布管理Skill:
../HQ/skills/hq_release_management/content.md - 本系统Release Guide:
skills/conf_man_release_guide/content.md - 本系统Release Guide:
skills/conf_man_release_guide/content.md
版本历史
| 版本 | 日期 | 变更 |
|---|---|---|
| v2.0.0 | 2026-02-27 | 版本号校验、自动项目匹配、状态过滤 |
| v1.3.1 | 2026-02-24 | webhook广播功能 |
| v1.3.0 | 2026-02-23 | secrets管理API |
| v1.2.0 | 2026-02-23 | HTTP API服务 |
| v1.2.0 | 2026-02-20 | 初始版本 |
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
opencode_conf_man-2.1.0.tar.gz
(36.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file opencode_conf_man-2.1.0.tar.gz.
File metadata
- Download URL: opencode_conf_man-2.1.0.tar.gz
- Upload date:
- Size: 36.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95a3acb9d5fb5664fe69aff493ea8adcf3db8f886d5d5d09b380c4802284c830
|
|
| MD5 |
9741593a5083a263dd5c7c23f73e5c9f
|
|
| BLAKE2b-256 |
1c794475f62de8e7bf16660426976197505b4dfc411611455fe0049d37e926b1
|
File details
Details for the file opencode_conf_man-2.1.0-py3-none-any.whl.
File metadata
- Download URL: opencode_conf_man-2.1.0-py3-none-any.whl
- Upload date:
- Size: 12.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a4272f0c3de5662856e5c56dcd6fe48406924e7ea7db3539262b8e5433e7664
|
|
| MD5 |
c6bd5892c2a892708634a3e5f40840d3
|
|
| BLAKE2b-256 |
59e78cefef6c2a13b05ed8c4d3aa17e08e162a3cc02bd6cff30d8539d857c740
|