From 726ec78817890efd6b4ec27feeb52566c4bcda68 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 10 Aug 2026 01:23:43 +0000 Subject: [PATCH] chore: remove the tracked root-level `core` symlink to an absolute container path `core` was a tracked symlink (mode 120000) at the repository root whose target is `/tmp/workspace/objectstack-ai/objectstack/packages/core` -- an absolute path inside one particular agent container. It dangles on every checkout that is not literally at that path, including every CI runner. It was added on 2026-05-25 by `copilot-swe-agent[bot]` inside a commit about something else entirely ("fix: update spec package.json exports to nested TypeScript conditions"), so it reads as working-directory residue swept up by a `git add -A` rather than a deliberate alias. It was the repo's only tracked symlink. Nothing resolves through it: no tsconfig `paths`/`references`, no package.json path field, no workspace glob, no workflow, no Dockerfile, no bundler or vitest alias, and no import specifier names the repo-root `core`. Because it has been dangling on every CI runner since it landed, a dependency on it would already have shown as a red main. Fixes #7105 Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01F8q5J1MQyocgtNspb15fSn --- core | 1 - 1 file changed, 1 deletion(-) delete mode 120000 core diff --git a/core b/core deleted file mode 120000 index 52ffc2becd..0000000000 --- a/core +++ /dev/null @@ -1 +0,0 @@ -/tmp/workspace/objectstack-ai/objectstack/packages/core \ No newline at end of file