{"record":{"id":"a2471d9cb8626bd2","repo":"multica-ai/multica","slug":"s-links-d-runtime-local-path-s-which-no-reader","errorCode":null,"errorMessage":"%s links %d runtime-local path(s), which no reader can open:\n","messagePattern":"(.+?) links (.+?) runtime-local path\\(s\\), which no reader can open:\n","errorType":"console","errorClass":null,"httpStatus":null,"severity":"error","filePath":"server/cmd/multica/local_path_link_lint.go","lineNumber":154,"sourceCode":"// exist and turn one failure into two.\nfunc guardLocalPathLinks(body, field, deliveryHint string) error {\n\tif !inAgentExecutionContext() {\n\t\treturn nil\n\t}\n\tfindings := findLocalPathLinks(body)\n\tif len(findings) == 0 {\n\t\treturn nil\n\t}\n\n\tvar b strings.Builder\n\tfmt.Fprintf(&b, \"%s links %d runtime-local path(s), which no reader can open:\\n\", field, len(findings))\n\tfor _, f := range findings {\n\t\tfmt.Fprintf(&b, \"  - %q — %s\\n\", f.Target, f.Reason)\n\t}\n\tb.WriteString(\"\\nThe path exists only on the machine running you; for everyone else the link is dead. \")\n\tb.WriteString(deliveryHint)\n\tb.WriteString(\"\\nTo merely reference a code location, use inline code instead of a link (`path/to/file.ts:42`) — code spans and fenced blocks are not checked.\")\n\treturn fmt.Errorf(\"%s\", b.String())\n}\n","sourceCodeStart":136,"sourceCodeEnd":156,"githubUrl":"https://github.com/multica-ai/multica/blob/2c0912b6ec764b373d44eeea1e80f0d9f11ab417/server/cmd/multica/local_path_link_lint.go#L136-L156","documentation":"Error \"%s links %d runtime-local path(s), which no reader can open:\n\" thrown in multica-ai/multica.","triggerScenarios":"Thrown at server/cmd/multica/local_path_link_lint.go:154 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Replace runtime-local paths in the linked content with portable paths or repository-relative links."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"2c0912b6ec764b373d44eeea1e80f0d9f11ab417","analyzedAt":"2026-08-15T13:25:18.241Z","schemaVersion":2},"datasetVersion":"2026-08-15T17:31:12.345Z"}