Handoff v0.1.0
首個公開版本:一個可安裝於 Codex-compatible agent 的工作交接 skill。公開 repo 只包含通用 skill、工具、格式、文件與合成範例;不包含任何公司的實際交接資料。
主要內容
- Producer、recipient onboarding、refresh 與 audit 四種工作流程
- 可攜的 Markdown/JSON 交接包,與本機路徑、憑證參照等私有狀態分離
- 產物、流程、決策、問題、路由、詞彙與關係的結構化清單
- 可解釋的 explicit/inferred 關係圖,以及 JSON Canvas 衍生檢視
- 純 Python 標準函式庫 CLI:
init、inventory、graph、validate、freeze、verify、query - 外部寫入授權、敏感檔名、絕對路徑與完整性鎖定等 fail-closed 防護
- 繁體中文主 README 與英文版本
執行需求
- Python 3.11 或更新版本
- 不要求 Qdrant、embedding service 或其他外部資料庫;大型資料集可依公司政策選配索引後端
驗證
- 本機 18 個測試全數通過,包含完整 producer-to-recipient 合成情境
- 2 個 mutation guards 均證明關鍵安全檢查移除時測試會失敗
- 公開內容掃描 35 個檔案,零敏感資訊或失效內部連結發現
- GitHub Actions 已在 Windows/Linux、Python 3.11/3.13 四個組合通過
First public release of an installable skill for portable, verifiable work handoffs and recipient onboarding. The repository contains only the generic skill, tooling, formats, documentation, and synthetic examples—never company handoff data.