Skip to content

fix: restore helper subpath exports#402

Merged
thymikee merged 2 commits intomainfrom
codex/restore-helper-subpaths
Apr 11, 2026
Merged

fix: restore helper subpath exports#402
thymikee merged 2 commits intomainfrom
codex/restore-helper-subpaths

Conversation

@thymikee
Copy link
Copy Markdown
Contributor

Summary

Restore the public helper subpaths removed from the 0.12.0 export map: agent-device/artifacts, agent-device/install-source, agent-device/finders, and agent-device/selectors.

Add rslib entry points, thin re-export shims, public-surface tests, and typed client docs so downstream bridge consumers can keep using the supported package API instead of copying internals. Touched files: 11. Scope stayed on the public helper subpath/API surface.

Validation

  • pnpm format
  • pnpm check:tooling
  • pnpm vitest run src/__tests__/artifacts-public.test.ts src/__tests__/finders-public.test.ts src/__tests__/install-source-public.test.ts src/__tests__/selectors-public.test.ts src/platforms/__tests__/install-source.test.ts
  • pnpm vitest run src/platforms/__tests__/install-source.test.ts
  • node --input-type=module -e "const subpaths = ['artifacts', 'finders', 'install-source', 'selectors']; for (const subpath of subpaths) { const mod = await import('agent-device/' + subpath); console.log(subpath, Object.keys(mod).sort().join(',')); }"

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 11, 2026

PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://callstackincubator.github.io/agent-device/pr-preview/pr-402/

Built to branch gh-pages at 2026-04-11 20:14 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@thymikee thymikee merged commit f4f143c into main Apr 11, 2026
16 checks passed
@thymikee thymikee deleted the codex/restore-helper-subpaths branch April 11, 2026 20:16
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