Commit 7e83b8ec authored by 王晶's avatar 王晶

立法: 创建戈碧迦实施问题清单宪法 v1

parent aa725737
---
# list-config — 戈碧迦实施问题清单宪法
version: 1
list_id: gebijia-issues-ops
name: 戈碧迦实施问题清单
project: 戈碧迦
profile: 问题型
id_prefix: GBJ
proj_code: GBJ
# Git 配置
repo: git@118.31.18.126:bos-project-kb/gebijia-project-kb.git
branch: master
subdir: gebijia-issues-ops/
protected_path: list-config.md
# 权限模型(待补充成员)
members: []
permission: { default: Developer, sa: Maintainer }
# 字段集(继承自 profile 问题型)
fields: [id, project, title, raised_dept, raised_by, owner, owner_history, system, registered, category, priority, sap_status, acceptance, plan_date, developer, escalate_sa, evidence, attachments, source, linked, days]
required: [id, category, priority, sap_status, acceptance]
person_fields: [owner, raised_by]
# 受控词表
vocab:
category: [系统优化问题, 用户操作问题, 开发需求, 跟踪类问题, 数据问题, 报表需求问题, 管理综合问题, 未分类]
priority: [, , , 未定]
sap_status: [未开始, 进行中, 测试中, 已完成, 已取消]
acceptance: [NA, 待验证, 已验证, 已驳回]
# 派生状态机
derive:
final_status:
- {sap_status: 已取消, acceptance: "*", result: 已关闭}
- {sap_status: "*", acceptance: 已驳回, result: 进行中(返工)}
- {sap_status: 已完成, acceptance: 已验证, result: 已完成}
- {sap_status: 已完成, acceptance: 待验证, result: 待用户验证}
- {sap_status: 未开始, acceptance: "*", result: 未开始}
- {sap_status: "*", acceptance: "*", result: 进行中}
# Checklist 定义
checklists:
chk-accept-verified:
gate: soft
prompts:
- 谁确认验收?
- 验收渠道是什么?
- 证据指针(可抽检的依据)
binds: { acceptance: 已验证 }
chk-take-ownership:
gate: soft
prompts:
- 沟通清楚了吗?
- 和谁沟通的?
binds: { sap_status: 进行中 }
chk-complete:
gate: soft
prompts:
- 测过了吗?
- 影响哪些范围?
binds: { sap_status: 已完成 }
chk-close:
gate: soft
prompts:
- 为什么关闭?
- 客户知道吗?
binds: { sap_status: 已取消 }
chk-dev:
gate: soft
prompts:
- FS 就绪了吗?
binds: { sap_status: 测试中 }
---
# 戈碧迦实施问题清单宪法
> 本文件为清单的**宪法**——定义字段、词表、checklist、权限。AI 只提议,SA 拍板。
> 版本:v1 | 2026-07-15
## 清单概览
| 属性 | 值 |
|------|-----|
| list_id | `gebijia-issues-ops` |
| name | 戈碧迦实施问题清单 |
| project | 戈碧迦 |
| profile | 问题型 |
| id_prefix | `GBJ` |
| proj_code | `GBJ` |
| checklist 数 | 5 |
| 成员 | 待补充 |
## 变更历史
| 版本 | 日期 | 变更人 | 说明 |
|------|------|--------|------|
| v1 | 2026-07-15 | — | 初始立宪 |
...@@ -59,13 +59,23 @@ ...@@ -59,13 +59,23 @@
## 四、Issue Ledger 路径 ## 四、Issue Ledger 路径
Issue Ledger(问题台账)暂未建立,预期路径 Issue Ledger 使用 bos-issue-ledger 对象化管理,位于
``` ```
...\客户项目KB_GBJ\Issue_Ledger_GBJ.md ...\gebijia-issues-ops\issues\GBJ-*.md
``` ```
当用户询问"有什么问题"、"未决事项"时,检查该文件是否存在。如不存在,提醒用户创建。 宪法文件:`...\gebijia-issues-ops\list-config.md`
当用户询问"有什么问题"、"未决事项"时,运行 `bos-issue-ledger` skill 操作。
<!--ledger
registry:
repo: http://118.31.18.126:9001/bosAi/bos-issue-registries.git
branch: master
default_ledger: gebijia-issues-ops
-->
--- ---
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment