Skip to content

chore!: rename package to @llbbl/polydoc-core for first publish - #23

Merged
llbbl merged 1 commit into
mainfrom
chore/rename-to-llbbl-scope
Jul 28, 2026
Merged

chore!: rename package to @llbbl/polydoc-core for first publish#23
llbbl merged 1 commit into
mainfrom
chore/rename-to-llbbl-scope

Conversation

@llbbl

@llbbl llbbl commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Renames the package from @agentic-tooling/polydoc-core to @llbbl/polydoc-core, publishing under the maintainer's existing npm scope
  • Bumps version from 0.0.0 to 0.1.0 for the first release, matching the existing CHANGELOG entry
  • Breaking for anyone who had installed the old name — nobody has, since it has never published to npm

Changes

Package Rename

  • package.json: name changed to @llbbl/polydoc-core; version bumped to 0.1.0. Repository, bugs, and homepage URLs are unchanged — the repo still lives in the agentic-tooling org, only the npm scope differs.
  • src/index.ts: Updated internal references to the new package name
  • README.md: Updated all install/import examples to @llbbl/polydoc-core, including the /google and /sharepoint subpath entry points
  • CHANGELOG.md: Updated entry-point references to the new scope; [0.1.0] release date updated to 2026-07-28

Tests

  • tests/entrypoints.test.ts: Updated public specifier used to resolve the package
  • tests/support/entrypoint-probe.mjs: Updated import specifier
  • tests/support/shared-bindings-probe.mjs: Updated import specifiers

Test plan

  • biome
  • tsc
  • 235 vitest tests, including entry-point tests resolving the package by its public specifier
  • build
  • attw (are-the-types-wrong) all-green
  • publint clean

The package publishes to npm as @llbbl/polydoc-core, under the
maintainer's existing npm scope, replacing the placeholder
@agentic-tooling/polydoc-core name it has carried since the initial
commit. All three entry points move with the scope change:
@llbbl/polydoc-core, @llbbl/polydoc-core/google, and
@llbbl/polydoc-core/sharepoint.

Version bumps from 0.0.0 to 0.1.0 for the first release, matching the
existing CHANGELOG entry, whose release date is updated to 2026-07-28.

The GitHub repository, homepage, and bugs URLs are unchanged - the
repo still lives in the agentic-tooling org; only the npm scope
differs.

BREAKING CHANGE: the import specifier changes from
@agentic-tooling/polydoc-core to @llbbl/polydoc-core (and its /google
and /sharepoint subpaths). Nobody has installed the package under the
old name; it has never published to npm.
@llbbl
llbbl merged commit 28bc407 into main Jul 28, 2026
4 checks passed
@llbbl
llbbl deleted the chore/rename-to-llbbl-scope branch July 28, 2026 12:45
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