fix: point control-center WORK_DIR at the kept 'work' symlink - #73
Merged
Conversation
WORK_DIR was set to /workspace/omnibioai-work, which resolved through
the now-removed omnibioai-work symlink. That symlink was redundant
with the plain work/ symlink (both pointed at the same external
/media/manish/OmniBioAI-SIFs/work drive) and only ever masqueraded as
an omnibioai-* repo, so it's being dropped in the machine ecosystem
repo. Point WORK_DIR at /workspace/work instead, which resolves
through the existing ${MACHINE_DIR}:/workspace mount to the symlink
that's actually being kept.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MbfPo2xfzL2Z4T9zwLUptm
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.
control-center's
WORK_DIRwas/workspace/omnibioai-work, resolving through theomnibioai-worksymlink in themachineecosystem repo. That symlink was redundant with the plainworksymlink (same target:/media/manish/OmniBioAI-SIFs/work) and has been removed there. PointsWORK_DIRat/workspace/workinstead, which resolves through the existing${MACHINE_DIR}:/workspacemount to the symlink that's actually kept.Companion change:
machinerepo commit2ed5b37(dropsomnibioai-work/omnibioai-data, fixeswork's type).🤖 Generated with Claude Code