docs: Point the session-replay references at the moved state.go - #2507
Open
melbinjp wants to merge 1 commit into
Open
docs: Point the session-replay references at the moved state.go#2507melbinjp wants to merge 1 commit into
melbinjp wants to merge 1 commit into
Conversation
582f565 ("refactor(agent-session-replay): extract shared packages") moved state.go to packages/agent/session-replay. Four references in the agent-session-lifecycle troubleshooting document still name the old services/tuttid/biz/agentsessionreplay path, and three of them are markdown links that resolve nowhere. The old directory still exists and holds facade.go, which is probably why this survived a read. Signed-off-by: Melbin J Paulose <melbinjpaulose@gmail.com>
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.
Four references in
docs/conventions/troubleshooting/agent-session-lifecycle.mdpoint atservices/tuttid/biz/agentsessionreplay/state.go.582f56586("refactor(agent-session-replay): extract shared packages", 2026-08-03) moved it to
packages/agent/session-replay/state.go, which is where it is today.[state.go](../../../services/tuttid/biz/agentsessionreplay/state.go)Three of the four render as markdown links that resolve nowhere. The directory
services/tuttid/biz/agentsessionreplay/does still exist, holdingfacade.go, which isprobably why this survived a read.
Four lines, one file, no prose changes.
What is deliberately not in this
docs/conventions/troubleshooting/mobile.md:242namesapps/mobile/src/services/workspaceActivityCommandAdapter.ts, gone inc1214cc8b("refactor(agent): unify desktop and mobile effect execution").
apps/mobile/src/services/now holds
mobileAgentActivityMapping.tsandmobileAgentActivityReconcileExecutor.ts, whichlook related, and I am not going to guess which one that reference should become. Say which
and it is a follow-up, or the line comes out.
Part of #2468.
Found by docproof, which resolves documented paths
against the repository and its git history.