Skip to content

docs(progress): mark main-branch recovery items resolved (2026-08-02 wave) - #1492

Merged
DeliciousBuding merged 1 commit into
masterfrom
docs/master-ssot-compaction
Aug 1, 2026
Merged

docs(progress): mark main-branch recovery items resolved (2026-08-02 wave)#1492
DeliciousBuding merged 1 commit into
masterfrom
docs/master-ssot-compaction

Conversation

@DeliciousBuding

@DeliciousBuding DeliciousBuding commented Aug 1, 2026

Copy link
Copy Markdown
Collaborator

更新 docs/progress/MASTER.md 的 Main branch recovery 表:本轮(2026-08-02)已解决的红色信号标记为 RESOLVED 并附合并 PR 引用。

剩余项保留:CI policy parser(#1481)、Doc SSOT 收敛、Desktop typecheck、shared frontend tests。

Summary by CodeRabbit

  • Documentation
    • Updated the project progress tracker to reflect completed recovery items.
    • Added completion details and references for resolved testing, integration, token defaults, frontend coverage, and linting tasks.

Copilot AI review requested due to automatic review settings August 1, 2026 18:30

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@coderabbitai

coderabbitai Bot commented Aug 1, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

Updated docs/progress/MASTER.md to mark five recovery items as resolved. The entries include completion details and merged pull request references dated 2026-08-02.

Changes

Recovery Status Documentation

Layer / File(s) Summary
Update recovery table
docs/progress/MASTER.md
The recovery table now marks Edge Linux tests, Hub integration, TokenDance ID defaults, frontend coverage, and Edge lint debt as resolved. Each entry includes completion evidence and merged PR references.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the documentation change and the specific main-branch recovery wave it records.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/master-ssot-compaction

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

…wave)

- Hub integration fixtures: merged in #1489
- Edge tests on Linux: merged in #1491 (incl. ACP request-sequence race fix)
- TokenDance ID defaults: merged in #1480 (+ check-secrets.sh *_URL exemption)
- Frontend coverage gate: merged #1490 (web 63.14→66.72) / #1488 (desktop)
- Edge lint debt: merged in #1491 (102→0, zero exclusions, .gitattributes eol)

Remaining: CI policy parser (#1481), Doc SSOT compaction, Desktop typecheck,
shared frontend tests.
@DeliciousBuding
DeliciousBuding force-pushed the docs/master-ssot-compaction branch from 02a38ed to 24a764e Compare August 1, 2026 18:48
@DeliciousBuding
DeliciousBuding merged commit 6bf50a5 into master Aug 1, 2026
20 of 21 checks passed
@DeliciousBuding
DeliciousBuding deleted the docs/master-ssot-compaction branch August 1, 2026 18:50

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs/progress/MASTER.md`:
- Around line 19-23: Update the resolved-date labels in the affected MASTER.md
progress rows to use the actual pull-request merge/completion dates, replacing
the currently shown 2026-08-02 values with 2026-08-01 where applicable. Update
the document’s “Last updated” value to match the latest corrected merge date,
while preserving the existing row descriptions and PR references.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 29bd601a-1ae2-4575-8943-1dd297c8cf7d

📥 Commits

Reviewing files that changed from the base of the PR and between 36a24a4 and 24a764e.

📒 Files selected for processing (1)
  • docs/progress/MASTER.md

Comment thread docs/progress/MASTER.md
Comment on lines +19 to +23
| ~~Edge tests on Linux~~ | **RESOLVED 2026-08-02** — backup permission-mode test portability (#1491's CI sweep verified); ACP request-sequence race fixed by recording the method before answering (`acp_client_test.go`) | merged in #1491 |
| ~~Hub integration~~ | **RESOLVED 2026-08-02** — errcode lowercase contract, admin fixture (AGENTHUB_ADMIN_USERS), OIDC config injection, refresh_token FK device seeding, OIDC E2E UUID/scopes/shared-cache SQLite, TeamRun guardrail messages, execution-target ping projection | merged in #1489 |
| ~~TokenDance ID defaults~~ | **RESOLVED 2026-08-02** — issuer default switched to id.tokendancelab.com; check-secrets.sh now exempts `*_URL` endpoint assignments (TOKENDANCE name contains "token" → false positive) | merged in #1480 |
| ~~Frontend coverage gate~~ | **RESOLVED 2026-08-02** — web 63.14→66.72 lines (executionTargetQueries/hubAuth/toastStore tests, #1490); desktop tests (#1488); master CI green on 36a24a4b | merged #1490/#1488 |
| ~~Edge lint debt~~ | **RESOLVED 2026-08-02** — 102→0 golangci-lint issues via pure extraction refactors (RegisterRoutes 69→14 sub-functions, PostRuns 123→~12, parseSSEStream 74→state+handlers…); zero .golangci.yml exclusions; `*.go text eol=lf` in .gitattributes fixes Windows CRLF gofmt churn | merged in #1491 |

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail

for pr in 1489 1491 1480 1490 1488; do
  gh pr view "$pr" --json number,state,mergedAt,mergeCommit \
    --jq '{number,state,mergedAt,mergeCommit}'
done

git show --no-patch --format='%H %cI' 36a24a4b

Repository: TokenDanceLab/AgentHub

Length of output: 887


Replace the 2026-08-02 resolved statuses with actual merge dates.

The referenced pull requests merged on 2026-08-01, and the commit evidence timestamp is the author commit time, not the resolution date. Update these rows to the actual merge/completion dates and align Last updated accordingly.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/progress/MASTER.md` around lines 19 - 23, Update the resolved-date
labels in the affected MASTER.md progress rows to use the actual pull-request
merge/completion dates, replacing the currently shown 2026-08-02 values with
2026-08-01 where applicable. Update the document’s “Last updated” value to match
the latest corrected merge date, while preserving the existing row descriptions
and PR references.

DeliciousBuding added a commit that referenced this pull request Aug 11, 2026
…wave) (#1492)

- Hub integration fixtures: merged in #1489
- Edge tests on Linux: merged in #1491 (incl. ACP request-sequence race fix)
- TokenDance ID defaults: merged in #1480 (+ check-secrets.sh *_URL exemption)
- Frontend coverage gate: merged #1490 (web 63.14→66.72) / #1488 (desktop)
- Edge lint debt: merged in #1491 (102→0, zero exclusions, .gitattributes eol)

Remaining: CI policy parser (#1481), Doc SSOT compaction, Desktop typecheck,
shared frontend tests.

Co-authored-by: Codex <codex@vectorcontrol.tech>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants