Skip to content

Commit ed8bfc0

Browse files
committed
chore: release TFD v3.1.0
1 parent 2b4e4c7 commit ed8bfc0

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.agents/plugins/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"source": {
1010
"source": "local",
1111
"path": "./plugins/tfd",
12-
"version": "3.0.0"
12+
"version": "3.1.0"
1313
},
1414
"policy": {
1515
"installation": "AVAILABLE",

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable public changes to Team First Development are documented here.
44

55
## Unreleased
66

7+
## 3.1.0 - 2026-07-31
8+
79
- Add a Git-native Markdown Team Wiki under each configured team, with
810
immutable digest-addressed sources, maintained pages, exact
911
proposal-confirm/apply knowledge writes, and no RAG or task control plane.

README-CN.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
Team First Development(TFD)是一套选择性使用的 Codex 团队开发方法。它通过
88
目标对齐、模型与职责匹配、聚焦上下文和独立审核,改善一个边界明确的开发结果。
99

10-
当前已发布版本是 `3.0.0`。下文 Team Wiki 是尚未发布的源码候选;本地检出本身
11-
不能证明已经安装、部署或发布。
10+
当前已发布版本是 `3.1.0`。本地检出本身不能证明已经安装、部署或发布。
1211

1312
## 使用
1413

@@ -174,7 +173,7 @@ Wiki 存在后,最终交付只记录一个 `delivery` activity,不再创建
174173
推送、打标签、发布、部署、对外消息、破坏性清理、特权命令、付费动作或扩大
175174
范围;这些动作继续遵循各自的正常审批边界。
176175

177-
本地检出目录中的版本号本身不能证明已经安装或部署。请以 `v3.0.0` 标签和
176+
本地检出目录中的版本号本身不能证明已经安装或部署。请以 `v3.1.0` 标签和
178177
GitHub Release 作为发布证据。
179178

180179
## 仓库结构

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ Team First Development (TFD) is a selective Codex team-development method.
88
It improves a bounded development result through alignment, model-role fit,
99
focused context, and independent review.
1010

11-
The current published release is `3.0.0`. The Team Wiki described below is an
12-
unreleased source candidate; this checkout does not prove installation,
13-
deployment, or publication.
11+
The current published release is `3.1.0`. A local checkout does not by itself
12+
prove installation, deployment, or publication.
1413

1514
## Use
1615

@@ -202,7 +201,7 @@ commands, paid actions, or scope expansion. Each keeps its normal approval
202201
boundary.
203202

204203
A version in a local checkout does not by itself prove installation or
205-
deployment. Use the `v3.0.0` tag and GitHub Release as publication evidence.
204+
deployment. Use the `v3.1.0` tag and GitHub Release as publication evidence.
206205

207206
## Repository layout
208207

plugins/tfd/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tfd",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Session-first development with YAML team profiles and a per-team Markdown Team Wiki.",
55
"author": {
66
"name": "Howe829",

scripts/test_plugin_contract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def test_candidate_metadata_describes_yaml_teams_and_team_wiki(self) -> None:
5454
encoding="utf-8"
5555
)
5656
)
57-
self.assertEqual(manifest["version"], "3.0.0")
57+
self.assertEqual(manifest["version"], "3.1.0")
5858
self.assertIn("YAML", manifest["description"])
5959
self.assertIn("Team Wiki", manifest["description"])
6060
self.assertIn("Team Wiki", manifest["interface"]["longDescription"])

0 commit comments

Comments
 (0)