From c52da2992c5de7b8f30f740beb18e6049797b381 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 6 May 2026 13:11:29 +0000 Subject: [PATCH] Update repo memory from workflow run 25436576004 --- state.json | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/state.json b/state.json index a9e0b25..886a43f 100644 --- a/state.json +++ b/state.json @@ -1,28 +1,30 @@ { - "last_run": "2026-05-06T01:06:54Z", - "last_run_id": "25410959577", + "last_run": "2026-05-06T12:58:32Z", + "last_run_id": "25436576004", "monthly_summary_issue": 254, "monthly_summary_month": "2026-05", "backlog_cursor": { - "issues": 281, - "prs": 274 + "issues": 283, + "prs": 285 }, "open_repo_assist_prs": [ + {"number": 0, "title": "[Repo Assist] perf: pre-compile 11 regex calls in CommandCenterTextHelper, WizardPage, SchemaConfigEditor, QuickSendDialog", "branch": "repo-assist/perf-precompile-redaction-regexes-2026-05-06", "note": "PR number unknown — created this run"}, + {"number": 282, "title": "[Repo Assist] chore(deps): bump Microsoft.Windows.SDK.BuildTools to 10.0.28000.1839", "branch": "repo-assist/eng-sdk-buildtools-28000-2026-05-06"}, {"number": 270, "title": "[Repo Assist] fix(security): handle all PowerShell -EncodedCommand abbreviations and separator forms", "branch": "repo-assist/fix-ps-encoded-command-abbreviations-2026-05-04"}, {"number": 262, "title": "[Repo Assist] feat(mcp): add per-command JSON Schema to tools/list", "branch": "repo-assist/feat-mcp-input-schemas-2026-05-02-c3518e3a54a6ee1b"}, - {"number": 261, "title": "[Repo Assist] feat: implement ExecApprovalV2PolicyHandler (PR7 coordinator)", "branch": "repo-assist/feat-exec-v2-policy-handler-2026-05-02-577afdafa278a1d6"}, - {"number": 0, "title": "[Repo Assist] chore(deps): bump Microsoft.Windows.SDK.BuildTools to 10.0.28000.1839", "branch": "repo-assist/eng-sdk-buildtools-28000-2026-05-06", "note": "PR number unknown — created this run"} + {"number": 261, "title": "[Repo Assist] feat: implement ExecApprovalV2PolicyHandler (PR7 coordinator)", "branch": "repo-assist/feat-exec-v2-policy-handler-2026-05-02-577afdafa278a1d6"} ], - "merged_since_last_run": [271, 265, 264, 263], "comments_made": { "246": {"comment_id": "4408284034", "date": "2026-05-01"}, "252": {"date": "2026-05-01"}, "242": {"date": "2026-05-01"}, "259": {"date": "2026-05-04", "note": "CI failure is pre-existing flaky integration test Run_WithEnvVars timeout"}, - "281": {"date": "2026-05-06", "note": "Confirmed isolation bug: validate-wsl-gateway.ps1 sets OPENCLAW_TRAY_APPDATA_DIR but SettingsManager reads OPENCLAW_TRAY_DATA_DIR. Linked auth failure to isolation bug."} + "281": {"date": "2026-05-06", "note": "Confirmed isolation bug: validate-wsl-gateway.ps1 sets OPENCLAW_TRAY_APPDATA_DIR but SettingsManager reads OPENCLAW_TRAY_DATA_DIR. Linked auth failure to isolation bug."}, + "283": {"date": "2026-05-06", "note": "Confirmed root cause: missing ExtendsContentIntoTitleBar + repeated TryBringToFront on activation. Linked to PR #285."} }, "fix_attempts": { - "sdk-buildtools-28000": {"status": "pr_created", "branch": "repo-assist/eng-sdk-buildtools-28000-2026-05-06", "date": "2026-05-06", "description": "Bump Microsoft.Windows.SDK.BuildTools to 10.0.28000.1839 in all 3 csproj files. Supersedes Dependabot PR #268."}, + "perf-precompile-regexes": {"status": "pr_created", "branch": "repo-assist/perf-precompile-redaction-regexes-2026-05-06", "date": "2026-05-06", "description": "Pre-compile 11 regex calls in CommandCenterTextHelper (8), WizardPage (2), SchemaConfigEditor (1), QuickSendDialog (1)."}, + "sdk-buildtools-28000": {"status": "pr_created", "pr": 282, "branch": "repo-assist/eng-sdk-buildtools-28000-2026-05-06", "date": "2026-05-06", "description": "Bump Microsoft.Windows.SDK.BuildTools to 10.0.28000.1839 in all 3 csproj files. Supersedes Dependabot PR #268."}, "ps-encoded-command-abbreviations": {"status": "pr_created", "pr": 270, "branch": "repo-assist/fix-ps-encoded-command-abbreviations-2026-05-04", "date": "2026-05-04"}, "exec-v2-policy-handler": {"status": "pr_created", "pr": 261, "date": "2026-05-02"}, "mcp-input-schemas": {"status": "pr_created", "pr": 262, "date": "2026-05-02"} @@ -31,18 +33,21 @@ "PR #260 (AlexAlves87) all 3 security review findings addressed (2026-05-04). Ready for merge.", "PR #261 (Repo Assist) ExecApprovalV2PolicyHandler — awaiting review", "PR #262 (Repo Assist) MCP input schemas — awaiting review", - "PR #268 (Dependabot) SDK.BuildTools — superseded by Repo Assist bundle PR", + "PR #268 (Dependabot) SDK.BuildTools — superseded by PR #282", "PR #270 (Repo Assist) PowerShell -EncodedCommand abbreviations fix — awaiting review", + "PR #282 (Repo Assist) SDK.BuildTools bump — awaiting review", + "PR #285 (Copilot) Quick Send fix — draft, closes #283", + "Issue #283 (christineyan4) Quick Send titlebar+focus — commented with root cause analysis", "Issue #281 (WSL onboarding blockers) — commented with code-level root cause for item #1 (OPENCLAW_TRAY_DATA_DIR mismatch). PR #274 from fork indierawk2k2 cannot be pushed to directly.", "PR #274 (indierawk2k2 WSL gateway clean port) — draft, 8879 additions, 25 commits. Blocked by #281 issues.", - "PRs #263, #264, #265, #271 were merged between 2026-05-05 and 2026-05-06 runs.", - "PR #259 (AlexAlves87 CanvasWindow bridge) CI red = pre-existing flaky integration test (Run_WithEnvVars timeout), not PR issue", "Issue #235 (Dependabot bundle) still open; individual PRs merged; suggest closing", "PR #120 (NichUK Voice Mode): has merge conflicts (dirty); no new activity", "Next V2 exec approval step: wire ExecApprovalV2PolicyHandler in production once PR #260 AND PR #261 are merged" ], "checked_off_by_maintainer": [], "test_baseline": { - "note": "Both Shared and Tray tests exit code 0 after SDK.BuildTools version bump. Build.ps1 requires Windows." + "shared_tests": "1219 passed, 1 pre-existing fail (McpHttpServerTests.Post_WithLocalhostHost_Accepted), 20 skipped", + "tray_tests": "392 passed, 1 skipped (Windows DPAPI)", + "note": "Both test suites run on Linux. build.ps1 requires Windows." } }