## Item 3: Modernize `@appdmg/tn1150` Suggested repository: new or existing appdmg-owned repository Created issue: https://github.com/appdmg/appdmg-cli/issues/5 Project item: added to https://github.com/orgs/appdmg/projects/1 ### Goal Determine whether TN1150/HFS Unicode behavior still needs a package, then publish or replace it with fixture-backed confidence. ### Requirements - Capture existing Unicode normalization behavior with tests. - Compare behavior against modern Node.js string normalization. - Preserve compatibility if appdmg still needs the package. - Use CommonJS and AVA. - Set `engines.node` to `>=24`. - Publish under `@appdmg/tn1150` only if a package remains necessary. ### Acceptance Criteria - Decision is documented: keep package, replace with built-in API, or defer. - Tests cover representative HFS/TN1150 normalization cases. - If kept, package metadata is ready for a `1.0.0` scoped release.
Item 3: Modernize
@appdmg/tn1150Suggested repository: new or existing appdmg-owned repository
Created issue: #5
Project item: added to appdmg
Goal
Determine whether TN1150/HFS Unicode behavior still needs a package, then
publish or replace it with fixture-backed confidence.
Requirements
engines.nodeto>=24.@appdmg/tn1150only if a package remains necessary.Acceptance Criteria
1.0.0scoped release.