Remove dev-link script and update documentation - #867
Merged
Conversation
`scripts/dev-link-workglow.ts` moved to embarc-data, leaving `bun run dev-link` here resolving to a deleted file. Removed the script entry and updated the sentence in CLAUDE.md (AGENTS.md is a symlink to it) that told readers to run it here. Also restored the trailing newline package.json had lost, which `bun run format` would otherwise put back as a spurious diff. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BQxv9q3JjThYAPgZAgQF5T
Coverage Report
File CoverageNo changed files found. |
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.
Summary
Removes the
dev-linknpm script from the root workspace and updates documentation to clarify that the full linking workflow is now driven from theembarc-datapackage rather than from the root.Changes
"dev-link"script entry that referencedbun ./scripts/dev-link-workglow.tslink-all/unlink-allto reflect that the full libs → sec → embarc-data chain is now driven fromembarc-datarather than from the root workspaceDetails
The
dev-linkscript was a convenience wrapper at the root level for orchestrating the full linking chain across multiple workspaces. This responsibility has been consolidated into theembarc-datapackage, which now owns thedev-linkworkflow. Users should runbun run dev-linkfrom theembarc-datadirectory instead, or invokebun ./dev-link.tsfrom the parentworkglow/folder if needed.https://claude.ai/code/session_01BQxv9q3JjThYAPgZAgQF5T