Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
323 changes: 323 additions & 0 deletions .agents/plugins/evaluations/contentcloud-video-production-0.14.0.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions .agents/plugins/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
{
"id": "contentcloud-video-production",
"kind": "scene_plugin",
"version": "0.13.0",
"version": "0.14.0",
"source": {
"repository": "https://github.com/limecloud/contentcloud",
"ref": "v0.13.0"
"ref": "v0.14.0"
},
"license": "Apache-2.0",
"digest": "sha256:b34658f4bfff1fdce91627252fa2989efdc42f077519cf29598df72f143d1215",
"digest": "sha256:f6fd78c173966c35685189131f7a555abbe06fa8d13f528df45490570a3c15e0",
"signature": {
"status": "verified",
"algorithm": "ed25519",
"key_id": "contentcloud-plugin-release-2026-07",
"value": "ZYUs/4crbZWXfRYNsfvbqNf7Cx9voReN4NZz2gR7shj/jGhp1TehUmApQjAt7lYE4mEFgZ2I7NoNo5LacDqbCA=="
"value": "/hM3xQ6XzpymgxsJSYj9FPVuCW71hw2hkPUMNnJen+ZdEoVJ4VYRZJHG8QkZZ+rI+aLQ5HonvMs0NxPjbMK5BA=="
},
"compatible_profiles": [
"contentcloud.video-production"
Expand Down Expand Up @@ -54,8 +54,8 @@
],
"evaluation": {
"status": "passed",
"report": ".agents/plugins/evaluations/contentcloud-video-production-0.13.0.json",
"digest": "sha256:8b69ad176c2af7a46ca0e5a43e90962e03443a3e37a69bae66e610228e41455b",
"report": ".agents/plugins/evaluations/contentcloud-video-production-0.14.0.json",
"digest": "sha256:32ba3746cd5bba43d4192b2acc988b46f72c9633ab99c29fed4e35af4e9772d4",
"evidence": [
"codex-plugin-transaction",
"bootstrap-confirmation",
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

ContentCloud 的重要变更记录在此文件中。

## [0.14.0] - 2026-08-02

### Added

- 增加 Content Work OS 基础设施:Task/TaskRun、Environment、可版本化 SOP、Stage/Gate、输入收集、知识对象/知识包/不可变快照、会话导入和任务治理契约。
- 增加 Task-first 工作区、知识库、SOP/运行配置后台和对应 BFF API、PostgreSQL 迁移、Memory Store 与领域/服务/HTTP 回归测试。
- 增加短视频脚本与文章任务共用的 Revision、Gate、Delivery 和结果追溯基础链路,并补充 Content Work OS 路线、架构、安全、工作流与验收文档。

### Changed

- 工作区、项目页、后台导航和 API 路由收敛到 Task-first 主路径;旧知识冲突旁路和重复主导航移除,历史事实保持只读。
- 新增显式输入、知识、SOP、任务和阶段动作,所有租户边界、幂等键、版本绑定、RLS 和不可变约束由服务端校验。
- CLI、Web、npm 安装器、Plugin、MCP、Environment Profile、Bootstrap 和 Server/Worker 版本统一升级到 `0.14.0`。

### Fixed

- 修复领域输入项文件未按 Go 标准格式化的问题,并补齐新版工作区和任务治理接口的类型、路由及测试覆盖。

## [0.13.0] - 2026-08-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.0
0.14.0
Loading
Loading