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
19 changes: 10 additions & 9 deletions docs/progress/MASTER.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

| Phase | Name | Milestone URL | Open | Closed | Total |
|:--|:--|:--|--:|--:|--:|
| 1 | Evidence Contract Foundation | https://github.com/TokenDanceLab/AgentHub/milestone/17 | 1 | 3 | 4 |
| 1 | Evidence Contract Foundation | https://github.com/TokenDanceLab/AgentHub/milestone/17 | 0 | 4 | 4 |
| 2 | Shared Chat Timeline Hardening | https://github.com/TokenDanceLab/AgentHub/milestone/18 | 4 | 0 | 4 |
| 3 | Desktop/Web Boundary And Backend Truth | https://github.com/TokenDanceLab/AgentHub/milestone/19 | 3 | 0 | 3 |
| 4 | Real E2E And Visual QA Closure | https://github.com/TokenDanceLab/AgentHub/milestone/20 | 3 | 0 | 3 |
Expand All @@ -37,7 +37,7 @@
| T1.1 | #378 | Define chat-flow evidence manifest contract | closed via #395 |
| T1.2 | #379 | Align Visual QA viewports and report shape | closed via #396 |
| T1.3 | #380 | Reuse data-mode boundary helper in acceptance gates | closed via #397 |
| T1.4 | #381 | Document evidence bundle without rule duplication | implementation pending PR |
| T1.4 | #381 | Document evidence bundle without rule duplication | closed via #399 |
| T2.1 | #382 | Add golden mixed-source transcript fixtures | open |
| T2.2 | #383 | Harden optimistic send and auto-follow contract | open |
| T2.3 | #384 | Harden card grouping and rounded-stack rules | open |
Expand All @@ -61,17 +61,17 @@ gh issue list -R TokenDanceLab/AgentHub --label "spec-driven" --state all --json

## Phase Checklist

- [ ] Phase 1: Evidence Contract Foundation (3/4 tasks) - [milestone](https://github.com/TokenDanceLab/AgentHub/milestone/17)
- [x] Phase 1: Evidence Contract Foundation (4/4 tasks) - [milestone](https://github.com/TokenDanceLab/AgentHub/milestone/17)
- [ ] Phase 2: Shared Chat Timeline Hardening (0/4 tasks) - [milestone](https://github.com/TokenDanceLab/AgentHub/milestone/18)
- [ ] Phase 3: Desktop/Web Boundary And Backend Truth (0/3 tasks) - [milestone](https://github.com/TokenDanceLab/AgentHub/milestone/19)
- [ ] Phase 4: Real E2E And Visual QA Closure (0/3 tasks) - [milestone](https://github.com/TokenDanceLab/AgentHub/milestone/20)
- [ ] Phase 5: Acceptance, Merge, Archive (0/2 tasks) - [milestone](https://github.com/TokenDanceLab/AgentHub/milestone/21)

## Current Status

**Active Phase**: Phase 1
**Active Task**: T1.4 - Document evidence bundle without rule duplication (#381), implementation pending PR
**Blockers**: None for #381 after adaptive replan narrowed the scope to docs-only owner links. GitHub Project board requires refreshed `project` scope and is intentionally skipped.
**Active Phase**: Phase 2
**Active Task**: T2.1 - Add golden mixed-source transcript fixtures (#382)
**Blockers**: None for GitHub Standard. GitHub Project board requires refreshed `project` scope and is intentionally skipped.

## Governance Status

Expand All @@ -88,9 +88,9 @@ Per-task telemetry is stored in GitHub issue comments before task closure. Adapt

## Next Steps

1. Validate and merge #381 into `dev/delicious233`.
2. After #381 closes, mark Phase 1 complete and continue with Phase 2.
3. Keep full Web Visual QA brand-shell failure scoped to the Visual QA/design acceptance lane; do not overclaim it as green.
1. Start Phase 2 with #382 in a separate task worktree.
2. Keep full Web Visual QA brand-shell failure scoped to the Visual QA/design acceptance lane; do not overclaim it as green.
3. Preserve `real_tested=false` boundaries unless an approved-real run is explicitly approved and executed.

## Session Log

Expand All @@ -102,3 +102,4 @@ Per-task telemetry is stored in GitHub issue comments before task closure. Adapt
| 2026-06-28 | T1.3 implementation | Added shared E2E request-decision helper and reused it from Desktop/Web Playwright boundary gates; Desktop chat-flow and Web stubbed Hub E2E passed with `real_tested=false` boundaries. |
| 2026-06-28 | adaptive replan sync | #380 merged via #397; Phase 1 drift reached the replan threshold, so #381 must stay as a narrow docs-only closure task before Phase 1 completes. |
| 2026-06-28 | T1.4 implementation | Linked the evidence bundle from architecture and roadmap without duplicating the real-e2e skill or AGENTS rules; scope remained docs-only. |
| 2026-06-28 | Phase 1 complete | #381 merged via #399; milestone #17 closed with 4/4 tasks complete and Phase 2 is now active. |
2 changes: 1 addition & 1 deletion docs/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ AgentHub 是 IM 形态的多 Agent 协作工作台。用户面对的是联系人

| Phase | 状态 | 说明 |
|---|---|---|
| Phase 1 Evidence Contract Foundation | 收尾中 | evidence manifest、Visual QA viewport/report、data-mode boundary helper 已合并;docs-only evidence bundle 收口见 #381 |
| Phase 1 Evidence Contract Foundation | 完成 | evidence manifest、Visual QA viewport/report、data-mode boundary helperdocs-only evidence bundle owner links 已合并 |
| Phase 2-5 | 待执行 | shared timeline、Desktop/Web boundary/backend truth、real E2E/Visual QA closure、acceptance/archive 仍按 [progress/MASTER.md](progress/MASTER.md) 跟踪 |

最近完成:
Expand Down
Loading