forked from EduCraft/curriculum-project-hub
feat: make agent roles and skills dynamic
This commit is contained in:
@@ -28,9 +28,10 @@
|
||||
service identity、workspace、keyring 与 Feishu/provider connection;进程必须由
|
||||
`HUB_SILO_ORGANIZATION_ID` fail-closed 绑定唯一 org,平台后台不开放。共享 SaaS
|
||||
控制面与 Docker adapter 后置(见 ADR-0025)。
|
||||
- Agent skill 只来自 Hub release 内审核过的显式 allowlist,以 release-owned 只读 local
|
||||
plugin 加载;`settingSources: []` 继续禁用项目/用户配置加载。不得把任意 workspace
|
||||
`.claude` 配置或未审核 skill 变成运行时能力(见 ADR-0018)。
|
||||
- Agent role 与 skill 是 Organization-scoped 动态运行配置:role 组合 model、system prompt、
|
||||
tools 与已安装 skill;skill 版本进入 content-addressed 持久存储,run 只读加载所选快照。
|
||||
`settingSources: []` 继续禁用项目/用户配置加载,不得把任意 workspace `.claude` 配置变成
|
||||
运行时能力(见 ADR-0018)。
|
||||
|
||||
## 纪律
|
||||
|
||||
|
||||
Reference in New Issue
Block a user