chore(repo): update workwork metadata#74
Open
pengx17 wants to merge 2 commits into
Open
Conversation
9e9417c to
b21721a
Compare
b21721a to
63b92c1
Compare
Collaborator
Author
|
Review notes:
Everything else I checked looks consistent with the rename/metadata goal: package metadata, default |
cc3e8d5 to
754878c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
workwork 仓库已经从 Slack-only broker 演进为 Slack + China Feishu 双平台 broker,但 README、package metadata、默认服务名和部分 GitHub-facing client metadata 仍然停留在
slack-codex-broker。这次把公开入口收敛到
workwork,同时把 README 从长篇 runbook 清理成项目主页:先说明 Workwork 是什么、核心流程、怎么启动和验证;平台差异只留在 setup / compatibility 的渐进式细节里。协作过程
sequenceDiagram participant User as Peng participant Codex participant Repo as workwork repo participant GH as GitHub User->>Codex: 更新 README 和仓库基本信息 Codex->>Repo: 扫描 README/package/config/admin metadata Codex->>Repo: 统一 workwork 命名与 GitHub URL Codex->>GH: 创建 PR #74 并更新 topics User->>Codex: README 太长,缺乏重点 Codex->>Repo: 精简 README,保留 RFC/audit 必要承诺 User->>Codex: 不需要着重讲平台差异 Codex->>Repo: 移除首屏平台对照,改成统一 core flow Codex->>Repo: 跑 format/RFC/full test 验证方案讨论
What It Does+Core Flow。<details>中,避免首页过载,同时不破坏 RFC/audit 对用户可见承诺的检查。slack-codex-broker-real,因为它属于现有部署兼容项;README 中明确标成 legacy default。@agent-session-broker/admin/@agent-session-broker/worker,避免发布通道改名。最终方案
workwork,压缩为项目主页式结构,并用 details 渐进披露长尾 contract。https://github.com/HOOLC/workwork。SERVICE_NAME、docker compose service、admin UI title/config、MCP OAuth client metadata、GitHub user-agent 改为workwork。automation,broker,codex,feishu,slack。验证情况
pnpm format:checkpnpm lintpnpm buildpnpm testpnpm test test/rfc-0001-docs.test.ts test/rfc-0001-local-audit.test.ts test/rfc-0001-test-plan.test.tspnpm test test/e2e-broker-part2.test.tspnpm rfc:feishu-test-plan -- --jsongit diff --check已知局限 / 后续工作
Slack + China Feishu broker that routes chat sessions into Codex app-server sessions with isolated workspaces.https://github.com/HOOLC/workwork#readme