dev-manager-tauri/.blueprint/modules
lanrtop d14b348845 feat(gitea): G2-G5 全链路——建仓/迁移/绑定 + webhook 收发 + 治理面板
G2 控制面:gitea_create_repo / gitea_migrate_repo / gitea_link_repo,
   upsert 绑定(换绑自动重置 webhook 字段),API 错误提取 Gitea message 可读返回
G3 观测面:MCP Server 新增 POST /webhook/gitea/:project_id——HMAC-SHA256 验签
   (X-Gitea-Signature,兼容 X-Hub-Signature-256)→ 解析 commits → 批量
   record_commit(sha 幂等,与本地 watcher 双路径不重复计数);验签失败记 log_event
G4 webhook 注册:gitea_setup_webhook 生成随机 secret 注册 push hook(重设先删旧)、
   gitea_unlink_repo 解绑顺带清理 Gitea 侧 hook
G5 治理面板:GiteaPanel——实例管理(添加/测试/删除)、当前项目三种绑定方式、
   webhook 注册与可复制回调地址、全部绑定概览

依赖:新增 hmac + sha2;project_id 与 commit_metrics 同源(Project.id),
避免双路径冲突复发;R10 修正设计文档错误签名头

验证:cargo test 58 passed(新增 upsert 换绑重置 + hmac 正反向 + payload 解析 5 测试)、
typecheck 全绿
2026-07-02 14:22:49 +09:00
..
agent-infrastructure.md refactor(github): GitHub 全面退役——免登录 + 发布/导入/同步链路移除 + 凭据去 GitHub 化 2026-07-02 13:15:56 +09:00
api-keys.md feat: 新增 pnpm Monorepo+Expo 模板及蓝图模块扩展 2026-04-29 22:11:28 +09:00
auto-update.md feat: add BlueprintPromptModal for blueprint management and sync functionality 2026-04-04 10:47:27 +09:00
blueprint-buff.md feat: 蓝图 Buff 系统 v0.1.12 2026-04-05 01:56:40 +09:00
blueprint-feedback.md feat: add BlueprintPromptModal for blueprint management and sync functionality 2026-04-04 10:47:27 +09:00
blueprint-flywheel.md feat: add BlueprintPromptModal for blueprint management and sync functionality 2026-04-04 10:47:27 +09:00
blueprint-governance.md fix: P2 conventions 分发覆盖 WSL 项目 2026-04-08 03:55:36 +09:00
blueprint-onboarding.md feat: add BlueprintPromptModal for blueprint management and sync functionality 2026-04-04 10:47:27 +09:00
blueprint-reader.md feat: add copy functionality for nodes and containers in GroupResourceCanvas 2026-04-03 08:42:17 +09:00
blueprint-view.md fix: P2 conventions 分发覆盖 WSL 项目 2026-04-08 03:55:36 +09:00
cicd-workflow.md chore(conventions): v1.9.0 自洽体检——规则边界结构 + R11 + 状态词汇统一 2026-07-02 14:09:09 +09:00
claude-autonomy-config.md feat: 新增 pnpm Monorepo+Expo 模板及蓝图模块扩展 2026-04-29 22:11:28 +09:00
cloud-db-instances.md feat: 新增 pnpm Monorepo+Expo 模板及蓝图模块扩展 2026-04-29 22:11:28 +09:00
cloud-docker-apps.md feat: 新增 pnpm Monorepo+Expo 模板及蓝图模块扩展 2026-04-29 22:11:28 +09:00
cloud-products.md feat: 服务器管理体系 + 云产品扩展 + 源码库 + API密钥管理 2026-04-17 22:25:06 +09:00
deploy-info.md feat: 新增 pnpm Monorepo+Expo 模板及蓝图模块扩展 2026-04-29 22:11:28 +09:00
devtools-scan.md feat: add Blueprint feature to ProjectCard and commands 2026-04-02 19:12:53 +09:00
flywheel-intelligence.md chore(conventions): v1.9.0 自洽体检——规则边界结构 + R11 + 状态词汇统一 2026-07-02 14:09:09 +09:00
git-ops.md feat: add Blueprint feature to ProjectCard and commands 2026-04-02 19:12:53 +09:00
gitea-integration.md feat(gitea): G2-G5 全链路——建仓/迁移/绑定 + webhook 收发 + 治理面板 2026-07-02 14:22:49 +09:00
github-auth.md chore(conventions): v1.9.0 自洽体检——规则边界结构 + R11 + 状态词汇统一 2026-07-02 14:09:09 +09:00
github-decommission.md refactor(github): GitHub 全面退役——免登录 + 发布/导入/同步链路移除 + 凭据去 GitHub 化 2026-07-02 13:15:56 +09:00
github-publish.md refactor(github): GitHub 全面退役——免登录 + 发布/导入/同步链路移除 + 凭据去 GitHub 化 2026-07-02 13:15:56 +09:00
health-center.md feat: add runtime diagnostics, health center, and project mentor 2026-04-04 19:58:49 +09:00
host-apps.md feat: 新增 pnpm Monorepo+Expo 模板及蓝图模块扩展 2026-04-29 22:11:28 +09:00
mcp-config-inject.md feat: add BlueprintPromptModal for blueprint management and sync functionality 2026-04-04 10:47:27 +09:00
mcp-server.md feat: add BlueprintPromptModal for blueprint management and sync functionality 2026-04-04 10:47:27 +09:00
onboarding-pack.md docs(blueprint): agent 友好基础设施方案 + 炼境自身接入包 + 蓝图规范 v1.8.0 2026-06-29 16:38:45 +09:00
product-group-mcp.md feat: add BlueprintPromptModal for blueprint management and sync functionality 2026-04-04 10:47:27 +09:00
project-dashboard.md feat: add Blueprint feature to ProjectCard and commands 2026-04-02 19:12:53 +09:00
project-env-scan.md feat: add Blueprint feature to ProjectCard and commands 2026-04-02 19:12:53 +09:00
project-mentor.md fix: P2 conventions 分发覆盖 WSL 项目 2026-04-08 03:55:36 +09:00
project-mgmt.md feat: add Blueprint feature to ProjectCard and commands 2026-04-02 19:12:53 +09:00
project-templates.md feat: 新增 pnpm Monorepo+Expo 模板及蓝图模块扩展 2026-04-29 22:11:28 +09:00
project-tools.md feat: add Blueprint feature to ProjectCard and commands 2026-04-02 19:12:53 +09:00
repo-registry.md feat: add Blueprint feature to ProjectCard and commands 2026-04-02 19:12:53 +09:00
runtime-diagnostics.md feat: add runtime diagnostics, health center, and project mentor 2026-04-04 19:58:49 +09:00
server-registry.md feat: 新增 pnpm Monorepo+Expo 模板及蓝图模块扩展 2026-04-29 22:11:28 +09:00
server-software.md feat: 新增 pnpm Monorepo+Expo 模板及蓝图模块扩展 2026-04-29 22:11:28 +09:00
service-config.md feat: 新增 pnpm Monorepo+Expo 模板及蓝图模块扩展 2026-04-29 22:11:28 +09:00
settings-page.md feat: add Blueprint feature to ProjectCard and commands 2026-04-02 19:12:53 +09:00
shell-launch.md feat: add Blueprint feature to ProjectCard and commands 2026-04-02 19:12:53 +09:00
source-library.md feat: 新增 pnpm Monorepo+Expo 模板及蓝图模块扩展 2026-04-29 22:11:28 +09:00
sqlite-db.md feat: add Blueprint feature to ProjectCard and commands 2026-04-02 19:12:53 +09:00
ssh-config-sync.md feat: 新增 pnpm Monorepo+Expo 模板及蓝图模块扩展 2026-04-29 22:11:28 +09:00
tags-groups.md feat: add Blueprint feature to ProjectCard and commands 2026-04-02 19:12:53 +09:00
tray-service.md feat: add BlueprintPromptModal for blueprint management and sync functionality 2026-04-04 10:47:27 +09:00
user-project-todos.md feat: 飞轮阶段一 + 项目个人备忘功能 2026-04-11 17:21:47 +09:00
v2rayn-import.md feat: add Blueprint feature to ProjectCard and commands 2026-04-02 19:12:53 +09:00
vscode-remote.md feat: 新增 pnpm Monorepo+Expo 模板及蓝图模块扩展 2026-04-29 22:11:28 +09:00
workspace-mgmt.md feat: add Blueprint feature to ProjectCard and commands 2026-04-02 19:12:53 +09:00
wsl-proxy.md feat: add Blueprint feature to ProjectCard and commands 2026-04-02 19:12:53 +09:00