Skip to content

fix(core): build and export revocation-view as a real package entry - #76

Merged
Mearman merged 1 commit into
mainfrom
fix/expose-revocation-view
Sep 11, 2026
Merged

fix(core): build and export revocation-view as a real package entry#76
Mearman merged 1 commit into
mainfrom
fix/expose-revocation-view

Conversation

@Mearman

@Mearman Mearman commented Sep 11, 2026

Copy link
Copy Markdown
Member

createRevocationView (added in #66 alongside the RevocationCheck implementation) was never added to tsdown's entry list, so it built into no dist output at all and package.json's exports map (regenerated from that same entry list, per tsdown's exports: true config) never carried a ./domain/revocation-view subpath.

Every in-repo test imported the source file directly (../src/domain/revocation-view.js) and never noticed. agent-comms, a real external consumer depending on the published wire-mesh-core package, could not import it at all -- found while wiring RevocationView into agent-comms' own P3.2 token-verification work.

createRevocationView (added alongside the RevocationCheck implementation)
was never added to tsdown's entry list, so it built into no dist output
at all and package.json's exports map (regenerated from that same
entry list) never carried a ./domain/revocation-view subpath. Every
in-repo test imported the source file directly and never noticed;
agent-comms, a real external consumer, could not import it at all.
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 11, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
🔒 Security Review Completed 2026-09-11T23:58:12.499162Z 6b8f38a PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@Mearman

Mearman commented Sep 11, 2026

Copy link
Copy Markdown
Member Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@Mearman
Mearman merged commit a305fbd into main Sep 11, 2026
8 checks passed
@Mearman
Mearman deleted the fix/expose-revocation-view branch September 11, 2026 23:56
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