Conversation
Preserve checkout while detail loads and pass the trusted loaded repository URL for Forgejo pull-ref fetches.
|
Deployment failed for project pylon-marketing with the following error: Learn More: https://vercel.com/pylon-code?upgradeToPro=build-rate-limit |
Thread transfer impact✅ Thread transfer remains within every enforced ceiling.
Baseline: Scenario and decoded snapshot size10 historical turns, 5 command tools per turn, 878.9 KiB retained MCP result per historical turn, and a 1.05 MiB retained result in the measured turn.
Updated in place by a trusted workflow. PR artifacts are strictly validated and never executed. |
|
Readiness hold: independent integration review found a concurrent-render scope leak in viewed-file batching and a stale header-render path. I am correcting both on the feature branch with focused regressions, then will request independent re-review and final-head CI before marking this ready. |
|
Scope/render race fix pushed at e7e1c0f. Queued writes now use commit-owned callbacks and are flushed during layout cleanup before a PR switch; retained handlers are fenced across A→B→A and unmount. The viewed checkbox header now follows rendered state through Pierre’s callback identity. Independent review passed the exact staged diff (SHA256 9d8beee6c1827d1b63421ed460400f34b215ed87fdd60270e61d084133627a84). Focused verification: 12 hook/header tests, web typecheck, scoped lint and formatting. The portal test models Pierre’s memoized callback boundary; no live DOM/worker or account run was performed. Keeping Draft pending final-head CI. |
…e/viewed-files-worker-20260924
|
Reviewed worker-start prerequisite #828 is now included via merge commit 5cc7cb3 (parents: previous #815 e7e1c0f and #828 466267e). This addresses the final-head Server 3 native-compaction timeout caused by deferred event-stream subscription. The exact failing case passes locally in 36 ms; ProviderService 138/138, viewed hook 11/11, and server typecheck pass. Issues independently reviewed the two-file combined diff and ancestry. New-head CI is pending, so this PR remains draft; external Vercel quota remains a separate check limit. |
|
Final-head repository CI is green at 5cc7cb3, including Test Server 3 and the native-compaction case that timed out on the prior head. Independent reviews of the viewed-files implementation, React scope correction, and #828 combined prerequisite are complete. Marked ready for review; no merge performed. Browser/live-account proof remains unavailable under the task authorization and is documented in the PR body. |
Readers can now mark files viewed in a pull request while keeping local marks tied to the displayed patch, host, and signed-in account. GitHub uses host-native viewed marks; GitLab, Bitbucket, Azure DevOps, and Forgejo retain per-environment marks. The web diff shows viewed counts and Changed state, and mobile consumes the updated neutral result.
The mark carries a SHA-256 digest of the complete file section the reader actually saw. GitHub presses preflight that displayed section against a fresh host read. Environment-backed marks retain the displayed digest so later changes show as Changed, and a stale untick cannot erase a newer environment mark. GitHub reads and writes use one pinned CLI credential per request, while the client echoes the verified viewer and hides cached marks if account verification fails. Host writes are serialized per pull request. The wire fields are optional for older peers, with capability-gated controls and a new Pylon migration 063 for stored digests.
Depends on #798 (including its #785 checkout prerequisite) and the focused provider event-worker fix #828; this branch contains both reviewed prerequisites and must land after them. Adapted from upstream source
03950089ffa5cecf0ce731227f58551f6437495f. The implementation keeps Pylon's server-environment credential routing and excludes upstream account-routing changes.Validation: 303 focused server/web tests for the viewed-files implementation, plus 138 ProviderService tests and the previously timed-out native-compaction case after #828; t3 and web typechecks, scoped lint/format and diff checks. Independent backend, client/contracts, React ownership, and combined-prerequisite reviews passed. Final-head repository CI is pending. A scratch merge with #806 is clean and passes the combined web typecheck, viewed-files hook tests, and CodeTab format check. No browser images or live host-account verification were taken because browser use needs separate authorization under AGENTS.md.
Limits: only complete, unambiguous whole-PR file sections can be marked; commit-scope and truncated/binary sections are excluded. External CLI account switches may leave old marks visible until the next visible 15-second/focus read, but writes fail closed against the displayed viewer. GitHub has no atomic compare-and-set between the diff preflight and its native mark API, so a concurrent push after the preflight remains possible. A partial provider read reports truncation.
Implemented with GPT-6 Sol in the Pylon Codex harness.