chore: release#18
Conversation
❌ Needs Work —
|
| deepseek | glm | aggregate | |
|---|---|---|---|
| Readiness | 70 | 95 | 70 |
| Confidence | 70 | 70 | 70 |
| Correctness | 70 | 95 | 70 |
| Security | 70 | 95 | 70 |
| Testing | 70 | 95 | 70 |
| Architecture | 70 | 95 | 70 |
Full multi-shot audit completed 2/2 planned shots over 2 changed files. Global verifier still owns final merge decision. | Full multi-shot audit completed 2/2 planned shots over 2 changed files. Global verifier still owns final merge decision.
Blocking
🔴 HIGH Missing ./redaction subpath export in exports map — packages/ui/package.json
The changeset (.changeset/redacted-document-viewer.md, now deleted by this release) and the generated CHANGELOG entry both advertise the RedactedDocument component at import path
@tangle-network/ui/redaction. However, theexportsmap in package.json (lines 24-99) has no./redactionentry. Every other subpath in this package follows the pattern — e.g../editor→./dist/editor.{js,d.ts},./chat→./dist/chat.{js,d.ts}— but./redactionwas never added. Additionally,packages/ui/tsup.config.tsis missing aredaction: 'src/redaction/index.ts'entry, so even if the export map were added, the dist files wouldn't exist. Both must be added together. The comp
tangletools · 2026-06-04T12:11:29Z · trace
tangletools
left a comment
There was a problem hiding this comment.
❌ 1 Blocking Finding — 210726a4
Full multi-shot audit completed 2/2 planned shots over 2 changed files. Global verifier still owns final merge decision. | Full multi-shot audit completed 2/2 planned shots over 2 changed files. Global verifier still owns final merge decision.
Full immutable report for this review: trace
Latest PR review status: sticky summary
tangletools · 2026-06-04T12:11:29Z · immutable trace
210726a to
5454ddc
Compare
✅ No Blockers —
|
Superseded by re-review — no blocking findings on latest commit.
tangletools
left a comment
There was a problem hiding this comment.
✅ Clean — 5454ddca
Full multi-shot audit completed 2/2 planned shots over 2 changed files. Global verifier still owns final merge decision.
Full immutable report for this review: trace
Summary comment for this run: full summary
tangletools · 2026-06-06T23:27:45Z · immutable trace
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@tangle-network/ui@2.1.0
Minor Changes
<RedactedDocument>viewer (@tangle-network/ui/redaction): renders a server-produced redacted document with masked, click-to-reveal spans. The client holds only{ id, kind }per span; revealing one round-trips through anonRevealcallback so authorization and the audit trail stay server-side (pairs with@tangle-network/agent-app/redact'sbuildRedactedDocument/revealSpan).