docs: sync README with the @omnibioai package rename, fix broken tokens.css path - #1
Merged
Merged
Conversation
…ns.css path Same issue as omnibioai-design-tokens: package.json was renamed to @omnibioai/ui, but README.md's 26 @man4ish/* references (title, install instructions, every single component's import example, Related Repos) were never updated. One fix beyond a straight scope rename: the design-tokens import example said `import '@omnibioai/design-tokens/dist/tokens.css'` -- that package has no dist/ directory (confirmed in its own package.json: files/exports only expose ./tokens.css at the package root), so this subpath would fail to resolve regardless of scope. Fixed to the real path. Also: the Related Repos table's omnibioai entry pointed at github.com/man4ish/omnibioai and said "200+ plugin" -- that repo's real name is omnibioai-workbench (git remote -v there confirms; the local omnibioai/ directory name differs from the GitHub repo name), and its own README was corrected to 231 enabled plugins earlier this session. Fixed both. Component list, "50+ unit tests" claim, and License (MIT) were all independently verified accurate and left unchanged. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.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.
Summary
Same issue as
omnibioai-design-tokens:package.jsonwas renamed to@omnibioai/ui, but README's 26@man4ish/*references (title, install instructions, every component's import example, Related Repos) were never updated.Changes
@man4ish/*→@omnibioai/*, verified againstpackage.json.import '@omnibioai/design-tokens/dist/tokens.css'— that package has nodist/directory (confirmed in its ownpackage.json:files/exportsonly expose./tokens.cssat the package root), so this subpath would fail to resolve regardless of scope. Fixed to the real path.omnibioaientry pointed atgithub.com/man4ish/omnibioaiand said "200+ plugin" — that repo's real name isomnibioai-workbench(confirmed viagit remote -v), and its own README was corrected to 231 enabled plugins earlier this session. Fixed both.Testing
Docs-only change, verified against
package.json,omnibioai-design-tokens's ownpackage.json, a livevitest run, andgit remote -von the workbench repo.🤖 Generated with Claude Code