Skip to content

docs: sync README with the @omnibioai package rename, fix broken tokens.css path - #1

Merged
man4ish merged 1 commit into
mainfrom
docs/readme-org-scope-sync
Aug 8, 2026
Merged

docs: sync README with the @omnibioai package rename, fix broken tokens.css path#1
man4ish merged 1 commit into
mainfrom
docs/readme-org-scope-sync

Conversation

@man4ish

@man4ish man4ish commented Aug 8, 2026

Copy link
Copy Markdown
Collaborator

Summary

Same issue as omnibioai-design-tokens: package.json was renamed to @omnibioai/ui, but README's 26 @man4ish/* references (title, install instructions, every component's import example, Related Repos) were never updated.

Changes

  • All @man4ish/*@omnibioai/*, verified against package.json.
  • Fixed a broken import path: the design-tokens 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.
  • Related Repos' omnibioai entry pointed at github.com/man4ish/omnibioai and said "200+ plugin" — that repo's real name is omnibioai-workbench (confirmed via git remote -v), and its own README was corrected to 231 enabled plugins earlier this session. Fixed both.
  • Component list, "50+ unit tests" claim (live run: 60 passed), and License (MIT) were all independently verified accurate and left unchanged.

Testing

Docs-only change, verified against package.json, omnibioai-design-tokens's own package.json, a live vitest run, and git remote -v on the workbench repo.

🤖 Generated with Claude Code

…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>
@man4ish
man4ish merged commit 7bbc441 into main Aug 8, 2026
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant